Skip to content
Snippets Groups Projects
Commit 399486c5 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixed--eyed' into 'pregmod-master'

fixed -eyed

Closes #570

See merge request pregmodfan/fc-pregmod!3889
parents 50ba0a55 da725893
No related branches found
No related tags found
1 merge request!3889fixed -eyed
...@@ -5362,8 +5362,7 @@ $He's got a ...@@ -5362,8 +5362,7 @@ $He's got a
<</widget>> <</widget>>
   
/* to simplify heterochromia */ /* to simplify heterochromia */
<<widget "eyeColor">><<if def $args[0]>><<if hasVisibleHeterochromia($args[0])>>heterochromatic $args[0].eyeColor and $args[0].geneticQuirks.heterochromia<<else>>$args[0].eyeColor<</if>><<else>><<if hasVisibleHeterochromia($activeSlave)>>heterochromatic $activeSlave.eyeColor and $activeSlave.geneticQuirks.heterochromia<<else>>$activeSlave.eyeColor<</if>> <<widget "eyeColor">><<if def $args[0]>><<if hasVisibleHeterochromia($args[0])>>heterochromatic $args[0].eyeColor and $args[0].geneticQuirks.heterochromia<<else>>$args[0].eyeColor<</if>><<else>><<if hasVisibleHeterochromia($activeSlave)>>heterochromatic $activeSlave.eyeColor and $activeSlave.geneticQuirks.heterochromia<<else>>$activeSlave.eyeColor<</if>><</if>><</widget>>
<</if>><</widget>>
   
<<widget "earDescription">> <<widget "earDescription">>
/* ear shape description here */ /* ear shape description here */
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