#151 improved RCS alarm behavior

This commit is contained in:
Mikayla Fischler
2023-02-05 13:04:42 -05:00
parent c77993d3a0
commit 1100051585
5 changed files with 13 additions and 14 deletions

View File

@@ -524,7 +524,7 @@ function facility.new(num_reactors, cooling_conf)
ready = false
elseif (self.mode_set == PROCESS.GEN_RATE) and (self.gen_rate_target <= 0) then
ready = false
elseif (self.mode_set == PROCESS.BURN_RATE) and (self.burn_target <= 0.1) then
elseif (self.mode_set == PROCESS.BURN_RATE) and (self.burn_target < 0.1) then
ready = false
end