From 8b71a6f91343bb26f587c40d32ea91c9eca22142 Mon Sep 17 00:00:00 2001 From: Fluff Date: Thu, 1 Jun 2023 13:47:39 -0400 Subject: [PATCH] Fixing a typo There seemed to have been an error in RnD's development line, something requiring arcane but giving precursor for free. --- modular_chomp/code/modules/power/cells/device_cells.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() . = ..()