mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Linter diagnostics + bans non-var relative pathing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user