mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-04-05 03:21:14 +01: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
|