A32X: Fix APU being able to power Pack 2 with XBleed shut

This commit is contained in:
Joshua Davidson 2017-09-30 20:47:05 -04:00
parent 7c96c9fd0b
commit 48ad9dde59
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ var master_pneu = func {
setprop("/systems/pneumatic/pack1", 0);
}
if (pack2_sw == 1 and (bleed2 >= 11 or bleedapu >= 11) and eng1_starter == 0 and eng2_starter == 0 and !pack2_fail) {
if (pack2_sw == 1 and (bleed2 >= 11 or (bleedapu >= 11 and xbleed == 1)) and eng1_starter == 0 and eng2_starter == 0 and !pack2_fail) {
setprop("/systems/pneumatic/pack2", pack_flo_sw);
} else {
setprop("/systems/pneumatic/pack2", 0);

View file

@ -1 +1 @@
2009
2010