diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 95b9ecce6c029fc712fe8fa1e18418800f26f790..292ff578f91cddbecda2019fbca541d888d73b55 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -480,7 +480,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 
 <</if>>
 
-<<if $PC.reservedChildren > 0 >> /*we need to discount reservation for stilbirth babies*/
+<<if $PC.reservedChildren > 0 >> /*we need to discount reservation for stillbirth babies*/
 	<<set $reservedChildren -= $PC.reservedChildren>>
 	<<set $PC.reservedChildren = 0>> 
 <</if>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index f4934275f0a172cfbde8fe41e2ff1652dcb741e9..e4d575e824e27b2fc6df68fd5c11a5e94a08b4a1 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -339,7 +339,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 	<</if>>
 
 	<<if _curBabies < 1>>
-		no live ones, but a stilbirth only.
+		to no live ones, but a stillbirth only.
 	<<elseif _curBabies == 1>>
 		to a single calf.
 	<<elseif _curBabies >= 40>>
@@ -376,7 +376,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 	<</if>>
 	
 	<<if _curBabies < 1>>
-		no live ones, but a stilbirth only.
+		no live ones, but a stillbirth only.
 	<<elseif _curBabies == 1>>
 		a single baby.
 	<<elseif _curBabies >= 40>>
@@ -403,8 +403,8 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 		twins.
 	<</if>>
 
-	Created by
-	<<if _curBabies > 1>>
+	<<if _curBabies > 0>>
+		Created by
 		<<if $slaves[$i].pregSource == -1>>
 			your magnificent dick,
 		<<elseif $slaves[$i].pregSource == -2>>
@@ -425,23 +425,25 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 /* ---- Postbirth reactions, body -------------------------------------------------------------------------------------------*/
 
 <<if $csec != 1>> /*all this block only if no c'section used.*/
-	<br>
-	
-	<<if $diffSize > 1.5 && _curBabies >= 80>> /*only show if belly lost at least 1/4 of original size.*/
-		<br>
-		After an entire day of labor and birth, $possessive belly sags heavily.	
-	<<elseif $diffSize > 1.5 && _curBabies >= 40>>
-		<br>
-		After half a day of labor and birth, $possessive belly sags softly.
-	<<elseif $diffSize > 1.5 && _curBabies >= 20>>
-		<br>
-		After several hours of labor and birth, $possessive belly sags softly.
-	<<elseif $diffSize > 1.5 && _curBabies >= 10>>
-		<br>
-		After few hours of labor and birth, $possessive belly sags softly.
-	<<elseif $diffSize > 1.5>>
+
+	<<if $slaves[$i].broodmother > 0>> /*Now this block shown only for broodmothers. They birth only ready children, so _curBabies is effective to se how many birthed this time.*/
 		<br>
-		After labor and birth, $possessive belly sags softly.
+		<<if $diffSize > 1.5 && _curBabies >= 80 >> /*only show if belly lost at least 1/4 of original size.*/
+			<br>
+			After an entire day of labor and birth, $possessive belly sags heavily.	
+		<<elseif $diffSize > 1.5 && _curBabies >= 40>>
+			<br>
+			After half a day of labor and birth, $possessive belly sags softly.
+		<<elseif $diffSize > 1.5 && _curBabies >= 20>>
+			<br>
+			After several hours of labor and birth, $possessive belly sags softly.
+		<<elseif $diffSize > 1.5 && _curBabies >= 10>>
+			<br>
+			After few hours of labor and birth, $possessive belly sags softly.
+		<<elseif $diffSize > 1.5>>
+			<br>
+			After labor and birth, $possessive belly sags softly.
+		<</if>>
 	<</if>>
 		
 	<<if ($slaves[$i].vagina == 0) || ($slaves[$i].mpreg == 1 && $slaves[$i].anus == 0)>>