From 9ddea83b8717a76a560c82b754d6a1d8bea408c8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 14 Oct 2017 15:08:52 +0200 Subject: [PATCH] fixed Bulldash fallthrough to Rose --- landgen.cpp | 1 + 1 file changed, 1 insertion(+) 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) {