This commit is contained in:
KorPhaeron
2016-02-03 22:03:22 -06:00
parent 8b10c648e5
commit 8d4351fd04
+1 -1
View File
@@ -46,7 +46,7 @@
component_parts = list()
component_parts += new /obj/item/weapon/circuitboard/smes(null)
for(var/i in 1 to 5)
component_parts += new /obj/item/weapon/stock_parts/cell/high/empty(null)
component_parts += new /obj/item/weapon/stock_parts/cell/high(null)
component_parts += new /obj/item/stack/cable_coil(null, 5)
component_parts += new /obj/item/weapon/stock_parts/capacitor(null)
RefreshParts()