A3XX: Fix EXT PWR lights on overhead

This commit is contained in:
Joshua Davidson 2017-06-10 16:42:29 -04:00
parent dcf6fc75a9
commit 0444502186

View file

@ -2440,14 +2440,40 @@
<object-name>ExtPwrBtn1A</object-name> <object-name>ExtPwrBtn1A</object-name>
<condition> <condition>
<or> <or>
<equals> <and>
<property>/controls/switches/cart</property> <equals>
<value>1</value> <property>/controls/switches/cart</property>
</equals> <value>1</value>
<equals> </equals>
<property>/controls/switches/annun-test</property> <equals>
<value>1</value> <property>/controls/electrical/switches/gen-ext</property>
</equals> <value>0</value>
</equals>
</and>
<and>
<equals>
<property>/controls/switches/annun-test</property>
<value>1</value>
</equals>
<or>
<greater-than-equals>
<property>/systems/electrical/battery1-amps</property>
<value>120</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/battery2-amps</property>
<value>120</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc1</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/electrical/bus/dc2</property>
<value>25</value>
</greater-than-equals>
</or>
</and>
</or> </or>
</condition> </condition>
</animation> </animation>