1
0
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:
Zeno Rogue 2018-01-05 14:19:56 +01:00
parent 292eb2ca93
commit 46edbf456e

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;