Files
Aurora.3/code/modules/multiz/disabled.dm
harryob 578bae6f6f no relative pathing (#16234)
* the voices win in the end

* cleanup

* changelog

* secure.dm hates me

* make_exact_fit() in initialize instead of whatever was happening before
2023-04-30 21:10:13 +00:00

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