Home
last modified time | relevance | path

Searched refs:armour_bonus (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h601 int armour_bonus(const item_def &item, bool calc_unid = true) const;
H A Dmonster.cc904 int monster::armour_bonus(const item_def &item, bool calc_unid) const in armour_bonus() function in monster
3321 ac += armour_bonus(*armour, calc_unid); in armour_class()