mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 04:38:21 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user