1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-22 05:38:33 +00:00

fixed Terracotta in Euclidean disk

This commit is contained in:
Zeno Rogue
2023-03-28 22:53:31 +02:00
parent e3a4ca5aa7
commit 121df0d9c7

View File

@@ -921,7 +921,7 @@ EX void setLandSphere(cell *c) {
int y = getHemisphere(c, 2); int y = getHemisphere(c, 2);
elementalXY(c, x, y, (c->type != 6 || GOLDBERG)); elementalXY(c, x, y, (c->type != 6 || GOLDBERG));
} }
if(!(euclid && quotient)) if(!(euclid && (quotient || disksize)))
if(specialland == laCrossroads || specialland == laCrossroads2 || specialland == laCrossroads3 || specialland == laTerracotta) { if(specialland == laCrossroads || specialland == laCrossroads2 || specialland == laCrossroads3 || specialland == laTerracotta) {
int x = getHemisphere(c, 1); int x = getHemisphere(c, 1);
if(x == 0 && specialland == laTerracotta) if(x == 0 && specialland == laTerracotta)