summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-05-28 21:48:43 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-05-28 21:48:43 -0500
commitf52a1207e2d20f62569b146db0c737e5702e74db (patch)
tree59f0d15e35de67ae62e841791b867e8b3e3e9e8e /crawl-ref/source/spl-miscast.cc
parent1ef5305b68a6936247e5ee2a4aa7516222258490 (diff)
downloadcrawl-ref-f52a1207e2d20f62569b146db0c737e5702e74db.tar.gz
crawl-ref-f52a1207e2d20f62569b146db0c737e5702e74db.zip
Put a Xom message in the proper channel.
Diffstat (limited to 'crawl-ref/source/spl-miscast.cc')
-rw-r--r--crawl-ref/source/spl-miscast.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-miscast.cc b/crawl-ref/source/spl-miscast.cc
index 41fa25ff79..7289e2c0e4 100644
--- a/crawl-ref/source/spl-miscast.cc
+++ b/crawl-ref/source/spl-miscast.cc
@@ -673,7 +673,8 @@ bool MiscastEffect::avoid_lethal(int dam)
if (recursion_depth == MAX_RECURSE)
{
// Any possible miscast would kill you, now that's interesting.
- mpr("Xom watches you with interest.");
+ if (you.religion == GOD_XOM)
+ simple_god_message(" watches you with interest.");
return true;
}