A3XX: OH Bugs fixed
This commit is contained in:
parent
f85aaab3a1
commit
9fb057c9cd
2 changed files with 44366 additions and 43698 deletions
|
@ -1901,6 +1901,12 @@
|
|||
<property>controls/hydraulic/rat-man</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>controls/OH/protectors/ratman</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<command>nasal</command>
|
||||
<script>setprop("/sim/sounde/oh-btn", 1);</script>
|
||||
</binding>
|
||||
|
@ -4309,6 +4315,12 @@
|
|||
<property>controls/pneumatic/switches/ram-air</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>controls/OH/protectors/ramair</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<command>nasal</command>
|
||||
<script>setprop("/sim/sounde/oh-btn", 1);</script>
|
||||
</binding>
|
||||
|
@ -6595,6 +6607,12 @@
|
|||
<property>controls/oxygen/masksDeployMan</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>controls/OH/protectors/maskman</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<command>nasal</command>
|
||||
<script>setprop("/sim/sounde/oh-btn", 1);</script>
|
||||
</binding>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue