summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 539575a9c3..028d6ab93e 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1748,11 +1748,11 @@ 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))
{
+ do_msg();
target->drain_exp(act_source);
break;
}