From 2dc31594c51002712f7e7aa2c05cb2937a5dcf76 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 29 Apr 2019 17:01:03 +0200 Subject: [PATCH] Zebra valid in Zebra quotient --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index 9116f005..3bd4103a 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1011,7 +1011,7 @@ land_validity_t& land_validity(eLand l) { if(l == laZebra && quotient && geometry != gZebraQuotient && !randomPatternsMode) return pattern_incompatibility; - if(l == laZebra && !(stdeuc || (a4 && !BITRUNCATED) || a46) && !randomPatternsMode) + if(l == laZebra && !(stdeuc || (a4 && !BITRUNCATED) || a46 || (geometry == gZebraQuotient && old_daily_id > 106)) && !randomPatternsMode) return pattern_not_implemented_weird; if(l == laCrossroads3 && euclid)