summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 03:59:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 03:59:21 +0000
commit173be6333490d4cf0e57a021b3159a8d257222ad (patch)
tree82d99c7387b046100be25d202255d9812d986b7e /crawl-ref/source/mon-util.h
parent7b01d6eec2c97936fc50fb67262985d0e9eab7b9 (diff)
downloadcrawl-ref-173be6333490d4cf0e57a021b3159a8d257222ad.tar.gz
crawl-ref-173be6333490d4cf0e57a021b3159a8d257222ad.zip
Make the tests for icy and skeletal monsters in Lee's Rapid
Deconstruction more generic. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8050 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 751e4a8ec4..abd25adf7f 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -768,6 +768,7 @@ bool mons_is_evil(const monsters *mon);
bool mons_is_unholy(const monsters *mon);
bool mons_is_evil_or_unholy(const monsters *mon);
bool mons_is_icy(int mc);
+bool mons_is_skeletal(int mc);
bool mons_has_lifeforce(const monsters *mon);
monster_type mons_genus(int mc);
monster_type mons_species(int mc);