Home
last modified time | relevance | path

Searched refs:is_evil_spell (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgod-item.h18 bool is_evil_spell(spell_type spell);
H A Dgod-item.cc163 return _is_book_type(item, is_evil_spell); in is_evil_item()
338 bool is_evil_spell(spell_type spell) in is_evil_spell() function
H A Dgod-conduct.cc1173 && (is_evil_spell(spell) || you.spellcasting_unholy())) in god_punishes_spell()
H A Dspl-cast.cc978 if (is_evil_spell(spell) || you.spellcasting_unholy()) in _spellcasting_god_conduct()