mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 18:30:34 +00:00
fixed Terracotta in Euclidean disk
This commit is contained in:
parent
e3a4ca5aa7
commit
121df0d9c7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user