mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-03 13:20:05 +01:00
65f21fb1d3
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
11 lines
190 B
Plaintext
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
|