From adfc5f87370cfa86f2465c1169057065b8ed3364 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Mon, 8 Jul 2019 18:47:14 -0500
Subject: [PATCH] Etc

---
 player variables documentation - Pregmod.txt |  2 +-
 src/endWeek/saChoosesOwnClothes.js           |  4 ++++
 src/npc/fFeelings.tw                         |  2 +-
 src/pregmod/eliteTakeOverResult.tw           | 10 ++++----
 src/pregmod/fDick.tw                         |  2 +-
 src/pregmod/newChildIntro.tw                 |  4 ++--
 src/uncategorized/reputation.tw              | 25 +++++++++++++-------
 src/uncategorized/seIndependenceDay.tw       |  2 +-
 8 files changed, 31 insertions(+), 20 deletions(-)

diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index d74d8091844..48b54feced0 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 ba36abbea9a..8f9947a0035 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 3020bee7bdd..297b198adf7 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 968f004df4c..fa416f5bbf9 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 783d68a267e..0f956c73aa6 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 bf65052ed0a..ee746e31b18 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 c3ca4ea7be3..b67decb0cdb 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 473e9d940eb..f5000f0e56a 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.
-- 
GitLab