mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user