summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-23 20:01:02 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-23 21:04:23 +0100
commitcb3ad291444d6a6d1d417a30d3ce1ac29458b52c (patch)
tree8b867adee653ac7a66072372fd89ba2442a61a33 /crawl-ref/source/mon-util.h
parent5950448843c94ec12abc15687d0fb9522e92a750 (diff)
downloadcrawl-ref-cb3ad291444d6a6d1d417a30d3ce1ac29458b52c.tar.gz
crawl-ref-cb3ad291444d6a6d1d417a30d3ce1ac29458b52c.zip
Refactor monster jumpiness check
Following other instances of class/monster checks
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 4df10335d4..176d06304b 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -273,6 +273,7 @@ monster_type mons_zombie_base(const monster* mon);
bool mons_class_is_zombified(monster_type mc);
bool mons_class_is_hybrid(monster_type mc);
bool mons_class_is_chimeric(monster_type mc);
+bool mons_class_is_jumpy(monster_type mc);
bool mons_class_has_base_type(monster_type mc);
monster_type mons_base_type(const monster* mon);
bool mons_class_can_leave_corpse(monster_type mc);
@@ -377,6 +378,7 @@ bool cheibriados_thinks_mons_is_fast(const monster* mon);
bool mons_is_projectile(monster_type mc);
bool mons_is_projectile(const monster* mon);
bool mons_is_boulder(const monster* mon);
+bool mons_is_jumpy(const monster* mon);
bool mons_is_object(monster_type mc);
bool mons_has_blood(monster_type mc);
bool mons_is_sensed(monster_type mc);