mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 11:57:40 +00:00
Space Rocks are now accessible
This commit is contained in:
@@ -303,6 +303,7 @@ void ge_land_selection() {
|
||||
landvisited[laSnakeNest] |= landvisited[laRedRock];
|
||||
landvisited[laCamelot] |= hiitemsMax(treasureType(laCamelot)) >= 1;
|
||||
landvisited[laCA] = true;
|
||||
landvisited[laAsteroids] = true;
|
||||
|
||||
dialog::init(XLAT("experiment with geometry"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user