summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-15 16:43:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-15 16:43:23 +0000
commit1dabce86629483c4ad0bf921b4105333d2be293c (patch)
treef217aa66a61bb16896e3030f3733229ae4b3ccb9 /crawl-ref/source/mon-util.h
parent156084b6fdbc2c6ffbb3dc462c3739038884ccc7 (diff)
downloadcrawl-ref-1dabce86629483c4ad0bf921b4105333d2be293c.tar.gz
crawl-ref-1dabce86629483c4ad0bf921b4105333d2be293c.zip
Allow checking regeneration ability at the level of individual monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7254 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index ccdd5f50ff..e653674afe 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -598,6 +598,8 @@ int mons_speed(int mc);
/* ***********************************************************************
* called from: dungeon - mon-util - spells2
* *********************************************************************** */
+bool mons_class_can_regenerate(int mc);
+bool mons_can_regenerate(const monsters *mon);
int mons_zombie_size(int mc);
monster_type mons_zombie_base(const monsters *mon);
bool mons_class_is_zombified(int mc);