summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index ab4b1a3c9d..6ac9990b9e 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3819,6 +3819,8 @@ bool melee_attack::mons_self_destructs()
if (atk->type == MONS_GIANT_SPORE || atk->type == MONS_BALL_LIGHTNING)
{
atk->hit_points = -1;
+ // Do the explosion right now.
+ monster_die(atk, KILL_MON, atk->mindex());
return (true);
}
return (false);