fixed Bulldash fallthrough to Rose

This commit is contained in:
Zeno Rogue 2017-10-14 15:08:52 +02:00
parent e0897de27f
commit 9ddea83b87
1 changed files with 1 additions and 0 deletions

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) {