summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-07-23 05:27:41 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-07-23 07:06:15 +0100
commit5bdd4d71a28430cd6a6d372ed1461306b0cdc478 (patch)
treeda7eb2d134ef1ad95cec80b1fd45f0c50d76e089 /crawl-ref/source/spl-other.cc
parent084620bb5592de02ebe2786d84a415f98f6a6b10 (diff)
downloadcrawl-ref-5bdd4d71a28430cd6a6d372ed1461306b0cdc478.tar.gz
crawl-ref-5bdd4d71a28430cd6a6d372ed1461306b0cdc478.zip
Improve some Death's door-related messages
Diffstat (limited to 'crawl-ref/source/spl-other.cc')
-rw-r--r--crawl-ref/source/spl-other.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/spl-other.cc b/crawl-ref/source/spl-other.cc
index 713b1909ab..96d5cbda92 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -59,10 +59,7 @@ spret_type cast_sublimation_of_blood(int pow, bool fail)
bool success = false;
if (you.duration[DUR_DEATHS_DOOR])
- {
- mpr("A conflicting enchantment prevents the spell from coming into "
- "effect.");
- }
+ mpr("You can't draw power from your own body while in Death's door.");
else if (!you.can_bleed())
{
if (you.species == SP_VAMPIRE)