mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
rosescent no longer spreads into gravity lands
This commit is contained in:
parent
7edf506152
commit
46c154e6d2
@ -163,6 +163,7 @@ EX bool passable(cell *w, cell *from, flagtype flags) {
|
|||||||
if(F(P_ROSE)) {
|
if(F(P_ROSE)) {
|
||||||
if(airdist(w) < 3) return false;
|
if(airdist(w) < 3) return false;
|
||||||
if(againstWind(w,from)) return false;
|
if(againstWind(w,from)) return false;
|
||||||
|
if(isGravityLand(w)) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(from && strictlyAgainstGravity(w, from, vrevdir, flags)
|
if(from && strictlyAgainstGravity(w, from, vrevdir, flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user