diff --git a/code/game/machinery/computer/supply.dm b/code/game/machinery/computer/supply.dm index cf7e1d5197b..c58eca64310 100644 --- a/code/game/machinery/computer/supply.dm +++ b/code/game/machinery/computer/supply.dm @@ -22,7 +22,7 @@ icon_screen = "supply" light_color = "#b88b2e" req_access = list(access_cargo) - circuit = /obj/item/weapon/circuitboard/supplycomp + circuit = /obj/item/weapon/circuitboard/supplycomp/control authorization = SUP_SEND_SHUTTLE | SUP_ACCEPT_ORDERS /obj/machinery/computer/supplycomp/attack_ai(var/mob/user as mob)