mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
ls:: fixed hole in H/V Ivory Tower (still a hole in Dungeon but not available anyway)
This commit is contained in:
@@ -579,6 +579,8 @@ EX int coastvalEdge(cell *c) { return coastval(c, laIvoryTower); }
|
||||
EX int gravityLevel(cell *c) {
|
||||
if(c->land == laIvoryTower && ls::hv_structure())
|
||||
return celldistAlt(c);
|
||||
if(c->land == laDungeon && ls::hv_structure())
|
||||
return -celldistAlt(c);
|
||||
if(c->land == laIvoryTower || c->land == laEndorian)
|
||||
return coastval(c, laIvoryTower);
|
||||
if(c->land == laDungeon)
|
||||
|
Reference in New Issue
Block a user