diff --git a/landgen.cpp b/landgen.cpp index 52f3a761..af418ebe 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -1446,6 +1446,7 @@ void giantLandSwitch(cell *c, int d, cell *from) { } } } + break; case laRose: if(d == 8 && c->land == laRose && hrand(2000) < 100 && !c->wall && !c->item && !c->monst) {