Merge branch 'master' into rmp-dlg
This commit is contained in:
commit
7f94ef01d9
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
<object-name>fan</object-name>
|
||||
<object-name>holder</object-name>
|
||||
<condition>
|
||||
<property>controls/hydraulic/rat-deployed</property>
|
||||
<property>/systems/hydraulic/sources/rat/position</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
|
|
@ -208,7 +208,7 @@ var auto_start_one = func {
|
|||
}
|
||||
|
||||
var eng_one_auto_start = maketimer(0.5, func {
|
||||
if (getprop("/engines/engine[0]/n1-actual") >= 4.8) {
|
||||
if (getprop("/engines/engine[0]/n1-actual") >= 4.7) {
|
||||
eng_one_auto_start.stop();
|
||||
setprop("/engines/engine[0]/state", 2);
|
||||
setprop("/controls/engines/engine[0]/cutoff", 0);
|
||||
|
@ -271,7 +271,7 @@ var auto_start_two = func {
|
|||
}
|
||||
|
||||
var eng_two_auto_start = maketimer(0.5, func {
|
||||
if (getprop("/engines/engine[1]/n1-actual") >= 4.8) {
|
||||
if (getprop("/engines/engine[1]/n1-actual") >= 4.7) {
|
||||
eng_two_auto_start.stop();
|
||||
setprop("/engines/engine[1]/state", 2);
|
||||
setprop("/controls/engines/engine[1]/cutoff", 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue