From f124fb590d1cbc7dd0abd8f727ad318d84910cf9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 15 Apr 2018 13:18:51 +0200 Subject: [PATCH] Fixed Land of Storms accidentally marked as invalid in heptagonal --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index aedc95e2..6ba4c13c 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1105,7 +1105,7 @@ land_validity_t& land_validity(eLand l) { if(l == laStorms && nonbitrunc && elliptic) return not_enough_space; - if(l == laStorms && nonbitrunc && S3 == 3) + if(l == laStorms && S7 == 3) return not_enough_space; // mirrors do not work in gp