Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-data.h1013 spflag::mons_abjure,
1080 spflag::mons_abjure | spflag::monster,
1258 spflag::mons_abjure,
1431 spflag::monster | spflag::mons_abjure,
1638 spflag::monster | spflag::mons_abjure,
1683 spflag::monster | spflag::mons_abjure,
1707 spflag::monster | spflag::mons_abjure,
1718 spflag::monster | spflag::mons_abjure,
1729 spflag::monster | spflag::mons_abjure,
1980 spflag::mons_abjure,
[all …]
H A Ddescribe-spells.cc165 bool mons_abjure = false; in _monster_spellbooks() local
173 if (get_spell_flags(spell) & spflag::mons_abjure) in _monster_spellbooks()
174 mons_abjure = true; in _monster_spellbooks()
184 if (mons_abjure) in _monster_spellbooks()
H A Dspl-cast.h55 mons_abjure = 0x10000000, // monsters can cast abjuration enumerator
H A Dmon-cast.cc5417 get_spell_flags(spell_cast) & spflag::mons_abjure && one_chance_in(3) in mons_cast()