mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Edits to tether 3, 5, 6 and prevent descending thru ceilings from space.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user