summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 7616162696..798dba18fd 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -1295,6 +1295,8 @@ bool handle_mon_spell(monsters *monster, bolt &beem)
blink_range(monster);
else if (spell_cast == SPELL_BLINK_AWAY)
blink_away(monster);
+ else if (spell_cast == SPELL_BLINK_CLOSE)
+ blink_close(monster);
else
{
if (spell_needs_foe(spell_cast))