mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
fixed warp in weirdhyperbolic (was disabled for some reason)
This commit is contained in:
parent
4ca146549c
commit
6f86059550
@ -1557,7 +1557,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
if(d == 9 && randomPatternsMode)
|
||||
setland(c, RANDPAT ? laWarpCoast : laWarpSea);
|
||||
|
||||
if(d == 8 && !weirdhyperbolic) {
|
||||
if(d == 8) {
|
||||
if(c->land == laWarpCoast) {
|
||||
if(hrand(1000) < 150 && celldist(c) >= 3 && !pseudohept(c))
|
||||
c->wall = waSmallTree;
|
||||
|
Loading…
Reference in New Issue
Block a user