diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index 9e984bd8a7ba960a62b5f081c04e1e52cd92af1b..ce77719626c1b9c06062c1ee1aa45a33185b13f4 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.