mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
Camelot unlocked in geom-exp with treasure >= 1
This commit is contained in:
parent
8ac1cf8731
commit
2407efc313
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user