From 8e73fb6b5b64eab82370d5b72575b91f921f7bd4 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Tue, 18 Aug 2020 17:54:44 +0100 Subject: [PATCH] Bugfix for issue 176 --- Nasal/FBW/it-fbw.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/FBW/it-fbw.nas b/Nasal/FBW/it-fbw.nas index f9379357..0ea0c3a8 100644 --- a/Nasal/FBW/it-fbw.nas +++ b/Nasal/FBW/it-fbw.nas @@ -230,7 +230,7 @@ var update_loop = func { law = FBW.activeLaw.getValue(); # Mech Backup can always return to direct, if it can. - if (law == 3 and systems.ELEC.Bus.acEss.getValue() >= 110 and (green >= 1500 or blue >= 1500 or yellow >= 1500)) { + if (law == 3 and (elac1 or elac2 or sec1 or sec2 or sec3 or fac1 or fac2) and systems.ELEC.Bus.acEss.getValue() >= 110 and (green >= 1500 or blue >= 1500 or yellow >= 1500)) { FBW.degradeLaw.setValue(2); }