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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 0df1de443c..d6ae6ad37e 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4301,7 +4301,8 @@ bool melee_attack::mons_attack_mons()
bool melee_attack::mons_self_destructs()
{
if (attacker->id() == MONS_GIANT_SPORE
- || attacker->id() == MONS_BALL_LIGHTNING)
+ || attacker->id() == MONS_BALL_LIGHTNING
+ || attacker->id() == MONS_ORB_OF_DESTRUCTION)
{
attacker_as_monster()->hit_points = -1;
// Do the explosion right now.