mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-22 13:42:01 +00:00
fixed Terracotta in Euclidean disk
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user