diff --git a/src/cheats/mod_EditArcologyCheat.tw b/src/cheats/mod_EditArcologyCheat.tw
index b1eec155dd20cc655db78d447918412781498bec..2e87694c9437134646852fb3c13d22264b8becdb 100644
--- a/src/cheats/mod_EditArcologyCheat.tw
+++ b/src/cheats/mod_EditArcologyCheat.tw
@@ -202,7 +202,7 @@ Custom: <<textbox "$language" $language "MOD_Edit Arcology Cheat">>
 	<br>TSS Failed: ''$TSS.schoolAnnexed'' |
 	<<radiobutton "$TSS.schoolAnnexed" 0>> 0
 	| <<radiobutton "$TSS.schoolAnnexed" 1>> 1 (Failed)
-	
+
 	<br>TUO Upgrades: ''$TUO.schoolUpgrade'' |
 	<<radiobutton "$TUO.schoolUpgrade" 0>> 0
 	| <<radiobutton "$TUO.schoolUpgrade" 1>> 1
diff --git a/src/data/newGamePlus.js b/src/data/newGamePlus.js
index bc771401033f017391fc9c69d2c3dc11f1b9476f..8d65a18363af980ff37cd8f50a9a66ec0021a613 100644
--- a/src/data/newGamePlus.js
+++ b/src/data/newGamePlus.js
@@ -95,7 +95,7 @@ App.Data.NewGamePlus = (function() {
 					s.mother -= NGPOffset;
 					if (!(s.mother in newTable) && needed.indexOf(s.mother + NGPOffset) === -1)
 						needed.push(s.mother + NGPOffset);
-				} 
+				}
 				if (s.father in missingTable) {
 					s.father -= NGPOffset;
 					if (!(s.father in newTable) && needed.indexOf(s.father + NGPOffset) === -1)
diff --git a/src/gui/storyCaptionWidgets.tw b/src/gui/storyCaptionWidgets.tw
index 3242e2b91f508d773fa094bc13b6f1a8f560b3f0..ce839f41640d134d11dbf77287039fbf8f4a8cc3 100644
--- a/src/gui/storyCaptionWidgets.tw
+++ b/src/gui/storyCaptionWidgets.tw
@@ -7,7 +7,7 @@
 	<<if _Pass != "End Week">>
 		<<if _Pass == "Main">>
 			<strong>
-				<div id="endWeekButton">	
+				<div id="endWeekButton">
 					<<link "END WEEK">>
 						<<run endWeek()>>
 					<</link>>
@@ -24,7 +24,7 @@
 			<<if $nextButton != " ">>
 				<<link "$nextButton">>
 					<<goto $nextLink>>
-				<</link>> 
+				<</link>>
 				<span class="hotkey">
 					<<print App.UI.Hotkeys.hotkeys("nextLink")>>
 				</span>
diff --git a/src/npc/descriptions/descriptionWidgets.js b/src/npc/descriptions/descriptionWidgets.js
index 291c36663b334ffc807481027440efa09d948fdf..36983303e74a8a710270a694744f508e84d26110 100644
--- a/src/npc/descriptions/descriptionWidgets.js
+++ b/src/npc/descriptions/descriptionWidgets.js
@@ -576,7 +576,7 @@ App.Desc.ageAndHealth = function(slave) {
 				}
 			}
 		}
-		
+
 		if (slave.actualAge !== slave.physicalAge) {
 			r += ` However, ${he} has the body of a ${num(slave.physicalAge)}-year-old; `;
 			if (slave.physicalAge < 18 && slave.actualAge >= 18) {
diff --git a/src/npc/interaction/passage/fSlaveImpreg.tw b/src/npc/interaction/passage/fSlaveImpreg.tw
index e81aeecbf96434e8e1bc6c62cf0954fde2b27012..526587a0cf12e34b0acec5e7735d9610de185025 100644
--- a/src/npc/interaction/passage/fSlaveImpreg.tw
+++ b/src/npc/interaction/passage/fSlaveImpreg.tw
@@ -27,15 +27,15 @@
 	<<if $inbreeding && _kinship[_eligibles[_i].ID] > 0>>
 		<<set _thisKinship = _kinship[_eligibles[_i].ID]>>
 		<<if _thisKinship >= 0.5>>
-			(Extreme 
+			(Extreme
 		<<elseif _thisKinship >= 0.25>>
-			(Major 
+			(Major
 		<<elseif _thisKinship >= 0.125>>
-			(Some 
+			(Some
 		<<elseif _thisKinship >= 0.0625>>
-			(Minor 
+			(Minor
 		<<else>>
-			(Slight 
+			(Slight
 		<</if>>
 		inbreeding, CoI of <<print _thisKinship>>)
 	<</if>>
diff --git a/src/pregmod/analyzePregnancy.tw b/src/pregmod/analyzePregnancy.tw
index 4a64fa0b204d7bd692498668bd32186fe943dc0b..45c768136ca3594573150c83ae295661c9f8d45a 100644
--- a/src/pregmod/analyzePregnancy.tw
+++ b/src/pregmod/analyzePregnancy.tw
@@ -377,11 +377,11 @@
 <<elseif getSlave($activeSlave.ID).pregWeek < 0>> /*special states*/
 	Subject is in the postpartem period.
 <<elseif getSlave($activeSlave.ID).ovaryAge >= 47 >>
-	$His infertility is due to menopausal ovaries.		
+	$His infertility is due to menopausal ovaries.
 <<elseif getSlave($activeSlave.ID).ovaries === 0 && getSlave($activeSlave.ID).mpreg === 0>>
-	$His infertility is due to missing ovaries.	
+	$His infertility is due to missing ovaries.
 <<elseif getSlave($activeSlave.ID).preg == -2>> /*special states*/
-	$His infertility is due to sterilization; $his ovaries could still work.	
+	$His infertility is due to sterilization; $his ovaries could still work.
 <<elseif getSlave($activeSlave.ID).preg == -1>> /*special states*/
 	Contreceptive agents detected in subject.
 <</if>>
diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index 88fdb6eda38263ec245178306a91b453612d7979..1a8334f6f7d0f8d8f2df26b93bb3e70a559731bb 100644
--- a/src/uncategorized/pRivalryActions.tw
+++ b/src/uncategorized/pRivalryActions.tw
@@ -170,7 +170,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.anal += 1>>
 		<<set $hostage.behavioralFlaw = "bitchy">>
 		<<set $hostage.sexualFlaw = "idealistic">>
-		bound and offered to an older woman.
+		bound and offered to an older _woman2.
 	<<case "Maturity Preferentialism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -179,7 +179,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.anal += 1>>
 		<<set $hostage.behavioralFlaw = "bitchy">>
 		<<set $hostage.sexualFlaw = "idealistic">>
-		bound and offered to a young woman.
+		bound and offered to a young _woman2.
 	<<case "Slimness Enthusiasm">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -270,7 +270,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.anal += 1>>
 		<<set $hostage.behavioralFlaw = "liberated">>
 		<<set $hostage.sexualFlaw = "idealistic">>
-		bound and offered to a towering woman.
+		bound and offered to a towering _woman2.
 	<<case "Statuesque Glorification">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -279,7 +279,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.counter.anal += 1>>
 		<<set $hostage.behavioralFlaw = "liberated">>
 		<<set $hostage.sexualFlaw = "judgemental">>
-		tied down and offered to a tiny woman.
+		tied down and offered to a tiny _woman2.
 	<<default>>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -846,7 +846,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 		<<set $hostage.behavioralQuirk = "adores women">>
 		<<set $hostage.sexualQuirk = "romantic">>
 		<<set $hostage.fetishStrength = 65>>
-		beginning to fall in love with $his loving mother figure.
+		beginning to fall in love with $his loving _mother2 figure.
 	<<case "Maturity Preferentialism">>
 		<<set $hostage.trust -= 5>>
 		<<set $hostage.devotion -= 5>>
@@ -2276,7 +2276,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 			<<set $hostage.counter.oral += 1>>
 			<<set $hostage.counter.vaginal += 1>>
 			<<set $hostage.counter.anal += 1>>
-			<<set _hostageAction.push("struggling to escape the grasp of a motherly woman.")>>
+			<<set _hostageAction.push("struggling to escape the grasp of a motherly _woman2.")>>
 			<<set _hostageAction.push("hiding from $his MILF partner, sobbing quietly.")>>
 			<<set _hostageAction.push("struggling to escape being mothered by $his older partner.")>>
 		<<elseif $rivalryDuration <= 10>>
@@ -2286,7 +2286,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
 			<<set $hostage.counter.oral += 5>>
 			<<set $hostage.counter.vaginal += 5>>
 			<<set $hostage.counter.anal += 5>>
-			<<set _hostageAction.push("crying gently while a motherly woman fondles $him.")>>
+			<<set _hostageAction.push("crying gently while a <<= _mother2>>ly _woman2 fondles $him.")>>
 			<<set _hostageAction.push("cringing as $he massages $his MILF partner's back.")>>
 			<<set _hostageAction.push("cautiously tasting $his MILF partner's milk.")>>
 		<<elseif $rivalryDuration <= 15>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 66cece0c3f6c9af68874cd534ce07a8a6b3dcf2c..eb3fe0a164475faa05fc1e5a92034da34e1d33e9 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -2205,7 +2205,7 @@
 						[[Induced superfetation treatment|Surgery Degradation][getSlave($AS).geneticQuirks.superfetation = 2,cashX(forceNeg($surgeryCost*10), "slaveSurgery", getSlave($AS)), surgeryDamage(getSlave($AS),40), getSlave($AS).chem += 40,$surgeryType = "gene treatment"]] <span class="note">This will induce <span class="orange">superfetation</span> in $his genetic code</span>
 					<</if>>
 				</div>
-				
+
 				<div>
 					<<if getSlave($AS).geneticQuirks.uterineHypersensitivity == 2>>
 						[[Correct uterine hypersensitivity|Surgery Degradation][getSlave($AS).geneticQuirks.uterineHypersensitivity = 0,cashX(forceNeg($surgeryCost*4), "slaveSurgery", getSlave($AS)), surgeryDamage(getSlave($AS),40), getSlave($AS).chem += 100,$surgeryType = "gene treatment"]]
diff --git a/src/uncategorized/subordinateTargeting.tw b/src/uncategorized/subordinateTargeting.tw
index 7f9a8f115e9311fead3ccc60b7f63ff1158b773a..6ddfde0a20133d197a656b8601d3d8500153e1ce 100644
--- a/src/uncategorized/subordinateTargeting.tw
+++ b/src/uncategorized/subordinateTargeting.tw
@@ -37,5 +37,5 @@
 				(!isAmputee(State.variables.activeSlave) || !isAmputee(s)),
 			(s) => App.UI.DOM.passageLink(SlaveFullName(s), 'Subordinate Targeting', () => { V.activeSlave.subTarget = s.ID; }),
 		)>>
-	
+
 <</if>>
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 5d3d7c8ae1643e9348b168af56d57eae35995ad6..b8e424eed1696dcb6af98cb2448c6a75be6d5943 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -2654,7 +2654,7 @@ As the remote surgery's long recovery cycle completes,
 		above $his crotch.
 	<</if>>
 	<<if hasAnyArms(getSlave($AS))>>
-		As $he reaches to scratch it, 
+		As $he reaches to scratch it,
 	<<elseif canSee(getSlave($AS))>>
 		<<if $surgeryType != "restoreHairPubes">>
 			When $he investigates,