Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditem-prop.h114 bool is_offensive_wand(const item_def &item) PURE;
H A Ditem-prop.cc1466 bool is_offensive_wand(const item_def& item) in is_offensive_wand() function
H A Dmon-util.cc3879 return wand && is_offensive_wand(*wand); in _mons_has_attack_wand()