summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 19:11:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 19:11:21 +0000
commit7b1eb1adab5b8e3b6a93150202b47407dc1e62c9 (patch)
tree90360831a7f87c234c22e3af310ea40944057f32 /crawl-ref/source/monstuff.cc
parent2817900512f1f92a5d8738723373ab378fd1d6e5 (diff)
downloadcrawl-ref-7b1eb1adab5b8e3b6a93150202b47407dc1e62c9.tar.gz
crawl-ref-7b1eb1adab5b8e3b6a93150202b47407dc1e62c9.zip
Put the messages about the power ruling the Slime Pits' vanishing in the
god channel. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10333 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 2c10d1e735..3d4bdb34b7 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -828,13 +828,13 @@ static bool _slime_vault_to_glass(bool silent)
if (silenced(you.pos()))
{
- mpr("With an infernal shudder, the power ruling this place vanishes!",
- MSGCH_MONSTER_ENCHANT);
+ god_speaks("With an infernal shudder, the power ruling this place "
+ "vanishes!", GOD_JIYVA);
}
else
{
- mpr("With infernal noise, the power ruling this place vanishes!",
- MSGCH_MONSTER_ENCHANT);
+ god_speaks("With infernal noise, the power ruling this place "
+ "vanishes!", GOD_JIYVA);
}
return (true);