1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +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:
if(d == 8 && c->land == laRose && hrand(2000) < 100 && !c->wall && !c->item && !c->monst) {