1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

enabling Halloween in infinite geometries now produces something that makes sense

This commit is contained in:
Zeno Rogue
2024-03-14 19:34:51 +01:00
parent 26e61783b2
commit 9cc370a2d2
2 changed files with 8 additions and 0 deletions

View File

@@ -562,6 +562,8 @@ EX eLand getNewLand(eLand old) {
tab[cnt++] = laDocks;
}
tab[cnt++] = laHalloween;
// the advanced lands
if(all_unlocked || gold() >= R60) {
tab[cnt++] = laCrossroads;