mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 09:57:41 +00:00
fractal geometry
This commit is contained in:
@@ -159,6 +159,8 @@ EX void fix_land_structure_choice() {
|
||||
land_structure = lsSingle;
|
||||
if(aperiodic && !among(land_structure, lsChaosRW, lsTotalChaos, lsPatchedChaos, lsSingle))
|
||||
land_structure = lsPatchedChaos;
|
||||
if((cgflags & qFRACTAL) && !among(land_structure, lsChaosRW, lsTotalChaos, lsPatchedChaos, lsSingle))
|
||||
land_structure = lsPatchedChaos;
|
||||
}
|
||||
|
||||
EX bool landUnlockedRPM(eLand n) {
|
||||
|
Reference in New Issue
Block a user