mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
New type of power Cell
Requires DME include
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/obj/item/weapon/cell/high/hightech
|
||||
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."
|
||||
|
||||
/obj/item/weapon/cell/high/hightech/empty/New()
|
||||
..()
|
||||
charge = 0
|
||||
Reference in New Issue
Block a user