Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h264 MF_SPECTRALISED = BIT(29), enumerator
H A Dmon-abil.cc646 if (testbits(mons.flags, MF_SPECTRALISED)) in _lost_soul_affectable()
738 mons.flags |= (MF_SPECTRALISED | MF_FAKE_UNDEAD); in lost_soul_revive()
H A Dmon-death.cc631 if (mons_is_or_was_unique(*mons) && !testbits(mons->flags, MF_SPECTRALISED)) in record_monster_defeat()
1479 const bool spectralised = testbits(mons.flags, MF_SPECTRALISED); in monster_die()
1487 if (!spectralised && testbits(mons.flags, MF_SPECTRALISED)) in monster_die()
H A Ddgn-overview.cc908 || testbits(mons->flags, MF_SPECTRALISED) in set_unique_annotation()
H A Dmon-info.cc547 if (testbits(m->flags, MF_SPECTRALISED)) in monster_info()
H A Dmon-util.cc1081 && !testbits(mon->flags, MF_SPECTRALISED); in actor_is_susceptible_to_vampirism()
H A Dmonster.cc3532 if (testbits(flags, MF_SPECTRALISED)) in holiness()