Home
last modified time | relevance | path

Searched refs:MF_DEMONIC_GUARDIAN (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h266 MF_DEMONIC_GUARDIAN = BIT(30), enumerator
H A Dcloud.cc1005 || testbits(act.as_monster()->flags, MF_DEMONIC_GUARDIAN)) in actor_cloud_immune()
H A Dbeam.cc4792 if (testbits(mon->flags, MF_DEMONIC_GUARDIAN)) in affect_monster()
5236 || testbits(mon->flags, MF_DEMONIC_GUARDIAN)); in ench_flavour_affects_monster()
6709 && testbits(victim->flags, MF_DEMONIC_GUARDIAN)); in shoot_through_monster()
H A Dmonster.cc5100 || testbits(flags, MF_DEMONIC_GUARDIAN)) in can_go_frenzy()
6629 && !testbits(flags, MF_DEMONIC_GUARDIAN) in angered_by_attacks()
H A Dmutation.cc3010 guardian->flags |= MF_DEMONIC_GUARDIAN; in check_demonic_guardian()
H A Dspl-damage.cc3318 && !testbits(mon->flags, MF_DEMONIC_GUARDIAN); in cast_hailstorm()
H A Dgod-abil.cc5086 return !testbits(mons.flags, MF_DEMONIC_GUARDIAN) || !mons.friendly(); in _mons_stompable()