Bugfix: fix signs checklist
This commit is contained in:
parent
73f478977b
commit
39b6f57356
1 changed files with 12 additions and 12 deletions
|
@ -35,23 +35,23 @@ TODO: add conditions for not yet implemented stuff:
|
||||||
<and>
|
<and>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/switches/seatbelt-sign</property>
|
<property>controls/switches/seatbelt-sign</property>
|
||||||
<value>true</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
<equals>
|
<greater-than>
|
||||||
<property>controls/switches/no-smoking-sign</property>
|
<property>controls/switches/no-smoking-sign</property>
|
||||||
<value>true</value>
|
<value>0</value>
|
||||||
</equals>
|
</greater-than>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>controls/switches/seatbelt-sign</property>
|
<property>controls/switches/seatbelt-sign</property>
|
||||||
<value>true</value>
|
<value>1</value>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>controls/switches/no-smoking-sign</property>
|
<property>controls/switches/no-smoking-sign</property>
|
||||||
<value>true</value>
|
<value>0.5</value>
|
||||||
</binding>
|
</binding>
|
||||||
<marker>
|
<marker>
|
||||||
<x-m>4.6733</x-m>
|
<x-m>4.6733</x-m>
|
||||||
|
|
Reference in a new issue