diff --git a/devTools/javaSanityCheck/SanityCheck.jar b/devTools/javaSanityCheck/SanityCheck.jar
index d3a8308ba6cdda45f1a77310e03beb5d979514d2..2fca115587ec6562bfcdc5da93f0763bfdd86ef8 100644
Binary files a/devTools/javaSanityCheck/SanityCheck.jar and b/devTools/javaSanityCheck/SanityCheck.jar differ
diff --git a/src/002-config/fc-js-init.js b/src/002-config/fc-js-init.js
index db6fa2d707a9b7db2146d4b5cd9f65e8c04a336b..b239c2b821ecbe06bb17f56495f8a3baca73accf 100644
--- a/src/002-config/fc-js-init.js
+++ b/src/002-config/fc-js-init.js
@@ -16,7 +16,7 @@ App.UI.View = {};
 App.Utils = {};
 App.Interact = {};
 App.Desc = {};
-App.ExtendedFamily = {};
+App.ExtendedFamily = {}; // only occurance of "ExtendedFamily" in whole project
 App.Facilities = {
 	Brothel: {},
 	Club: {},
diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js
index c37052e138b0cac7ee5820dcf390a34918e25fb8..4bd0d2a335e4f8223d5d1def08f3ea1b1bb36431 100644
--- a/src/SpecialForce/SpecialForce.js
+++ b/src/SpecialForce/SpecialForce.js
@@ -351,9 +351,9 @@ App.SF.BC = function() {
 /* usedOnce */
 
 App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`) {
-	const Revivalisms = ['Roman_Revivalism', 'Aztec_Revivalism', 'Egyptian_Revivalism', 'Edo_Revivalism', 'Arabian_Revivalism', 'Chinese_Revivalism', 'Multiculturalism'],
+	const Revivalisms = ['Arabian_Revivalism', 'Aztec_Revivalism', 'Chinese_Revivalism', 'Edo_Revivalism', 'Egyptian_Revivalism', 'Multiculturalism', 'Roman_Revivalism'],
 		V = State.variables;
-	let FS_OPTIONS = ['Repopulation', 'Eugenics', 'Gender_radicalism', 'Gender_traditionalism', 'Paternalism', 'Degradationism', 'Body_Purism', 'Transformation_Fetishism', 'Youth_Preferentialism', 'Maturity_Preferentialism', 'Slimness_Enthusiasm', 'Asset_Expansionism', 'Slave_Pastoralism', 'Physical_Idealism', 'Hedonistic_Decadence', 'Chattel_Religionism'];
+	let FS_OPTIONS = ['Asset_Expansionism', 'Body_Purism', 'Chattel_Religionism', 'Degradationism', 'Eugenics', 'Gender_radicalism', 'Gender_traditionalism', 'Hedonistic_Decadence', 'Maturity_Preferentialism', 'Paternalism', 'Physical_Idealism', 'Repopulation', 'Slave_Pastoralism', 'Slimness_Enthusiasm', 'Transformation_Fetishism', 'Youth_Preferentialism'];
 	FS_OPTIONS = FS_OPTIONS.concat(Revivalisms);
 
 	function validityTester() {
@@ -2152,7 +2152,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 		return text;
 	} else if (input === 'BadOutcome') {
 		V.arcologies[0].prosperity -= 50;
-		cashX(-V.Cash * 0.25, "specialForces");
+		cashX(-V.cash * 0.25, "specialForces");
 		let r = ``,
 			BadOutcome = '';
 		if (V.rep > 17500) {
@@ -2649,7 +2649,7 @@ App.SF.AAR = function(endWeekCall = 1) {
 App.SF.Count = function() {
 	const V = State.variables,
 		T = State.temporary,
-		C = Math.clamp,
+		C = Math.clamp, // sure that's correct?
 		S = V.SF.Squad,
 		E = V.economy;
 	T.FU = 10;
diff --git a/src/debugging/debugJS.js b/src/debugging/debugJS.js
index c189e30b7cc3358f688d374889a9d0b8ab7b9003..6b8110b7a06ef57f3de857ed2fea157d267d6e4c 100644
--- a/src/debugging/debugJS.js
+++ b/src/debugging/debugJS.js
@@ -87,6 +87,7 @@ window.findNaN = function findNan() {
 	return result;
 };
 
+/* no-usedOnce*/
 /**
  * Dumps game save as a readable JSON to the browser for saving in a file
  */
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index fabe80df7a936194dce5a37e6dad0b5491ba46af..3ed9afcd0f5467b48e73c95b87e6dc3bc0812e45 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -230,7 +230,7 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $cash = 0>>
 	<<set $cashLastWeek = 0>>
 	<<run cashX(10000, "personalBusiness")>>
-	<<set $normalizedEvents = 0>>
+	/*<<set $normalizedEvents = 0>>*/ /* commented out everywhere */
 	<<set $autosave = 1>>
 	<<set $useFSNames = 1>>
 	<<set $seeDetails = 1>>
diff --git a/src/js/accordianJS.js b/src/js/accordianJS.js
index f65b7d736a4efbe0f5d739b5043cea6e39cc8cb9..9c6ae8a420ec9c37c99f796c9eb80070228a642d 100644
--- a/src/js/accordianJS.js
+++ b/src/js/accordianJS.js
@@ -1,4 +1,5 @@
 /* Accordion 000-250-006 */
+/* no-usedOnce */
 
 /*
  * We're making changes to the DOM, so we need to make them *after* everything has been generated
diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index 5ded9cc39e2b9b83b74153af824d3f086d6cfc40..eb0c8bc8bad759bcaa9db4bb11456a44c08351ae 100644
--- a/src/js/slaveListing.js
+++ b/src/js/slaveListing.js
@@ -543,9 +543,9 @@ App.UI.SlaveList.penthousePage = function () {
 		let r = '';
 		const thisArcology = V.arcologies[0];
 
-		/** @type {App.Entity.SlaveState} */
-		const HG = V.HeadGirl;
-		if (HG) {
+		if (V.HeadGirl) {
+			/** @type {App.Entity.SlaveState} */
+			const HG = V.HeadGirl;
 			r += `<strong><u>${span(SlaveFullName(HG), "pink")}</u></strong> is serving as your Head Girl`;
 			if (thisArcology.FSEgyptianRevivalistLaw === 1) {
 				r += ' and Consort';
@@ -566,9 +566,9 @@ App.UI.SlaveList.penthousePage = function () {
 		}
 		r += '<br>';
 
-		/** @type {App.Entity.SlaveState} */
-		const RC = V.Recruiter;
-		if (RC) {
+		if (V.Recruiter) {
+			/** @type {App.Entity.SlaveState} */
+			const RC = V.Recruiter;
 			const p = getPronouns(RC);
 			r += `<strong><u>${span(SlaveFullName(RC), "pink")}</u></strong> is working `;
 			if (V.recruiterTarget !== "other arcologies") {
@@ -595,7 +595,7 @@ App.UI.SlaveList.penthousePage = function () {
 			/** @type {App.Entity.SlaveState} */
 			const BG = V.Bodyguard;
 			if (BG) {
-				r += `<strong><u>${span(SlaveFullName(RC), "pink")}</u></strong> is serving as your bodyguard. `;
+				r += `<strong><u>${span(SlaveFullName(BG), "pink")}</u></strong> is serving as your bodyguard. `;
 				r += span(`<strong>${App.UI.passageLink("Manage Bodyguard", "BG Select")}</strong>`, null, "manageBG") +
 					span("[B]", "cyan");
 				r += App.UI.SlaveList.render([App.Utils.slaveIndexForId(BG.ID)], [],
diff --git a/src/js/slaveStatsChecker.js b/src/js/slaveStatsChecker.js
index 905d4f8bd54f621d037ba1ce660a413c28180391..26a682ce96611eec7462f565ab278dd58245d238 100644
--- a/src/js/slaveStatsChecker.js
+++ b/src/js/slaveStatsChecker.js
@@ -607,11 +607,11 @@ window.tooBigBelly = function (slave) {
 window.tooBigBalls = function (slave) {
 	if (!slave) {
 		return null;
-	} else if (slave.balls >= 30 + (slave.muscles * .3) && slave.physicalAge <= 3) {
+	} else if (slave.balls >= 30 + (slave.muscles * 0.3) && slave.physicalAge <= 3) {
 		return true;
-	} else if (slave.balls >= 60 + (slave.muscles * .5) && slave.physicalAge <= 12) {
+	} else if (slave.balls >= 60 + (slave.muscles * 0.5) && slave.physicalAge <= 12) {
 		return true;
-	} else if (slave.balls >= 90 + (slave.muscles * .7)) {
+	} else if (slave.balls >= 90 + (slave.muscles * 0.7)) {
 		return true;
 	}
 	return false;
@@ -624,11 +624,11 @@ window.tooBigBalls = function (slave) {
 window.tooBigDick = function (slave) {
 	if (!slave) {
 		return null;
-	} else if (slave.dick >= 20 + (slave.muscles * .1) && slave.physicalAge <= 3 && slave.dick !== 0) {
+	} else if (slave.dick >= 20 + (slave.muscles * 0.1) && slave.physicalAge <= 3 && slave.dick !== 0) {
 		return true;
-	} else if (slave.dick >= 45 + (slave.muscles * .3) && slave.physicalAge <= 12) {
+	} else if (slave.dick >= 45 + (slave.muscles * 0.3) && slave.physicalAge <= 12) {
 		return true;
-	} else if (slave.dick >= 68 + (slave.muscles * .4)) {
+	} else if (slave.dick >= 68 + (slave.muscles * 0.4)) {
 		return true;
 	}
 	return false;
diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw
index bb3a9a78771a9aa90516454903cd8db14355b217..22e39c24f917924983bc627509b1579bda7131ff 100644
--- a/src/uncategorized/dairy.tw
+++ b/src/uncategorized/dairy.tw
@@ -342,6 +342,7 @@ $dairyNameCaps
 
 <<if $seePreg != 0>>
 	<br>
+	<<set _Tmult3 = Math.trunc(2500*$upgradeMultiplierArcology)>>
 	<<if $dairyPregUpgrade == 1>>
 		$dairyNameCaps can support cow pregnancies.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Fertile cows' wombs are
@@ -356,7 +357,7 @@ $dairyNameCaps
 		<</if>>
 	<<else>>
 		$dairyNameCaps is not prepared to support cow pregnancies, and therefore cannot be used to contract out fertile slaves' wombs.
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Upgrade the dairy to support pregnancies|Dairy][cashX(-2500, "capEx"), $dairyPregUpgrade = 1]] //Costs <<print cashFormat(2500)>> and will increase upkeep costs//
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Upgrade the dairy to support pregnancies|Dairy][cashX(forceNeg(_Tmult3), "capEx"), $dairyPregUpgrade = 1]] //Costs <<print cashFormat(_Tmult3)>> and will increase upkeep costs//
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index b501729f46c08edb8266bb87a5edb5e8f1a46146..2636c5e335fadb6f724325eae628e4fbe463c539 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1007,7 +1007,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 				<<set $activeSlave.vagina = 2, $activeSlave.counter.vaginal += 15, $vaginalTotal += 15>>
 			<</if>>
 			<<if isFertile($activeSlave) && $PC.dick > 0>>
-				<<= knockMeUp($PC, 100, 0, -1, 1)>>
+				<<= knockMeUp($activeSlave, 100, 0, -1, 1)>>
 			<</if>>
 			<<set $activeSlave.devotion += 100>>
 		<</link>>
@@ -1017,13 +1017,16 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 				<<if ($PC.vagina > 0) && (canPenetrate($activeSlave))>>
 					your pussy onto $his cock. $He shudders and moan softly as you slide yourself up and down $his shaft with steadily increasing speed. You keep your eyes locked on $hers all the while, as $his expression shifts from bewilderment to acceptance to ecstasy, as $he soon shoots $his seed up into you. Afterwards, you slip $his softening cock out of you, climb off of $him, and leave the exhausted and overwhelmed slave<<= $girl>> on your desk as you attend to business elsewhere. You think $he's @@.orangered;going to like it here.@@
 					<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>>
+					<<if canImpreg($PC, $activeSlave)>>
+						<<= knockMeUp($PC, 100, 0, $activeSlave.ID, 1)>>
+					<</if>>
 				<<else>>
 					yourself into $his <<if $activeSlave.vagina > -1>>pussy<<else>>asshole<</if>>. $He shudders and moans softly as you piston your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>> in and out of $his hole with steadily increasing intensity. You keep your eyes locked on $hers all the while, as $his expression shifts from bewilderment to acceptance to ecstasy, as you soon shoot your seed down into $him. Afterwards, you slip your <<if $PC.dick > 0>>softening<<else>>plastic<</if>> cock out of $him, climb off of $him, and leave the exhausted and overwhelmed slave<<= $girl>> on your desk as you attend to business elsewhere. You think $he's @@.orangered;going to like it here.@@
 					<<if $activeSlave.vagina > -1>>
 						<<= VCheck.Vaginal()>>
 						<<set $activeSlave.counter.vaginal++, $vaginalTotal++>>
 						<<if isFertile($activeSlave) && $PC.dick > 0>>
-							<<= knockMeUp($PC, 100, 0, -1, 1)>>
+							<<= knockMeUp($activeSlave, 100, 0, -1, 1)>>
 						<</if>>
 					<<else>>
 						<<= VCheck.Anal()>>
diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw
index e415f97174e92e5dc8251be3f7f47fad675a5dc4..b7a4ea50e787b5f5f36b17019c67c040bc460af2 100644
--- a/src/uncategorized/rePokerNight.tw
+++ b/src/uncategorized/rePokerNight.tw
@@ -34,13 +34,11 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 	//You lack the necessary funds to attend a high stakes poker game.//
 <<else>> /* cash >= 5000 */
 	<br>
-
 	<<link "Attend the poker night">>
 		<<replace "#result">>
 			You instruct $assistantName to inform your $mercenariesTitle that you will be attending their poker night, and after settling your affairs in the penthouse you head down to the barracks. Unsurprisingly the atmosphere in the barracks is casual, especially in comparison to the high stakes games commonplace in arcology high society, though your mercenaries still maintain some measure of decorum towards you as their employer. Eventually, you settle in at the table with a handful of $mercenariesTitle officers and cash in your <<print cashFormat(5000)>> into chips. All that remains is to decide your strategy for the night.
 			<br><br>
 			<span id="bountyresult">
-
 				<<link "Play it safe">>
 					<<replace "#bountyresult">>
 						<<if random(1,100) > 50>>
@@ -54,11 +52,8 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 						<</if>>
 					<</replace>>
 				<</link>>
-
 				<br>
-
 				<<link "Up the ante">>
-
 					<<set $activeSlaveOneTimeMinAge = 38>>
 					<<set $activeSlaveOneTimeMaxAge = 43>>
 					<<set $one_time_age_overrides_pedo_mode = 1>>
@@ -96,9 +91,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 					<<set $activeSlave.hStyle = "shaved into a mohawk">>
 					<<set $activeSlave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies.">>
 					<<set $activeSlave.clothes = "a military uniform">>
-
 					<<setLocalPronouns $activeSlave>>
-
 					<<replace "#artFrame">>
 					/* 000-250-006 */
 					<<if $seeImages == 1>>
@@ -110,7 +103,6 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 					<</if>>
 					/* 000-250-006 */
 					<</replace>>
-
 					<<replace "#bountyresult">>
 						Some aggressive play and an eye for riling up your fellow players has resulted in an immense payout, and all but one of your adversaries have folded as the situation has escalated. The only player still in contention is a wily old mercenary, the veteran of $his fair share of battles on the battlefield and at the poker table. $He's short on chips, however, and $he'll have to buy in with something else as collateral.
 						<br><br>
@@ -123,7 +115,6 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 										<<run repX(5000, "event")>>
 										<<run cashX(-5000, "event")>>
 									<<else>>
-
 										<<replace "#artFrame">>
 										/* 000-250-006 */
 										<<if $seeImages == 1>>
@@ -141,9 +132,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 									<</if>>
 								<</replace>>
 							<</link>>
-
 							<br>
-
 							<<link "Dock $his wages">>
 								<<replace "#aliveresult">>
 									<<if random(1,100) > 50>>
@@ -157,11 +146,9 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 									<</if>>
 								<</replace>>
 							<</link>>
-
 						</span>
 					<</replace>>
 				<</link>>
-
 			</span>
 		<</replace>>
 	<</link>> // It will cost <<print cashFormat(5000)>> to participate in the poker night.//
diff --git a/src/uncategorized/remMerger.tw b/src/uncategorized/remMerger.tw
index 1f6085283bd517e6898a7983a6d464452232ebca..f77a7e2b8e7cc90e1d7421afb4feeee4599bf4ba 100644
--- a/src/uncategorized/remMerger.tw
+++ b/src/uncategorized/remMerger.tw
@@ -44,7 +44,7 @@
 <<if _company1 == "slaves">>
 	a minor slaveholding company. A major deal with a troubled government just fell through, and they had depended on it going through to an unwise degree. They need to merge with a larger slaving concern immediately, but there's nothing at all wrong with their significant inventory of slaves.
 <<elseif _company1 == "entrapment">>
-	an old world telemarketing firm. In an attempt to survive in the changing economy, it turned its focus towards convincing desperate, ignorant or stupid people from the old world to accept voluntary enslavement, through a variety of entrapment procedures. It failed to make the transition successfully, but you could certainly continue its operations under your aegis.
+	an old world telemarketing firm. In an attempt to survive in the changing economy, it turned its focus towards convincing desperate, ignorant, or stupid people from the old world to accept voluntary enslavement, through a variety of entrapment procedures. It failed to make the transition successfully, but you could certainly continue its operations under your aegis.
 <<elseif _company1 == "training">>
 	a small slave training firm. Slave training is a notoriously difficult business, since the maturation times on the merchandise can be extremely long, and the improvement in price can be marginal if the training does not prove highly successful. There's nothing inherently wrong with the business, they've simply hit a cash flow bottleneck and need to merge with a cash-rich organization like yours.
 <<elseif _company1 == "break">>
diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index aea2b0d5ff6acdabbeb29f1078a2831c6e094ac9..fbf91f292393bd8bad060efcab7d15830b0bd4f4 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -610,7 +610,7 @@
 <<if $slaves[$i].need>>
 	<<if $slaves[$i].fetishKnown>>
 		<<switch $slaves[$i].fetish>>
-		<<case "submissive" "masochist">>
+		<<case "masochist" "submissive">>
 			<<if _analUse+_vaginalUse > 0>>
 				Being someone's submissive toy really satisfies $slaves[$i].slaveName.
 				<<set $slaves[$i].need = 0>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index d0bea50f717f07043e8258f5535ac7df91c25e62..9f1c00f9c17dacd359b5852a597c9e84bdea394f 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -5864,13 +5864,13 @@
 				<<if ["serve the public", "whore", "work in the brothel", "serve in the club"].includes($slaves[$i].assignment)>>
 					<<if ($slaves[$i].trust > 20) && ($slaves[$i].health > 40)>>
 						<<if $arcologies[0].FSPaternalist != "unset">>
-							Society @@.green;strongly approves@@ of how you've brought a shelter girl health and happiness.
+							Society @@.green;strongly approves@@ of how you've brought a shelter $girl health and happiness.
 							<<= FutureSocieties.ChangePorn("Paternalist", 2)>>
 							<<switch $slaves[$i].assignment>>
 							<<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep += 2*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel)>>
 							<</switch>>
 						<<elseif $arcologies[0].FSDegradationist == "unset">>
-							The public knows $he's a shelter girl you took in, and is @@.green;touched@@ that $he now seems happy and healthy.
+							The public knows $he's a shelter $girl you took in, and is @@.green;touched@@ that $he now seems happy and healthy.
 							<<run repX(10, "futureSocieties", $slaves[$i])>>
 							<<switch $slaves[$i].assignment>>
 							<<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep += 10>>
@@ -8151,9 +8151,9 @@
 <</if>>
 
 /* pregmod */
-<<if ($slaves[$i].scarheal == 5)>>
+<<if ($slaves[$i].scarheal == 5)>> /* scarheal is wrong */
 	$slaves[$i].slaveName's wound has @@.green;healed@@ leaving a big scar. It is still @@.red;quite ugly@@ but doesn't hurt anymore.
-	<<set $slaves[$i].scars -= 1>>
+	<<set $slaves[$i].scars -= 1>> /* -1 doesn't exist according to slave documentation */
 <</if>>
 
 /* LANGUAGE */
diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw
index 46c57507018a0ed83f8fd9946091102f7c477552..3776c2b9a131959a8357b998e339d9bd75aa60df 100644
--- a/src/uncategorized/saPleaseYou.tw
+++ b/src/uncategorized/saPleaseYou.tw
@@ -1115,7 +1115,7 @@ serves you this week.
 		<<set $slaves[$i].need = 0>>
 	<<elseif $slaves[$i].fetishKnown>>
 		<<switch $slaves[$i].fetish>>
-		<<case "submissive" "masochist">>
+		<<case "masochist" "submissive">>
 			<<if _analUse+_vaginalUse > 0>>
 				$He got tremendous sexual satisfaction from the <<print _analUse+_vaginalUse>> times you really fucked $him this week.
 				<<set $slaves[$i].need = 0>>
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index d21cdfbc8a5dfba3f2033ba426d6a27f0fe2cd24..a2eeb17fbc0566cff6d947d6af6edcb785f0d51e 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -1227,7 +1227,7 @@
 
 			<<if ($slaves[$i].devotion <= 20)>>
 				<<switch $clinicDecoration>>
-				<<case "Repopulation Focus" "Eugenics" "Gender Radicalist" "Gender Fundamentalist" "Paternalist" "Maturity Preferentialist" "Youth Preferentialist" "Slimness Enthusiast" "Hedonistic">>
+				<<case "Eugenics" "Gender Fundamentalist" "Gender Radicalist" "Hedonistic" "Maturity Preferentialist" "Paternalist" "Repopulation Focus" "Slimness Enthusiast" "Youth Preferentialist">>
 					The luxurious living conditions encourage $him to @@.mediumaquamarine;feel respectable.@@ $He can't help but @@.hotpink;feel you care@@ about $him as something more than just an object under such lovely treatment.
 					<<set $slaves[$i].trust += 3, $slaves[$i].devotion += 1>>
 				<<case "Roman Revivalist" "Aztec Revivalist" "Egyptian Revivalist" "Arabian Revivalist" "Chinese Revivalist" "Chattel Religionist">>
@@ -1253,7 +1253,7 @@
 				<</switch>>
 			<<else>>
 				<<switch $clinicDecoration>>
-				<<case "Repopulation Focus" "Eugenics" "Gender Radicalist" "Gender Fundamentalist" "Paternalist" "Maturity Preferentialist" "Youth Preferentialist" "Slimness Enthusiast" "Hedonistic">>
+				<<case "Eugenics" "Gender Fundamentalist" "Gender Radicalist" "Hedonistic" "Maturity Preferentialist" "Paternalist" "Repopulation Focus" "Slimness Enthusiast" "Youth Preferentialist">>
 					$He loves $his stay in $clinicName and almost wishes it didn't have to end.
 				<<case "Roman Revivalist" "Aztec Revivalist" "Egyptian Revivalist" "Arabian Revivalist" "Chinese Revivalist" "Chattel Religionist">>
 					The living conditions, despite their open nature, are @@.mediumaquamarine;quite relaxing.@@ $He savors $his stay at $clinicName.
@@ -3279,7 +3279,7 @@
 					<<if $spa != 0>>
 						usually spends in $spaName<<if $Attendant != 0>> enjoying $Attendant.slaveName's care<</if>>.
 					<<else>>
-						usually spends relaxing in $his room<<if $ServQiIDs.length > 1>> with enjoying some service from $his underlings<</if>>.
+						usually spends relaxing in $his room<<if $ServQiIDs.length > 1>> while enjoying some service from $his underlings<</if>>.
 					<</if>>
 					<<if $slaves[$i].relationship > 0>>
 						$He often asks to save these breaks so $he can spend them with $his <<if $slaves[$i].relationship == 1>>friend<<elseif $slaves[$i].relationship == 2>>best friend<<elseif $slaves[$i].relationship == 3>>friend with benefits<<elseif $slaves[$i].relationship == 4>>sweetheart<<else>>wife<</if>>.
diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw
index 85c08669e8b96e6ea5159945fd3def269811ee59..702b0f5c329bb435cbede750bf018e960b0b31e5 100644
--- a/src/uncategorized/saServeYourOtherSlaves.tw
+++ b/src/uncategorized/saServeYourOtherSlaves.tw
@@ -470,7 +470,7 @@ is serving ''$slaves[_dom].slaveName'' this week.
 
 <<if $slaves[$i].fetishKnown>>
 	<<switch $slaves[$i].fetish>>
-	<<case "submissive" "masochist">>
+	<<case "masochist" "submissive">>
 		<<if _analUse+_vaginalUse > 0>>
 			Being someone's submissive toy really satisfies $slaves[$i].slaveName.
 			<<set $slaves[$i].need = 0>>
diff --git a/src/uncategorized/slaveStats.tw b/src/uncategorized/slaveStats.tw
index 38b87be0742ce96977a9fd5cfbd687b918ff1a81..0612cff00566b1dc9ff589efa15c4695bfd35e21 100644
--- a/src/uncategorized/slaveStats.tw
+++ b/src/uncategorized/slaveStats.tw
@@ -189,7 +189,7 @@ slaveName: $activeSlave.slaveName	   /* TODO: figure out why this is being inden
 <br>broodmotherOnHold: $activeSlave.broodmotherOnHold
 <br>broodmotherCountDown: $activeSlave.broodmotherCountDown
 <br>labor: $activeSlave.labor
-<br>births: $activeSlave.counter.birth
+<br>births: $activeSlave.counter.births
 <br>laborCount: $activeSlave.counter.laborCount
 <br>cSec: $activeSlave.cSec
 <br>bellyAccessory: $activeSlave.bellyAccessory
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 42fdd21c5b577e2af670c8c65dbce3c0cb7a87a2..2595d5afdb9800dad8c9389aeedd0a554ad66a68 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -1850,7 +1850,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "amp1">>
 	<<set $nextLink = "Surgery Degradation", $surgeryType = "amp">>
-	Since you have already have a prosthetic interface prepared for this slave you can install it during the operation.<br>
+	Since you have already have a prosthetic interface prepared for this slave, you can install it during the operation.<br>
 	The procedure will put additional strain on $his health but less so than if you were to perform the procedures separately.
 	<<if $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == "interfaceP1"}) != -1>><br>
 		[[Install basic interface|Surgery Degradation][$activeSlave.PLimb = 1, $activeSlave.health -= 10, $surgeryType = "amp2", $nextLink = "Surgery Degradation"]]
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 44e67ce96d6181b72abf50bec04a27d07989dfd0..0cd210db7b83d836f36b3cadb2684e8f93bd44a8 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -74,7 +74,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His enormous belly bulges around them.
 		<<case "shibari ropes">>
 			$His enormous belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His enormous belly makes $him look like a giant balloon under the tight latex; $his popped navel breaks the smoothness.
 		<<case "a nice nurse outfit">>
 			$He's decided to become the maternity ward, judging by the enormous squirming pregnant belly $he sports.
@@ -138,7 +138,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His giant belly bulges around them.
 		<<case "shibari ropes">>
 			$His giant belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His giant belly makes $him look like a balloon under the tight latex; $his popped navel breaks the smoothness.
 		<<case "a nice nurse outfit">>
 			$His giant belly makes $him resemble a maternity ward patient rather than a nurse.
@@ -210,7 +210,7 @@
 			$His massive gut jiggles lewdly around $his tight straps.
 		<<case "shibari ropes">>
 			$His massive gut jiggles lewdly around $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His massive gut resembles a large beachball under $his tight latex.
 		<<case "a nice nurse outfit">>
 			$His scrub top jiggles along with $his massive gut as $he moves.
@@ -294,7 +294,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His huge belly bulges around them.
 		<<case "shibari ropes">>
 			$His huge belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His huge belly looks like a large beach ball under $his tight latex; $his popped navel breaks the smoothness.
 		<<case "a military uniform">>
 			$His huge belly threatens to pop the buttons off $his tunic.
@@ -400,7 +400,7 @@
 			$His giant gut jiggles lewdly around $his tight straps.
 		<<case "shibari ropes">>
 			$His giant gut jiggles lewdly around $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His giant gut resembles a beachball under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket threaten to pop off with every motion of $his giant jiggling gut.
@@ -512,7 +512,7 @@
 			$His big gut jiggles lewdly between $his tight straps.
 		<<case "shibari ropes">>
 			$His big gut jiggles lewdly between $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His big gut has no room to move under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket struggle to hold back $his big jiggling gut.
@@ -626,7 +626,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His big belly bulges around them.
 		<<case "shibari ropes">>
 			$His big belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His big belly looks like a beach ball under $his tight latex; $his popped navel breaks the smoothness.
 		<<case "a military uniform">>
 			$His big belly strains the buttons on $his jacket.
@@ -736,7 +736,7 @@
 			$His fat gut jiggles lewdly between $his tight straps.
 		<<case "shibari ropes">>
 			$His fat gut jiggles lewdly between the binding ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His fat gut barely has any room to move under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket can barely hold back $his fat, jiggling gut.
@@ -844,7 +844,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His growing belly bulges around them.
 		<<case "shibari ropes">>
 			$His growing belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His growing belly bulges beneath $his tight latex.
 		<<case "a military uniform">>
 			$His growing belly bulges $his uniform tunic.
@@ -1358,7 +1358,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His enormous belly bulges around them.
 		<<case "shibari ropes">>
 			$His enormous belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His enormous belly makes $him look like a giant balloon under the tight latex; $his popped navel breaks the smoothness.
 		<<case "a nice nurse outfit">>
 			$He's decided to become the maternity ward, judging by the enormous belly $he sports.
@@ -1434,7 +1434,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His giant belly bulges around them.
 		<<case "shibari ropes">>
 			$His giant belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His giant belly makes $him look like a balloon under the tight latex; $his popped navel breaks the smoothness.
 		<<case "a nice nurse outfit">>
 			$His giant belly makes $him resemble a maternity ward patient rather than a nurse.
@@ -1516,7 +1516,7 @@
 			$His massive gut jiggles lewdly around $his tight straps.
 		<<case "shibari ropes">>
 			$His massive gut jiggles lewdly around $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His massive gut resembles a large beachball under $his tight latex.
 		<<case "a nice nurse outfit">>
 			$His scrub top jiggles along with $his massive gut as $he moves.
@@ -1610,7 +1610,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His huge belly bulges around them.
 		<<case "shibari ropes">>
 			$His huge belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His huge belly looks like a large beach ball under $his tight latex; $his popped navel breaks the smoothness.
 		<<case "a military uniform">>
 			$His huge belly threatens to pop the buttons off $his tunic.
@@ -1740,7 +1740,7 @@
 			$His giant gut jiggles lewdly around $his tight straps.
 		<<case "shibari ropes">>
 			$His giant gut jiggles lewdly around $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His giant gut resembles a beachball under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket threaten to pop off with every motion of $his giant jiggling gut.
@@ -1846,7 +1846,7 @@
 			$His big gut jiggles lewdly between $his tight straps.
 		<<case "shibari ropes">>
 			$His big gut jiggles lewdly between $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His big gut has no room to move under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket struggle to hold back $his big jiggling gut.
@@ -1960,7 +1960,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His big belly bulges around them.
 		<<case "shibari ropes">>
 			$His big belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His big belly looks like a beach ball under $his tight latex; $his popped navel breaks the smoothness.
 		<<case "a military uniform">>
 			$His big belly strains the buttons on $his jacket.
@@ -2078,7 +2078,7 @@
 			$His fat gut jiggles lewdly between $his tight straps.
 		<<case "shibari ropes">>
 			$His fat gut jiggles lewdly between the binding ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His fat gut barely has any room to move under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket can barely hold back $his fat, jiggling gut.
@@ -2208,7 +2208,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His distended belly bulges around them.
 		<<case "shibari ropes">>
 			$His distended belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His distended belly bulges beneath $his tight latex.
 		<<case "a military uniform">>
 			$His distended belly bulges $his uniform tunic.
@@ -2321,7 +2321,7 @@
 			$His massive gut jiggles lewdly around $his tight straps.
 		<<case "shibari ropes">>
 			$His massive gut jiggles lewdly around $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His massive gut resembles a large beachball under $his tight latex.
 		<<case "a nice nurse outfit">>
 			$His scrub top jiggles along with $his massive gut as $he moves.
@@ -2417,7 +2417,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His taut, sloshing belly bulges around them.
 		<<case "shibari ropes">>
 			$His taut, sloshing belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His taut, sloshing belly looks like a large beach ball under $his tight latex; $his popped navel breaks the smoothness.
 		<<case "a military uniform">>
 			$His taut, sloshing belly threatens to pop the buttons off $his tunic. $His belly bulges out between them.
@@ -2535,7 +2535,7 @@
 			$His giant gut jiggles lewdly around $his tight straps.
 		<<case "shibari ropes">>
 			$His giant gut jiggles lewdly around $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His giant gut resembles a beachball under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket threaten to pop off with every motion of $his giant jiggling gut.
@@ -2653,7 +2653,7 @@
 			$His big gut jiggles lewdly between $his tight straps.
 		<<case "shibari ropes">>
 			$His big gut jiggles lewdly between $his tight cords.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His big gut has no room to move under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket struggle to hold back $his big jiggling gut.
@@ -2771,7 +2771,7 @@
 			$His loose dress is filled by $his rounded, sloshing belly.
 		<<case "shibari ropes">>
 			$His rounded, sloshing belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His rounded, sloshing belly looks like a beach ball under $his tight latex; $his popped navel breaks the smoothness.
 		<<case "a military uniform">>
 			$His rounded, sloshing belly strains the buttons on $his jacket. It bulges slightly between them.
@@ -2887,7 +2887,7 @@
 			$His fat gut jiggles lewdly between $his tight straps.
 		<<case "shibari ropes">>
 			$His fat gut jiggles lewdly between the binding ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His fat gut barely has any room to move under $his tight latex.
 		<<case "a military uniform">>
 			The buttons on $his staining jacket can barely hold back $his fat, jiggling gut.
@@ -3005,7 +3005,7 @@
 			A steel ring rests around $his navel, held in place by tight straps. $His distended belly bulges around them.
 		<<case "shibari ropes">>
 			$His distended belly bulges out from between $his ropes.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			$His distended belly bulges beneath $his tight latex.
 		<<case "a military uniform">>
 			$His distended belly bulges $his uniform tunic.
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index d23877e426fbdf417058e05fa80b3e94bd565af9..99132130c2ede032e5f2f76ffd70e18158003b5c 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -9060,7 +9060,7 @@ $He has
 			<<elseif $activeSlave.muscles > 30>>
 				$activeSlave.slaveName's binding ropes run between $his ripped abs.
 			<</if>>
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			<<if $activeSlave.belly >= 1000000>>
 				//WIP//
 			<<elseif $activeSlave.belly >= 750000>>
@@ -18279,7 +18279,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps barely press into $his titanic implant-filled belly. The straps connect to a steel ring encircling $his popped navel.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's titanic bulging implant-filled is tightly bound with rope; they can barely sink into the overfilled implant
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's titanic bulging implant-filled greatly distends $his latex suit. $He looks like an over inflated balloon ready to pop. Only $his popped navel sticking out the front of $his belly disrupts the smoothness.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -18499,7 +18499,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his gigantic implant-filled belly causing flesh to spill out the gaps. The straps connect to a steel ring encircling $his popped navel.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's gigantic implant-filled belly is tightly bound with rope, flesh angrily bulges from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's gigantic implant-filled belly greatly distends $his latex suit. $He looks like an over inflated balloon ready to pop. Only $his popped navel sticking out the front of $his belly disrupts the smoothness.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -18722,7 +18722,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his huge implant-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $his popped navel.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's huge implant-filled belly is tightly bound with ropes; flesh bulges angrily from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's huge implant-filled belly greatly distends $his latex suit. $He looks like an over inflated balloon ready to pop. Only $his popped navel sticking out the front of $his belly disrupts the smoothness.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -18942,7 +18942,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his implant-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $his popped navel.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's implant-filled belly is tightly bound with rope; flesh bulges angrily from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's implant-filled belly greatly distends $his latex suit. $He looks like an over inflated balloon. Only $his popped navel sticking out the front of $his belly disrupts the smoothness.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -19164,7 +19164,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straps sink deep into $his fat belly, several even disappearing beneath $his folds. The straps connect to a steel ring that parts the fold concealing $his navel, allowing it to be seen once again.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's binding ropes sink deep into $his fat belly, several even disappearing beneath $his folds.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's fat belly is compressed by $his latex suit, leaving it looking round and smooth.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -19384,7 +19384,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his implant-rounded belly.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's implant-rounded belly is tightly bound with rope, flesh bulges from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's implant-rounded belly greatly bulges under $his latex suit.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -19862,7 +19862,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his hugely swollen belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $his popped navel.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's hugely swollen belly is tightly bound with ropes; flesh bulges angrily from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's hugely swollen belly greatly distends $his latex suit. $He looks like an over inflated balloon ready to pop. Only $his popped navel sticking out the front of $his belly disrupts the smoothness.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -20077,7 +20077,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his jiggling <<print $activeSlave.inflationType>>-filled belly, causing flesh to spill out of the gaps. The straps connect to a steel ring encircling $his popped navel.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly is tightly bound with rope; flesh bulges angrily from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's jiggling <<print $activeSlave.inflationType>>-filled belly greatly distends $his latex suit. $He looks like an over inflated balloon. Only $his popped navel sticking out the front of $his belly disrupts the smoothness.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -20306,7 +20306,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straps sink deep into $his fat belly, several even disappearing beneath $his folds. The straps connect to a steel ring that parts the fold concealing $his navel, allowing it to be seen once again.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's binding ropes sink deep into $his fat belly, several even disappearing beneath $his folds.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's fat belly is compressed by $his latex suit, leaving it looking round and smooth.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
@@ -20512,7 +20512,7 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
 				$activeSlave.slaveName's slave outfit's straining straps press into $his <<print $activeSlave.inflationType>>-swollen belly.
 			<<case "shibari ropes">>
 				$activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly is tightly bound with rope, flesh bulges from between them.
-			<<case "restrictive latex" "a latex catsuit">>
+			<<case "a latex catsuit" "restrictive latex">>
 				$activeSlave.slaveName's <<print $activeSlave.inflationType>>-swollen belly greatly bulges under $his latex suit.
 			<<case "a military uniform">>
 				<<if ($activeSlave.boobs > 6000)>>
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index ad58c922d7ebc7d379551e4ce5973009f6b28858..1579e75087a4b391f976488e106532fc9afd1478 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -1198,7 +1198,7 @@ $His
 			is brushed back and ornamented with a little jade talisman.
 		<<case "a huipil">>
 			is short and neat, giving $him an innocent look.
-		<<case "restrictive latex" "a latex catsuit">>
+		<<case "a latex catsuit" "restrictive latex">>
 			is crammed under $his latex hood.
 		<<case "harem gauze">>
 			is covered by a flimsy hairnet.
@@ -5749,13 +5749,20 @@ $His
 		<<else>>
 			$his anus.
 		<</if>>
-	<<case "a klan robe" "a slutty klan robe">>
+	<<case "a klan robe">>
 		The robe fully covers $his body, but it's also loose and easy to lift, allowing access to
 		<<if ($activeSlave.chastityAnus)>>
 			$his anal chastity accessory.
 		<<else>>
 			$his anus.
 		<</if>>
+	<<case "a slutty klan robe">>
+		The skimpy robe fails to cover most of $his body, allowing easy access to
+		<<if ($activeSlave.chastityAnus)>>
+			$his anal chastity accessory.
+		<<else>>
+			$his anus.
+		<</if>>
 	<<case "a burqa">>
 		The burqa's heavy fabric makes it somewhat difficult to lift, which helps to conceal $his
 		<<if ($activeSlave.chastityAnus)>>
@@ -5795,7 +5802,14 @@ $His
 		<<else>>
 			allows easy access to $his anus.
 		<</if>>
-	<<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "a long qipao" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a tube top and thong" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">>
+	<<case "a long qipao">>
+		The qipao may be modest, but it's also loose and easy to lift, allowing access to
+		<<if ($activeSlave.chastityAnus)>>
+			$his anal chastity accessory.
+		<<else>>
+			$his anus.
+		<</if>>
+	<<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a tube top and thong" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">>
 		/* We could use chastity belt descriptions! */
 	<<default>>
 		<<if ($activeSlave.anus > 2)>>