mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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
|