Higher SMES input/output defaults for a less tedious RCON setup (#16412)

* higher smes i/o defaults

i dont think this should have any negative effect

* ChangeMe

* output to 140000

* substation SMES subtype, reverts regular smes i/o
This commit is contained in:
Llywelwyn
2023-06-07 21:15:17 +00:00
committed by GitHub
parent e4a8288de9
commit 3fdf89a601
5 changed files with 61 additions and 15 deletions
+5
View File
@@ -73,6 +73,11 @@
output_level = 500000
charge =1.5e+7
// For the substation SMES around the Horizon.
/obj/machinery/power/smes/buildable/substation
input_level = 150000
output_level = 140000
// The Horizon's shuttles want something with decent capacity to sustain themselves and enough transmission to meet their energy needs.
/obj/machinery/power/smes/buildable/horizon_shuttle/Initialize()
. = ..()