summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 11:04:22 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 11:04:22 +0000
commit6d641e67f004a7dc483e3590a1ecbde0e3ccd455 (patch)
treeeace8fd0e325bb31d2a09e75385877cb5cc2f548 /crawl-ref/source/mon-util.h
parent50bf4fcc442d34d21754b9170255b70c6cafe080 (diff)
downloadcrawl-ref-6d641e67f004a7dc483e3590a1ecbde0e3ccd455.tar.gz
crawl-ref-6d641e67f004a7dc483e3590a1ecbde0e3ccd455.zip
Allow testers to force-feed corpses to ghouls and necrophages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8650 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 d050af4bcb..842518314f 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -777,6 +777,7 @@ 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);
+bool mons_eats_corpses(const monsters *m);
monster_type mons_genus(int mc);
monster_type mons_species(int mc);