rosescent no longer spreads into gravity lands

This commit is contained in:
Zeno Rogue 2021-05-30 10:20:47 +02:00
parent 7edf506152
commit 46c154e6d2
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ EX bool passable(cell *w, cell *from, flagtype flags) {
if(F(P_ROSE)) {
if(airdist(w) < 3) return false;
if(againstWind(w,from)) return false;
if(isGravityLand(w)) return false;
}
if(from && strictlyAgainstGravity(w, from, vrevdir, flags)