mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user