mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-08 07:38:19 +01:00
578bae6f6f
* the voices win in the end * cleanup * changelog * secure.dm hates me * make_exact_fit() in initialize instead of whatever was happening before
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
|