summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-14 01:00:59 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-14 01:00:59 +0100
commit4cdebaedfe4b1d2d49b527ebe190dd6a7e03caf1 (patch)
treedd9e30645fb0516dd1b2ecbecd3d336ddbef15a0 /crawl-ref/source/mon-util.cc
parent4399b93a0257ec2d59086ea8baa01529af8d6ed9 (diff)
downloadcrawl-ref-4cdebaedfe4b1d2d49b527ebe190dd6a7e03caf1.tar.gz
crawl-ref-4cdebaedfe4b1d2d49b527ebe190dd6a7e03caf1.zip
Remove BLINK_OTHER as an escape spell.
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: