1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-01 00:07:02 +00:00

fixed Bulldash fallthrough to Rose

This commit is contained in:
Zeno Rogue 2017-10-14 15:08:52 +02:00
parent e0897de27f
commit 9ddea83b87

View File

@ -1446,6 +1446,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
} }
} }
} }
break;
case laRose: case laRose:
if(d == 8 && c->land == laRose && hrand(2000) < 100 && !c->wall && !c->item && !c->monst) { if(d == 8 && c->land == laRose && hrand(2000) < 100 && !c->wall && !c->item && !c->monst) {