diff --git a/landgen.cpp b/landgen.cpp index ae392a4c..68916878 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -2632,6 +2632,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) { c->monst = moHexer; c->item = pick(itCurseWeakness, itCurseDraining, itCurseWater, itCurseFatigue, itCurseRepulsion, itCurseGluttony); } + break; } }