summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-26 19:16:56 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-26 19:16:56 -0600
commitff0e29714370b34688130b1b66fa70ca739d35c5 (patch)
tree795a1435b89e5d5206c964235009fc103e4dd66e /crawl-ref/source/mon-cast.cc
parent8f1b972f6ed3cbe6b7e5ebb39a5a2e2d319a1d60 (diff)
downloadcrawl-ref-ff0e29714370b34688130b1b66fa70ca739d35c5.tar.gz
crawl-ref-ff0e29714370b34688130b1b66fa70ca739d35c5.zip
Let Mephitic Cloud be cast as a monster emergency spell.
Relevant for Natasha.
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 18989f91e8..694aba7834 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -2123,6 +2123,7 @@ static bool _ms_low_hitpoint_cast(const monster* mon, spell_type monspell)
case SPELL_ENSNARE:
case SPELL_THROW_FLAME:
case SPELL_SILVER_BLAST:
+ case SPELL_MEPHITIC_CLOUD:
return !targ_friendly && !targ_sanct;
case SPELL_BLINK:
case SPELL_CONTROLLED_BLINK: