From f9d6bd33e65b0bc8720f56cd46231f336edf830f Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 1 Aug 2015 00:38:35 +0200 Subject: [PATCH] SMES upgraded fix --- code/modules/power/smes.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index 89c69c9303b..5e34cb31fcc 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -77,12 +77,12 @@ ..() component_parts = list() component_parts += new /obj/item/weapon/circuitboard/smes(null) - component_parts += new /obj/item/weapon/stock_parts/cell/high(null) - component_parts += new /obj/item/weapon/stock_parts/cell/high(null) - component_parts += new /obj/item/weapon/stock_parts/cell/high(null) - component_parts += new /obj/item/weapon/stock_parts/cell/high(null) - component_parts += new /obj/item/weapon/stock_parts/cell/high(null) - component_parts += new /obj/item/weapon/stock_parts/capacitor(null) + component_parts += new /obj/item/weapon/stock_parts/cell/hyper(null) + component_parts += new /obj/item/weapon/stock_parts/cell/hyper(null) + component_parts += new /obj/item/weapon/stock_parts/cell/hyper(null) + component_parts += new /obj/item/weapon/stock_parts/cell/hyper(null) + component_parts += new /obj/item/weapon/stock_parts/cell/hyper(null) + component_parts += new /obj/item/weapon/stock_parts/capacitor/super(null) component_parts += new /obj/item/stack/cable_coil(null, 5) RefreshParts()