summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index cd5b730a45..462577e8b5 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1315,7 +1315,7 @@ bool monster_blink(monsters *monster)
monster->check_redraw(oldplace);
monster->apply_location_effects();
-
+
return (true);
} // end monster_blink()
@@ -2570,6 +2570,7 @@ static bool handle_special_ability(monsters *monster, bolt & beem)
{
simple_monster_message(monster, " blinks.");
monster_blink(monster);
+ used = true;
}
break;