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()