Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstairs.cc371 static bool _check_fall_down_stairs(const dungeon_feature_type ftype, bool going_up) in _check_fall_down_stairs() function
550 if (going_up && _check_fall_down_stairs(how, true)) in _travel_destination()
762 _check_fall_down_stairs(how, false); in floor_transition()