From 29cc107ea552414913910730e69168db1af8e7bc Mon Sep 17 00:00:00 2001 From: Mikayla Date: Tue, 19 Sep 2023 20:40:11 +0000 Subject: [PATCH] #329 updated comment --- supervisor/facility.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supervisor/facility.lua b/supervisor/facility.lua index ee5f44d..30bcd68 100644 --- a/supervisor/facility.lua +++ b/supervisor/facility.lua @@ -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()