Home
last modified time | relevance | path

Searched refs:get_mon_shape_str (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-speak.cc709 msg = _get_speak_string(prefixes, get_mon_shape_str(shape), mons, in mons_speaks()
732 get_mon_shape_str(MON_SHAPE_HUMANOID_TAILED), in mons_speaks()
741 get_mon_shape_str(MON_SHAPE_HUMANOID_WINGED), in mons_speaks()
763 get_mon_shape_str(MON_SHAPE_HUMANOID), in mons_speaks()
H A Dmon-util.h489 string get_mon_shape_str(const mon_body_shape shape);
H A Dmon-util.cc4773 string get_mon_shape_str(const mon_body_shape shape) in get_mon_shape_str() function