summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-19 18:58:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-19 19:38:47 +0200
commit9384bbde4e7b62566c10c2a59b986b4868233e77 (patch)
tree48e0d4c20b5ff202e93c8ad02b1de4bcae830847 /crawl-ref/source/mon-util.h
parent11d5d5e26e59556b999bf9108333b74ffc74e8ab (diff)
downloadcrawl-ref-9384bbde4e7b62566c10c2a59b986b4868233e77.tar.gz
crawl-ref-9384bbde4e7b62566c10c2a59b986b4868233e77.zip
Separate monster_descriptor() into proper functions.
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 0ad20ea1c1..ee53e791b2 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -276,6 +276,7 @@ int mons_base_speed(const monster* mon);
bool mons_class_can_regenerate(monster_type mc);
bool mons_can_regenerate(const monster* mon);
+bool mons_class_fast_regen(monster_type mc);
bool mons_class_can_display_wounds(monster_type mc);
bool mons_can_display_wounds(const monster* mon);
int mons_zombie_size(monster_type mc);
@@ -288,6 +289,7 @@ bool mons_class_is_clingy(monster_type mc);
bool mons_class_is_animated_weapon(monster_type type);
monster_type mons_base_type(const monster* mon);
bool mons_class_can_leave_corpse(monster_type mc);
+bool mons_class_leaves_hide(monster_type mc);
bool mons_is_zombified(const monster* mons);
bool mons_class_can_be_zombified(monster_type mc);
bool mons_can_be_zombified(const monster* mon);