Skip to content
Snippets Groups Projects
Commit 94423867 authored by midnightblue's avatar midnightblue
Browse files

corrected logic for corrective eyewear.

parent 011cfa2e
No related branches found
No related tags found
No related merge requests found
...@@ -1244,7 +1244,7 @@ Release rules: _Slave.releaseRules. ...@@ -1244,7 +1244,7 @@ Release rules: _Slave.releaseRules.
<</if>> <</if>>
<<if _Slave.eyes == -2>> <<if _Slave.eyes == -2>>
@@.red;Blind@@ @@.red;Blind@@
<<elseif _Slave.eyes == -1 && (_Slave.eyewear != "corrective glasses") && (_Slave.eyewear != "corrective contacts")>> <<elseif ((_Slave.eyes == -1) && (_Slave.eyewear != "corrective glasses") && (_Slave.eyewear != "corrective contacts"))>>
@@.yellow;Sight-@@ @@.yellow;Sight-@@
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment