mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Makes cell chargers buildable and upgradeable (#18465)
* finally cell chargers have parts * formatting
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user