Camelot unlocked in geom-exp with treasure >= 1

This commit is contained in:
Zeno Rogue 2019-01-14 22:55:19 +01:00
parent 8ac1cf8731
commit 2407efc313
1 changed files with 1 additions and 0 deletions

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;