From 3167ca4db68ba6038ea7e33ff013f0323fb777cc Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Tue, 10 May 2022 16:01:12 +0100 Subject: [PATCH] Cabin fans on --- Nasal/Systems/pneumatics.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/Systems/pneumatics.nas b/Nasal/Systems/pneumatics.nas index fae782fa..95df61d2 100644 --- a/Nasal/Systems/pneumatics.nas +++ b/Nasal/Systems/pneumatics.nas @@ -110,7 +110,7 @@ var PNEU = { me.Switch.bleed1.setBoolValue(1); me.Switch.bleed2.setBoolValue(1); me.Switch.blower.setBoolValue(0); - me.Switch.cabinFans.setBoolValue(0); + me.Switch.cabinFans.setBoolValue(1); me.Switch.extract.setBoolValue(0); me.Switch.groundAir.setBoolValue(0); me.Switch.hotAir.setBoolValue(1);