summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-04 12:45:58 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-04 14:29:27 +0200
commit42b103e704118203607541af896f338fec9e7a9e (patch)
treec2ef6dcba92ec892c2bc775da7ddac89cf9f95ba /crawl-ref/source/mon-cast.h
parent210d9a162db1cf667f0bf5276d67d941b5433014 (diff)
downloadcrawl-ref-42b103e704118203607541af896f338fec9e7a9e.tar.gz
crawl-ref-42b103e704118203607541af896f338fec9e7a9e.zip
Move some monster spell code around.
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index fec2d1c9a1..6537aeb61e 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -30,4 +30,9 @@ void mons_cast_mislead(monster* mons);
bool actor_is_illusion_cloneable(actor *target);
void mons_cast_spectral_orcs(monster* mons);
+bool ms_direct_nasty(spell_type monspell);
+bool ms_useful_fleeing_out_of_sight(const monster* mon, spell_type monspell);
+bool ms_quick_get_away(const monster* mon, spell_type monspell);
+bool ms_waste_of_time(const monster* mon, spell_type monspell);
+bool ms_low_hitpoint_cast(const monster* mon, spell_type monspell);
#endif