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