summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 8f6fbd66e0..564f9f252b 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -136,7 +136,7 @@ int holy_word_monsters(coord_def where, int pow, int caster)
behaviour_event(monster, ME_ANNOY, MHITYOU);
simple_monster_message(monster, " convulses!");
monster->hurt(&you, hploss);
-
+
if (monster->alive())
{
if (monster->speed_increment >= 25)