Home
last modified time | relevance | path

Searched refs:MF_TAKING_STAIRS (Results 1 – 14 of 14) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-transit.cc109 if ((mon->mons.flags & MF_TAKING_STAIRS) && mon->place(true)) in _level_place_followers()
270 m->flags &= ~MF_TAKING_STAIRS & ~MF_BANISHED; in place()
366 fol->flags |= MF_TAKING_STAIRS; in _tag_follower_at()
457 mons.flags &= ~MF_TAKING_STAIRS; in untag_followers()
H A Dmon-flags.h194 MF_TAKING_STAIRS = BIT(2), enumerator
H A Dfiles.cc1133 if (!testbits(fol->flags, MF_TAKING_STAIRS)) in _grab_follower_at()
1193 if (!testbits(dowan->flags, MF_TAKING_STAIRS) in _grab_followers()
1194 || !testbits(duvessa->flags, MF_TAKING_STAIRS)) in _grab_followers()
1196 dowan->flags &= ~MF_TAKING_STAIRS; in _grab_followers()
1197 duvessa->flags &= ~MF_TAKING_STAIRS; in _grab_followers()
1203 dowan->flags &= ~MF_TAKING_STAIRS; in _grab_followers()
1208 duvessa->flags &= ~MF_TAKING_STAIRS; in _grab_followers()
1259 mons.flags &= ~MF_TAKING_STAIRS; in _grab_followers()
1270 if (mons_is_unique(mi->type) && !(mi->flags & MF_TAKING_STAIRS)) in _do_lost_monsters()
H A Dgod-companions.cc84 if (!(mons->flags & MF_TAKING_STAIRS)) in move_companion_to()
H A Dwiz-dgn.cc792 mi->flags |= MF_TAKING_STAIRS; // no Abyss transit in wizard_recreate_level()
H A Dmon-poly.cc532 if (mons->flags & MF_TAKING_STAIRS) in monster_polymorph()
H A Dmon-ench.cc1667 if (!(flags & MF_TAKING_STAIRS) in apply_enchantment()
1677 if (!(flags & MF_TAKING_STAIRS) in apply_enchantment()
H A Ddgn-overview.cc936 || you.can_see(*mons) && testbits(mons->flags, MF_TAKING_STAIRS)) in remove_unique_annotation()
H A Dmon-act.cc3542 if (testbits(mons->flags, MF_TAKING_STAIRS)) in _monster_move()
3546 mons->flags &= ~MF_TAKING_STAIRS; in _monster_move()
H A Dabyss.cc1064 && !testbits(mi->flags, MF_TAKING_STAIRS)) in save_abyss_uniques()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dstuff.cc127 fmenv->flags |= MF_TAKING_STAIRS; in tag_followers()
143 mon->flags &= (~MF_TAKING_STAIRS); in untag_followers()
H A Dfiles.cc366 if (!testbits( fmenv->flags, MF_TAKING_STAIRS )) in load()
H A Denum.h1816 MF_TAKING_STAIRS = 0x10, // is following player through stairs enumerator
H A Dmonstuff.cc4481 if (testbits( monster->flags, MF_TAKING_STAIRS )) in monster_move()