summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
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 3d4bdb34b7..e4e2747aa7 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()))
{
- god_speaks("With an infernal shudder, the power ruling this place "
- "vanishes!", GOD_JIYVA);
+ god_speaks(GOD_JIYVA, "With an infernal shudder, the power ruling "
+ "this place vanishes!");
}
else
{
- god_speaks("With infernal noise, the power ruling this place "
- "vanishes!", GOD_JIYVA);
+ god_speaks(GOD_JIYVA, "With infernal noise, the power ruling this "
+ "place vanishes!");
}
return (true);