summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index f124a6952d..cd4bbfe45a 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2258,6 +2258,9 @@ bool ms_low_hitpoint_cast( const monsters *mon, spell_type monspell )
case SPELL_MINOR_HEALING:
case SPELL_MAJOR_HEALING:
return true;
+ case SPELL_BLINK_AWAY:
+ case SPELL_BLINK_RANGE:
+ return true;
case SPELL_BLINK_OTHER:
return !targ_sanct && targ_adj;
case SPELL_BLINK: