From 121df0d9c793603f292d3b0077bd25a7ecddb31d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 28 Mar 2023 22:53:31 +0200 Subject: [PATCH] fixed Terracotta in Euclidean disk --- bigstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index 978a4798..3722e945 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -921,7 +921,7 @@ EX void setLandSphere(cell *c) { int y = getHemisphere(c, 2); elementalXY(c, x, y, (c->type != 6 || GOLDBERG)); } - if(!(euclid && quotient)) + if(!(euclid && (quotient || disksize))) if(specialland == laCrossroads || specialland == laCrossroads2 || specialland == laCrossroads3 || specialland == laTerracotta) { int x = getHemisphere(c, 1); if(x == 0 && specialland == laTerracotta)