Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h325 bool likes_wand(const item_def &item) const;
H A Dmon-gear.cc158 !mon->likes_wand(wand) ? "weak" : in _give_wand()
H A Dmonster.cc810 bool monster::likes_wand(const item_def &item) const in likes_wand() function in monster
2001 if (!likes_wand(item)) in pickup_wand()