Update power_cells_ch.dm

This commit is contained in:
Sharkmare
2019-02-05 17:07:57 +01:00
committed by GitHub
parent ae2004becb
commit 0815b27ef4
+3 -3
View File
@@ -1,10 +1,10 @@
/obj/item/weapon/cell/high/hightech
name = "Self-charging power cell"
origin_tech = list(TECH_POWER = 7)
name = "Self-charging power cell"
origin_tech = list(TECH_POWER = 7)
icon_state = "hcell"
maxcharge = 2000//Trade in charge for recharge
matter = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 100)
description_info = "This 'cell' holds a max charge of 1k and self recharges over time."
description_info = "This 'cell' holds a max charge of 1k and self recharges over time."
/obj/item/weapon/cell/high/hightech/empty/New()
..()