diff --git a/code/modules/cargo/department_order.dm b/code/modules/cargo/department_order.dm index b93065751b0..87a226b7319 100644 --- a/code/modules/cargo/department_order.dm +++ b/code/modules/cargo/department_order.dm @@ -190,7 +190,10 @@ GLOBAL_LIST_INIT(department_order_cooldowns, list( /obj/machinery/computer/department_orders/security name = "security order console" circuit = /obj/item/circuitboard/computer/security_orders - department_delivery_areas = list(/area/station/security/brig) + department_delivery_areas = list( + /area/station/security/brig, + /area/station/security/brig/upper, + ) override_access = ACCESS_HOS req_one_access = REGION_ACCESS_SECURITY dep_groups = list("Security", "Armory")