Add Chompstation Edit Comments

This commit is contained in:
cadyn
2020-08-28 13:10:17 -07:00
parent 9101e37e6f
commit 6e0c91a0bc

View File

@@ -205,8 +205,8 @@ SUBSYSTEM_DEF(supply)
else if(islist(SP.access) && SP.one_access)
var/list/L = SP.access // access var is a plain var, we need a list
A.req_one_access = L.Copy()
if(A.req_access)
A.req_access.Cut()
if(A.req_access) //Chompstation Edit (TODO: Figure out why the fuck this works for others but not us)
A.req_access.Cut() //Chompstation Edit
else if(islist(SP.access) && !SP.one_access)
var/list/L = SP.access
A.req_access = L.Copy()