Docks/Snakenest now available without cheating

This commit is contained in:
Zeno Rogue 2018-01-05 14:19:56 +01:00
parent 292eb2ca93
commit 46edbf456e
1 changed files with 2 additions and 0 deletions

View File

@ -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;