1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-30 09:22:12 +00:00

blizzard/volcano partially implemented now also includes INV

This commit is contained in:
Zeno Rogue
2026-04-19 00:38:02 +02:00
parent 263ba16bba
commit 9ffec4f163
+1 -1
View File
@@ -1435,7 +1435,7 @@ EX land_validity_t& land_validity(eLand l) {
return not_enough_space;
// ... and it works in gp only partially
if((l == laBlizzard || l == laVolcano) && GOLDBERG && (old_daily_id < 33 || !sphere))
if((l == laBlizzard || l == laVolcano) && GOLDBERG_INV && (old_daily_id < 33 || !sphere))
return partially_implemented;
// Kraken does not really work on odd-sided cells;