mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user