Home
last modified time | relevance | path

Searched refs:checktraps (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h502 bool checktraps = true);
H A Dmon-util.cc4177 bool only_in_sight, bool checktraps) in mons_can_traverse() argument
4195 return !checktraps || mon.is_trap_safe(p); in mons_can_traverse()