#329 updated comment

This commit is contained in:
Mikayla 2023-09-19 20:40:11 +00:00
parent c24766a4db
commit 29cc107ea5

View File

@ -399,8 +399,7 @@ function facility.new(num_reactors, cooling_conf)
end
elseif self.mode == PROCESS.INACTIVE then
for i = 1, #self.prio_defs do
-- SCRAM reactors and disengage auto control
-- use manual SCRAM since inactive was requested, and automatic SCRAM trips an alarm
-- disable reactors and disengage auto control
for _, u in pairs(self.prio_defs[i]) do
u.disable()
u.auto_disengage()