mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 10:20:32 +00:00
fixed rosebush/crystal world interaction
This commit is contained in:
parent
542e2520c1
commit
6b0dd547bd
@ -169,6 +169,7 @@ EX bool passable(cell *w, cell *from, flagtype flags) {
|
||||
if(airdist(w) < 3) return false;
|
||||
if(againstWind(w,from)) return false;
|
||||
if(isGravityLand(w)) return false;
|
||||
if(w->wall == waChasm && w->land == laDual) return false;
|
||||
}
|
||||
|
||||
if(from && strictlyAgainstGravity(w, from, vrevdir, flags)
|
||||
|
Loading…
Reference in New Issue
Block a user