Home
last modified time | relevance | path

Searched refs:hide_for_monster (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditem-prop.h103 armour_type hide_for_monster(monster_type mc) PURE;
H A Ditem-prop.cc1172 armour_type hide_for_monster(monster_type mc) in hide_for_monster() function
H A Dmon-death.cc429 const armour_type type = hide_for_monster(mons_species(mtyp)); in _create_monster_hide()
H A Dmon-util.cc1672 return hide_for_monster(mc) != NUM_ARMOURS; in mons_class_leaves_hide()