@@ -493,16 +493,16 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
...
@@ -493,16 +493,16 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
<<set $activeSlave = _twin>>
<<set $activeSlave = _twin>>
<</if>>
<</if>>
<<if $activeSlave.race == $PC.race>>
<<if $activeSlave.race == $PC.origRace>>
<<set _PCDegree++>>
<<set _PCDegree++>>
<</if>>
<</if>>
<<if $activeSlave.hColor == $PC.hColor>>
<<if $activeSlave.hColor == $PC.origHColor>>
<<set _PCDegree++>>
<<set _PCDegree++>>
<</if>>
<</if>>
<<if $activeSlave.skin == $PC.skin>>
<<if $activeSlave.skin == $PC.origSkin>>
<<set _PCDegree++>>
<<set _PCDegree++>>
<</if>>
<</if>>
<<if $activeSlave.eyeColor == $PC.eyeColor>>
<<if $activeSlave.eyeColor == $PC.origEye>>
<<set _PCDegree++>>
<<set _PCDegree++>>
<</if>>
<</if>>
...
@@ -513,8 +513,8 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
...
@@ -513,8 +513,8 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
looks exactly like you<<if _p == 0>>, in fact, the resemblance seems uncanny. Since <<if _gender == "XX">>she<<else>>he<</if>> has the exact same genetics as you, <<if _gender == "XX">>she<<else>>he<</if>>'ll likely look almost identical to you when <<if _gender == "XX">>she<<else>>he<</if>>'s your age<</if>>. Every one of your children look this way; it's kind of hard to tell them apart.
looks exactly like you<<if _p == 0>>, in fact, the resemblance seems uncanny. Since <<if _gender == "XX">>she<<else>>he<</if>> has the exact same genetics as you, <<if _gender == "XX">>she<<else>>he<</if>>'ll likely look almost identical to you when <<if _gender == "XX">>she<<else>>he<</if>>'s your age<</if>>. Every one of your children look this way; it's kind of hard to tell them apart.
<<elseif _PCDegree == 4>>
<<elseif _PCDegree == 4>>
looks just like you; <<if _gender == "XX">>she<<else>>he<</if>> will likely grow up to closely resemble yourself.
looks just like you; <<if _gender == "XX">>she<<else>>he<</if>> will likely grow up to closely resemble yourself.
<<elseif $activeSlave.eyeColor == $PC.eyeColor>>
<<elseif $activeSlave.eyeColor == $PC.origEye>>
has your lovely $PC.eyeColor eyes.
has your lovely $PC.origEye eyes.
<<elseif _PCDegree > 0>>
<<elseif _PCDegree > 0>>
looks a little like you, enough that <<if _gender == "XX">>she<<else>>he<</if>>'ll be recognizable as yours.
looks a little like you, enough that <<if _gender == "XX">>she<<else>>he<</if>>'ll be recognizable as yours.