summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorSage <SageBasilMint@gmail.com>2014-04-22 04:59:45 +0000
committerSage <SageBasilMint@gmail.com>2014-04-22 04:59:45 +0000
commit942f6c4c270024706fdaaf8fe1a1203925294881 (patch)
tree07c7d5646a4843821d53f2cea2881cc2779b3365 /crawl-ref/source/spl-selfench.cc
parent844f214cef9667193fc4bea5fc87e871f3c34a1f (diff)
downloadcrawl-ref-942f6c4c270024706fdaaf8fe1a1203925294881.tar.gz
crawl-ref-942f6c4c270024706fdaaf8fe1a1203925294881.zip
Change Death's Door flavour message.
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index 6c771449ce..40e71d7ca6 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -46,7 +46,7 @@ spret_type cast_deaths_door(int pow, bool fail)
else
{
fail_check();
- mpr("You feel invincible!");
+ mpr("You stand defiantly in death's doorway!");
mprf(MSGCH_SOUND, "You seem to hear sand running through an hourglass...");
set_hp(allowed_deaths_door_hp());