diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index d74d8091844a600ac3b2f9152b4222fbe378e327..48b54feced0a464cd28a3d48cedda491582e5398 100644
--- a/player variables documentation - Pregmod.txt	
+++ b/player variables documentation - Pregmod.txt	
@@ -468,7 +468,7 @@ how big your balls are (requires dick == 1)
 
 ballsImplant:
 
-how big your balls are (requires dick == 1)
+how big your balls implants are (requires dick == 1)
 0 - normal
 1 - large
 2 - huge
diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index ba36abbea9a0a86fca847b4907c533c1db04f612..8f9947a0035901e96f0bfe303d6888537c888b8b 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -949,6 +949,10 @@ window.saChoosesOwnClothes = (function() {
 					if (isItemAccessible("a kimono")) {
 						wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a kimono"});
 					}
+				} else if (slave.nationality === "Korean") {
+					if (isItemAccessible("a hanbok")) {
+						wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a hanbok"});
+					}
 				} else if (slave.nationality === "Mongolian") {
 					if (isItemAccessible("a biyelgee costume")) {
 						wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a biyelgee costume"});
diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index 3020bee7bdd80349692b913cb4a7ed8d0fb29a1c..297b198adf7f1ca0b58a419ac9e8ba4f4f987154 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -605,7 +605,7 @@ My favorite part of my body i<<s>>
 		<</if>>
 		<<Master>>.
 	<<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>>
-		<<if $PC.boobsBonus == 3>>Your brea<<s>>t<<s>> are giant, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t want to bury my fa<<c>>e in them.
+		<<if $PC.boobsBonus >= 3>>Your brea<<s>>t<<s>> are giant, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t want to bury my fa<<c>>e in them.
 		<<elseif $PC.boobsBonus == 2>>Your brea<<s>>t<<s>> are huge, <<Master>>," $he <<say>>s eagerly. "I love them.
 		<<elseif $PC.boobsBonus == 1>>Your brea<<s>>t<<s>> are <<s>>o big and lovely, <<Master>>," $he <<say>>s eagerly. "I love them.
 		<<elseif $PC.boobs == 1>>Your brea<<s>>t<<s>> are incredible, <<Master>>," $he <<say>>s eagerly. "I love them.
diff --git a/src/pregmod/eliteTakeOverResult.tw b/src/pregmod/eliteTakeOverResult.tw
index 968f004df4c20ec0d067b864b93fdf3bac2b361a..fa416f5bbf976de120643232de24e84527a3f723 100644
--- a/src/pregmod/eliteTakeOverResult.tw
+++ b/src/pregmod/eliteTakeOverResult.tw
@@ -95,10 +95,10 @@
 		</span>
 		<<if $SF.MercCon.CanAttend === -1>>
 			<<switch $SF.Colonel.Core>>
-				<<case "kind">>
-					The Colonel is shocked that you would allow her troops to do this but understands that it comes with the territory. <<if _SFHappyEverAfter == 1>>Thanks for being kind to one of my soldiers.<</if>>
-				<<case "brazen" "cruel" "jaded">>
-					The Colonel is grateful that you let her troops let off some steam. <<if _SFHappyEverAfter == 1>>Thanks for being kind to one of my soldiers.<</if>>
+			<<case "kind">>
+				The Colonel is shocked that you would allow her troops to do this but understands that it comes with the territory.<<if _SFHappyEverAfter == 1>> "Thanks for being kind to one of my soldiers."<</if>>
+			<<case "brazen" "cruel" "jaded">>
+				The Colonel is grateful that you let her troops let off some steam.<<if _SFHappyEverAfter == 1>> "Thanks for being kind to one of my soldiers."<</if>>
 			<</switch>>
 		<</if>>
 		<<set $SF.Depravity += 0.05>>
@@ -109,7 +109,7 @@
 			While some citizens respectfully step out, some join you in the fun. The impromptu festivities will go on for hours, getting more and more depraved.
 		<</if>>
 	<<else>>
-		<<if $Bodyguard.fetish == "sadist">>$Bodyguard.slaveName gets out $his melee weapon and starts to give them many small cuts, the look of pleasure on $his face is evident.<<else>>$Bodyguard.slaveName ties them and then gets out $his melee weapon and starts to abuse them, $his face is blank.<</if>>
+		<<if $Bodyguard.fetish == "sadist">>$Bodyguard.slaveName gets out $his melee weapon and starts to give them many small cuts, the look of pleasure on $his face is evident.<<else>>$Bodyguard.slaveName ties them and then gets out $his melee weapon and starts to abuse them; $his face is blank.<</if>>
 		<br>Shortly after, the terrified <<if $eliteLeft < $eliteTotal>>remaining<</if>> Elite are quickly brought away to be officially enslaved.
 	<</if>>
 <</switch>>
diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw
index 783d68a267ea9172b35ab8335c58005e9a026d96..0f956c73aa6a62ea94fc30f06e67624e6970df66 100644
--- a/src/pregmod/fDick.tw
+++ b/src/pregmod/fDick.tw
@@ -183,7 +183,7 @@
 	<<if $activeSlave.dick <= 6>>
 		until you are sitting on $his loins.
 	<<else>>
-		until feel that you can't take more of $him inside you.
+		until you feel that you can't take any more of $him inside you.
 	<</if>>
 
 	You reach back
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index bf65052ed0afbfdcc24dc5c979d36503250f7bf4..ee746e31b186540b83fbc889621cc81f76c932ee 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -529,7 +529,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully
 	<</if>>
 <</if>>
 
-<<if $PC.boobsBonus == 3>>
+<<if $PC.boobsBonus >= 3>>
 	Now that you are alone with $him, $he seems incapable of pulling $his eyes off your huge tits. Every motion and jiggle in them is reflected in $his expression. $He licks $his lips as $he gazes at your erect nipples, but it will be you who decides who may suck on them. Though it doesn't stop $him from @@.hotpink;longing@@ to nurse from you.
 	<<set $activeSlave.devotion += 5>>
 <</if>>
@@ -880,7 +880,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully
 	<</if>>
 <</if>>
 
-<<if $PC.boobsBonus == 3>>
+<<if $PC.boobsBonus >= 3>>
 	<br><<link "Permit $him to explore your expansive bust">>
 	<<replace "#result">>
 	You beckon the curious $girl to your hefty breasts, having noticed how hungrily $he has been <<if canSee($activeSlave)>>eying<<else>>focusing on<</if>> them. $He eagerly places $his hands to them and begins squeezing and massaging them, quickly becoming aroused $himself. $He pays close attention to your nipples, <<if $PC.lactation > 0>> squealing happily when milk begins to flow from them<<set $PC.lactationDuration = 2>><<else>> grumbling unhappily when $he finds no milk within<</if>>.
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index c3ca4ea7be319925e882e995dc293f0c4484939e..b67decb0cdbf64ac3156e56434de4bb9349da5b5 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -366,17 +366,24 @@ On formal occasions, you are announced as $PCTitle.
 				<<set $failedElite -= 10>>
 			<</if>>
 		<<else>>
-			Most prominent female owners avoid being penetrated on
-			<<if $sexualOpeness == 1>>
-				principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge
+			<<if $PC.pregSource != -1 && $PC.pregSource != -6>>
+				Most prominent female owners avoid being penetrated on
+				<<if $sexualOpeness == 1>>
+					principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge
+				<<else>>
+					principle; your fecund figure exposes not only your willingness to be penetrated, but your
+				<</if>>
+				breach of the eugenics you are pushing for. Your citizens are @@.red;disgusted@@ by both your body and your lack of commitment.
+				<<run repX(-500, "PCactions")>>
+				<<if $eugenicsFullControl != 1>>
+					<<set $failedElite += 50>>
+				<</if>>
 			<<else>>
-				principle; your fecund figure exposes not only your willingness to be penetrated, but your
-			<</if>>
-			breach of the eugenics you are pushing for. Your citizens are @@.red;disgusted@@ by both your body and your lack of commitment.
-			<<run repX(-500, "PCactions")>>
-			<<if $eugenicsFullControl != 1>>
-				<<set $failedElite += 50>>
+				Since it is public knowledge that you are carrying a child in the name of eugenics, society views you as a bearer of modernity and @@.green;commends@@ your contributions to society.
+				<<run repX(200, "PCappearance")>>
+				<<set $failedElite -= 5>>
 			<</if>>
+
 		<</if>>
 	<<elseif $arcologies[0].FSRepopulationFocus >= 60>>
 		Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is disappointed in your
diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw
index 473e9d940eb490e6ab5a3a144a386fd8f53bd1c9..f5000f0e56a19573d1f115c5273a8e5a0d39fdb0 100644
--- a/src/uncategorized/seIndependenceDay.tw
+++ b/src/uncategorized/seIndependenceDay.tw
@@ -426,7 +426,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 		<<run repX(1250, "event")>>
 	<</if>>
 	<<if ($SF.ROE === "hold") && ($SF.Depravity >= 1.5)>>
-		The sight of $SF.Lower's forcing their captured slaves to suck them off while swinging their swords and other none lethal tools around trigger fingers twitch inspires terror in your citizens.
+		The sight of $SF.Lower's forcing their captured slaves to suck them off while swinging their swords and other nonlethal tools around their itchy trigger fingers inspires terror in your citizens.
 		<<run repX(-200, "event")>>
 	<<elseif ($SF.ROE === "limited") && ($SF.Depravity >= 1.5)>>
 		The sight of $SF.Lower's forcing their captured slaves to suck them off with itchy trigger fingers inspires terror in your citizens.