Skip to content
Snippets Groups Projects
Commit 4a5b256e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

unrelated bugfix

parent 144e7bd6
No related branches found
No related tags found
1 merge request!4193Add images to clothing shopping
......@@ -26,7 +26,7 @@
<<case "blind blue">>
<<set $activeSlave.origEye = "deep blue">>
<<case "milky white" "implant">>
<<set $activeSlave.origEye = random("blue", "brown", "dark blue", "dark green", "green", "hazel", "light blue", "light green")>>
<<set $activeSlave.origEye = either("blue", "brown", "dark blue", "dark green", "green", "hazel", "light blue", "light green")>>
<<default>>
<<set $activeSlave.origEye = $activeSlave.eyeColor>>
<</switch>>
......
......@@ -21,7 +21,7 @@
<<case "blind blue">>
<<set $activeSlave.origEye = "deep blue">>
<<case "milky white" "implant">>
<<set $activeSlave.origEye = random("blue", "brown", "dark blue", "dark green", "green", "hazel", "light blue", "light green")>>
<<set $activeSlave.origEye = either("blue", "brown", "dark blue", "dark green", "green", "hazel", "light blue", "light green")>>
<<default>>
<<set $activeSlave.origEye = $activeSlave.eyeColor>>
<</switch>>
......
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