summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 20:36:51 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 20:36:51 +0000
commit78edf358eefc57dbe3f7bcd257cbf6b9d319149a (patch)
tree3579a9ce46b2cb7525c914079a05246c19dbdae8 /crawl-ref/source/mon-util.h
parent17125f250661e8430e320f4c05d74094235f0cf3 (diff)
downloadcrawl-ref-78edf358eefc57dbe3f7bcd257cbf6b9d319149a.tar.gz
crawl-ref-78edf358eefc57dbe3f7bcd257cbf6b9d319149a.zip
Make monster behaviour in arenas smarter, allow delay:N in arena spec to set arena_delay.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8129 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index b69d594470..a7c2da68b7 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -775,9 +775,10 @@ monster_type mons_genus(int mc);
monster_type mons_species(int mc);
bool mons_looks_stabbable(const monsters *m);
-
bool mons_looks_distracted(const monsters *m);
+bool mons_has_smite_attack(const monsters *monster);
+
bool check_mons_resist_magic(const monsters *monster, int pow);
bool mons_class_is_confusable(int mc);