Home
last modified time | relevance | path

Searched refs:mon_body_shape (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h166 mon_body_shape shape;
487 mon_body_shape get_mon_shape(const monster& mon);
488 mon_body_shape get_mon_shape(const monster_type mc);
489 string get_mon_shape_str(const mon_body_shape shape);
490 bool mon_shape_is_humanoid(mon_body_shape shape);
H A Dmon-enum.h281 enum mon_body_shape enum
H A Dmon-speak.cc706 const mon_body_shape shape = get_mon_shape(*mons); in mons_speaks()
H A Dmon-util.cc4698 mon_body_shape get_mon_shape(const monster& mon) in get_mon_shape()
4715 mon_body_shape get_mon_shape(const monster_type mc) in get_mon_shape()
4719 return static_cast<mon_body_shape>(random_range(MON_SHAPE_HUMANOID, in get_mon_shape()
4773 string get_mon_shape_str(const mon_body_shape shape) in get_mon_shape_str()
4796 bool mon_shape_is_humanoid(mon_body_shape shape) in mon_shape_is_humanoid()
H A Dtilepick.cc1352 static const map<mon_body_shape, shape_size_tiles> shape_tiles = { in _mon_to_zombie_tile()
H A Dmonster.cc2627 mon_body_shape shape = get_mon_shape(*this); in arm_name()
H A Dmon-cast.cc6518 const mon_body_shape shape = get_mon_shape(*mons); in _speech_keys()