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>
|
||||
<name>stall</name>
|
||||
<mode>looped</mode>
|
||||
<type>avionics</type>
|
||||
<path>Sounds/stall.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<property>sim/current-view/internal</property>
|
||||
<property>sim/alarms/stall-warning</property>
|
||||
<greater-than>
|
||||
<property>velocities/airspeed-kt</property>
|
||||
|
@ -282,13 +282,11 @@
|
|||
|
||||
<kap140beep>
|
||||
<name>KAP140Beep</name>
|
||||
<type>avionics</type>
|
||||
<mode>looped</mode>
|
||||
<path>Sounds/stall.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<property>sim/current-view/internal</property>
|
||||
<property>autopilot/KAP140/annunciators/beep/state</property>
|
||||
</and>
|
||||
<property>autopilot/KAP140/annunciators/beep/state</property>
|
||||
</condition>
|
||||
</kap140beep>
|
||||
|
||||
|
|
Loading…
Reference in a new issue