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