Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditem-prop.h210 bool get_armour_see_invisible(const item_def &arm, bool check_artp) PURE;
H A Ditem-prop.cc2268 bool get_armour_see_invisible(const item_def &arm, bool check_artp) in get_armour_see_invisible() function
H A Dmonster.cc1668 value += get_armour_see_invisible(item, true); in _get_monster_armour_value()