Files
CHOMPStation2/code/modules/multiz/disabled.dm
CHOMPStation2StaffMirrorBot 65f21fb1d3 [MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-11 17:58:14 +01:00

11 lines
190 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