Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexterns.h261 constexpr mon_spell_slot_flags MON_SPELL_SILENCE_MASK variable
H A Dmon-act.cc440 && !(mons->is_silenced() && flags & MON_SPELL_SILENCE_MASK); in _mons_can_cast_dig()
H A Dmon-cast.cc3758 return t.flags & MON_SPELL_SILENCE_MASK; in _find_usable_spells()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc412 if (!(slot.flags & MON_SPELL_SILENCE_MASK)) in _spell_flag_string()