From 9ffec4f16369a19a40b3b145e5e9a0fab6093c06 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 19 Apr 2026 00:38:02 +0200 Subject: [PATCH] blizzard/volcano partially implemented now also includes INV --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index 7ab1e7f3..07ac349a 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -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;