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, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index ffd589ac25..ff1f29dfac 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2257,8 +2257,6 @@ 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: