1
0
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:
Zeno Rogue
2019-04-07 03:09:01 +02:00
parent 36b4b60d46
commit fc1e33f245
2 changed files with 2 additions and 1 deletions

View File

@@ -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"));