Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc3279 const int armour_slot = inv[MSLOT_ARMOUR]; in base_armour_class() local
3280 if (armour_slot != NON_ITEM) in base_armour_class()
3282 const int typ = env.item[armour_slot].sub_type; in base_armour_class()