Makes cell chargers buildable and upgradeable (#18465)

* finally cell chargers have parts

* formatting
This commit is contained in:
Bm0n
2022-07-31 18:23:46 -04:00
committed by GitHub
parent f3035edb6f
commit b4d74f5620
3 changed files with 41 additions and 5 deletions
@@ -13,7 +13,7 @@
category = list ("Engineering Machinery")
/datum/design/recharger
name = "Machine Board(Weapon Recharger)"
name = "Machine Board (Weapon Recharger)"
desc = "The circuit board for a weapon recharger"
id = "recharger"
build_path = /obj/item/circuitboard/recharger
@@ -22,6 +22,16 @@
req_tech = list("powerstorage" = 3, "materials" = 3)
category = list("Misc. Machinery")
/datum/design/cell_charger
name = "Machine Board (Cell Charger)"
desc = "The circuit board for a cell charger"
id = "cell_charger"
build_path = /obj/item/circuitboard/cell_charger
materials = list(MAT_GLASS = 1000)
build_type = IMPRINTER
req_tech = list("powerstorage" = 3, "materials" = 3)
category = list("Misc. Machinery")
/datum/design/smes
name = "Machine Board (SMES)"
desc = "The circuit board for a SMES."