From a0f852fa28e1a8b1cfa8e83fda7a0e37841f1d8a Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 1 Sep 2018 02:29:45 -0400 Subject: [PATCH] fix --- src/pregmod/newChildIntro.tw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 9e984bd8a7b..ce77719626c 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -173,7 +173,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</link>> <</if>> <</if>> -<<if $activeSlave.father > 0>> +<<if $activeSlave.father > 0 && $activeSlave.father != $activeSlave.mother>> <<if _tempDad.ID == $Concubine.ID>> <br><<link "Permit your Concubine to name her daughter">> <<replace "#naming">> @@ -235,7 +235,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <br><br> <span id="newName">''__@@.pink;$activeSlave.slaveName@@__''</span> now stands before your desk -<<if $activeSlave.mother > 0 && $activeSlave.father > 0>> +<<if $activeSlave.mother > 0 && $activeSlave.father > 0 && $activeSlave.father != $activeSlave.mother>> alongside her mother _tempMom.slaveName and father _tempDad.slaveName. <<elseif $activeSlave.mother > 0>> alongside her mother _tempMom.slaveName. @@ -344,7 +344,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</if>> <</if>> -<<if $activeSlave.father > 0>> +<<if $activeSlave.father > 0 && $activeSlave.father != $activeSlave.mother>> She glances at her father <<if _tempDad.relationship == -3>> <<if _tempDad.fetish == "mindbroken">> @@ -430,7 +430,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <br><br> -<<if $activeSlave.mother > 0 && $activeSlave.father > 0>> +<<if $activeSlave.mother > 0 && $activeSlave.father > 0 && $activeSlave.father != $activeSlave.mother>> You dismiss _tempMom.slaveName and _tempDad.slaveName so that you may conduct a more intimate inspection of their daughter. <<elseif $activeSlave.mother > 0>> You dismiss _tempMom.slaveName so that you may conduct a more intimate inspection of her daughter. -- GitLab