Alternative fix for Cargo production access

Updates the Cargo production machines to use either `ACCESS_CARGO` or `ACCESS_MINING`.

Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com>
This commit is contained in:
Darius
2023-03-04 04:00:41 +00:00
committed by GitHub
co-authored by SandPoot
parent efbdb42874
commit 4fbc8c22b2
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@
req_access = list(ACCESS_MEDICAL)
/obj/machinery/rnd/production/protolathe/department/cargo
req_access = list(ACCESS_MAILSORTING)
req_one_access = list(ACCESS_CARGO, ACCESS_MINING)
/obj/machinery/rnd/production/protolathe/department/science
req_access = list(ACCESS_RESEARCH)
@@ -8,7 +8,7 @@
req_access = list(ACCESS_MEDICAL)
/obj/machinery/rnd/production/techfab/department/cargo
req_access = list(ACCESS_MAILSORTING)
req_one_access = list(ACCESS_CARGO, ACCESS_MINING)
/obj/machinery/rnd/production/techfab/department/science
req_access = list(ACCESS_RESEARCH)