summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-chimera.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-23 20:45:23 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-23 21:04:24 +0100
commit70a65ab34f31b0ff3323698f8d5489b781355f73 (patch)
treeb7ca66930aeee0fc4f25aa9d4939fcd391cf444c /crawl-ref/source/mon-chimera.h
parentcb3ad291444d6a6d1d417a30d3ce1ac29458b52c (diff)
downloadcrawl-ref-70a65ab34f31b0ff3323698f8d5489b781355f73.tar.gz
crawl-ref-70a65ab34f31b0ff3323698f8d5489b781355f73.zip
Implement chimera legs
This allows the chimera to take the legs of one of their parts. This can give them the base speed of the legs monster, also enables clinging, and for jumping spiders, will flavour a self-blink as a jump instead of a blink.
Diffstat (limited to 'crawl-ref/source/mon-chimera.h')
-rw-r--r--crawl-ref/source/mon-chimera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-chimera.h b/crawl-ref/source/mon-chimera.h
index be220ed049..ff8126009b 100644
--- a/crawl-ref/source/mon-chimera.h
+++ b/crawl-ref/source/mon-chimera.h
@@ -23,6 +23,7 @@ monster_type get_chimera_part(const monster* mon, int partnum);
monster_type get_chimera_part(const monster_info* mi, int partnum);
monster_type random_chimera_part(const monster* mon);
monster_type get_chimera_wings(const monster* mon);
+monster_type get_chimera_legs(const monster* mon);
string chimera_part_names(monster_info mi);
bool chimera_is_batty(const monster* mon);