summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:48:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:48:45 +0000
commit1ed77e6ef01e014bec657b6dfea403a29e20c8fa (patch)
treeba1599cb3262c6618d5168db28b87019e74d0e8f /crawl-ref/source/spl-cast.cc
parent601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3 (diff)
downloadcrawl-ref-1ed77e6ef01e014bec657b6dfea403a29e20c8fa.tar.gz
crawl-ref-1ed77e6ef01e014bec657b6dfea403a29e20c8fa.zip
Actually display the "engulfed in negative energy" miscast messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8661 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index c08ce23a14..f7534156b3 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -3868,6 +3868,7 @@ void MiscastEffect::_necromancy(int severity)
case 1:
you_msg = "You are engulfed in negative energy!";
mon_msg_seen = "@The_monster@ is engulfed in negative energy!";
+ do_msg();
if (lethality_margin == 0 || you.experience > 0
|| !avoid_lethal(you.hp))
@@ -3941,6 +3942,7 @@ void MiscastEffect::_necromancy(int severity)
case 4:
you_msg = "You are engulfed in negative energy!";
mon_msg_seen = "@The_monster@ is engulfed in negative energy!";
+ do_msg();
if (lethality_margin == 0 || you.experience > 0
|| !avoid_lethal(you.hp))