mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Docks/Snakenest now available without cheating
This commit is contained in:
parent
292eb2ca93
commit
46edbf456e
@ -227,6 +227,8 @@ void showEuclideanMenu() {
|
||||
landvisited[laWarpCoast] = true;
|
||||
landvisited[laGraveyard] = true;
|
||||
landvisited[laDual] = true;
|
||||
landvisited[laDocks] |= landvisited[laWarpCoast];
|
||||
landvisited[laSnakeNest] |= landvisited[laRedRock];
|
||||
landvisited[laCA] = true;
|
||||
// for(int i=2; i<lt; i++) landvisited[i] = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user