Fixing a typo

There seemed to have been an error in RnD's development line, something requiring arcane but giving precursor for free.
This commit is contained in:
Fluff
2023-06-01 13:47:39 -04:00
parent f5ab670839
commit 8b71a6f913
@@ -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()
. = ..()