mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Roundstart SMES (#12230)
This commit is contained in:
@@ -62,6 +62,27 @@
|
||||
component_parts += new /obj/item/smes_coil/super_io(src)
|
||||
component_parts += new /obj/item/smes_coil(src)
|
||||
|
||||
/obj/machinery/power/smes/buildable/main_engine
|
||||
cur_coils = 0
|
||||
input_attempt = TRUE
|
||||
output_attempt = TRUE
|
||||
output_level = 1300000 // calibrated to the NSS Aurora map
|
||||
|
||||
/obj/machinery/power/smes/buildable/main_engine/Initialize()
|
||||
. = ..()
|
||||
component_parts += new /obj/item/smes_coil/super_capacity(src)
|
||||
component_parts += new /obj/item/smes_coil/super_capacity(src)
|
||||
component_parts += new /obj/item/smes_coil/super_capacity(src)
|
||||
component_parts += new /obj/item/smes_coil/super_capacity(src)
|
||||
component_parts += new /obj/item/smes_coil/super_io(src)
|
||||
component_parts += new /obj/item/smes_coil/super_io(src)
|
||||
|
||||
/obj/machinery/power/smes/buildable/main_engine/LateInitialize()
|
||||
cur_coils = 6
|
||||
. = ..()
|
||||
charge = capacity
|
||||
input_level = input_level_max
|
||||
|
||||
// END SMES SUBTYPES
|
||||
|
||||
// SMES itself
|
||||
|
||||
Reference in New Issue
Block a user