mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
5926589c16
* removes var/ inside all procs * . * ugh
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
|
|
/proc/HasAbove(z)
|
|
return 0
|
|
/proc/HasBelow(z)
|
|
return 0
|
|
// These give either the turf or null.
|
|
/proc/GetAbove(turf/turf)
|
|
return null
|
|
/proc/GetBelow(turf/turf)
|
|
return null
|