Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon-feature-type.h135 DNGN_EXIT_DUNGEON, enumerator
H A Dstairs.cc559 if (how == DNGN_EXIT_DUNGEON) in _travel_destination()
631 bool trying_to_exit = feat == DNGN_EXIT_DUNGEON && going_up; in _level_transition_moves_player()
706 if (how == DNGN_EXIT_DUNGEON) in floor_transition()
H A Dbranch-data.h20 NUM_FEATURES, DNGN_EXIT_DUNGEON, NUM_FEATURES,
H A Dfeature-data.h495 DNGN_EXIT_DUNGEON, "staircase leading out of the dungeon", "exit_dungeon",
H A Dmain.cc1455 if (!down && ygrd == DNGN_EXIT_DUNGEON && !player_has_orb()) in _prompt_stairs()
H A Dterrain.cc802 && feat != DNGN_EXIT_DUNGEON in get_random_stair()
H A Dhints.cc3345 case DNGN_EXIT_DUNGEON: in _hints_describe_feature()
H A Dfiles.cc1026 return DNGN_EXIT_DUNGEON; in _get_dest_stair_type()
H A Dtilepick.cc299 case DNGN_EXIT_DUNGEON: in tileidx_feature_base()
H A Dtravel.cc237 && feat != DNGN_EXIT_DUNGEON; in is_unknown_stair()
H A Ddungeon.cc1741 root ? DNGN_EXIT_DUNGEON in _fixup_branch_stairs()