summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-14 12:18:43 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-14 14:35:31 +0100
commit72963a0451270cf9a656291d67a990f97f1cb1df (patch)
treecc60aa141ca98a57b9fc46218b057ca6278eec64 /crawl-ref/source/mon-util.cc
parent21dd116608c8097310b61aff409aafd0129631ad (diff)
downloadcrawl-ref-72963a0451270cf9a656291d67a990f97f1cb1df.tar.gz
crawl-ref-72963a0451270cf9a656291d67a990f97f1cb1df.zip
Add "blink away" and "blink range" as valid escape spells.
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: