From 7d580543b768eeabcb3b97229c3fe4da3ba1e3cb Mon Sep 17 00:00:00 2001 From: atermonera Date: Mon, 10 Sep 2018 13:15:04 -0700 Subject: [PATCH] supplycom/control drops the correct circuit --- code/game/machinery/computer/supply.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)