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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index e84cc2d55e..f124a6952d 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2258,6 +2258,8 @@ bool ms_low_hitpoint_cast( const monsters *mon, spell_type monspell )
case SPELL_MINOR_HEALING:
case SPELL_MAJOR_HEALING:
return true;
+ case SPELL_BLINK_OTHER:
+ return !targ_sanct && targ_adj;
case SPELL_BLINK:
return targ_adj;
case SPELL_TOMB_OF_DOROKLOHE: