#329 disable reactor rather than trip on auto control stop

This commit is contained in:
Mikayla
2023-09-19 20:37:15 +00:00
parent b1c2c4d291
commit c24766a4db
7 changed files with 59 additions and 42 deletions

View File

@@ -402,7 +402,7 @@ function facility.new(num_reactors, cooling_conf)
-- SCRAM reactors and disengage auto control
-- use manual SCRAM since inactive was requested, and automatic SCRAM trips an alarm
for _, u in pairs(self.prio_defs[i]) do
u.scram()
u.disable()
u.auto_disengage()
end
end