Merge pull request #513 from cadyn/liquid-bellyfix

Many bugfixes!
This commit is contained in:
Nadyr
2020-09-05 06:17:03 -04:00
committed by GitHub
6 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -205,7 +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()
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()