Files
CHOMPStation2/code/modules/multiz/disabled.dm
2021-06-22 22:17:02 +00: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