Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h609 bool wants_armour(const item_def &item) const;
H A Dmonster.cc1594 bool monster::wants_armour(const item_def &item) const in wants_armour() function in monster
1692 if (!force && !wants_armour(item)) in pickup_armour()