[MIRROR] Linter diagnostics + bans non-var relative pathing

This commit is contained in:
Chompstation Bot
2021-06-22 22:17:02 +00:00
parent 968067d0e7
commit fb343cec6c
351 changed files with 20094 additions and 11284 deletions

View File

@@ -317,13 +317,13 @@
return
proc/getr(col)
/proc/getr(col)
return hex2num(copytext(col, 2,4))
proc/getg(col)
/proc/getg(col)
return hex2num(copytext(col, 4,6))
proc/getb(col)
/proc/getb(col)
return hex2num(copytext(col, 6))
/mob/proc/clearmap()