Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstairs.cc512 bool known_shaft) in _travel_destination() argument
514 const bool shaft = known_shaft || how == DNGN_TRAP_SHAFT; in _travel_destination()
521 if (known_shaft) in _travel_destination()
568 if (known_shaft) in _travel_destination()
578 if (!known_shaft) in _travel_destination()
942 const bool known_shaft = (!force_stair in take_stairs() local
947 const bool shaft = known_shaft || force_stair == DNGN_TRAP_SHAFT; in take_stairs()
950 known_shaft); in take_stairs()
H A Dmain.cc1260 bool known_shaft) in _can_take_stairs() argument
1313 && (!down || !known_shaft)) in _can_take_stairs()