#188 refactored RPS no_cool to low_cool

This commit is contained in:
Mikayla Fischler
2023-03-04 22:19:53 -05:00
parent c9f1bddb36
commit 83dc1064f7
12 changed files with 31 additions and 31 deletions

View File

@@ -98,7 +98,7 @@ function unit.new(reactor_id, num_boilers, num_turbines)
last_rps_trips = {
dmg_high = false,
high_temp = false,
no_cool = false,
low_cool = false,
ex_waste = false,
ex_hcool = false,
no_fuel = false,
@@ -117,7 +117,7 @@ function unit.new(reactor_id, num_boilers, num_turbines)
rps_status = {
dmg_high = false,
high_temp = false,
no_cool = false,
low_cool = false,
ex_waste = false,
ex_hcool = false,
no_fuel = false,