summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 4d014f7e8b..cd3fe5e673 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1203,7 +1203,8 @@ void cast_deaths_door(int pow)
else
{
mpr("You feel invincible!");
- mpr("You seem to hear sand running through an hourglass...");
+ mpr("You seem to hear sand running through an hourglass...",
+ MSGCH_SOUND);
set_hp( allowed_deaths_door_hp(), false );
deflate_hp( you.hp_max, false );