mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
* Linter diagnostics + bans non-var relative pathing * Enable DreamChecker Annotations * make it executable * update hashFiles * oops * tries to fix it... again * trying again * path * repath * fix perms * fixes weird capitalisation issue
10 lines
189 B
Plaintext
10 lines
189 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 |