#480 updated aux coolant logic

This commit is contained in:
Mikayla Fischler
2025-02-25 16:43:03 -05:00
parent d45f19c8a6
commit 2b73196130
3 changed files with 22 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ function unit.new(reactor_id, num_boilers, num_turbines, ext_idle, aux_coolant)
damage_est_last = 0,
waste_product = WASTE.PLUTONIUM, ---@type WASTE_PRODUCT
status_text = { "UNKNOWN", "awaiting connection..." },
enable_aux_cool = false,
-- logic for alarms
had_reactor = false,
turbine_flow_stable = false,