mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Opps wrong one.
Wrong cell change.
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_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
|
||||
|
||||
Reference in New Issue
Block a user