diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js
index 98752fcf4215a6bd3a35e82feb4a01dac5059a8e..ebc75b4c97a723100e341c2b66c5d865c0a1c7c4 100644
--- a/src/endWeek/saWhore.js
+++ b/src/endWeek/saWhore.js
@@ -486,7 +486,7 @@ window.saWhore = (function saWhore() {
 					slave.health -= 10 - 7*canA*canV;		//Any limitations means an injury inflicts the harsher 10 instead of 3
 					injury = 1;
 				}
-				
+
 				if (slave.vagina < 0) {
 					if (!injury) {
 						r += ` ${He}'s such an expert whore that ${he} copes with the stress of being a ${SlaveTitle(slave)} slut.`;
diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw
index 52fb7d0019be3bf1d32b009c9f2f815e84e004f0..504812100fe762fff2a43911cb9e7f0673be78ff 100644
--- a/src/facilities/nursery/longChildDescription.tw
+++ b/src/facilities/nursery/longChildDescription.tw
@@ -186,85 +186,87 @@ is
 		<<set _sortedCounts = []>>
 		<<set _sortedCounts.push({type: "anal", value: $activeChild.counter.anal}), _sortedCounts.push({type: "vaginal", value: $activeChild.counter.vaginal}), _sortedCounts.push({type: "oral", value: $activeChild.counter.oral/2}), _sortedCounts.push({type: "mammary", value: $activeChild.counter.mammary}), _sortedCounts.push({type: "penetrative", value: $activeChild.counter.penetrative})>>
 		<<set _sortedCounts = _sortedCounts.sort(function(a, b){return b.value-a.value})>>
-		<<if _sortedCounts[0].type == "anal">>
-			<<if (_weeksOwned*112)/$activeChild.counter.anal < 4>>
-				Remarkably, this means that $he's been buttfucked
-				<<if (_weeksOwned*112)/$activeChild.counter.anal < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.anal < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.anal < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeChild.counter.anal < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+		<<if _weeksOwned > 0>>
+			<<if _sortedCounts[0].type == "anal">>
+				<<if (_weeksOwned*112)/$activeChild.counter.anal < 4>>
+					Remarkably, this means that $he's been buttfucked
+					<<if (_weeksOwned*112)/$activeChild.counter.anal < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.anal < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.anal < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeChild.counter.anal < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "vaginal">>
-			<<if (_weeksOwned*112)/$activeChild.counter.vaginal < 4>>
-				Remarkably, this means that $his pussy has been fucked
-				<<if (_weeksOwned*112)/$activeChild.counter.vaginal < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.vaginal < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.vaginal < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeChild.counter.vaginal < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "vaginal">>
+				<<if (_weeksOwned*112)/$activeChild.counter.vaginal < 4>>
+					Remarkably, this means that $his pussy has been fucked
+					<<if (_weeksOwned*112)/$activeChild.counter.vaginal < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.vaginal < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.vaginal < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeChild.counter.vaginal < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "oral">>
-			<<if (_weeksOwned*112)/$activeChild.counter.oral < 4>>
-				Remarkably, this means that $he's sucked something off
-				<<if (_weeksOwned*112)/$activeChild.counter.oral < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.oral < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.oral < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeChild.counter.oral < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "oral">>
+				<<if (_weeksOwned*112)/$activeChild.counter.oral < 4>>
+					Remarkably, this means that $he's sucked something off
+					<<if (_weeksOwned*112)/$activeChild.counter.oral < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.oral < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.oral < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeChild.counter.oral < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "mammary">>
-			<<if (_weeksOwned*112)/$activeChild.counter.mammary < 4>>
-				Remarkably, this means that $he's put $his tits to work
-				<<if (_weeksOwned*112)/$activeChild.counter.mammary < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.mammary < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.mammary < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeChild.counter.mammary < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "mammary">>
+				<<if (_weeksOwned*112)/$activeChild.counter.mammary < 4>>
+					Remarkably, this means that $he's put $his tits to work
+					<<if (_weeksOwned*112)/$activeChild.counter.mammary < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.mammary < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.mammary < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeChild.counter.mammary < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "penetrative">>
-			<<if (_weeksOwned*112)/$activeChild.counter.penetrative < 4>>
-				Remarkably, this means that $he's pounded a hole
-				<<if (_weeksOwned*112)/$activeChild.counter.penetrative < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.penetrative < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeChild.counter.penetrative < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeChild.counter.penetrative < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "penetrative">>
+				<<if (_weeksOwned*112)/$activeChild.counter.penetrative < 4>>
+					Remarkably, this means that $he's pounded a hole
+					<<if (_weeksOwned*112)/$activeChild.counter.penetrative < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.penetrative < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeChild.counter.penetrative < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeChild.counter.penetrative < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
 			<</if>>
 		<</if>>
 	<</if>>
diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index 1389cdef5c65527fc42de38cf180316159e47b5b..5a95d5dd3551654761893e3f887fa6546897269e 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -553,7 +553,7 @@ App.Desc.ageAndHealth = function(slave) {
 		} else if (slave.health <= 20) {
 			r += `<span class="yellow">healthy</span>`;
 		} else if (slave.health <= 50) {
-			r += `<span class="green">very health</span>`;
+			r += `<span class="green">very healthy</span>`;
 		} else {
 			r += `<span class="green">extremely healthy</span>`;
 		}
diff --git a/src/js/economyJS.js b/src/js/economyJS.js
index 324ea171d5a648111d829478f708072db8fb8d28..da6d8c8b4507b4df4d0a9867807b6cadc87ca411 100644
--- a/src/js/economyJS.js
+++ b/src/js/economyJS.js
@@ -1155,7 +1155,7 @@ window.slaveJobValues = function() {
 					let skilltarget = (100 + ((s.skill.anal - 100)*canA*(1.5 - .5*canV) + (s.skill.vaginal - 100)*canV*(1.5 - .5*canA) + (s.skill.oral - 100)*(3 - 1.5*canA - 1.5*canV + canA*canV))*3/10);
 					//Complicated, I know - but it should automatically account for what acts are possible to scale the injury risk smoothly between 90% when totally unskilled
 					//and 0% when perfectly skilled in the relevant method or methods.
-					
+
 					if (jsRandom(1,100) > skilltarget) {
 						s.health -= 10 - 7*canA*canV;		//Any limitations means an injury inflicts the harsher 10 instead of 3
 						s.minorInjury = 1;
diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js
index 516bf72f95eaaaa63eeede5f086e169f164d4ea6..f872ce1b403f07abc1f7eae493990f79a24a2927 100644
--- a/src/js/generateGenetics.js
+++ b/src/js/generateGenetics.js
@@ -10,7 +10,7 @@ window.generateGenetics = (function() {
 	let V;
 
 	// intelligence and face parameters are the same so we can use the same distribution for both values
-	// clamping makes edge values (-100, 100) more likely; this is expected behaviour
+	// clamping makes edge values (-100, 100) more likely; this is expected behavior
 	// please see https://gitgud.io/pregmodfan/fc-pregmod/issues/852
 	const fuzzy = (a, b) => Math.clamp(normalRandInt((a+b)/2, 20), -100, 100);
 
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index b46061f8b7fe4a194c3670d16922e3e9b2fce3eb..0856691790f190358a6870e695497ee4dea57b21 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -2166,17 +2166,16 @@ window.SlaveSummaryUncached = (function() {
 		} else {
 			r.textContent += `Underage.`;
 		}
-		r.textContent += " ";
 		/*
-		 ** No NCS, then do the standard, However because of the wrinkes of Incubators, as long as visual age is greater
+		 ** No NCS, then do the standard, However because of the wrinkles of Incubators, as long as visual age is greater
 		 ** than or equal to physical age, we do the old physical body/Looks for fresh out of the can NCS slaves.
 		 */
 		if (((slave.geneMods.NCS === 0) || (slave.visualAge >= slave.physicalAge))) {
 			if (slave.actualAge !== slave.physicalAge) {
-				r.textContent += `${slave.physicalAge}` + ` year old body. `;
+				r.textContent += ` ${slave.physicalAge}` + ` year old body.`;
 			}
 			if (slave.visualAge !== slave.physicalAge) {
-				r.textContent += `Looks ` + `${slave.visualAge}` + `. `;
+				r.textContent += ` Looks ` + `${slave.visualAge}` + `.`;
 			}
 		} else {
 			/*
@@ -2188,7 +2187,7 @@ window.SlaveSummaryUncached = (function() {
 			 ** say: 'Age 1. 11 year old body.' -- this conflicts with the way NCS works though, because she hasn't
 			 ** visually aged, so our change here makes it say 'Age 1. Appears to have a 10 year old body.'
 			 */
-			r.textContent += `Appears to have a ` + `${slave.visualAge}` + ` year old body. `;
+			r.textContent += ` Appears to have a ` + `${slave.visualAge}` + ` year old body.`;
 		}
 		if (slave.geneMods.NCS === 1) {
 			makeSpan(r, "NCS", "orange");
diff --git a/src/pregmod/FSuckle.tw b/src/pregmod/FSuckle.tw
index f241eaffef5a3df86727244c85859186fbbd727f..2bbbf1a6030630681d506c9f5bf0d021632c3440 100644
--- a/src/pregmod/FSuckle.tw
+++ b/src/pregmod/FSuckle.tw
@@ -376,7 +376,7 @@ $his other breast<<if $PC.dick == 1>><<if $PC.balls > 1>> and backflowing hard f
 	Your <<if $PC.dick == 1>>dick slips out<<else>>pussy separates<</if>> from $his other breast with a delicate pop, followed by lewd dripping noises and the sight of <<if $PC.dick == 1>>semen<<else>>girlcum<</if>> and milk oozing from $his <<if $PC.dick == 1>>newly expanded hole<<else>>nippleslit<</if>>.
 <</if>>
 <<if _mood == 2>>
-	For a moment, $he though you were finished, but with your hormone fueled libido, $he'll be feeling a lot more than sore nipples but the time you tire of $his touch.
+	For a moment, $he thought you were finished, but with your hormone fueled libido, $he'll be feeling a lot more than sore nipples but the time you tire of $his touch.
 <<elseif _mood == 1>>
 	You cuddle up against $him, holding close to $him as you snooze off your milky meal.
 	<<if $activeSlave.fetish == "mindbroken">>
diff --git a/src/pregmod/geneLab.tw b/src/pregmod/geneLab.tw
index 5084f806e5eae18f022336e36e858b7ab55e9ebd..6c37d50260aae30b6e1ec476520eaa8329959b68 100644
--- a/src/pregmod/geneLab.tw
+++ b/src/pregmod/geneLab.tw
@@ -6,8 +6,6 @@
 The Gene Lab
 <hr>
 
-
-
 <<if $geneticMappingUpgrade == 1>>
 	//The gene lab is fully operational. It is capable of mapping a slave's genes, identifying genetic traits and abnormalities. It can be used to modify a slave's genome should you obtain the data necessary to adjust it.//
 	<br>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 88e9ab7e0e3401b5ff4eb5743f8140d52850a3c6..1592619e73dce6f70e0d3cbffb8d54f9bd8d2fca 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -14708,7 +14708,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 		<<else>>
 			cross-legged
 		<</if>>
-		next to you. $He <<if canHear($activeSlave)>>listens raptly<<elseif canSee($activeSlave)>>reads along<<else>>focuses intently<</if>>, parroting obediently and clearly doing $his best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. $He's obviously having trouble believing that $his owner would trouble _himselfP with $his vocabulary lessons. You work with $his several times a day, and $he's so diligent that by the end of the week $he's @@.green;beginning to make $himself understood,@@ though $his accent is still pretty atrocious.
+		next to you. $He <<if canHear($activeSlave)>>listens raptly<<elseif canSee($activeSlave)>>reads along<<else>>focuses intently<</if>>, parroting obediently and clearly doing $his best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. $He's obviously having trouble believing that $his owner would trouble _himselfP with $his vocabulary lessons. You work with $him several times a day, and $he's so diligent that by the end of the week $he's @@.green;beginning to make $himself understood,@@ though $his accent is still pretty atrocious.
 		<<set $activeSlave.accent-->>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 9ca4d6b520a06c3f9ddf131743bc4367709dbe98..5b57ad27de9b88ed5442903fd12db0ae1f683644 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -428,85 +428,87 @@ is
 		<<set _sortedCounts = []>>
 		<<set _sortedCounts.push({type: "anal", value: $activeSlave.counter.anal}), _sortedCounts.push({type: "vaginal", value: $activeSlave.counter.vaginal}), _sortedCounts.push({type: "oral", value: $activeSlave.counter.oral/2}), _sortedCounts.push({type: "mammary", value: $activeSlave.counter.mammary}), _sortedCounts.push({type: "penetrative", value: $activeSlave.counter.penetrative})>>
 		<<set _sortedCounts = _sortedCounts.sort(function(a, b){return b.value-a.value})>>
-		<<if _sortedCounts[0].type == "anal">>
-			<<if (_weeksOwned*112)/$activeSlave.counter.anal < 4>>
-				Remarkably, this means that $he's been buttfucked
-				<<if (_weeksOwned*112)/$activeSlave.counter.anal < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.anal < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.anal < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.anal < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+		<<if _weeksOwned > 0>>
+			<<if _sortedCounts[0].type == "anal">>
+				<<if (_weeksOwned*112)/$activeSlave.counter.anal < 4>>
+					Remarkably, this means that $he's been buttfucked
+					<<if (_weeksOwned*112)/$activeSlave.counter.anal < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.anal < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.anal < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.anal < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "vaginal">>
-			<<if (_weeksOwned*112)/$activeSlave.counter.vaginal < 4>>
-				Remarkably, this means that $his pussy has been fucked
-				<<if (_weeksOwned*112)/$activeSlave.counter.vaginal < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.vaginal < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.vaginal < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.vaginal < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "vaginal">>
+				<<if (_weeksOwned*112)/$activeSlave.counter.vaginal < 4>>
+					Remarkably, this means that $his pussy has been fucked
+					<<if (_weeksOwned*112)/$activeSlave.counter.vaginal < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.vaginal < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.vaginal < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.vaginal < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "oral">>
-			<<if (_weeksOwned*112)/$activeSlave.counter.oral < 4>>
-				Remarkably, this means that $he's sucked something off
-				<<if (_weeksOwned*112)/$activeSlave.counter.oral < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.oral < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.oral < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.oral < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "oral">>
+				<<if (_weeksOwned*112)/$activeSlave.counter.oral < 4>>
+					Remarkably, this means that $he's sucked something off
+					<<if (_weeksOwned*112)/$activeSlave.counter.oral < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.oral < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.oral < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.oral < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "mammary">>
-			<<if (_weeksOwned*112)/$activeSlave.counter.mammary < 4>>
-				Remarkably, this means that $he's put $his tits to work
-				<<if (_weeksOwned*112)/$activeSlave.counter.mammary < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.mammary < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.mammary < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.mammary < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "mammary">>
+				<<if (_weeksOwned*112)/$activeSlave.counter.mammary < 4>>
+					Remarkably, this means that $he's put $his tits to work
+					<<if (_weeksOwned*112)/$activeSlave.counter.mammary < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.mammary < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.mammary < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.mammary < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
-			<</if>>
-		<<elseif _sortedCounts[0].type == "penetrative">>
-			<<if (_weeksOwned*112)/$activeSlave.counter.penetrative < 4>>
-				Remarkably, this means that $he's pounded a hole
-				<<if (_weeksOwned*112)/$activeSlave.counter.penetrative < 1>>
-					more than once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.penetrative < 1.5>>
-					about once every hour
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.penetrative < 2.5>>
-					about once every two hours
-				<<elseif (_weeksOwned*112)/$activeSlave.counter.penetrative < 3.5>>
-					about once every three hours
-				<<else>>
-					about once every four hours
+			<<elseif _sortedCounts[0].type == "penetrative">>
+				<<if (_weeksOwned*112)/$activeSlave.counter.penetrative < 4>>
+					Remarkably, this means that $he's pounded a hole
+					<<if (_weeksOwned*112)/$activeSlave.counter.penetrative < 1>>
+						more than once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.penetrative < 1.5>>
+						about once every hour
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.penetrative < 2.5>>
+						about once every two hours
+					<<elseif (_weeksOwned*112)/$activeSlave.counter.penetrative < 3.5>>
+						about once every three hours
+					<<else>>
+						about once every four hours
+					<</if>>
+					$he's spent awake.
 				<</if>>
-				$he's spent awake.
 			<</if>>
 		<</if>>
 
diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index e8203908a4eddc17be20f67761cc6dde0b795f86..f12008d487a1203a8f597aef6bf207680540941d 100644
--- a/src/uncategorized/managePenthouse.tw
+++ b/src/uncategorized/managePenthouse.tw
@@ -3,9 +3,9 @@
 <<set $nextButton = "Back", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "What the Upgrades Do">>
 
 <<if $cheatMode == 1>>
-<center>
-//[[Cheat Edit Arcology|MOD_Edit Arcology Cheat][$cheater = 1]]//
-</center>
+	<center>
+	//[[Cheat Edit Arcology|MOD_Edit Arcology Cheat][$cheater = 1]]//
+	</center>
 <</if>>
 
 <<include "Office Description">>
@@ -156,7 +156,7 @@ __Penthouse Upgrades__
 		//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 	<</if>>
 <<else>>
-	The entire penthouse has been remodeled to make life with enormous breasts easier. The doorways have been widened, and tables, sinks and other items now have two levels: one at shoulder height for slaves to use, and another at waist height for them to rest their tits on while they do.
+	The entire penthouse has been remodeled to make life with enormous breasts easier. The doorways have been widened, and tables, sinks, and other items now have two levels: one at shoulder height for slaves to use, and another at waist height for them to rest their tits on while they do.
 <</if>>
 
 <<if $seeHyperPreg == 1>>
@@ -170,7 +170,7 @@ __Penthouse Upgrades__
 			//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 		<</if>>
 	<<else>>
-		The entire penthouse has been remodeled to make life with enormous pregnancies easier. The doorways have been widened, and tables, sinks and other items are now designed to work around a massively distended belly.
+		The entire penthouse has been remodeled to make life with enormous pregnancies easier. The doorways have been widened, and tables, sinks, and other items are now designed to work around a massively distended belly.
 	<</if>>
 <</if>>
 
@@ -194,7 +194,7 @@ __Penthouse Upgrades__
 			//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 		<</if>>
 	<<else>>
-		The entire penthouse has been remodeled to make life with enormous testicles easier. The doorways have been widened, tables, sinks and other items are now designed to fit over giant balls, drains have been widened to allow excessive cum to flow easier, and seats have been specially altered to allow plenty of ball room for seated slaves.
+		The entire penthouse has been remodeled to make life with enormous testicles easier. The doorways have been widened, tables, sinks, and other items are now designed to fit over giant balls, drains have been widened to allow excessive cum to flow easier, and seats have been specially altered to allow plenty of ball room for seated slaves.
 	<</if>>
 
 	<br>
@@ -209,13 +209,12 @@ __Penthouse Upgrades__
 	<<else>>
 		The entire penthouse has been remodeled to make life with enormous rears easier. The doorways have been widened, and anything that can be sat on is now extra, extra wide and reinforced to allow even the heaviest, biggest asses to comfortably rest upon it.
 	<</if>>
+<</if>>
 
-	<<if $boobAccessibility > 0 || $pregAccessibility > 0 || $dickAccessibility > 0 || $ballsAccessibility > 0 || $buttAccessibility > 0>>
-		<<set _removeCost = Math.trunc(((5000*($boobAccessibility+$pregAccessibility+$dickAccessibility+$ballsAccessibility+$buttAccessibility)))*$upgradeMultiplierArcology)>>
-		<br>
-		//[[Remove the accessibility renovations|Manage Penthouse][cashX(forceNeg(_removeCost), "capEx"), $boobAccessibility = 0, $pregAccessibility = 0, $dickAccessibility = 0, $ballsAccessibility = 0, $buttAccessibility = 0]] Will cost <<print cashFormat(_removeCost)>>//
-	<</if>>
-
+<<if $boobAccessibility > 0 || $pregAccessibility > 0 || $dickAccessibility > 0 || $ballsAccessibility > 0 || $buttAccessibility > 0>>
+	<<set _removeCost = Math.trunc(((5000*($boobAccessibility+$pregAccessibility+$dickAccessibility+$ballsAccessibility+$buttAccessibility)))*$upgradeMultiplierArcology)>>
+	<br>
+	//[[Remove the accessibility renovations|Manage Penthouse][cashX(forceNeg(_removeCost), "capEx"), $boobAccessibility = 0, $pregAccessibility = 0, $dickAccessibility = 0, $ballsAccessibility = 0, $buttAccessibility = 0]] Will cost <<print cashFormat(_removeCost)>>//
 <</if>>
 
 <br>
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 67f4dbed1c645ba8a237ce518fb4a08f3903ac9f..3723f53ae8fd2fc4fb669258e1b645f667f0e2f2 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -1003,7 +1003,7 @@
 	<<set $nickname = either("'Aegis'", "'Amazon'", "'Athena'", "'Battle'", "'Bloody'", "'Body Armor'", "'Bodyguard'", "'Diana'", "'Guard'", "'Gunsmoke'", "'Hired Gun'", "'Mercenary'", "'Officer'", "'Paladin'", "'Protection'", "'Secret Service'", "'Security'", "'Soldier'", "'Terminatrix'", "'Threat Neutralizer'", "'Warrior'", "'Widow'")>>
 	<<set $situationDesc = "divides your other slaves. $He is a physically intimidating sight, wearing normal slave attire and obviously sexually available, but also carrying a sword across $his back and an automatic weapon at $his hip. Some revere $his unique position of responsibility, while others mock how far $he steps outside the bounds of sexual slavery.">>
 	<<set $applyDesc = "knew a while ago that $he was likely to spend some time shadowing your every move. But now, $he understands that not only is your life in $his hands, it is going to remain so. $He is almost awed by the responsibility.">>
-	<<set $notApplyDesc = "realizes to $his apprehension that $he may someday be a simple sex slave again, respected for $his holes rather than $his swords<<= $woman>>ship.">>
+	<<set $notApplyDesc = "realizes to $his apprehension that $he may someday be a simple sex slave again, respected for $his holes rather than for $his swords<<= $woman>>ship.">>
 
 <<case "server">>
 	<<set $nickname = either("'Bedwarmer'", "'Bottom Rung'", "'Bottom'", "'Doormat'", "'Girltoy'", "'Group Whore'", "'House Slave'", "'Kick Me'", "'Lovergirl'", "'Please No'", "'Rapebait'", "'Servant'", "'Server'", "'Servile'", "'Slave Slut'", "'Sub'", "'Submissive'")>>
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index ca227f574143df263d52e82d72beace4098729ad..190f08f1e5137cd5d2a2356b68aa6e243ab279b3 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1650,7 +1650,7 @@ This call is coming from a public kiosk, which is usually an indication that the
 	<<run newSlave($activeSlave)>>
 	<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
 	<<replace "#result">>
-		The poor sissy isn't happy to become a slave, but $he's clearly relieved to be away from $his sister. The bitch isn't likely to have an easy time; the sale didn't clear _him2 from debt. $activeSlave.slaveName describes $his basic sexual experience, which includes a lot of sucking and anal whoring. Without further ado $he moves from practical sexual slavery at the hands of $his sister to actual sexual slavery.
+		The poor sissy isn't happy to become a slave, but $he's clearly relieved to be away from $his _sister2. The bitch isn't likely to have an easy time; the sale didn't clear _him2 from debt. $activeSlave.slaveName describes $his basic sexual experience, which includes a lot of sucking and anal whoring. Without further ado $he moves from practical sexual slavery at the hands of $his _sister2 to actual sexual slavery.
 	<</replace>>
 <</link>>
 
@@ -1699,7 +1699,7 @@ This call is coming from a public kiosk, which is usually an indication that the
 
 <<case "addict mother daughter" "posh mother daughter">>
 
-<<link "Manipulate $him to enslave both mother and daughter">>
+<<link "Manipulate $him to enslave both mother and _daughter2">>
 	<<replace "#result">>
 	<<switch $RecETSevent>>
 	<<case "addict mother daughter">>
diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw
index 7f5c9dfbb8c6419bd21314658b4bed2594b6150a..04c1edc13df07a73c0d3bb984224ef21d746dd22 100644
--- a/src/uncategorized/summaryOptions.tw
+++ b/src/uncategorized/summaryOptions.tw
@@ -18,18 +18,18 @@
 
 <br>
 <<options $sortSlavesMain>>
-	Sortting main menu options are
+	Sorting main menu options are
 	<<option 1 "Shown">>
 	<<option 0 "Hidden">>
 <</options>>
 
-<<if $sortSlavesMain > 0>> 
+<<if $sortSlavesMain > 0>>
 	<<options $sortSlavesOrder>>
 			, sorted by
 			<<option "ascending" "Ascending">>
 			<<option "descending" "Descending">>
 		<</options>>
-		
+
 	<br>
 	<<options $sortSlavesBy>>
 		and
@@ -146,7 +146,7 @@
 <</options>>
 
 <<options $rulesAssistantMain>>
-	Rules Assistant visability:
+	Rules Assistant visibility:
 	<<option 1 "Shown">>
 	<<option 0 "Hidden">>
 <</options>>