Files
CHOMPStation2/code/modules/multiz/disabled.dm

11 lines
174 B
Plaintext

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