diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index f585b1e3a6633d112f547f2bb2e8067493328639..eff4d37042b8b5046cee8b6d2a7f7a3fa3474646 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -183,6 +183,10 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 <<else>>
 	<br>You appear to already possess all the societal based schematics he has to offer.
 <</if>>
+<<if $cheatMode == 1>>
+	<br>
+	[[Refresh societal wares list|The Black Market][$thisWeeksFSWares = ["GenderRadicalistResearch", "SlaveProfessionalismResearch", "TransformationFetishistResearch", "AssetExpansionistResearch", "SlimnessEnthusiastResearch", "YouthPreferentialistResearch", "HedonisticDecadenceResearch"]]]
+<</if>>
 
 <br><br>
 He gestures to a door in the back of the stall. "The good shit's back there<<if $thisWeeksIllegalWares.length > 1>> — here's a list: <<elseif $thisWeeksIllegalWares.length == 1>> — only one this week: <<else>>.<</if>>"
@@ -448,3 +452,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if
 <<else>>
 	<br>You appear to already possess all the black market schematics he has to offer.
 <</if>>
+<<if $cheatMode == 1>>
+	<br>
+	[[Refresh illicit wares list|The Black Market][$thisWeeksIllegalWares = ["childhoodFertilityInducedNCS", "UterineRestraintMesh", "PGHack", "BlackmarketPregAdaptation", "RapidCellGrowthFormula", "sympatheticOvaries", "asexualReproduction"]]]
+<</if>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 8fe53373142283963facaefa97caab2e2936e2ae..72a8b22176d67910cb96d445b5da3c8e222da3bd 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -512,9 +512,9 @@ This descriptions can be expanded with more outcomes later. But it's not practic
 				<<if $slaves[$i].fetishKnown == 0>>What would have made most girls blackout from pain sent $him into the lewdest orgasm you've seen today. $He @@.lightcoral;must get off to pain.@@.<<set $slaves[$i].fetishKnown = 1>><<else>> $He claims to have never climaxed so hard and @@.hotpink;wishes $his hips could have stayed that narrow for next time.@@<</if>>
 				<<set $slaves[$i].devotion += 5>>
 			<<elseif $slaves[$i].devotion > 70>>
-				When $he comes to, $his pelvis has already been patched up. $He is just glad that $he managed to finish giving birth despite the hindrance.
+				When $he finally comes to after blacking out, $his pelvis has already been patched up. $He is just glad that $he managed to finish giving birth despite the hindrance.
 			<<else>>
-				When $he comes to, $his pelvis has already been patched up. $He @@.mediumorchid;loathes you@@ for forcing $his body to undergo such a painful experience and @@.gold;fears@@ what horror you have planned next.
+				When $he finally comes to after blacking out, $his pelvis has already been patched up. $He @@.mediumorchid;loathes you@@ for forcing $his body to undergo such a painful experience and @@.gold;fears@@ what horror you have planned next.
 				<<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>>
 			<</if>>
 		<<else>>
@@ -737,7 +737,7 @@ All in all,
 /* this needs a tally of how many babies where lost due to underdevelopment instead of relying off a check */
 <<if $surgeryUpgrade != 1 && $slaves[$i].curStillBirth > 0>>
 	<br>
-	It's possible that @@.red;having advanced equipment@@ in remote surgery could have prevented the loss of $his $slaves[$i].curStillBirth unborn child<<if $slaves[$i].curStillBirth > 1>>ren<</if>>.
+	It's possible that @@.red;having advanced equipment@@ in the remote surgery could have prevented the loss of $his $slaves[$i].curStillBirth unborn child<<if $slaves[$i].curStillBirth > 1>>ren<</if>>.
 	<br>
 <</if>>