From 1dabce86629483c4ad0bf921b4105333d2be293c Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 15 Oct 2008 16:43:23 +0000 Subject: 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 --- crawl-ref/source/mon-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mon-util.h') 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); -- cgit v1.2.3-54-g00ecf