From ca6e75ab8f4e2498eb062e58859c0d744357e566 Mon Sep 17 00:00:00 2001 From: Leshana Date: Wed, 25 May 2016 21:30:16 -0400 Subject: [PATCH] Fixes runtime error when Exosuit Fabricators are deconstructed. * You need to have the circuit be an actual instance, not a path. --- code/game/mecha/mech_fabricator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 425b959d31d..e257dc968d4 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -28,7 +28,7 @@ /obj/machinery/mecha_part_fabricator/New() ..() - + circuit = new circuit(src) component_parts = list() component_parts += new /obj/item/weapon/stock_parts/matter_bin(src) component_parts += new /obj/item/weapon/stock_parts/matter_bin(src)