mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user