Home
last modified time | relevance | path

Searched refs:antimagic_susceptible (Results 1 – 10 of 10) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h314 virtual bool antimagic_susceptible() const = 0;
H A Dplayer-act.cc828 bool player::antimagic_susceptible() const in antimagic_susceptible() function in player
H A Dmonster.h402 bool antimagic_susceptible() const override;
H A Dmelee-attack.cc1293 const bool spell_user = defender->antimagic_susceptible(); in player_aux_apply()
2750 const bool spell_user = defender->antimagic_susceptible(); in mons_apply_attack_flavour()
H A Dart-func.h1027 if (defender->antimagic_susceptible() in _SPELLBINDER_melee_effects()
H A Dplayer.h780 bool antimagic_susceptible() const override;
H A Dattack.cc808 [](const actor &d) { return d.antimagic_susceptible(); } }, in __anon6c15597e0f02()
H A Dgod-abil.cc933 else if (mon->antimagic_susceptible()) in zin_recite_to_single_monster()
4771 if (power > 50 && (mons->antimagic_susceptible())) in ru_do_retribution()
5022 if (mons->antimagic_susceptible()) in _apply_apocalypse()
H A Dbeam.cc5214 rc = mon->antimagic_susceptible(); in ench_flavour_affects_monster()
5759 if (!mon->antimagic_susceptible()) in apply_enchantment_to_monster()
H A Dmonster.cc4104 bool monster::antimagic_susceptible() const in antimagic_susceptible() function in monster