Files
CHOMPStation2/code/modules/multiz/disabled.dm
Joseph Heinemeyer 8c61c3ab6f Fixes multi-z things.
2015-08-30 18:58:37 -07:00

10 lines
185 B
Plaintext

proc/HasAbove(var/z)
return 0
proc/HasBelow(var/z)
return 0
// These give either the turf or null.
proc/GetAbove(var/turf/turf)
return null
proc/GetBelow(var/turf/turf)
return null