mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 19:18:05 +00:00
choice of the land structure
This commit is contained in:
@@ -174,6 +174,11 @@ int fiftyval(cell *c) {
|
||||
}
|
||||
|
||||
EX int cdist50(cell *c) {
|
||||
if(euclid && S3 == 4) {
|
||||
auto co = euc2_coordinates(c);
|
||||
int x = co.first, y = co.second;
|
||||
return abs(szgmod(x, 5)) + abs(zgmod(y, 5));
|
||||
}
|
||||
if(sphere || S7>7 || S6>6) return 0;
|
||||
if(euclid) {
|
||||
if(c->land == laWildWest)
|
||||
|
||||
Reference in New Issue
Block a user