the express supply console now requires general cargo access instead of QM access (#69312)

* remove the access requirements

* cargo access  instead of qm access

* Update expressconsole.dm
This commit is contained in:
AIUNBOLT
2022-08-25 01:17:16 -04:00
committed by GitHub
parent 3282faaeb1
commit e4eb3e430a
+1 -1
View File
@@ -14,7 +14,7 @@
icon_screen = "supply_express"
circuit = /obj/item/circuitboard/computer/cargo/express
blockade_warning = "Bluespace instability detected. Delivery impossible."
req_access = list(ACCESS_QM)
req_access = list(ACCESS_CARGO)
is_express = TRUE
interface_type = "CargoExpress"