From 7b1eb1adab5b8e3b6a93150202b47407dc1e62c9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Jul 2009 19:11:21 +0000 Subject: 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 --- crawl-ref/source/monstuff.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') 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); -- cgit v1.2.3-54-g00ecf