fixed Terracotta in Euclidean disk

This commit is contained in:
Zeno Rogue 2023-03-28 22:53:31 +02:00
parent e3a4ca5aa7
commit 121df0d9c7
1 changed files with 1 additions and 1 deletions

View File

@ -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)