mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
fixed Bulldash fallthrough to Rose
This commit is contained in:
parent
e0897de27f
commit
9ddea83b87
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user