A3XX: Fix RAT deployment
This commit is contained in:
parent
79114cd57e
commit
ed524511b9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue