Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dlandlock.cpp84 enum eLandStructure { lsNiceWalls, lsChaos, lsPatchedChaos, lsTotalChaos, lsChaosRW, lsWallChaos, l… enumerator
93 EX bool any_chaos() { return among(land_structure, lsChaos, lsPatchedChaos, lsWallChaos, lsTotalCha… in any_chaos()
95 EX bool wall_chaos() { return land_structure == lsWallChaos; } in wall_chaos()
110 if(land_structure == lsWallChaos) return 30; in chaoticity()
126 case lsWallChaos: in land_structure_name()
152 if(!nice_walls_available() && land_structure == lsWallChaos) in fix_land_structure_choice()