Home
last modified time | relevance | path

Searched refs:is_trap_safe (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h230 bool is_trap_safe(const coord_def& where, bool just_check = false) const;
H A Dmonster.cc4643 bool monster::is_trap_safe(const coord_def& where, bool just_check) const in is_trap_safe() function in monster
4757 if (!is_trap_safe(place, true)) in check_set_valid_home()
4772 if (!is_trap_safe(place, true)) in is_location_safe()
H A Dmon-act.cc2993 if (!mons->is_trap_safe(targ, just_check)) in mon_can_move_to_pos()
H A Dmon-util.cc4195 return !checktraps || mon.is_trap_safe(p); in mons_can_traverse()