Files
Kashargul 5926589c16 removes var/ inside all procs (#19450)
* removes var/ inside all procs

* .

* ugh
2026-05-05 10:55:17 +02:00

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