Home
last modified time | relevance | path

Searched refs:mon_shape_is_humanoid (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-speak.cc724 if ((msg.empty() || msg == "__NEXT") && mon_shape_is_humanoid(shape) in mons_speaks()
H A Dmon-util.h490 bool mon_shape_is_humanoid(mon_body_shape shape);
H A Dspl-goditem.cc233 if (mon_shape_is_humanoid(get_mon_shape(mon))) in _try_to_pacify()
H A Dmonster.cc701 return mon_shape_is_humanoid(get_mon_shape(*this)); in can_speak()
2629 if (!mon_shape_is_humanoid(shape)) in arm_name()
H A Dmon-cast.cc6540 mon_shape_is_humanoid(shape) ? "" in _speech_keys()
6553 if (mon_shape_is_humanoid(shape)) in _speech_keys()
6577 mon_shape_is_humanoid(shape) ? "" in _speech_keys()
H A Dmon-util.cc4796 bool mon_shape_is_humanoid(mon_body_shape shape) in mon_shape_is_humanoid() function