Home
last modified time | relevance | path

Searched refs:get_mon_shape (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-speak.cc390 else if (get_mon_shape(*mons) >= MON_SHAPE_QUADRUPED) in maybe_mons_speaks()
706 const mon_body_shape shape = get_mon_shape(*mons); in mons_speaks()
H A Dmon-util.h487 mon_body_shape get_mon_shape(const monster& mon);
488 mon_body_shape get_mon_shape(const monster_type mc);
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()
2385 switch (get_mon_shape(*this)) in hand_name()
2513 switch (get_mon_shape(*this)) in foot_name()
2627 mon_body_shape shape = get_mon_shape(*this); in arm_name()
H A Dmon-util.cc4698 mon_body_shape get_mon_shape(const monster& mon) in get_mon_shape() function
4707 return get_mon_shape(base_type); in get_mon_shape()
4715 mon_body_shape get_mon_shape(const monster_type mc) in get_mon_shape() function
H A Dtilepick.cc1385 = map_find(shape_tiles, get_mon_shape(subtype)); in _mon_to_zombie_tile()
2471 switch (get_mon_shape(item.mon_type)) in _tileidx_bone()
H A Dmelee-attack.cc1536 || get_mon_shape(defender_genus) == MON_SHAPE_BIRD) in set_attack_verb()
H A Dmon-cast.cc6518 const mon_body_shape shape = get_mon_shape(*mons); in _speech_keys()