1
0
Fork 0

Sim: Fix retard

This commit is contained in:
Josh Davidson 2021-05-19 18:51:41 -04:00
parent 2a19651e2e
commit 1582936ec2

View file

@ -897,30 +897,26 @@
</or> </or>
</and> </and>
</or> </or>
<greater-than> <not-equals>
<property>controls/engines/engine[0]/throttle</property> <property>/fdm/jsbsim/fadec/control-1/detent</property>
<value>0.0</value> <value>0</value>
</greater-than> </not-equals>
<greater-than> <not-equals>
<property>controls/engines/engine[1]/throttle</property> <property>/fdm/jsbsim/fadec/control-2/detent</property>
<value>0.0</value> <value>0</value>
</greater-than> </not-equals>
<less-than> <less-than>
<property>controls/engines/engine[0]/throttle</property> <property>/fdm/jsbsim/fadec/control-1/detent</property>
<value>0.80</value> <value>5</value>
</less-than> </less-than>
<less-than> <less-than>
<property>controls/engines/engine[1]/throttle</property> <property>/fdm/jsbsim/fadec/control-2/detent</property>
<value>0.80</value> <value>5</value>
</less-than> </less-than>
<not> <not>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>/gear/gear[2]/wow</property>
</not> </not>
<less-than>
<property>velocities/airspeed-kt</property>
<value>160</value>
</less-than>
<greater-than-equals> <greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property> <property>/systems/electrical/outputs/mk-viii</property>
<value>25</value> <value>25</value>