A3XX: Fix RAT deployment

This commit is contained in:
Joshua Davidson 2017-12-15 10:09:45 -05:00
parent 79114cd57e
commit ed524511b9

View file

@ -545,7 +545,7 @@ var ELEC = {
setprop("/systems/electrical/extra/galleyshed", 0);
}
if ((ac1 == 0) and (ac2 == 0) and (ias >= 100) or (manrat) and replay == 0) {
if (((ac1 == 0 and ac2 == 0 and ias >= 100) or manrat) and replay == 0) {
setprop("/controls/hydraulic/rat-deployed", 1);
setprop("/controls/hydraulic/rat", 1);
setprop("/controls/electrical/switches/emer-gen", 1);