Power Outlets (#19943)

* Added power outlets to the service area. More can be printed at RnD.
The capacitor can be upgraded to improve charging speed for connected
devices.
This commit is contained in:
Geeves
2024-10-04 14:53:51 +00:00
committed by GitHub
parent c2be56fe40
commit af4da2bb06
7 changed files with 121 additions and 4 deletions
@@ -241,3 +241,8 @@
name = "oxygen regenerator"
req_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2)
build_path = /obj/item/circuitboard/oxyregenerator
/datum/design/circuit/power_outlet
name = "Power Outlet"
req_tech = list(TECH_ENGINEERING = 1, TECH_POWER = 1)
build_path = /obj/item/circuitboard/outlet