Fixes runtime error when Exosuit Fabricators are deconstructed.

* You need to have the circuit be an actual instance, not a path.
This commit is contained in:
Leshana
2016-05-25 21:35:14 -04:00
parent f0edb66f9b
commit ca6e75ab8f
+1 -1
View File
@@ -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)