From 72abed318699a6568edb64cb0dd0a7986f1df5f1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 15 May 2018 23:48:10 +0200 Subject: [PATCH] pattern incompatibility marked for Storms --- landlock.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/landlock.cpp b/landlock.cpp index 1b7c13a0..17e05970 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1286,6 +1286,9 @@ land_validity_t& land_validity(eLand l) { if(l == laTrollheim && quotient == 2) return not_enough_space; + + if(l == laStorms && hyperbolic_not37) + return pattern_incompatibility; if(l == laTrollheim && !stdeuc && !bounded) return some1;