From d7aa85dc2c060ef03a865f6c59a8edd861d11319 Mon Sep 17 00:00:00 2001 From: Fluff Date: Thu, 1 Jun 2023 13:50:48 -0400 Subject: [PATCH] Opps wrong one. Wrong cell change. --- modular_chomp/code/modules/power/cells/device_cells.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_chomp/code/modules/power/cells/device_cells.dm b/modular_chomp/code/modules/power/cells/device_cells.dm index 28dcc96f9f..0898f6fb46 100644 --- a/modular_chomp/code/modules/power/cells/device_cells.dm +++ b/modular_chomp/code/modules/power/cells/device_cells.dm @@ -91,7 +91,7 @@ icon_state = "meb_m_hi" maxcharge = 10000 charge_amount = 20 - origin_tech = list(TECH_POWER = 5, TECH_ARCANE = 1) + origin_tech = list(TECH_POWER = 5, TECH_PRECURSOR = 1) /obj/item/weapon/cell/device/giga/empty/Initialize() . = ..() @@ -127,7 +127,7 @@ self_recharge = TRUE charge_amount = 60 //2.5% charge_delay = 75 - origin_tech = list(TECH_POWER = 5, TECH_PRECURSOR = 1) + origin_tech = list(TECH_POWER = 5, TECH_ARCANE = 1) /* * Captain's Self-charging Weapon