diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 4921d89c37a77e01ab4466e14511a213f91b8ec3..965daad7b3c7fdff622a79ab3643c065c219982b 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -313,7 +313,7 @@
 /*===============================================================================================*/
 
 <<widget "seBirthMainScene">>
-<<_curBabies = $slaves[$i].curBabies.length>> 
+<<set _curBabies = $slaves[$i].curBabies.length>> 
 
 <<set _getFather = $slaves.find(function(s) { return s.ID == $slaves[$i].pregSource; })>>
 <<if def _getFather>>
@@ -505,7 +505,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 
 	/* I think all this reactions should be showed only if no c'section used too. Setting it up for just in case: */
 <<if $csec != 1>> /*if not desired, this check can be easily removed or deactevated with condition set to true.*/
-	<<br>>
+	<br>
 	<<if $slaves[$i].birthsTotal == 0>>
 		<br>
 		$possessiveCap inexperience @@.red;complicated $possessive first birth@@.
@@ -513,16 +513,16 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 	<<if $slaves[$i].mpreg == 1>>
 		<<if $slaves[$i].anus < 2>>
 			<br>
-			$possessiveCap tight ass @@.red;hindered $possessive baby's birth@@.
+			$possessiveCap tight ass @@.red;hindered $possessive <<if _curBabies >1>>babies<<else>>baby's<</if>> birth@@.
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].vagina < 2>>
 			<br>
-			$possessiveCap tight vagina @@.red;hindered $possessive baby's birth@@.
+			$possessiveCap tight vagina @@.red;hindered $possessive <<if _curBabies >1>>babies<<else>>baby's<</if>> birth@@.
 		<</if>>
 		<<if $slaves[$i].vaginaLube == 0>>
 			<br>
-			$possessiveCap dry vagina made pushing $possessive child out @@.red;painful@@.
+			$possessiveCap dry vagina made pushing $possessive <<if _curBabies >1>>children<<else>>child<</if>> out @@.red;painful@@.
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].hips < 0>>
@@ -531,7 +531,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 	<</if>>
 	<<if $slaves[$i].weight < -95>>
 		<br>
-		$possessiveCap very thin body @@.red;was nearly incapable of birthing $possessive child@@.
+		$possessiveCap very thin body @@.red;was nearly incapable of birthing $possessive <<if _curBabies >1>>children<<else>>child<</if>>@@.
 	<<elseif $slaves[$i].weight <= -30>>
 		<br>
 		$possessiveCap thin body was @@.red;ill-suited $possessive childbirth@@.
@@ -542,13 +542,13 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 	<</if>>
 	<<if $slaves[$i].physicalAge < 6>>
 		<br>
-		$possessiveCap very young body was @@.red;not designed to be able pass a baby@@.
+		$possessiveCap very young body was @@.red;not designed to be able pass a <<if _curBabies >1>>babies<<else>>baby<</if>>@@.
 	<<elseif $slaves[$i].physicalAge < 9>>
 		<br>
-		$possessiveCap young body had @@.red;a lot of trouble@@ birthing $possessive baby.
+		$possessiveCap young body had @@.red;a lot of trouble@@ birthing $possessive <<if _curBabies >1>>babies<<else>>baby<</if>>.
 	<<elseif $slaves[$i].physicalAge < 13>>
 		<br>
-		$possessiveCap young body had @@.red;trouble birthing@@ $possessive baby.
+		$possessiveCap young body had @@.red;trouble birthing@@ $possessive <<if _curBabies >1>>babies<<else>>baby<</if>>.
 	<</if>>
 	<<if $slaves[$i].tired > 0>>
 		<br>
@@ -556,33 +556,33 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 	<</if>>
 	<<if $slaves[$i].muscles < -95>>
 		<br>
-		$pronounCap tried and tried but $possessive frail body @@.red;could not push $possessive child out@@.
+		$pronounCap tried and tried but $possessive frail body @@.red;could not push $possessive <<if _curBabies >1>>children<<else>>child<</if>> out@@.
 	<<elseif $slaves[$i].muscles < -30>>
 		<br>
-		$possessiveCap very weak body @@.red;barely managed to push@@ out $possessive child.
+		$possessiveCap very weak body @@.red;barely managed to push@@ out $possessive <<if _curBabies >1>>children<<else>>child<</if>>.
 	<<elseif $slaves[$i].muscles < -5>>
 		<br>
-		$possessiveCap weak body @@.red;struggled to push@@ out $possessive child.
+		$possessiveCap weak body @@.red;struggled to push@@ out $possessive <<if _curBabies >1>>children<<else>>child<</if>>.
 	<</if>>
 	<<if $slaves[$i].preg > 50>>
 		<br>
-		$possessiveCap's child had extra time to grow @@.red;greatly complicating childbirth@@.
+		$possessiveCap's <<if _curBabies >1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@.
 	<</if>>
 	<<if (($slaves[$i].vagina >= 2 || $slaves[$i].vaginaLube > 0) && $slaves[$i].mpreg == 1) || $slaves[$i].births > 0 || $slaves[$i].hips > 0 || (setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95) || $slaves[$i].intelligenceImplant > 0>>
 		<br>However:
 		<<if $slaves[$i].mpreg == 1>>
 			<<if $slaves[$i].anus >= 2>>
 				<br>
-				$possessiveCap @@.green;loose ass@@ made birthing $possessive child easier.
+				$possessiveCap @@.green;loose ass@@ made birthing $possessive <<if _curBabies >1>>children<<else>>child<</if>> easier.
 			<</if>>
 		<<else>>
 			<<if $slaves[$i].vagina >= 2>>
 				<br>
-				$possessiveCap @@.green;loose vagina@@ made birthing $possessive child easier.
+				$possessiveCap @@.green;loose vagina@@ made birthing $possessive <<if _curBabies >1>>children<<else>>child<</if>> easier.
 			<</if>>
 			<<if $slaves[$i].vaginaLube > 0>>
 				<br>
-				$possessiveCap @@.green;moist vagina@@ hastened $possessive child's birth.
+				$possessiveCap @@.green;moist vagina@@ hastened $possessive <<if _curBabies >1>>children's<<else>>child's<</if>> birth.
 			<</if>>
 		<</if>>
 		<<if $slaves[$i].birthsTotal > 0>>
@@ -814,7 +814,7 @@ All in all,
 		<</link>> 
 		//Will cost <<print cashFormat(500)>> weekly//
 		<<if $Cash4Babies == 1>>
-			<<br>><<br>>
+			<br><br>
 			<<link 'Just sell them'>>
 				<<replace `"#" + $dispositionId`>>
 					<<set _babyCost = random(-12,12)>>
@@ -827,7 +827,7 @@ All in all,
 	<</if>>
 	<</span>>
 <<elseif $Cash4Babies == 1>>
-	<<br>><<br>>
+	<br><br>
 	<<set _babyCost = random(-12,12)>>
 	$possessiveCap <<if _curBabies > 1>>babies<<else>>baby<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@
 	<<set $cash += _curBabies*(50+_babyCost)>>
@@ -838,7 +838,7 @@ All in all,
 /*===============================================================================================*/
 
 <<widget "seBirthPostpartum">>
-<<_curBabies = $slaves[$i].curBabies.length>> 
+<<set _curBabies = $slaves[$i].curBabies.length>> 
 
 <<if $slaves[$i].broodmother > 0 >>
 	<<set $slaves[$i].preg = 37>>
@@ -880,7 +880,7 @@ All in all,
 /*===============================================================================================*/
 
 <<widget "seBirthCritical">>
-<<_curBabies = $slaves[$i].curBabies.length>> 
+<<set _curBabies = $slaves[$i].curBabies.length>> 
 
 <<if $slaves[$i].health <= -100>>
 	<br><br>