diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 6ba1af97a575738b07a3184421ff0248ac3d48d7..c1872443110e79ad8c2af4a48f0e5c0a2143047c 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -703,10 +703,13 @@ This descriptions can be expanded with more outcomes later. But it's not practic
 			$His @@.green;wide hips@@ greatly aided childbirth.
 		<</if>>
 		<<if $slaves[$i].pregAdaptation >= 1000>>
+			<br>
 			$His body has @@.green;completely adapted to pregnancy;@@ when it is time to give birth, that baby is coming out fast.
 		<<elseif $slaves[$i].pregAdaptation >= 500>>
+			<br>
 			$His body is @@.green;highly adapted to bearing life@@ and birth is no small part of that.
 		<<elseif $slaves[$i].pregAdaptation >= 100>>
+			<br>
 			$His body has @@.green;become quite adept at bearing children,@@ birth included.
 		<</if>>
 		<<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>>
@@ -717,6 +720,7 @@ This descriptions can be expanded with more outcomes later. But it's not practic
 			$He was @@.green;taught how to handle birth@@ in class.
 		<</if>>
 		<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>
+			<br>
 			<<if $geneticMappingUpgrade >= 1>>
 				$His hypersensitive uterus made birth @@.green;a very pleasant experience,@@ distracting from the pain.
 			<<else>>
@@ -749,18 +753,18 @@ All in all,
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>
-		Not only that, but @@.green;the entire process was extremely pleasurable for $him@@<<if _curBabies > 1>>, with orgasms growing more powerful with each baby $he brought to the world<</if>>. $He can't wait to be impregnated and give birth again,
+		Not only that, but @@.green;the entire process was extremely pleasurable for $him@@<<if _curBabies > 1>>, with orgasms growing more powerful with each baby $he brought to the world<</if>>. $He can't wait to be impregnated and give birth again<<if $birthDamage > 10>>, despite the complications<</if>>,
 		<<set $slaves[$i].energy += _curBabies>>
 		<<set $slaves[$i].need -= _curBabies>>
 		<<if $slaves[$i].sexualFlaw == "breeder">>
-			since for $him the it is the pinnacle of $his existence.
+			since for $him it is the pinnacle of $his existence.
 		<<else>>
 			<<if $slaves[$i].fetish == "pregnancy">>
 				<<if $slaves[$i].fetishStrength <= 60>>
-					having $his @@.lightcoral;pregnancy fetish deepened from the experience.@@
+					having had $his @@.lightcoral;pregnancy fetish deepen from the experience.@@
 					<<set $slaves[$i].fetishStrength += _curBabies>>
 				<<else>>
-					having @@.lightcoral;$his pregnancy fetish deepen into obsession.@@
+					having had @@.lightcoral;$his pregnancy fetish deepen into obsession.@@
 					<<set $slaves[$i].sexualFlaw = "breeder">>
 					<<set $slaves[$i].fetishStrength = 100>>
 				<</if>>