mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 17:57:56 +00:00
ls:: horocyclic variant of Warped Coast
This commit is contained in:
@@ -1945,6 +1945,10 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
c->wall = waBoat;
|
||||
c->item = itCoral;
|
||||
}
|
||||
else if(hrand(6000) < 1000 && ls::hv_structure()) {
|
||||
/* somehow there were not enough boats in hv_structure... */
|
||||
forCellEx(c1, c) if(c1->land == laWarpCoast) c->wall = waBoat;
|
||||
}
|
||||
}
|
||||
|
||||
ONEMPTY if(c->land == laWarpCoast) {
|
||||
|
Reference in New Issue
Block a user