diff --git a/modular_chomp/code/modules/power/cells/device_cells.dm b/modular_chomp/code/modules/power/cells/device_cells.dm index 29aff5fe8f..28dcc96f9f 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_PRECURSOR = 1) + origin_tech = list(TECH_POWER = 5, TECH_ARCANE = 1) /obj/item/weapon/cell/device/giga/empty/Initialize() . = ..()