Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h610 bool wants_jewellery(const item_def &item) const;
H A Dmonster.cc1627 bool monster::wants_jewellery(const item_def &item) const in wants_jewellery() function in monster
1841 if (!force && !wants_jewellery(item)) in pickup_jewellery()