diff --git a/landgen.cpp b/landgen.cpp index e85b21cf..c24d6ae0 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -2381,7 +2381,7 @@ void giantLandSwitch(cell *c, int d, cell *from) { break; case laAsteroids: - c->wall = waInvisibleFloor; + if(d >= 7) c->wall = waInvisibleFloor; break; case landtypes: break;