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 !3889
parents 50ba0a55 da725893
No related branches found
No related tags found
No related merge requests found
......@@ -5362,8 +5362,7 @@ $He's got a
<</widget>>
 
/* 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>>
<</if>><</widget>>
<<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>>
 
<<widget "earDescription">>
/* 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