summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 05:16:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 05:16:14 +0000
commit9a762716ca93d9edf8c096079cbd2bf10efb27d6 (patch)
treed20250c185c30f210208720218b23e912d910402 /crawl-ref/source/spells1.cc
parent368a2fca54f26d5bf7b3246405dbf272d8a5f676 (diff)
downloadcrawl-ref-9a762716ca93d9edf8c096079cbd2bf10efb27d6.tar.gz
crawl-ref-9a762716ca93d9edf8c096079cbd2bf10efb27d6.zip
Use the "sound" message channel properly with some sound-related
messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5309 c06c8d41-db1a-0410-9941-cceddc491573
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 );