Makes cell chargers buildable and upgradeable (#18465)

* finally cell chargers have parts

* formatting
This commit is contained in:
Bm0n
2022-07-31 23:23:46 +01:00
committed by GitHub
parent f3035edb6f
commit b4d74f5620
3 changed files with 41 additions and 5 deletions
@@ -846,6 +846,13 @@ to destroy them and players will be able to make replacements.
/obj/item/stack/cable_coil = 1,
/obj/item/stack/sheet/glass = 4)
/obj/item/circuitboard/cell_charger
board_name = "Cell Charger"
build_path = /obj/machinery/cell_charger
board_type = "machine"
origin_tech = "powerstorage=3;materials=2"
req_components = list(/obj/item/stock_parts/capacitor = 1)
/obj/item/circuitboard/cyborgrecharger
board_name = "Cyborg Recharger"
build_path = /obj/machinery/recharge_station