Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h540 bool has_spell_of_type(spschool discipline) const;
H A Dmonster.cc724 bool monster::has_spell_of_type(spschool discipline) const in has_spell_of_type() function in monster
752 if (mon->has_spell_of_type(spschool::conjuration)) in _needs_ranged_attack()
756 if (!mon->friendly() && mon->has_spell_of_type(spschool::summoning)) in _needs_ranged_attack()
4161 return (has_spell_of_type(spschool::necromancy)) ? hd : hd/2; in skill()