diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 7692445aa308b1028ea7f653bf26a1170451585e..4480cc0919894073db35f62642bb01e6d8f19380 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,13 @@
 
 2/02/18
 
+	324
+	-reduced concentration of string implant malus
+	-fixes to saAgent's fake belly removal
+	-fixed permanent makeup text duplication
+	-various minor text corrections
+	-phase 6 work
+
 	324
 	-added saAgent
 	Some physical Agent stats are now tracked week to week.
diff --git a/src/SecExp/unitsRebellionReport.tw b/src/SecExp/unitsRebellionReport.tw
index 970d536de5c89a4d8fa2bb54bd5406545f533a4c..b7ace3bf5505634e18abeacb7e8077f483ac1eaa 100644
--- a/src/SecExp/unitsRebellionReport.tw
+++ b/src/SecExp/unitsRebellionReport.tw
@@ -480,7 +480,7 @@
 				suffered.
 				<<set _med = Math.round(Math.clamp(_loss * $mercUnits[_j].medics * 0.25,1,_loss))>>
 				<<if $mercUnits[_j].medics == 1 && _loss > 0>>
-					Some men were saved by their medics.p
+					Some men were saved by their medics.
 				<</if>>
 				<<set $mercUnits[_j].troops -= Math.trunc(Math.clamp(_loss - _med,0,$mercUnits[_j].maxTroops))>>
 				<<set $mercEmployedManpower -= Math.trunc(_loss - _med)>>
diff --git a/src/pregmod/saAgent.tw b/src/pregmod/saAgent.tw
index 1e35bd58326f9619be52e772388f127f074f46cb..1a146d883818100e04a52f1c0030d8c2818f1315 100644
--- a/src/pregmod/saAgent.tw
+++ b/src/pregmod/saAgent.tw
@@ -200,7 +200,7 @@
 			<<set $slaves[$i].hips += 1>>
 		<</if>>
 		<<if $slaves[$i].bellyPreg >= 1500>>
-			<<if setup.fakeBellies.includes($bellyAccessory)>>
+			<<if setup.fakeBellies.includes($slaves[$i].bellyAccessory)>>
 				<<set $slaves[$i].bellyAccessory = "none">>
 			<</if>>
 			<<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>>
diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw
index df27ca2de9b2b18d4022866e0076b5e4bfe628e2..0c4c173037f49009c7a2ac166fb2ebd5b238b3d5 100644
--- a/src/pregmod/widgets/pregmodBirthWidgets.tw
+++ b/src/pregmod/widgets/pregmodBirthWidgets.tw
@@ -12,7 +12,7 @@
 	<<if !canWalk($slaves[$i])>>
 		<<if $slaves[$i].fetish == "mindbroken">>
 			<<if (random(1,20) > $suddenBirth)>>
-				She is helped back to her bed and stripped before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>> her first<<else>>this week's<</if>> baby. Her child is promptly taken and she is encouraged to keep resting. She runs her hands across the still huge dome of her middle; to her, gravidity and birth is nothing out of the ordinary.
+				She is helped back to her bed and stripped before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she is encouraged to keep resting. She runs her hands across the still huge dome of her middle; to her, gravidity and birth is nothing out of the ordinary.
 			<<else>>
 				$slaves[$i].slaveName is awoken from her rest by a strong contraction. She rolls over and begins to fall back to sleep as another contraction wracks her body.
 				<<ClothingBirth>>
@@ -20,7 +20,7 @@
 			<</if>>
 		<<else>>
 			<<if (random(1,20) > $suddenBirth)>>
-				She is helped back to her bed and stripped before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>> her first<<else>>this week's<</if>> baby. Her child is promptly taken and she is encouraged to keep resting. She rolls over, cradling her heavily rounded middle, and dozes off.
+				She is helped back to her bed and stripped before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she is encouraged to keep resting. She rolls over, cradling her heavily rounded middle, and dozes off.
 			<<else>>
 				$slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. She rolls over and clutches her gravid belly as another contraction wracks her body.
 				<<ClothingBirth>>
@@ -30,7 +30,7 @@
 	<<else>>
 		<<if $slaves[$i].fetish == "mindbroken">>
 			<<if (random(1,20) > $suddenBirth)>>
-				She returns to her bed and strips before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>> her first<<else>>this week's<</if>> baby. Her child is promptly taken and she is encouraged to keep resting. She runs her hands across the still huge dome of her middle; to her, gravidity and birth is nothing out of the ordinary.
+				She returns to her bed and strips before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she is encouraged to keep resting. She runs her hands across the still huge dome of her middle; to her, gravidity and birth is nothing out of the ordinary.
 			<<else>>
 				$slaves[$i].slaveName is awoken from her rest by a strong contraction. She rolls over and begins to fall back to sleep as another contraction wracks her body.
 				<<ClothingBirth>>
@@ -38,87 +38,219 @@
 			<</if>>
 		<<else>>
 			<<if (random(1,20) > $suddenBirth)>>
-				She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>> her first<<else>>this week's<</if>> baby. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she is encouraged to keep resting. She rolls over, cradling her heavily rounded middle, and dozes off.
+				She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she is encouraged to keep resting. She rolls over, cradling her heavily rounded middle, and dozes off.
 			<<else>>
 				$slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. She rolls over and clutches her gravid belly as another contraction wracks her body.
 				<<ClothingBirth>>
-				She struggles to collect her child and places them in the cradle readied for her. She hefts her still gravid body out of bed to take a shower as your servants clean up and remove her child.
+				She struggles to collect her child and places them in the cradle readied for her. She hefts her still very pregnant body out of bed to take a shower as your servants clean up and remove her child.
 			<</if>>
 		<</if>>
 	<</if>>
 
 <<case "be a subordinate slave">>
-	<<for $k = 0; $k < $slaves.length; $k++>>
-		<<if $slaves[$i].subTarget == $slaves[$k].ID>>
-			<<set $tempSub = $slaves[$k]>>
-		<</if>>
-	<</for>>
+	<<set _tempSub = $slaves.find(function(s) { return $slaves[$i].subTarget == s.ID; })>>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		<<if $slaves[$i].subTarget == 0>>
-			She returns to her bed and strips before slipping into it. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests for a short while before returned to your waiting slaves.
+			<<if (random(1,20) > $suddenBirth)>>
+				She returns to her bed and strips before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests for a short while before returned to your waiting slaves.
+			<<else>>
+				While servicing your other slaves, $slaves[$i].slaveName's water breaks, though it does nothing to deter her from her task.
+				<<ClothingBirth>>
+				No sooner than <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby is born, a cock is shoved into her gaping, still very pregnant <<if $slaves[$i].mpreg == 1>>asshole<<else>>pussy<</if>> as she draws her child to her breast.
+			<</if>>
 		<<else>>
-			She lead by $tempSub.slaveName to a private room so that she may watch. Instinctively she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to her watching audience. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $tempSub.slaveName eagerly descends upon her defenseless body.
+			<<if (random(1,20) > $suddenBirth)>>
+				She lead by _tempSub.slaveName to a private room so that she may watch. Instinctively she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, indifferent to her watching audience. Her child is promptly taken and _tempSub.slaveName eagerly descends upon her defenseless and still very pregnant body.
+			<<else>>
+				While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, though it does nothing to deter her from her task.
+				<<ClothingBirth>>
+				No sooner than <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby is born does she go back to pleasuring her dom.
+			<</if>>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].subTarget == 0>>
-			She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests for a short while before returned to your waiting slaves.
+			<<if (random(1,20) > $suddenBirth)>>
+				She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests for a short while before returned to your waiting slaves.
+			<<else>>
+				While servicing your other slaves, $slaves[$i].slaveName's water breaks, causing her to immediately try to break off. However, a hand quickly hooks her gravid bulk and she is pulled back into another slave's crotch.
+				<<set $humiliation = 1>>
+				<<ClothingBirth>>
+				She is allowed a moment to prepare <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off before returning to pleasuring your other slaves.
+			<</if>>
 		<<else>>
-			She taken by $tempSub.slaveName to a private room so that she may watch. Reluctantly, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $tempSub.slaveName's <<if $tempSub.fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $tempSub.slaveName eagerly descends upon her exhausted body.
-		<<set $humiliation = 1>>
+			<<if (random(1,20) > $suddenBirth)>>
+				She taken by _tempSub.slaveName to a private room so that she may watch. Reluctantly, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, fully aware of _tempSub.slaveName's <<if $tempSub.fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>>. Her child is promptly taken and _tempSub.slaveName eagerly descends upon her exhausted and still very pregnant body.
+				<<set $humiliation = 1>>
+			<<else>>
+				While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, causing her to immediately try to break off. Her dom eagerly watches her pregnant sub's ordeal.
+				<<set $humiliation = 1>>
+				<<ClothingBirth>>
+				_tempSub.slaveName collects the newborn child to be sent off before returning, caressing the swell of her still huge belly and planting her crotch directly onto her exhausted sub's face.
+			<</if>>
 		<</if>>
 	<</if>>
 
 <<case "whore">>
 	<<if !canWalk($slaves[$i])>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		She is helped back to her bed and stripped before slipping into it. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to whoring.
-	<<else>>
-		She is helped back to her bed and stripped before slipping into it. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to whoring.
-	<</if>>
-	<<else>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		She returns to her bed and strips before slipping into it. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to whoring.
+		<<if $slaves[$i].fetish == "mindbroken">>
+			<<if (random(1,20) > $suddenBirth)>>
+				She is helped back to her bed and stripped before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to her work as a pregnant whore.
+			<<else>>
+				While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks.
+				<<ClothingBirth>>
+				She struggles to bring <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to her breast as she resumes whoring, oblivious to the free show she just gave her customers.
+			<</if>>
+		<<else>>
+			<<if (random(1,20) > $suddenBirth)>>
+				She is helped back to her bed and stripped before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to her work as a pregnant whore.
+			<<else>>
+				While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks, soaking her. She attempts to get someplace safe to give birth but finds it impossible.
+				<<set $humiliation = 1>>
+				<<ClothingBirth>>
+				She lies on the ground, exhausted and covered in sperm from the circle of men watching her, until she recovers enough to heft her still very pregnant body to its feet and collect <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off.
+			<</if>>
+		<</if>>
 	<<else>>
-		She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to whoring.
-	<</if>>
+		<<if $slaves[$i].fetish == "mindbroken">>
+			<<if (random(1,20) > $suddenBirth)>>
+				She returns to her bed and strips before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to her work as a pregnant whore.
+			<<else>>
+				While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks.
+				<<ClothingBirth>>
+				She struggles to bring <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to her breast as she resumes whoring, oblivious to the free show she just gave her customers.
+			<</if>>
+		<<else>>
+			<<if (random(1,20) > $suddenBirth)>>
+				She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to her work as a pregnant whore.
+			<<else>>
+				While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks, soaking her. She attempts to get someplace safe to give birth but finds her path blocked by rowdy johns.
+				<<set $humiliation = 1>>
+				<<ClothingBirth>>
+				She lies on the ground, exhausted and covered in sperm from the circle of men watching her, until she recovers enough to push her still very pregnant body to its feet and collect <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off.
+			<</if>>
+		<</if>>
 	<</if>>
 
 <<case "serve the public">>
 	<<if !canWalk($slaves[$i])>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		She is helped back to her bed and stripped before slipping into it. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to slutting.
-	<<else>>
-		She is helped back to her bed and stripped before slipping into it. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to slutting.
-	<</if>>
-	<<else>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		She returns to her bed and strips before slipping into it. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to slutting.
+		<<if $slaves[$i].fetish == "mindbroken">>
+			<<if (random(1,20) > $suddenBirth)>>
+				She is helped back to her bed and stripped before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to sharing her gravid body with the public.
+			<<else>>
+				<<if ($seed > 80)>>
+					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves her bulk off of him. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. She draws her child to her breast before seeking out the next citizen's cock.
+				<<elseif ($seed > 60)>>
+					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. She shows no signs of slowing down, so he allows her to reposition and continue.
+					<<ClothingBirth>>
+					He cums down her throat as she struggles to reach her child around her still very pregnant middle. Once she has brought her child to her breast, she seeks out the next citizen's cock.
+				<<elseif ($seed > 40)>>
+					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. She shows no signs of slowing down, so she allows her to reposition and continue.
+					<<ClothingBirth>>
+					The citizen splashes across her face as she struggles to reach her child around her still very pregnant middle. Once she has brought her child to her breast, she seeks out the next citizen's cunt.
+				<<else>>
+					While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. She shows no signs of slowing down, so he allows her to reposition and continue. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass as she struggles to reach her child around her still very pregnant middle. Once she has brought her child to her breast, she seeks out the next citizen's cock.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if (random(1,20) > $suddenBirth)>>
+				She is helped back to her bed and stripped before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to sharing her gravid body with the public.
+			<<else>>
+				<<if ($seed > 80)>>
+					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. She desperately tries to disengage but he grabs her hips and slams her back down. He thoroughly enjoys her contracting cunt before pushing her off and standing over her, jacking off. Quickly she spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. She can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. He cums over her heaving, still very pregnant body and moves on leaving her to recover and collect her child to be sent off.
+					<<set $humiliation = 1>>
+				<<elseif ($seed > 60)>>
+					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. She desperately tries to disengage but he grabs her head and slams her back into his crotch.
+					<<set $humiliation = 1>>
+					<<ClothingBirth>>
+					He cums down her throat before letting her collapse to the ground and leaving. When she recovers and pushes her still very pregnant body upright, she quickly gathers <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off.
+				<<elseif ($seed > 40)>>
+					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. She desperately tries to disengage but she grabs her head and slams her back into her crotch.
+					<<set $humiliation = 1>>
+					<<ClothingBirth>>
+					She cums across her face before helping her still very pregnant body to the ground and leaving. When she recovers, she quickly gathers <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off.
+				<<else>>
+					While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. She desperately tries to disengage but he grabs her hips and slams into her hard. Quickly she spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. She can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as she collapses onto her still very pregnant belly and slips to her side. She quickly gathers her child to be sent off.
+					<<set $humiliation = 1>>
+				<</if>>
+			<</if>>
+		<</if>>
 	<<else>>
-		She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to slutting.
-	<</if>>
+		<<if $slaves[$i].fetish == "mindbroken">>
+			<<if (random(1,20) > $suddenBirth)>>
+				She returns to her bed and strips before slipping into it. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to sharing her gravid body with the public.
+			<<else>>
+				<<if ($seed > 80)>>
+					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves her bulk off of him. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. She draws her child to her breast before seeking out the next citizen's cock.
+				<<elseif ($seed > 60)>>
+					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. She shows no signs of slowing down, so he allows her to reposition and continue.
+					<<ClothingBirth>>
+					He cums down her throat as she struggles to reach her child around her still very pregnant middle. Once she has brought her child to her breast, she seeks out the next citizen's cock.
+				<<elseif ($seed > 40)>>
+					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. She shows no signs of slowing down, so she allows her to reposition and continue.
+					<<ClothingBirth>>
+					The citizen splashes across her face as she struggles to reach her child around her still very pregnant middle. Once she has brought her child to her breast, she seeks out the next citizen's cunt.
+				<<else>>
+					While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. She shows no signs of slowing down, so he allows her to reposition and continue. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass as she struggles to reach her child around her still very pregnant middle. Once she has brought her child to her breast, she seeks out the next citizen's cock.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if (random(1,20) > $suddenBirth)>>
+				She returns to her bed and strips before slipping into it. She makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she rests awhile before returning to sharing her gravid body with the public.
+			<<else>>
+				<<if ($seed > 80)>>
+					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. She desperately tries to disengage but he grabs her hips and slams her back down. He thoroughly enjoys her contracting cunt before pushing her off and standing over her, jacking off. Quickly she spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. She can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. He cums over her heaving, still very pregnant body and moves on leaving her to recover and collect her child to be sent off.
+					<<set $humiliation = 1>>
+				<<elseif ($seed > 60)>>
+					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. She desperately tries to disengage but he grabs her head and slams her back into his crotch.
+					<<set $humiliation = 1>>
+					<<ClothingBirth>>
+					He cums down her throat before letting her collapse to the ground and leaving. When she recovers and pushes her still very pregnant body to its feet, she quickly gathers <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off.
+				<<elseif ($seed > 40)>>
+					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. She desperately tries to disengage but she grabs her head and slams her back into her crotch.
+					<<set $humiliation = 1>>
+					<<ClothingBirth>>
+					She cums across her face before helping her still very pregnant body to the ground and leaving. When she recovers, she quickly gathers <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child to be sent off.
+				<<else>>
+					While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. She desperately tries to disengage but he grabs her hips and slams into her hard. Quickly she spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. She can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so she bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as she collapses onto her still very pregnant belly and slips to her side. She quickly gathers her child to be sent off.
+					<<set $humiliation = 1>>
+				<</if>>
+			<</if>>
+		<</if>>
 	<</if>>
 
 <<case "work a glory hole">>
 	<<if $slaves[$i].fetish == "mindbroken">>
-		Since she is unable to leave her box, she doesn't have far to go. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> quickly extracted from the box. She never notices, focused entirely on the fresh cock poking through the glory hole.
+		<<if (random(1,20) > $suddenBirth)>>
+			Since she is unable to leave her box, she doesn't have far to go. Instinctively, she begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is quickly extracted from the box. She never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of her still very pregnant middle rubbing the wall.
+		<<else>>
+			While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's water breaks. She makes no effort to stop sucking the dicks presented to her.
+			<<ClothingBirth>>
+			<<if $slaves[$i].birthsTotal == 0>>Her first<<else>>This week's<</if>> child is quickly extracted from the box. She never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of her still very pregnant middle rubbing the wall.
+		<</if>>
 	<<else>>
-		 Since she is unable to leave her box, she doesn't have far to go. She quickly finishes the waiting dick before shifting herself into a slightly, though not by much, more comfortable position.  She begins laboring on her child<<if $slaves[$i].pregType > 1>>ren<</if>>. As she finishes, the box is opened and her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> gathered and taken away before she is ordered back to sucking.
+		<<if (random(1,20) > $suddenBirth)>>
+			Since she is unable to leave her box, she doesn't have far to go. She quickly finishes the waiting dick before shifting herself into a slightly, though not by much, more comfortable position. She begins laboring on <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child. As she finishes, the box is opened and her child is gathered and taken away before she is ordered back to sucking.
+		<<else>>
+			While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's water breaks. She quickly finishes the dick off before seating herself in the back of the box.
+			<<ClothingBirth>>
+			As she finishes, she could have sworn she saw an eye peeping through the glory hole, watching the show. The box is opened and <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> child is gathered and taken away as she struggles to reach the fresh cock poking through the hole.
+		<</if>>
 	<</if>>
 
 <<case "get milked">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		<<if $dairyPregSetting > 0>>
-		Since the dairy is designed for pregnant cows, she stays hooked up to the milkers. She shows little interest in her coming birth, instead focusing on her milky breasts. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. She shows no interest in her child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, nor when she is hosed off.
-	<<else>>
-		<<if !canWalk($slaves[$i])>>She is helped back to her bed and stripped before slipping into it<<else>>She returns to her bed and strips before slipping into it<</if>>. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to the milkers to lighten her swelling breasts.
-	<</if>>
+			Since the dairy is designed for pregnant cows, she stays hooked up to the milkers. She shows little interest in her coming birth, instead focusing on her milky breasts. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. She shows no interest in her child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, nor when she is hosed off.
+		<<else>>
+			<<if !canWalk($slaves[$i])>>She is helped back to her bed and stripped before slipping into it<<else>>She returns to her bed and strips before slipping into it<</if>>. Instinctively, she begins to push out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to the milkers to lighten her swelling breasts.
+		<</if>>
 	<<else>>
 		<<if $dairyPregSetting > 0>>
-		Since the dairy is designed for pregnant cows, she stays hooked up to the milkers. She meekly protests her situation, but ultimately accepts it. She begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, and catches a glimpse of her child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, but quickly forgets when she is hosed off.
-		<<set $humiliation = 1>>
-	<<else>>
-		<<if !canWalk($slaves[$i])>>She is helped back to her bed and stripped before slipping into it<<else>>She returns to her bed and strips before slipping into it<</if>>. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to the milkers to lighten her swelling breasts.
-	<</if>>
+			Since the dairy is designed for pregnant cows, she stays hooked up to the milkers. She meekly protests her situation, but ultimately accepts it. She begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, and catches a glimpse of her child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, but quickly forgets when she is hosed off.
+			<<set $humiliation = 1>>
+		<<else>>
+			<<if !canWalk($slaves[$i])>>She is helped back to her bed and stripped before slipping into it<<else>>She returns to her bed and strips before slipping into it<</if>>. She makes herself comfortable and begins working on birthing her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and she rests awhile before returning to the milkers to lighten her swelling breasts.
+		<</if>>
 	<</if>>
 
 <<case "please you">>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 47609423778cfc3a63c56aa811d35055b7b12b0b..e9bbc9d60be2d0df0cb4569db5c91583af57be05 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -3209,33 +3209,33 @@
 	<<if ($slaves[$i].boobs > 50000)>>
 		Since they are as large as $possessive body can handle, some serum is drained from them.
 		<<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>>
-	<<elseif ($slaves[$i].boobsImplant > 9000) && (_effect >= 2)>>
+	<<elseif ($slaves[$i].boobsImplant > 25000) && (_effect >= 2)>>
 		As they grow they @@.red;greatly irritate@@ the tissue of $possessive breasts.
 		<<set $slaves[$i].health -= 20>>
-	<<elseif ($slaves[$i].boobsImplant > 8000) && (_effect >= 3)>>
+	<<elseif ($slaves[$i].boobsImplant > 15000) && (_effect >= 3)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 		<<set $slaves[$i].health -= 10>>
-	<<elseif ($slaves[$i].boobsImplant > 7000) && (_effect >= 4)>>
+	<<elseif ($slaves[$i].boobsImplant > 10000) && (_effect >= 4)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 		<<set $slaves[$i].health -= 10>>
-	<<elseif ($slaves[$i].boobsImplant > 6000) && (_effect >= 5)>>
+	<<elseif ($slaves[$i].boobsImplant > 8000) && (_effect >= 5)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 		<<set $slaves[$i].health -= 10>>
-	<<elseif ($slaves[$i].boobsImplant > 5000) && (_effect >= 6)>>
+	<<elseif ($slaves[$i].boobsImplant > 6000) && (_effect >= 6)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 		<<set $slaves[$i].health -= 10>>
-	<<elseif ($slaves[$i].boobsImplant > 4000) && (_effect >= 7)>>
+	<<elseif ($slaves[$i].boobsImplant > 4500) && (_effect >= 7)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 		<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 3000) && (_effect >= 8)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
-		<<set $slaves[$i].health -= 10>>
+		<<set $slaves[$i].health -= 7>>
 	<<elseif ($slaves[$i].boobsImplant > 2000) && (_effect >= 9)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
-		<<set $slaves[$i].health -= 10>>
+		<<set $slaves[$i].health -= 5>>
 	<<elseif ($slaves[$i].boobsImplant > 1000) && (_effect > 9)>>
 		As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
-		<<set $slaves[$i].health -= 10>>
+		<<set $slaves[$i].health -= 3>>
 	<</if>>
 <</if>>
 
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 21c08302ab717ef3a224323704046e55a9b7d308..ac93f9a6d96df16ed2e90156e1b23481170be6d6 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -2209,7 +2209,6 @@ $possessiveCap
 	<<elseif $activeSlave.makeup == 8>>
 		$possessiveCap metallic makeup is color-coordinated with $possessive $activeSlave.hColor hair.
 	<<elseif $activeSlave.lipsTat == "permanent makeup">>
-		$possessiveCap face appears to bear very heavy, slutty makeup, but on closer inspection, the makeup is actually tattooed on.
 	<<else>>
 		$possessiveCap face is makeup-free.
 	<</if>>