set the stall horn and kap140 type to 'avionics' and remove the internal condition
This commit is contained in:
parent
f1843a5349
commit
4751a0a7cf
1 changed files with 3 additions and 5 deletions
|
@ -249,10 +249,10 @@
|
||||||
<stall>
|
<stall>
|
||||||
<name>stall</name>
|
<name>stall</name>
|
||||||
<mode>looped</mode>
|
<mode>looped</mode>
|
||||||
|
<type>avionics</type>
|
||||||
<path>Sounds/stall.wav</path>
|
<path>Sounds/stall.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<property>sim/current-view/internal</property>
|
|
||||||
<property>sim/alarms/stall-warning</property>
|
<property>sim/alarms/stall-warning</property>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>velocities/airspeed-kt</property>
|
<property>velocities/airspeed-kt</property>
|
||||||
|
@ -282,13 +282,11 @@
|
||||||
|
|
||||||
<kap140beep>
|
<kap140beep>
|
||||||
<name>KAP140Beep</name>
|
<name>KAP140Beep</name>
|
||||||
|
<type>avionics</type>
|
||||||
<mode>looped</mode>
|
<mode>looped</mode>
|
||||||
<path>Sounds/stall.wav</path>
|
<path>Sounds/stall.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<property>autopilot/KAP140/annunciators/beep/state</property>
|
||||||
<property>sim/current-view/internal</property>
|
|
||||||
<property>autopilot/KAP140/annunciators/beep/state</property>
|
|
||||||
</and>
|
|
||||||
</condition>
|
</condition>
|
||||||
</kap140beep>
|
</kap140beep>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue