Edits to tether 3, 5, 6 and prevent descending thru ceilings from space.

This commit is contained in:
Leshana
2017-04-29 03:25:18 -04:00
parent 3a1775d722
commit e088e7c8aa
5 changed files with 5654 additions and 5385 deletions

View File

@@ -5,7 +5,7 @@
if(direction == UP) //on a turf below, trying to enter
return 0
if(direction == DOWN) //on a turf above, trying to enter
return !density
return !density && isopenspace(GetAbove(src)) // VOREStation Edit
/turf/simulated/open/CanZPass(atom, direction)
return 1