Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddactions.cc243 mon->flags |= MF_WAS_NEUTRAL; in apply_daction_to_mons()
427 mon->flags |= MF_WAS_NEUTRAL; in _daction_hog_to_human()
H A Dattitude-change.cc344 plant->flags |= MF_WAS_NEUTRAL; in _fedhas_neutralise_plant()
372 slime->flags |= MF_WAS_NEUTRAL; in _jiyva_convert_slime()
H A Dmon-flags.h208 MF_WAS_NEUTRAL = BIT(8), enumerator
H A Dgod-conduct.cc135 || testbits(victim->flags, MF_WAS_NEUTRAL); in _attacking_holy_matters()
H A Dwiz-mon.cc278 if ((mi->flags & (MF_WAS_NEUTRAL | MF_NO_REWARD)) in debug_list_monsters()
H A Ddirectn.cc148 m->flags |= MF_WAS_NEUTRAL; in _wizard_make_friendly()
158 m->flags &= ~MF_WAS_NEUTRAL; in _wizard_make_friendly()
H A Dmon-util.cc747 && !testbits(victim.flags, MF_WAS_NEUTRAL) // no neutral monsters in mons_gives_xp()
3591 mon.flags |= MF_WAS_NEUTRAL; in mons_pacify()
H A Dmon-death.cc2170 && !testbits(mons.flags, MF_WAS_NEUTRAL)) in monster_die()
H A Dmon-place.cc2681 creation->flags |= MF_WAS_NEUTRAL; in mons_place()