mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
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
|