mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
no longer push statues through halfvines
This commit is contained in:
parent
698104b29c
commit
7cc075d96f
@ -408,6 +408,7 @@ bool sharkpassable(cell *w, cell *c) {
|
||||
EX bool canPushStatueOn(cell *c, flagtype flags) {
|
||||
return passable(c, NULL, P_MONSTER | flags) && !snakelevel(c) &&
|
||||
!isWorm(c->monst) && !isReptile(c->wall) && !peace::on &&
|
||||
!cellHalfvine(c) &&
|
||||
!among(c->wall, waBoat, waFireTrap, waArrowTrap);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user