Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h608 bool wants_weapon(const item_def &item) const;
H A Dmonster.cc1552 bool monster::wants_weapon(const item_def &weap) const in wants_weapon() function in monster
1886 if (!force && !wants_weapon(item)) in pickup_weapon()