Home
last modified time | relevance | path

Searched refs:mons_invuln_will (Results 1 – 9 of 9) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h249 bool mons_invuln_will(const monster& mon);
H A Ditem-use.cc2767 if (!mons_invuln_will(*mon)) in _vulnerability_scroll()
3368 if (mons_invuln_will(**mi)) in read()
H A Dattack.cc598 return !mons_is_firewood(*mon) && !mons_invuln_will(*mon); in _is_chaos_polyable()
H A Ddecks.cc979 if (!mons_invuln_will(mon)) in _velocity_card()
H A Dbeam.cc4124 && !(has_saving_throw() && mons_invuln_will(*mon))) in tracer_enchantment_affect_monster()
5303 if (mons_invuln_will(*mon)) in try_enchant_monster()
H A Dxom.cc717 && !mons_invuln_will(mon); in _choose_enchantable_monster()
H A Dmon-cast.cc4488 if (mons_invuln_will(**mi) in _mons_cause_fear()
4559 if (mons_invuln_will(**mi) in _mons_mass_confuse()
H A Dmon-util.cc2253 bool mons_invuln_will(const monster& mon) in mons_invuln_will() function
H A Dmonster.cc4014 if (mons_invuln_will(*this)) in willpower()