Camelot unlocked in geom-exp with treasure >= 1

This commit is contained in:
Zeno Rogue
2019-02-06 18:48:52 +01:00
parent 8ac1cf8731
commit 2407efc313
+1
View File
@@ -297,6 +297,7 @@ void showEuclideanMenu() {
landvisited[laDual] = true;
landvisited[laDocks] |= landvisited[laWarpCoast];
landvisited[laSnakeNest] |= landvisited[laRedRock];
landvisited[laCamelot] |= hiitemsMax(treasureType(laCamelot)) >= 1;
landvisited[laCA] = true;
// for(int i=2; i<lt; i++) landvisited[i] = true;