mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 22:07:38 +00:00
Crossroads IV in alternate hyperbolic geometries
This commit is contained in:
@@ -1536,7 +1536,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
if(d == 9 && randomPatternsMode)
|
||||
setland(c, RANDPAT ? laWarpCoast : laWarpSea);
|
||||
|
||||
if(d == 8) {
|
||||
if(d == 8 && !weirdhyperbolic) {
|
||||
if(c->land == laWarpCoast) {
|
||||
if(hrand(1000) < 150 && celldist(c) >= 3 && !pseudohept(c))
|
||||
c->wall = waSmallTree;
|
||||
|
Reference in New Issue
Block a user