Files
VOREStation/code/modules/multiz/disabled.dm
2021-06-20 18:16:45 -04:00

10 lines
189 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