summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 9c57cac55a..c1fcacad94 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2346,6 +2346,9 @@ void cast_fragmentation(int pow) // jmf: ripped idea from airstrike
mprf("The %s explodes!", what);
explosion( blast, hole, true );
+
+ if (grid == DNGN_ORCISH_IDOL)
+ beogh_idol_revenge();
}
else if (blast.damage.num == 0)
{