diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw
index d3d7c76803af19e8f8fe515be49e8a2164925282..49b647132d3cd03099c714fc0c62757faa786f95 100644
--- a/src/SpecialForce/Upgrades.tw
+++ b/src/SpecialForce/Upgrades.tw
@@ -23,7 +23,7 @@
 
 			<<else>>//Cannot afford to upgrade the Firebase.//<</if>>
 
-			 //Costs @@.yellowgreen;<<print cashFormat(_cF)>>@@ //
+			//Costs @@.yellowgreen;<<print cashFormat(_cF)>>@@ //
 
 		<<elseif $SFUnit.Firebase == _FU>>//The Firebase has been fully upgraded.//
 
@@ -42,7 +42,7 @@
 
 			<<else>>//Cannot afford to upgrade the Armory.//<</if>>
 
-			 //Costs @@.yellowgreen;<<print cashFormat(_cA)>>@@ // 
+			//Costs @@.yellowgreen;<<print cashFormat(_cA)>>@@ //
 
 		<<elseif $SFUnit.Armoury == _AU>>//The Armory has been fully upgraded.//
 
@@ -61,7 +61,7 @@
 
 			<<else>>//Cannot afford to upgrade the Drug Lab.//<</if>>
 
-			 //Costs @@.yellowgreen;<<print cashFormat(_cDrugs)>>@@ //
+			//Costs @@.yellowgreen;<<print cashFormat(_cDrugs)>>@@ //
 
 		<<elseif $SFUnit.Drugs == _DrugsU>>//The Drug Lab has been fully upgraded.//
 
@@ -80,11 +80,11 @@
 
 			<<else>>//Cannot afford to upgrade the Drone Bay.//<</if>>
 
-			 //Costs @@.yellowgreen;<<print cashFormat(Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*HSM()))>>@@ // <span style="float:right;"> <<print progress($SFUnit.Drones)>> </span>
+			//Costs @@.yellowgreen;<<print cashFormat(Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*HSM()))>>@@ // <span style="float:right;"> <<print progress($SFUnit.Drones)>> </span>
 
 		<<elseif $SFUnit.Drones == _DU>>//The Drone Bay has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span>
 
-		<<elseif _T1 && $SFUnit.Drones == 5>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span><</if>> 
+		<<elseif _T1 && $SFUnit.Drones == 5>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span><</if>>
 
 
 		<<if $SFUnit.Firebase >= 1 && $terrain !== "oceanic">><br>''Garage''
@@ -99,7 +99,7 @@
 
 				<<else>>//Cannot afford to upgrade the Attack Vehicle Fleet.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cAV)>>@@//<span style="float:right;"><<print progress($SFUnit.AV)>></span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cAV)>>@@//<span style="float:right;"><<print progress($SFUnit.AV)>></span>
 
 			<<elseif $SFUnit.AV == _AVU>>//The Attack Vehicle Fleet has been fully upgraded.//<span style="float:right;"><<print progress($SFUnit.AV)>></span>
 
@@ -118,7 +118,7 @@
 
 				<<else>>//Cannot afford to upgrade Transport Vehicle Fleet.//<</if>>
 
-					 //Costs @@.yellowgreen;<<print cashFormat(_cTV)>>@@//<span style="float:right;"><<print progress($SFUnit.TV)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cTV)>>@@//<span style="float:right;"><<print progress($SFUnit.TV)>> </span>
 
 			<<elseif $SFUnit.TV == _TVU>>//The Transport Vehicle Fleet has been fully upgraded.//<span style="float:right;"><<print progress($SFUnit.TV)>></span>
 
@@ -135,7 +135,7 @@
 
 				<<else>>//Cannot afford to upgrade Prototype Goliath Tank.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cPGT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cPGT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span>
 
 			<<elseif $SFUnit.PGT == _PGTU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span>
 
@@ -154,7 +154,7 @@
 
 				<<else>>//Cannot afford to upgrade Attack Aircraft Fleet.//<</if>>
 
-			 //Costs @@.yellowgreen;<<print cashFormat(_cAA)>>@@ //<span style="float:right;"> <<print progress($SFUnit.AA)>> </span>
+			//Costs @@.yellowgreen;<<print cashFormat(_cAA)>>@@ //<span style="float:right;"> <<print progress($SFUnit.AA)>> </span>
 
 			<<elseif $SFUnit.AA == _AAU>>//The Attack Aircraft Fleet has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.AA)>> </span>
 
@@ -188,7 +188,7 @@
 
 				<<else>>//Cannot afford to upgrade the Spaceplane.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cSP)>>@@//<span style="float:right;"><<print progress($SFUnit.SpacePlane)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cSP)>>@@//<span style="float:right;"><<print progress($SFUnit.SpacePlane)>> </span>
 
 			<<elseif $SFUnit.SpacePlane == _SPU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.SpacePlane)>> </span>
 
@@ -205,7 +205,7 @@
 
 				<<else>>//Cannot afford to upgrade Gunship.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cGunS)>>@@ //<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cGunS)>>@@ //<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span>
 
 			<<elseif $SFUnit.GunS == _GunSU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span>
 
@@ -224,7 +224,7 @@
 
 				<<else>>//Cannot afford to upgrade Satellite.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cSat)>>@@//<span style="float:right;"><<print progress($SFUnit.Satellite)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cSat)>>@@//<span style="float:right;"><<print progress($SFUnit.Satellite)>> </span>
 
 			<<elseif $SFUnit.Satellite == _SatU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.Satellite)>> </span>
 
@@ -243,7 +243,7 @@
 
 				<<else>>//Cannot afford to upgrade the Giant Robot.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cGR)>>@@//<span style="float:right;"><<print progress($SFUnit.GiantRobot)>></span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cGR)>>@@//<span style="float:right;"><<print progress($SFUnit.GiantRobot)>></span>
 
 			<<elseif $SFUnit.GiantRobot == _GRU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.GiantRobot)>> </span>
 
@@ -260,7 +260,7 @@
 
 				<<else>>//Cannot afford to upgrade Cruise Missile.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cMS)>>@@ //<span style="float:right;"><<print progress($SFUnit.MissileSilo)>></span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cMS)>>@@ //<span style="float:right;"><<print progress($SFUnit.MissileSilo)>></span>
 
 			<<elseif $SFUnit.MissileSilo == _MSU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.MissileSilo)>> </span>
 
@@ -279,7 +279,7 @@
 
 				<<else>>//Cannot afford to upgrade Aircraft Carrier.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(Math.ceil(650000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AircraftCarrier/100))*HSM()))>>@@ //<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(Math.ceil(650000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AircraftCarrier/100))*HSM()))>>@@ //<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span>
 
 			<<elseif $SFUnit.AircraftCarrier == _ACU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span>
 
@@ -296,7 +296,7 @@
 
 				<<else>>//Cannot afford to upgrade Submarine//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cSub)>>@@ //<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cSub)>>@@ //<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span>
 
 			<<elseif $SFUnit.Sub == _SubU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span>
 
@@ -313,7 +313,7 @@
 
 				<<else>>//Cannot afford to upgrade Amphibious Transport.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cHAT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.HAT)>> </span>
+				//Costs @@.yellowgreen;<<print cashFormat(_cHAT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.HAT)>> </span>
 
 			<<elseif $SFUnit.HAT == _HATU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.HAT)>> </span>
 
@@ -321,7 +321,7 @@
 
 		<</if>>
 
-		<<if _T1 < 1>>//More firebase upgrades are required to unlock further upgrades.//<</if>> 
+		<<if _T1 < 1>>//More firebase upgrades are required to unlock further upgrades.//<</if>>
 
 	<</if>>
 
@@ -335,6 +335,6 @@
 
 					<<else>>//Cannot afford to build $SF.Lower's support facility.//<</if>>
 
-				 //Costs @@.yellowgreen;<<print cashFormat(_cSFF)>>@@ //
+				//Costs @@.yellowgreen;<<print cashFormat(_cSFF)>>@@ //
 
 				<</if>>*/
\ No newline at end of file
diff --git a/src/facilities/brothel/brothelAssignmentScene.tw b/src/facilities/brothel/brothelAssignmentScene.tw
index 6f479846ab09a5ffd585bbb7d756f6d2e3a731ff..2360b5aed9cd45391d4c10a501543f19c9d59caf 100644
--- a/src/facilities/brothel/brothelAssignmentScene.tw
+++ b/src/facilities/brothel/brothelAssignmentScene.tw
@@ -130,7 +130,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 			<</switch>>
 		<</if>>
 	<<else>>
-		$He looks 
+		$He looks
 		<<if canTalk($activeSlave)>>
 			determined. "<<Master>>, I will do my be<<s>>t to be a good whore, and get lot<<s>> of <<c>>iti<<z>>en<<s>> to pay good money for my body."
 		<<else>>
diff --git a/src/facilities/farmyard/farmyardReport.tw b/src/facilities/farmyard/farmyardReport.tw
index d92b8a09411ca6bcaeec0ff279a7922c4c3c641d..766a1116a17e16995ec84d0a86c24b7fd4e6792f 100644
--- a/src/facilities/farmyard/farmyardReport.tw
+++ b/src/facilities/farmyard/farmyardReport.tw
@@ -950,7 +950,7 @@
 <</if>>
 $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumWeek > 0>> and <<print _cumWeek+_outputCum>> liters of cum<</if>> this week.
 <<if $inflatedSlavesMilk > 0>>
-	_outputMilk liters of milk were pumped into your penthouse for filling slaves this week. 
+	_outputMilk liters of milk were pumped into your penthouse for filling slaves this week.
 <</if>>
 <<if $inflatedSlavesCum > 0>>
 	<<if $inflatedSlavesMilk > 0>>and <</if>>_outputCum liters of cum were pumped into your penthouse<<if $inflatedSlavesMilk > 0>> as well<<else>> this week<</if>>.
diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw
index 3d30a4296e23484394f9e91c72c6a4a11b04a546..92a4c79b11f0e2de43983d8731ac2317eb8721ed 100644
--- a/src/js/DefaultRules.tw
+++ b/src/js/DefaultRules.tw
@@ -71,8 +71,8 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessAssignments(slave, rule) {
-		// Before merging rules, we process assignments for each rule separately so we can remove slaves from facilities when they no longer qualify, even if the final "winning" rule assigns them elsewhere 
-		// We also ignore inapplicable assignments for the current slave, so we only merge assignments that are valid 
+		// Before merging rules, we process assignments for each rule separately so we can remove slaves from facilities when they no longer qualify, even if the final "winning" rule assigns them elsewhere
+		// We also ignore inapplicable assignments for the current slave, so we only merge assignments that are valid
 		switch (rule.setAssignment) {
 			case "no default setting":
 				delete rule.setAssignment;
@@ -81,14 +81,14 @@ window.DefaultRules = (function() {
 			case "rest":
 			case "please you":
 			case "choose her own job":
-				// slaves always qualify for this assignment 
+				// slaves always qualify for this assignment
 				break;
 
 			case "live with your Head Girl":
 				if ((V.HGSuiteSlaves < 1 && slave.indentureRestrictions <= 0))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -97,7 +97,7 @@ window.DefaultRules = (function() {
 				if ((V.arcadeSlaves < V.arcade && slave.indentureRestrictions <= 0 && (slave.breedingMark != 1 || V.propOutcome === 0)))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -106,7 +106,7 @@ window.DefaultRules = (function() {
 				if ((V.masterSuiteSlaves < V.masterSuite && (slave.devotion > 20 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20))))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -115,7 +115,7 @@ window.DefaultRules = (function() {
 				if ((V.clinicSlaves < V.clinic && (slave.health < 20 || (slave.chem > 15 && V.Nurse !== 0 && V.clinicUpgradeFilters == 1)) || ((slave.bellyImplant > -1) && (V.bellyImplants == 1)) || slave.preg > 1))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -124,7 +124,7 @@ window.DefaultRules = (function() {
 				if ((V.spaSlaves < V.spa) && (slave.health < 20) || (slave.trust < 60) || (slave.devotion <= 60) || (slave.fetish == "mindbroken") && (slave.devotion >= -20))
 					break;
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -133,7 +133,7 @@ window.DefaultRules = (function() {
 				if ((V.nurserySlaves < V.nursery) && !slave.fuckdoll && (slave.devotion > 20 || slave.trust > 20))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -142,7 +142,7 @@ window.DefaultRules = (function() {
 				if ((V.brothelSlaves < V.brothel && (slave.devotion > 50 || slave.trust > 50 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)) && (slave.breedingMark != 1 || V.propOutcome === 0)))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -151,7 +151,7 @@ window.DefaultRules = (function() {
 				if ((V.clubSlaves < V.club && (slave.devotion > 50 || slave.trust > 50 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)) && (slave.breedingMark != 1 || V.propOutcome === 0)))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -169,19 +169,19 @@ window.DefaultRules = (function() {
 									if ((V.dairyPregSetting < 2) || (slave.vagina > 2) || (slave.ovaries === 0) || (V.dairyPrepUpgrade == 1))
 										break;
 									else {
-										RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+										RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 										delete rule.setAssignment;
 									}
 								} else {
-									RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+									RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 									delete rule.setAssignment;
 								}
 							} else {
-								RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+								RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 								delete rule.setAssignment;
 							}
 						} else {
-							RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+							RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 							delete rule.setAssignment;
 						}
 					}
@@ -201,7 +201,7 @@ window.DefaultRules = (function() {
 				if ((V.servantsQuartersSlaves < V.servantsQuarters && canSee(slave) && canWalk(slave) && (slave.devotion >= -20 || slave.trust < -20 || (slave.devotion >= -50 && slave.trust <= 20))))
 					break;
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -211,11 +211,11 @@ window.DefaultRules = (function() {
 					if ((slave.intelligenceImplant < 30) || (slave.voice !== 0 && slave.accent+V.schoolroomUpgradeLanguage > 2) || (slave.oralSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.whoreSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.entertainSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.analSkill < 10+V.schoolroomUpgradeSkills*20) || ((slave.vagina >= 0) && (slave.vaginalSkill < 10+V.schoolroomUpgradeSkills*20)))
 						break;
 					else {
-						RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+						RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 						delete rule.setAssignment;
 					}
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -224,7 +224,7 @@ window.DefaultRules = (function() {
 				if ((V.cellblockSlaves < V.cellblock && ((slave.devotion < -20 && slave.trust >= -20) || (slave.devotion < -50 && slave.trust >= -50))))
 					break;
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -999,8 +999,8 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessAssetGrowthDrugs(slave, rule) {
-		// Asset Growth 
-		const growth_drugs = new Set(["breast injections", "intensive breast injections", "breast redistributors", "butt injections", "intensive butt injections", "butt redistributors", "lip injections", "lip atrophiers", "penis enhancement", "intensive penis enhancement", "penis atrophiers", "testicle enhancement", "intensive testicle enhancement", "testicle atrophiers", "hyper breast injections", "hyper butt injections", "hyper penis enhancement", "hyper testicle enhancement"]);
+		// Asset Growth
+		const growth_drugs = new Set(["breast injections", "breast redistributors", "butt injections", "butt redistributors", "hyper breast injections", "hyper butt injections", "hyper penis enhancement", "hyper testicle enhancement", "intensive breast injections", "intensive butt injections", "intensive penis enhancement", "intensive testicle enhancement", "lip atrophiers", "lip injections", "penis atrophiers", "penis enhancement", "testicle atrophiers", "testicle enhancement"]);
 		if ((slave.drugs == "super fertility drugs" || slave.drugs == "fertility drugs") && isFertile(slave)) {
 			r += `<br>${slave.slaveName} is on ${slave.drugs} and will not be considered for drug enhancement until that regime is complete.`;
 			return;
@@ -1205,7 +1205,7 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessOtherDrugs(slave, rule) {
-		// Other Drugs 
+		// Other Drugs
 		if (slave.indentureRestrictions < 2 && rule.drug !== "no default setting" && slave.drugs !== rule.drug) {
 			let flag = true;
 			switch (rule.drug) {
@@ -1398,7 +1398,7 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessDiet(slave, rule) {
-		// Diet Setting 
+		// Diet Setting
 		if (rule.diet !== undefined && rule.diet !== "no default setting") {
 			/*
 			if ((slave.boobs >= 1600) && (slave.muscles <= 5) && (slave.amp != 1) && ((rule.muscles == "no default setting") || (rule.muscles === 0))) {
@@ -1547,7 +1547,7 @@ window.DefaultRules = (function() {
 					}
 				}
 			}
-		} else if ((rule.muscles !== undefined) && (rule.muscles !== "no default setting") && (slave.amp != 1)) { // no diet rule, muscles only 
+		} else if ((rule.muscles !== undefined) && (rule.muscles !== "no default setting") && (slave.amp != 1)) { // no diet rule, muscles only
 			if ((slave.muscles >= rule.muscles+8)) {
 				if ((slave.diet !== "slimming")) {
 					slave.diet = "slimming";
@@ -2462,7 +2462,7 @@ window.DefaultRules = (function() {
 		if (rule.label !== "no default setting" && !slave.customLabel.includes("["+rule.label+"]")) {
 			slave.customLabel = slave.customLabel + "[" + rule.label + "]";
 			r += `<br>${slave.slaveName} has been tagged as ${rule.label}`;
-		} 
+		}
 
 		if (rule.removeLabel !== "no default setting" && slave.customLabel.includes("["+rule.removeLabel+"]")) {
 			slave.customLabel = slave.customLabel.replace("["+rule.removeLabel+"]", "");
diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw
index ce5f2d826c0e90447f4520330644d47e5f305641..4dfbf0d08ede7ec06948feec76681ea9826331bb 100644
--- a/src/js/assayJS.tw
+++ b/src/js/assayJS.tw
@@ -8,11 +8,11 @@ window.isSlim = function(slave) {
 		if ((slave.muscles <= 30) && (ArcologyZero.FSPhysicalIdealist === "unset") && (slave.weight <= 10) && (ArcologyZero.FSHedonisticDecadence === "unset")) {
 			slim = true;
 		} else if (ArcologyZero.FSPhysicalIdealist !== "unset") {
-			if ((ArcologyZero.FSPhysicalIdealistStrongFat === 1) && (slave.weight <= 30)) { 
+			if ((ArcologyZero.FSPhysicalIdealistStrongFat === 1) && (slave.weight <= 30)) {
 				slim = true;
-			} 
-		} else if ((ArcologyZero.FSHedonisticDecadence !== "unset") && (slave.weight <= 30)) { 
-			if (ArcologyZero.FSHedonisticDecadenceStrongFat === 1) { 
+			}
+		} else if ((ArcologyZero.FSHedonisticDecadence !== "unset") && (slave.weight <= 30)) {
+			if (ArcologyZero.FSHedonisticDecadenceStrongFat === 1) {
 				slim = true;
 			} else if (slave.muscles <= 30) {
 				slim = true;
@@ -1653,7 +1653,7 @@ window.DegradingName = function DegradingName(slave) {
 		if (slave.fetishKnown === 1) {
 			if (slave.fetish === "buttslut") {
 				names.push("Anal", "Sodomy");
-			} 
+			}
 			if (slave.fetish === "cumslut") {
 				names.push("Cum", "Dicksuck", "Sucker");
 			}
diff --git a/src/js/assignJS.tw b/src/js/assignJS.tw
index 3e4c5b137789750a95754490226e5939c648a9e4..9d35a4ce091f557942873a8cadb6ae0de5fe1bd2 100644
--- a/src/js/assignJS.tw
+++ b/src/js/assignJS.tw
@@ -307,7 +307,7 @@ window.assignJob = function assignJob(slave, job) {
 		if (awi != -1) {
 			V.personalAttention.deleteAt(awi);
 			if (V.personalAttention.length === 0) {
-				if (V.PC.career === "escort") 
+				if (V.PC.career === "escort")
 					V.personalAttention = "whoring";
 				else if (V.PC.career === "servant")
 					V.personalAttention = "upkeep";
diff --git a/src/js/datatypeCleanupJS.tw b/src/js/datatypeCleanupJS.tw
index 5723944f9050e1b53aabdda722b0a30562c9d3ee..8d3dd6ceabfd871c5fa15b96e2d4d1a21dadb293 100644
--- a/src/js/datatypeCleanupJS.tw
+++ b/src/js/datatypeCleanupJS.tw
@@ -6,15 +6,15 @@
 	Any values that are supposed to be objects or arrays are not handled (yet).
 
 	A tutorial on how to add to this passage:
-		The || operator can be very useful for setting default values. To be precise, 
+		The || operator can be very useful for setting default values. To be precise,
 			x = y || z
-		is the same thing as 
+		is the same thing as
 			if (y) {x = y}
 			else {x = z}
 		This means that if z is the default value, in the ideal case you could write x = x || z. If x is already in use, this won't change it, and if x is not defined it will set it to z.
 		However, for example, if x is 0 but the default is -1 this will actually set x to -1! So care must be taken.
 
-		Let's say you want to add slave.value to this function, and you want it to be a number. 
+		Let's say you want to add slave.value to this function, and you want it to be a number.
 		First, you need to take whatever slave.value currently is, and turn it into a number. You can use either +slave.value or Number(slave.value) to do this.
 		Second, you need to determine what range to restrict slave.value to. You'll either use Math.max, Math.min, Math.clamp, or none of them.
 		Finally, you need to consider the default value if the .max/.min/.clamp returned 0 (or NaN). To make a long story short,
@@ -209,7 +209,7 @@ window.slavePregnancyDatatypeCleanup = function slavePregnancyDatatypeCleanup(sl
 	if (typeof slave.pregControl !== "string") {
 		slave.pregControl = "none";
 	}
-	WombNormalizePreg(slave); 
+	WombNormalizePreg(slave);
 };
 
 window.slaveBellyDatatypeCleanup = function slaveBellyDatatypeCleanup(slave) {
diff --git a/src/js/pregJS.tw b/src/js/pregJS.tw
index 0074e642f0c68634ecf6e19cfb2d7ecebcbb8d6f..93c274fce6caaed78ffde20d7bcafe7dda35afcf 100644
--- a/src/js/pregJS.tw
+++ b/src/js/pregJS.tw
@@ -81,7 +81,7 @@ window.setPregType = function(actor) {
 
 	if(actor.broodmother < 1) { // Broodmothers should be not processed here. Necessary now.
 		if(typeof actor.readyOva == "number" && actor.readyOva != 0) {
-			ovum = actor.readyOva; //just single override; for delayed impregnation cases 
+			ovum = actor.readyOva; //just single override; for delayed impregnation cases
 		} else if(actor.ID == -1) {
 			if(actor.geneticQuirks.fertility == 2 && actor.geneticQuirks.hyperFertility == 2) { // Do not mix with sperm
 				if(actor.fertDrugs == 1) {
diff --git a/src/js/removeActiveSlave.tw b/src/js/removeActiveSlave.tw
index fc39f0c4d032144e8901ad71d229e01d5af7c154..6bffe5cd3840f950c37aaed69c02e09eba4d5ac5 100644
--- a/src/js/removeActiveSlave.tw
+++ b/src/js/removeActiveSlave.tw
@@ -59,7 +59,7 @@ window.removeActiveSlave = function removeActiveSlave() {
 			});
 		}
 		V.slaves.forEach(slave => {
-			WombChangeID(slave, AS_ID, V.missingParentID); /* This check is complex, should be done in JS now, all needed will be done here. */ 
+			WombChangeID(slave, AS_ID, V.missingParentID); /* This check is complex, should be done in JS now, all needed will be done here. */
 			WombChangeGeneID(slave, AS_ID, V.missingParentID);
 			if (slave.pregSource === V.missingParentID) {
 				missing = true;
@@ -233,9 +233,9 @@ window.removeActiveSlave = function removeActiveSlave() {
 				ID : V.missingParentID
 			};
 			if (V.traitor.ID == V.activeSlave.ID) { /* To link developing fetuses to their parent */
-				V.traitor.missingParentTag = V.missingParentID; 
+				V.traitor.missingParentTag = V.missingParentID;
 			} else if (V.boomerangSlave.ID == V.activeSlave.ID) {
-				V.boomerangSlave.missingParentTag = V.missingParentID; 
+				V.boomerangSlave.missingParentTag = V.missingParentID;
 			}
 			V.missingParentID--;
 		}
diff --git a/src/js/slaveCostJS.tw b/src/js/slaveCostJS.tw
index d841ccb042d059f02ec18cb144a0e4f51002e401..e5452f821fe8ea2ec488b75c86f4acb2c76b30b5 100644
--- a/src/js/slaveCostJS.tw
+++ b/src/js/slaveCostJS.tw
@@ -1398,7 +1398,7 @@ window.FResult = (function() {
 				result += 0;
 		}
 		if (V.arcologies[0].FSRepopulationFocusMilfPolicy === 1 || V.arcologies[0].FSRepopulationFocus > 20) {
-			result += 1; 
+			result += 1;
 		}
 	}
 
diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw
index 48f881c426a1f9f238f39cf7e88cd1a9dd469dcb..0517cadcfdcb087e7c686b53cc9d90fc47a051e5 100644
--- a/src/js/wombJS.tw
+++ b/src/js/wombJS.tw
@@ -1,7 +1,7 @@
 :: wombJS [script]
 
 /*
-This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes, 
+This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes,
 with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future.
 Design limitations:
 - Mother can't gestate children with different speeds at same time. All speed changes apply to all fetuses.
@@ -16,7 +16,7 @@ WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added
 
 WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same.
 
-$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists. 
+$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists.
 
 $children = WombBirth($slave, $birth_ready_age) - for actual birth. Return array with fetuses objects that birthed (can be used in future) and remove them from womb array of $slave. Should be called at actual birth code in sugarcube. fetuses that not ready remained in womb (array).
 
@@ -47,7 +47,7 @@ window.WombInit = function(actor) {
 
     if ( actor.pregData == undefined)
     {
-        actor.pregData = deepCopy( setup.pregData.human ); 
+        actor.pregData = deepCopy( setup.pregData.human );
         //Setup should be through deep copy, so in future, if we like, these values can be changed individually. Gameplay expansion posibilities. But for dev time to simplify debugging:
         //actor.pregData = setup.pregData.human;  // any changes in setup pregData template will be applied immideatly to all. But can't be made seperate changes.
     }
@@ -199,7 +199,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
         return getVolByWeight(actor);
     else if (actor.pregData.sizeType == 2)
         return getVolByRaw(actor);
-    else   
+    else
         return 0;
 
     function getCurData(actor, age)
@@ -222,7 +222,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
 
         one = (max - min) / (ageMax - ageMin);
         rateOne = (rateMax - rateMin) / (ageMax - ageMin);
-       
+
         rate = rateMin + (rateOne * cage);
 
         csize = (min + (one * cage));
@@ -231,7 +231,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
         data.size = csize;
         data.rate = rate;
 
-        return data; //csize * rate; 
+        return data; //csize * rate;
         //maybe not very effective code, but simple and easy to debug. May be optimized more in future.
     }
 
@@ -243,13 +243,13 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
             var phi = 1.618;
             var targetData, targetLen;
             var wombSize = 0;
-            
+
             actor.womb.forEach(ft => {
-                
+
                 /* legacy block for debug only
                 let gestastionWeek = ft.age;
                 let oldLen;
-                let oldVol; 
+                let oldVol;
                 if (gestastionWeek <= 32) {
                     oldLen = (0.00006396 * Math.pow(gestastionWeek, 4)) -
                         (0.005501 * Math.pow(gestastionWeek, 3)) +
@@ -268,14 +268,14 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
                         43.843;
                 }
                 */
-                
+
                 targetData = getCurData(actor, ft.age);
                 targetLen = targetData.size * targetData.rate;
 
                 ft.volume = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((targetLen / 2), 3)));
                 wombSize += ft.volume;
 
-                //oldVol = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((oldLen / 2), 3))); //for debug 
+                //oldVol = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((oldLen / 2), 3))); //for debug
 
                 //console.log("fetus.age:" + ft.age + "  oldLen:"+oldLen+"  targetLen:"+targetLen+"  ft.volume:"+ft.volume+ "  old volume:"+oldVol );
                 /*
@@ -291,10 +291,10 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
             wombSize = 0;
 
         return wombSize;
-            
+
     }
 
-    
+
     function getVolByWeight(actor)
     {
         var targetData;
@@ -314,7 +314,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with
         return wombSize;
     }
 
-    
+
     function getVolByRaw(actor)
     {
         var targetData;
@@ -349,7 +349,7 @@ window.WombUpdatePregVars = function(actor) {
 
 window.WombMinPreg = function(actor) {
 	WombSort(actor);
-	if (actor.womb.length > 0) 
+	if (actor.womb.length > 0)
 		return actor.womb[actor.womb.length-1].age;
 	else
 		return 0;
@@ -357,7 +357,7 @@ window.WombMinPreg = function(actor) {
 
 window.WombMaxPreg = function(actor) {
 	WombSort(actor);
-	if (actor.womb.length > 0) 
+	if (actor.womb.length > 0)
 		return actor.womb[0].age;
 	else
 		return 0;
@@ -369,20 +369,20 @@ window.WombNormalizePreg = function(actor)
 	WombInit(actor);
 
 	// this is broodmother on hold.
-	if (actor.womb.length == 0 && actor.broodmother >= 1) { 
-		actor.pregType = 0; 
+	if (actor.womb.length == 0 && actor.broodmother >= 1) {
+		actor.pregType = 0;
 		actor.pregKnown = 0;
 
 		// to avoid legacy code conflicts - broodmother on hold
 		// can't be impregnated, but she not on normal contraceptives.
 		// So we set this for special case.
 		if (actor.preg >= 0)
-			actor.preg = 0.1; 
+			actor.preg = 0.1;
 
 		if (actor.pregSource > 0)
 			actor.pregSource = 0;
 
-		if (actor.pregWeek > 0) 
+		if (actor.pregWeek > 0)
 			actor.pregWeek = 0;
 
 		actor.broodmotherCountDown = 0;
@@ -420,7 +420,7 @@ window.WombNormalizePreg = function(actor)
 
 		// We can't properly set postpartum here,
 		// but can normalize obvious error with forgotten property.
-		if (actor.pregWeek > 0) 
+		if (actor.pregWeek > 0)
 			actor.pregWeek = 0;
 	}
 	actor.bellyPreg = WombGetVolume(actor);
@@ -502,7 +502,7 @@ window.WombGetFetus = function(actor, fetusNum)
 	WombInit(actor);
 	if (actor.womb.length >= fetusNum)
 		return actor.womb[fetusNum];
-	else 
+	else
 		return null;
 }
 
@@ -574,7 +574,7 @@ window.WombCleanYYFetuses = function(actor)
 	return reserved;
 }
 
-window.FetusGlobalReserveCount = function(reserveType) 
+window.FetusGlobalReserveCount = function(reserveType)
 {
 	var cnt = 0;
 	var SV = State.variables;
@@ -725,7 +725,7 @@ window.BCReserveInit = function()
 			if (typeof ft.reserve != 'string')
 				ft.reserve = "";
 				if (typeof ft.motherID != 'number') //setting missing biological mother ID for fetus.
-					ft.motherID = slave.ID; 
+					ft.motherID = slave.ID;
 
 				if (ft.ID == undefined)
 					ft.ID = genUUID();
@@ -747,7 +747,7 @@ window.BCReserveInit = function()
 	SV.PC.womb.forEach(function(ft){
 		if (typeof ft.reserve != 'string')
 			ft.reserve = "";
-			ft.motherID = SV.PC.ID; 
+			ft.motherID = SV.PC.ID;
 		});
 
 }
diff --git a/src/pregmod/MpregSelf.tw b/src/pregmod/MpregSelf.tw
index b51a31dab1b9c8987cc1191edb74e79d72e7cd76..5455350fdcea798e2e6e99efcc1096756bd0d613 100644
--- a/src/pregmod/MpregSelf.tw
+++ b/src/pregmod/MpregSelf.tw
@@ -6,47 +6,47 @@
 
 <<if $PC.birthSelf == 0>>
 	<<if $PC.balls > 2>>
-		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your massive balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. 
-		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum. 
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. 
-		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right? 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
+		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
+		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<<elseif $PC.balls == 2>>
-		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _his hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _his hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. 
-		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a liter of your virile cum. 
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
+		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a liter of your virile cum.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your prodigious sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<<elseif $PC.balls == 1>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflowing from the dildo suppository. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflowing from the dildo suppository.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your large balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. Push hard, I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. 
-		Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum. 
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
+		Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the escaping semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your considerable sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<<else>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. 
-		Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with. 
-		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
+		Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with.
+		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt.
 		You feel _hisU soft lips pressed to your vulva as _heU works to retrieve _hisU treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<</if>>
@@ -54,47 +54,47 @@
 	<<= knockMeUp($PC, _selfPreg, 0, -1)>>
 <<else>>
 	<<if $PC.balls > 2>>
-		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your massive balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
 		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. 
-		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available? 
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
+		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available?
 
 	<<elseif $PC.balls == 2>>
-		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. 
-		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a full liter of your virile cum. 
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
+		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a full liter of your virile cum.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your prodigious sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available?
 
 	<<elseif $PC.balls == 1>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflows from the dildo suppository. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflows from the dildo suppository.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your large balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. Push hard, I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. 
-		Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum. 
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling in your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
+		Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling in your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the escaping semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your considerable sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available?
 
 	<<else>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." 
-		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it. 
-		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. 
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it.
+		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. I want that syringe completely empty when you're done."
-		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. 
-		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. 
-		Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with. 
-		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt. 
+		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
+		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
+		Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with.
+		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt.
 		You feel _hisU soft lips pressed to your vulva as _heU works to retrieve _hisU treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but why use slave cum when you have such obviously superior material available?
 
 	<</if>>
diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index bae0e1a3a1ed56466d83d70cd28b15d7ea8962c8..482b1ed61a52dcbe7e1dadf924f6d3a4664d4601 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -128,12 +128,12 @@
 	<</if>>
 <</if>>
 <<set _afterSize = WombGetVolume($activeSlave)>> /* not really needed right now, but better to add alredy for future usage. To not forget later.*/
-<<set $diffSize = _beforeSize / (1 + _afterSize)>> /* 1 used to avoid divide by zero error.*/ 
+<<set $diffSize = _beforeSize / (1 + _afterSize)>> /* 1 used to avoid divide by zero error.*/
 
 <<set _incubated = 0>>
 <<set _oldDevotion = $activeSlave.devotion>>
 
-<<set _cToIncub = 0, _cToNursery = 0>> 
+<<set _cToIncub = 0, _cToNursery = 0>>
 <<for _csec = 0; _csec < _curBabies; _csec++>>
 	<<if $activeSlave.curBabies[_csec].reserve === "incubator">>
 		<<set _cToIncub++>>
@@ -316,7 +316,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 				<<set $activeSlave.devotion += 6, $privateOrphanageTotal += _curBabies>>
 			<</replace>>
 			<<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */
-		<</link>> 
+		<</link>>
 		//Will cost <<print cashFormat(500)>> weekly//
 	<<elseif _lostBabies != 1 && $DefaultBirthDestination != "anywhere">>
 		$His <<if _curBabies > 1>>babies<<else>>baby<</if>> were sent to $DefaultBirthDestination. $slaves[$i].slaveName
@@ -389,7 +389,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 
 <<if _curBabies+_cToIncub+_cToNursery < 1>>
 	/* Reaction for no live babies here. Placeholder.*/
-<<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> 
+<<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 	<br><br>
 	<<if $activeSlave.pregSource == -1>>
 		<<if $activeSlave.devotion <= 20 && $activeSlave.weekAcquired > 0>>
@@ -429,7 +429,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 <</if>>
 
 <br><br>
-Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@ 
+Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@
 <<if ($PC.medicine >= 100)>>
 	Since you @@.springgreen;performed the surgery yourself,@@ and you do artist's work, $his health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
 	<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
@@ -482,7 +482,7 @@ Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared fro
 				Installation of belly implant is relatively simple procedure. Using the fact that $his body and internal organs have already adapted to pregnancy, it's possible to greatly expand the initial size of implant. $He will still look pregnant post surgery and recovery.
 				<br>
 				<<if ($activeSlave.devotion > 50)>>
-					$He leaves the surgery with $his belly still very gravid, and as such, knows you put something into $his womb replacing $his prior natural pregnancy. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. 
+					$He leaves the surgery with $his belly still very gravid, and as such, knows you put something into $his womb replacing $his prior natural pregnancy. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result.
 					<<set $activeSlave.devotion += 4>>
 				<<elseif ($activeSlave.devotion >= -20)>>
 					$He leaves the surgery with $his belly still very gravid, and as such, knows you put something into $his womb replacing $his prior natural pregnancy. $He understands the realities of $his life as a slave, but $he is still surprised at what now resides in $his womb. $He is @@.gold;sensibly fearful@@ of your total power over $his body.
diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw
index 7ebc80dd6a277f0c216cac2e80518611d4169205..da76b30fbb39ee1e9601de7347497fe397b5b123 100644
--- a/src/pregmod/eliteTakeOverFight.tw
+++ b/src/pregmod/eliteTakeOverFight.tw
@@ -51,7 +51,7 @@
 	You pick up the revolver and hold the barrel to your temple.
 <</switch>>
 
-<<if $finalChoice == "give in">> 
+<<if $finalChoice == "give in">>
 	<<if $PC.pregSource == -1 || $PC.pregSource == -6>> Screw their plans, you're out of here. <</if>>With a bang! you drop dead.
 	<<set $ui = "start">>
 	<br><br>
@@ -155,7 +155,7 @@
 		<</if>>
 	<<elseif $PC.warfare < 10>>
 		<<if _hitRoll > 90>>
-			By blind luck you successfully made the throw. 
+			By blind luck you successfully made the throw.
 			<<set _SyringeHeadShot = 1>>
 		<<else>>
 			Unfortunately you miss the shot.
@@ -196,7 +196,7 @@
 		<<else>>
 			The target is still alive but is nothing more than a vegetable.
 			<<set $eliteVegetable = 1>>
-		<</if>> 
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -210,7 +210,7 @@
 /*		enslaved = 1 				*/
 /* 		had fun (and enslaved) = 2 	*/
 <<if $BodyguardHasSucessfullyRecivedSignal == 1>>
-	$Bodyguard.slaveName asks <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"? 
+	$Bodyguard.slaveName asks <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"?
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -261,7 +261,7 @@
 	<</link>>
 <<elseif $Bodyguard != 0>>
 	It is now that $Bodyguard.slaveName makes her entrance, pointing her guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite.
-	She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left? 
+	She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left?
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -279,7 +279,7 @@
 <<elseif $eliteLeft <= 9 && $rep >= 10000>>
 	Some of the citizens waiting outside your penthouse to see you hear the ruckus and rush inside, worried. Time freezes for a few seconds, while the remaining elite recover from their terror and the citizens digest the gory scene in front of them.
 	The newcomers are quick to take your side. In little time the elites, outgunned and outnumbered, are neutralized.
-	<br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?" 
+	<br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?"
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw
index 67e45c039b6919421283049f0760919534988ba8..bc10c86451019f47b8730e1b1d9eb52e1b0e9862 100644
--- a/src/pregmod/fDick.tw
+++ b/src/pregmod/fDick.tw
@@ -1,5 +1,5 @@
 :: FDick [nobr]
- 
+
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
@@ -57,7 +57,7 @@
 	<</if>>
 	dick, savoring every <<if $showInches == 2>>inch<<else>>centimeter<</if>>,
 	<<if $activeSlave.dick <= 6>>
-		until you find yourself hilted and sitting on $his pelvis. 
+		until you find yourself hilted and sitting on $his pelvis.
 	<<else>>
 		until you feel that you can't take any more of $him inside you.
 	<</if>>
@@ -90,7 +90,7 @@
 		Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<= WrittenMaster()>>'s <<if $PC.vagina == 1>>pussy<<else>>butt<</if>>.
 		You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina == 1>>slit<<else>>anus<</if>>; it seems $activeSlave.slaveName came too.
 		Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain.
-	<<elseif $activeSlave.devotion > 50>> 
+	<<elseif $activeSlave.devotion > 50>>
 		<<if $activeSlave.trust < -20>>
 			Having followed your instructions as quickly as $he could in fear of your wrath, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his obedient cock. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He squeaks lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you before apologizing submissively.
 		<<elseif $activeSlave.trust <= 20>>
@@ -185,7 +185,7 @@
 	until feel that you can't take more of $him inside you.
 	<</if>>
 
-	You reach back 
+	You reach back
 
 	<<if $activeSlave.scrotum > 0>>
 		and stroke $his
@@ -212,7 +212,7 @@
 		You start moving up and on $his shaft, until you climax and notice that so did $activeSlave.slaveName.
 		Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain.
 	<<else>>
-		You ride your helpless slave until you both climax. 
+		You ride your helpless slave until you both climax.
 	<</if>>
 <</if>>
 
diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw
index 6fe22199e0ff5b7428e5e2573a9fd0db8c55c315..c708060c9ba37178eb69c68659a2ee3a3efd18af 100644
--- a/src/pregmod/fFeet.tw
+++ b/src/pregmod/fFeet.tw
@@ -224,32 +224,32 @@
 
 
 /*Part 1: Order and reaction*/
-You call $activeSlave.slaveName to your office, telling $his to use $his feet to please you. 
+You call $activeSlave.slaveName to your office, telling $his to use $his feet to please you.
 <<if ($activeSlave.fetish == "mindbroken")>>
-	$He is brought to you and stands blankly by your desk. 
+	$He is brought to you and stands blankly by your desk.
 <<elseif ($activeSlave.relationship == -3 && $activeSlave.devotion >= 60 )>>
-	Your devoted slave wife is delighted to get another chance to pleasure you. 
+	Your devoted slave wife is delighted to get another chance to pleasure you.
 <<elseif ($activeSlave.relationship == -2 && $activeSlave.devotion >= 60 )>>
-	$He considers $himself your lover, and is delighted to spend time with you. 
+	$He considers $himself your lover, and is delighted to spend time with you.
 <<elseif ($activeSlave.devotion < -50)>>
 	$He strongly refuses, and you have to restrain $him to get $him to obey.
 <<elseif ($activeSlave.devotion < -20)>>
 	$He tries to refuse, but decides it will just be easier to comply than risk punishment.
 <<elseif ($activeSlave.devotion <= 20)>>
-	$He doesn't seem eager to comply, but fears being punished enough to obey. 
+	$He doesn't seem eager to comply, but fears being punished enough to obey.
 <<elseif ($activeSlave.devotion < 60)>>
-	$He complies quietly. 
+	$He complies quietly.
 <<else>>
 	<<if ($activeSlave.trust < -50)>>
 		Although $he just barely trusts that you will not harm $him, $he is still unsure about what you are going to do which makes $him pause.
 	<<else>>
-		$He rushes to comply. 
+		$He rushes to comply.
 	<</if>>
 <</if>>
 
 /*Extra 1 if tease/perverted and not mindbroken*/
 <<if ($activeSlave.sexualQuirk == "tease" || $activeSlave.sexualQuirk == "perverted") && $activeSlave.devotion > 60 && $activeSlave.fetish != "mindbroken">>
-		Before you can begin, $he arches a leg in a seductive tease. 
+		Before you can begin, $he arches a leg in a seductive tease.
 <</if>>
 /*Part 2: lube and reaction*/
 <<if !canWalk($activeSlave)>>
@@ -260,35 +260,35 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 	<<elseif tooBigDick($activeSlave)>>
 		Since $he is immobilized by $his _dick dick, you have $he lay on $his side on the floor,
 	<<elseif tooBigButt($activeSlave)>>
-		Since $he is immobilized by $his _dick dick, you have $he sit on your desk to present $his _legs legs and feet, 
+		Since $he is immobilized by $his _dick dick, you have $he sit on your desk to present $his _legs legs and feet,
 	<<elseif tooBigBalls($activeSlave)>>
 		Since $he is immobilized by $his _balls balls, you have $he lay on $his back on the floor with $his legs over $his nuts,
 	<<else>>
 		You have $him sit on the edge of your desk to present $his _legs legs and feet,
 	<</if>>
 <<else>>
-	You have $him sit on the edge of your desk to present $his _legs legs and feet, 
+	You have $him sit on the edge of your desk to present $his _legs legs and feet,
 <</if>>
 <<if $activeSlave.fetish == "mindbroken">>
 	<<if $activeSlave.amp == -2 || $activeSlave.amp == -5>>
-		then pour lubricant onto your hands, applying it to $his elegant artificial feet. 
+		then pour lubricant onto your hands, applying it to $his elegant artificial feet.
 	<<elseif $activeSlave.amp == -4>>
-		then pour lubricant onto your hands, applying it to $his deadly artificial feet. 
+		then pour lubricant onto your hands, applying it to $his deadly artificial feet.
 	<<elseif $activeSlave.amp == -1>>
-		then pour lubricant onto your hands, applying it to $his artificial feet. 
+		then pour lubricant onto your hands, applying it to $his artificial feet.
 	<<else>>
-		then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and toes. 
+		then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and toes.
 	<</if>>
-	$He shows little reaction to your efforts. 
+	$He shows little reaction to your efforts.
 <<else>>/*not mindbroken*/
 	<<if $activeSlave.amp == -2 || $activeSlave.amp == -5>>
-		then pour lubricant onto your hands, applying it to $his elegant artificial feet. 
+		then pour lubricant onto your hands, applying it to $his elegant artificial feet.
 	<<elseif $activeSlave.amp == -4>>
-		then pour lubricant onto your hands, applying it to $his deadly artificial feet. 
+		then pour lubricant onto your hands, applying it to $his deadly artificial feet.
 	<<elseif $activeSlave.amp == -1>>
 		then pour lubricant onto your hands, applying it to $his artificial feet
 	<<else>>
-		then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and $his toes. 
+		then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and $his toes.
 	<</if>>
 	<<if ($activeSlave.devotion < -50)>>
 		$He tries to stay hateful despite the pleasurable stimulation.
@@ -321,31 +321,31 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 		$He does $his best to please you from $his position on $his side, massaging your cock nicely.
 	<<else>>
 		<<if ($activeSlave.trust < -50)>>
-			$His lack of trust causes $him to ask <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> "is this pleasurable for you?", spoiling the moment. 
+			$His lack of trust causes $him to ask <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> "is this pleasurable for you?", spoiling the moment.
 		<<else>>
-			$He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock. 
+			$He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock.
 		<</if>>
 	<</if>>
 	<<if !canWalk($activeSlave)>>
 		<<if $activeSlave.boobs > $activeSlave.belly >>
-			$His's _boobs breasts wobble as $his feet service you. 
+			$His's _boobs breasts wobble as $his feet service you.
 		<<else>>
-			$His's _belly belly wobbles as $his feet service you. 
+			$His's _belly belly wobbles as $his feet service you.
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.devotion < -50)>>
-	When $he refuses to comply, you take both $his feet and start thrusting between them. 
+	When $he refuses to comply, you take both $his feet and start thrusting between them.
 <<elseif ($activeSlave.devotion < -20)>>
-	$He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. 
+	$He seems a bit reluctant when massaging you with $his feet so you have to do most of the work.
 <<elseif ($activeSlave.devotion <= 20)>>
-	$He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. 
+	$He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing.
 <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>>
-	$He does $his best to please you, massaging you nicely with $his feet. 
+	$He does $his best to please you, massaging you nicely with $his feet.
 <<elseif ($activeSlave.attrXY < 16)>>
-	$He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. 
+	$He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression.
 <<else>>
 	<<if $activeSlave.sexualQuirk == "perverted">>
-		As a devoted pervert, $activeSlave.slaveName gives an enthusiastic footjob, with $his 
+		As a devoted pervert, $activeSlave.slaveName gives an enthusiastic footjob, with $his
 		<<if $activeSlave.dick > 0>>
 			<<if canAchieveErection($activeSlave)>>
 				<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
@@ -355,105 +355,105 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 				<</if>>
 			<<else>>
 				soft and dripping _dick <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>caged <</if>>dick ,
-			<</if>> 
+			<</if>>
 			<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
 				<<if $activeSlave.vagina >= 0>>
 					and pulsing _balls balls <<if $activeSlave.vaginaLube > 0 && $activeSlave.vagina >= 0>>that are wet from $his feminine arousal <</if>>
 				<</if>>
 			<<elseif $activeSlave.vagina >= 0>>
-				and <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina 
+				and <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina
 			<</if>>
 		<<elseif $activeSlave.vagina >= 0>>
-			<<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina 
+			<<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina
 		<<else>>
-			perverted smile 
+			perverted smile
 		<</if>>
-		showing $his sexual excitement to service your cock with $his feet. 
+		showing $his sexual excitement to service your cock with $his feet.
 	<<elseif $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $his feet, delightedly smearing your precum on $his soles. $He <<if canSee($activeSlave)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $his feet, <</if>>shivering in anticipation. 
+		As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $his feet, delightedly smearing your precum on $his soles. $He <<if canSee($activeSlave)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $his feet, <</if>>shivering in anticipation.
 	<<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		$activeSlave.slaveName slowly strokes your cock with $his feet, getting off on the degrading use of $his feet and avoiding your gaze. $He is showing an embarrassed smile<<if $activeSlave.skin == 'black'>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. 
+		$activeSlave.slaveName slowly strokes your cock with $his feet, getting off on the degrading use of $his feet and avoiding your gaze. $He is showing an embarrassed smile<<if $activeSlave.skin == 'black'>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks.
 	<<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		As $activeSlave.slaveName deftly strokes your cock with $his feet, $his hands plays with $his <<if $activeSlave.boobs < 300>>erect nipples. <<elseif $activeSlave.boobs < 500>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. 
+		As $activeSlave.slaveName deftly strokes your cock with $his feet, $his hands plays with $his <<if $activeSlave.boobs < 300>>erect nipples. <<elseif $activeSlave.boobs < 500>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch.
 	<<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		$activeSlave.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeSlave)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. 
+		$activeSlave.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeSlave)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction.
 	<<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		$activeSlave.slaveName is a dominant and $his skilled feet roughly stroke your erect cock, but $he pauses often to rub $his soles on your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls so $he doesn't get too aggressive with $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. 
+		$activeSlave.slaveName is a dominant and $his skilled feet roughly stroke your erect cock, but $he pauses often to rub $his soles on your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls so $he doesn't get too aggressive with $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>.
 	<<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		$activeSlave.slaveName skillfully strokes your cock with $his feet, one of $his hands roaming across $his _belly belly as $he happily services you. $He occasionally pauses to <<if canSee($activeSlave)>>watch <<else>>feel <</if>>your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls churn with sperm, clearly lost in a pregnancy fantasy. 
+		$activeSlave.slaveName skillfully strokes your cock with $his feet, one of $his hands roaming across $his _belly belly as $he happily services you. $He occasionally pauses to <<if canSee($activeSlave)>>watch <<else>>feel <</if>>your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls churn with sperm, clearly lost in a pregnancy fantasy.
 	<<else>>
-		$activeSlave.slaveName skillfully strokes your cock with $his feet, trying $his best to bring you pleasure. 
+		$activeSlave.slaveName skillfully strokes your cock with $his feet, trying $his best to bring you pleasure.
 	<</if>>
 <</if>>
 <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>>
-	As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. 
+	As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock.
 <<elseif $activeSlave.amp == -4>>
-	The hard angles of $his metal feet provide extra stimulation. 
+	The hard angles of $his metal feet provide extra stimulation.
 <</if>>
 
 /*Extra 2: if not mindbroken/immobi, tease with a flash.*/
 <<if $activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "tease" && $activeSlave.devotion >= 60>>
-	<<if canSee($activeSlave)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he 
+	<<if canSee($activeSlave)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he
 	<<if _footSeed < 40>>
 		<<if $activeSlave.boobs < 300>>
-			presses $his hands on $his flat chest, 
+			presses $his hands on $his flat chest,
 		<<elseif $activeSlave.boobs < 500>>
-			puts $his hands under $his small chest, 
+			puts $his hands under $his small chest,
 		<<else>>
-			cups $his _boobs breasts with $his hands, 
+			cups $his _boobs breasts with $his hands,
 		<</if>>
-		then sticks out $his tongue, posing like a free cities whore who wants a cumshot. 
+		then sticks out $his tongue, posing like a free cities whore who wants a cumshot.
 	<<elseif _footSeed < 70 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory) && !(["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)) && ($activeSlave.dick > 0 || $activeSlave.vagina >= 0 )>>
-		spreads $his _legs legs 
+		spreads $his _legs legs
 		<<if $activeSlave.dick > 0>>
 			<<if $activeSlave.vagina >= 0>>
-				and raises $his _dick <<if canAchieveErection($activeSlave)>>erect <<else>>soft <</if>>cock <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina 
+				and raises $his _dick <<if canAchieveErection($activeSlave)>>erect <<else>>soft <</if>>cock <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina
 			<<else>>
-				and teases the tip of $his _dick <<if canAchieveErection($activeSlave)>>throbbing <<else>>soft <</if>>dick 
+				and teases the tip of $his _dick <<if canAchieveErection($activeSlave)>>throbbing <<else>>soft <</if>>dick
 			<</if>>
 		<<else>>
-			to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips 
+			to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips
 		<</if>>
-	with a sultry smile. 
+	with a sultry smile.
 	<<else>>
-		rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. 
+		rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile.
 	<</if>>
 <</if>>
 
 /*PC orgasms*/
 <<if ($activeSlave.fetish == "mindbroken")>>
-	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even _belly belly with your massive load<<elseif $PC.balls >=1>> and _legs legs with your large load<</if>>. 
+	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even _belly belly with your massive load<<elseif $PC.balls >=1>> and _legs legs with your large load<</if>>.
 <<elseif !canWalk($activeSlave)>>
 	<<if ($activeSlave.devotion < -50)>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean.
 	<<elseif ($activeSlave.devotion < -20)>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean.
 	<<elseif ($activeSlave.devotion <= 20)>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief.
 	<<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he rises to an elbow to smile at you. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he rises to an elbow to smile at you.
 	<<else>>
 		<<if ($activeSlave.trust < -50)>>
 			$His lack of trust causes $his eyes to glaze over in fear.
 		<<else>>
-			You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he moans in pleasure. 
+			You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he moans in pleasure.
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.devotion < -50)>>
-	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp with a look of disgust. 
+	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp with a look of disgust.
 <<elseif ($activeSlave.devotion < -20)>>
-	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. 
+	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now.
 <<elseif ($activeSlave.devotion <= 20)>>
-	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. 
+	You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief.
 <<elseif ($activeSlave.devotion < 60 || $activeSlave.attrXY < 16 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he does $his best to catch your semen on $his legs. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he does $his best to catch your semen on $his legs.
 <<else>>
 	<<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
 		When you eventually cum, $activeSlave.slaveName giggles in lustful joy as your hot cum coats $his _skin
 		<<if $PC.balls >= 1>>
-			feet and quickly slides from your desk to kneel in front of your pulsating cock. 
+			feet and quickly slides from your desk to kneel in front of your pulsating cock.
 			<<if $PC.balls >= 2>>
-				Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his 
+				Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his
 				<<if $activeSlave.boobs < 300>>
 					flat chest
 				<<elseif $activeSlave.boobs < 500>>
@@ -463,7 +463,7 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 				<</if>>
 				and _belly belly onto $his thighs.
 			<<else>>
-				Your large load coats $his face in sticky semen, some dripping onto $his 
+				Your large load coats $his face in sticky semen, some dripping onto $his
 				<<if $activeSlave.boobs < 300>>
 					flat chest.
 				<<elseif $activeSlave.boobs < 500>>
@@ -476,53 +476,53 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 			feet.
 		<</if>>
 	<<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he whimpers as even $his feet used as a sex object. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he whimpers as even $his feet used as a sex object.
 	<<elseif $activeSlave.fetish == "submissive" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin.
 	<<elseif $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		When you eventually cum, $activeSlave.slaveName moans as your semen lands on $his _skin feet, 
+		When you eventually cum, $activeSlave.slaveName moans as your semen lands on $his _skin feet,
 		<<if $PC.balls >= 1>>
-			but quickly turns to present $his _butt ass and _hips hips as a new target. 
+			but quickly turns to present $his _butt ass and _hips hips as a new target.
 			<<if $PC.balls >= 2>>
-				Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. 
+				Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves.
 			<<else>>
-				Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs legs. 
+				Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs legs.
 			<</if>>
 		<<else>>
-			but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume. 
+			but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume.
 		<</if>>
 	<<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he <<if $activeSlave.boobs < 300>>pinches both $his erect nipples <<elseif $activeSlave.boobs < 500>>rubs $his hands across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he <<if $activeSlave.boobs < 300>>pinches both $his erect nipples <<elseif $activeSlave.boobs < 500>>rubs $his hands across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure.
 	<<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his feet with semen. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his feet with semen.
 	<<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and holds your cock between $his feet tightly as you soil $his with semen. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and holds your cock between $his feet tightly as you soil $his with semen.
 	<<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>>
 		When you start to cum, $activeSlave.slaveName moves $his hand from $his belly to
 		<<if $activeSlave.vagina >= 0>>
-			expose $his vagina and spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. 
+			expose $his vagina and spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum.
 		<<elseif $activeSlave.mpreg == 1>>
-			expose $his <<if $activeSlave.anus >3 >>gaping <<elseif $activeSlave.anus >2 >>very loose <<elseif $activeSlave.anus >1 >>loose <<elseif $activeSlave.anus >0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. 
+			expose $his <<if $activeSlave.anus >3 >>gaping <<elseif $activeSlave.anus >2 >>very loose <<elseif $activeSlave.anus >1 >>loose <<elseif $activeSlave.anus >0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum.
 		<<else>>
-			hug $his stomach. 
+			hug $his stomach.
 		<</if>>
-		Your orgasm shoots across $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly is marked with your massive load. $He runs $his hands through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 1>> and _legs legs<</if>>. 
+		Your orgasm shoots across $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly is marked with your massive load. $He runs $his hands through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 1>> and _legs legs<</if>>.
 	<<else>>
-		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his soles. 
+		You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his soles.
 	<</if>>
 <</if>>
 
 /*Extra 3: devoted perverted slave giggles and orgasms*/
-<<if ($activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "perverted" && $activeSlave.devotion >= 60 && !($activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60))>> 
-	$He was getting off on the footjob, but the feeling of your cum on 
+<<if ($activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "perverted" && $activeSlave.devotion >= 60 && !($activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60))>>
+	$He was getting off on the footjob, but the feeling of your cum on
 	<<if $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60 && $PC.balls >=1>>
-		$his ass and thighs sets off a strong orgasm of $his own, $his _thighs legs quivering as 
+		$his ass and thighs sets off a strong orgasm of $his own, $his _thighs legs quivering as
 		<<if $activeSlave.dick > 0>>
 			<<if $activeSlave.vagina >= 0>>
 				<<if cumAmount($activeSlave) > 20>>
-					$his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. 
+					$his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm.
 				<<else>>
-					$his _dick dick spurts $his load, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. 
+					$his _dick dick spurts $his load, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching.
 				<</if>>
 			<<else>>
 				<<if cumAmount($activeSlave) > 20>>
@@ -532,26 +532,26 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 				<</if>>
 			<</if>>
 		<<elseif $activeSlave.vagina >= 0>>
-			$he moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. 
+			$he moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing.
 		<<else>>
-			$he moans in pleasure, asshole pulsating as $he tries to remain standing. 
+			$he moans in pleasure, asshole pulsating as $he tries to remain standing.
 		<</if>>
 	<<else>>
 		$his legs<<if $PC.balls >=2>>and belly<</if>> sets off a strong orgasm of $his own, even without masturbating.
 		<<if $activeSlave.dick > 0>> /*dick shoots*/
 			<<if cumAmount($activeSlave) > 20>>/*huge load*/
-				$His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. 
+				$His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk.
 			<<else>>
-				$His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. 
+				$His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down.
 			<</if>>
 		<<elseif $activeSlave.vagina >= 0>>
-			$He leans back and moans in pleasure, showing $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. 
+			$He leans back and moans in pleasure, showing $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching.
 		<<else>>
-			$He leans back and moans in pleasure, showing $his asshole pulsating. 
+			$He leans back and moans in pleasure, showing $his asshole pulsating.
 		<</if>>
 	<</if>>
 	<<if $activeSlave.vaginaLube >= 1>>
-		After $he leaves, you find a <<if $activeSlave.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. 
+		After $he leaves, you find a <<if $activeSlave.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting.
 	<</if>>
 <</if>>
 
@@ -559,9 +559,9 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 	<<if $PC.balls > 1>>
 		<<if $activeSlave.dick > 0>>
 			<<if cumAmount($activeSlave) > 20>>
-				$His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. 
+				$His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier.
 			<<else>>
-				$His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in the heady smell and how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. 
+				$His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in the heady smell and how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier.
 			<</if>>
 		<<elseif $activeSlave.vagina >= 0>>
 			$He leans back and moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in your scent and how $he can't stop masturbating, $he couldn't be happier.
@@ -569,6 +569,6 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 			$He leans back and moans in pleasure, asshole pulsating. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in your scent and how $he can't stop masturbating, $he couldn't be happier.
 		<</if>>
 	<<else>>
-		$activeSlave.slaveName leans down to wipe semen off $his feet, quickly bringing it into $his mouth with a blissful look as $he tastes your cum and sighs in pleasure. 
+		$activeSlave.slaveName leans down to wipe semen off $his feet, quickly bringing it into $his mouth with a blissful look as $he tastes your cum and sighs in pleasure.
 	<</if>>
 <</if>>
diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw
index deeafb96dc18639b29061e78c71553540c7d82ef..ca01b204d743f32d7e0ab4d82fb034af5f3abec7 100644
--- a/src/pregmod/fillUpFace.tw
+++ b/src/pregmod/fillUpFace.tw
@@ -1,10 +1,10 @@
-:: FillUpFace [nobr] 
- 
+:: FillUpFace [nobr]
+
 <<run clearSummaryCache($activeSlave)>>
 <<set $activeSlave.bellyAccessory = "none">>
 <<set _pregDiscovery = 0>>
 <<set _belly = bellyAdjective($activeSlave)>>
-You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him $activeSlave.inflationType. 
+You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him $activeSlave.inflationType.
 
 <<if $activeSlave.inflation > 1 && $activeSlave.preg > 1>>
 	$He looks uneasy at the prospect of taking in that much, far more than could be considered normal.
@@ -224,9 +224,9 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health.
 		<<set $activeSlave.health -= 10>>
 	<<elseif $activeSlave.inflation == 2>>
-		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. 
+		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>.
 	<<elseif $activeSlave.inflation == 1>>
-		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. 
+		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>.
 	<</if>>
 	<<run SetBellySize($activeSlave)>>
 <</if>>
diff --git a/src/pregmod/hotswapprosthetics.tw b/src/pregmod/hotswapprosthetics.tw
index 5c18285375eea5c12cff6c11359d3ff84ffbcaaa..9bdaf2764f084ce469976c53b19dd70db8288094 100644
--- a/src/pregmod/hotswapprosthetics.tw
+++ b/src/pregmod/hotswapprosthetics.tw
@@ -13,7 +13,7 @@
 <</for>>
 
 	__Swap out $his prosthetics__:
-	<<if $activeSlave.amp < 0>> 
+	<<if $activeSlave.amp < 0>>
 		<<link "Remove current prostheses">>
 			<<set $activeSlave.amp = 1, $activeSlave.armsTat = 0, $activeSlave.legsTat = 0>>
 			<<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>>
@@ -23,7 +23,7 @@
 		<</link>> |
 	<</if>>
 
-	<<if $activeSlave.amp == -1>> 
+	<<if $activeSlave.amp == -1>>
 		<strong>Basic P-limbs equipped</strong>
 	<<elseif _readyLimbs.includes(-1)>>
 		<<link "A basic set">>
@@ -44,7 +44,7 @@
 		//Basic prostheses unavailable
 	<</if>>|
 
-	<<if $activeSlave.amp == -2>> 
+	<<if $activeSlave.amp == -2>>
 		<strong>Sex focused P-limbs equipped</strong>
 	<<elseif _readyLimbs.includes(-2)>>
 		<<link "A sex focused set">>
@@ -65,7 +65,7 @@
 		//Sex focused prostheses unavailable
 	<</if>>|
 
-	<<if $activeSlave.amp == -3>> 
+	<<if $activeSlave.amp == -3>>
 		<strong>Natural looking P-limbs equipped</strong>
 	<<elseif _readyLimbs.includes(-3)>>
 		<<link "A natural looking set">>
@@ -84,9 +84,9 @@
 		//Natural looking P-limbs being built
 	<<else>>
 		//Natural looking prostheses unavailable
-	<</if>>| 
+	<</if>>|
 
-	<<if $activeSlave.amp == -4>> 
+	<<if $activeSlave.amp == -4>>
 		<strong>Combat P-limbs equipped</strong>
 	<<elseif _readyLimbs.includes(-4)>>
 		<<link "Military grade arms">>
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index 47468d27c4aad472b62aff2354683533d4908ff9..c522d9cb04b232dd372d478d51703828d0add130 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -19,7 +19,7 @@
 <</if>>
 
 You completed the legalities before heading to $incubatorName, knowing the tank will release $him on your approach, and instruct $assistantName to notify the new girl's parents to meet you in your office. As the tank exhumes the disoriented girl, you help $him to $his feet<<if $incubatorReproductionSetting > 1>>, making sure to feel-up $his overdeveloped body,<</if>> and walk $him to your penthouse. Though first you must decide upon a name for the new girl; it won't take long to reach your office, so you have only @@.orange;one chance to name $him@@ before you arrive.
-<span id="naming"> 
+<span id="naming">
 <br>Choose a name for $him. <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>>
 	<<link "Commit name.">>
 	<<set $activeSlave.birthName = $activeSlave.slaveName>>
@@ -789,7 +789,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully
 	<<elseif $activeSlave.dick == 6>>
 	You grin sadistically at $him as $his massive dick fills both of your hands.
 	<</if>>
-As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm, 
+As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm,
 <<if $activeSlave.muscles > 30 && $incubatorReproductionSetting > 0>>
 	$he shoves you onto your back and deeply penetrates you. Before you can kick $him off, $he thrusts twice and unloads $his pent up orgasm deep into your pussy. $He pulls out with a huge smile on $his face and a @@.hotpink;deep love@@ for $his mate. You glower at $him as cum pools from your stretched cunt; $he might not be a dom now, but $he may certainly become one.
 	<<set $activeSlave.devotion += 5>>
diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw
index d16e11b562d1a2257993a9d31a06196fc452ba8f..c3373454ed4db63a0e749466e28f02be09958ece 100644
--- a/src/pregmod/organFarmOptions.tw
+++ b/src/pregmod/organFarmOptions.tw
@@ -336,7 +336,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 	<<for _i = 0; _i < $organs.length; _i++>>
 		<<if $organs[_i].ID == $activeSlave.ID>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			$His 
+			$His
 			<<switch $organs[_i].type>>
 			<<case "penis" "scrotum" "foreskin" "prostate" "voicebox">>
 				$organs[_i].type is
diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index bd6a1b3007a21cd1e671e70ebbf9b4dad3456989..cdf04864a42b313dfea833e5938938c4bcc4d4e1 100644
--- a/src/pregmod/saInflation.tw
+++ b/src/pregmod/saInflation.tw
@@ -1,5 +1,5 @@
-:: SA inflation [nobr] 
- 
+:: SA inflation [nobr]
+
 <<if $slaves[$i].assignment == "be confined in the arcade" || $slaves[$i].assignment == "work in the dairy">>
 	<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>>
 <<elseif $slaves[$i].bellyImplant >= 1500>>
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index f502e8dd7ad622b2a1363ff4303527baca276a99..2c1d0db4a25338cdbdfa9e84255f5616cce3de51 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -1,5 +1,5 @@
-:: SE Player Birth [nobr] 
- 
+:: SE Player Birth [nobr]
+
 <<set $nextButton = "Continue", $nextLink = "Scheduled Event">>
 
 <<set _gaveBirth = 0, _PCDegree = 0, _pregTypeDecrecement = WombReserveCount($PC, "incubator"), _pregTypeDecrecementNursery = WombReserveCount($PC, "incubator"), $PC.reservedChildren = _pregTypeDecrecement, $PC.reservedChildrenNursery = _pregTypeDecrecementNursery>>
@@ -23,7 +23,7 @@ PC.pregSource documentation
 	<<set _badBirth = 10>>
 <</if>>
 <<set $PC.curBabies = WombBirth($PC, 35)>>
-<<set _curBabies = $PC.curBabies.length>> 
+<<set _curBabies = $PC.curBabies.length>>
 <<set _stilBirth = $PC.womb.length>>
 <<if _curBabies == 1>>
 	<<if $PC.curBabies[0].genetics.gender == "XX">>
@@ -618,7 +618,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		<br><br>
 		<span id="choice">What will it be?
 		<br>
-		<<link "Boarding School">><<replace "#choice">><<print "You have decided to send them away to be raised in your stead.">><</replace>><</link>> | 
+		<<link "Boarding School">><<replace "#choice">><<print "You have decided to send them away to be raised in your stead.">><</replace>><</link>> |
 		<<link "Slave Orphanage">><<replace "#choice">><<print "You have decided to send them to a slave orphanage to be raised to $minimumSlaveAge and sold. Perhaps you'll even see them again, though you are unlikely to recognize them if you do.">><</replace>><<set $slaveOrphanageTotal += _curBabies>><</link>> |
 		<<link "Citizen School">><<replace "#choice">><<print "You have decided to send them to a citizen school to become a future citizen. Perhaps you'll even see them again, though you are unlikely to recognize them if you do.">><</replace>><<set $citizenOrphanageTotal += _curBabies>><</link>> |
 		<<link "Privately Raised">><<replace "#choice">><<print "You have decided to send them to be privately raised. Perhaps you'll even see them again, though it's unlikely that there will be any connection between you. At least you'll know they've been properly reared.">><</replace>><<set $privateOrphanageTotal += _curBabies>><</link>>
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 7cfb465f694ccb133a3cc7fc189acaa96242626a..8e3f510e2a76aaa5e42ff76d8fa6c0ce94e583d0 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -141,7 +141,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 			<<if $thisWeeksIllegalWares[_bim] == "childhoodFertilityInducedNCS">>
 				<br>
 				<<if $minimumSlaveAge <= 15>>
-					<dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> 
+					<dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt>
 					<<if $minimumSlaveAge > 8>>
 						<br>&nbsp;&nbsp;&nbsp;&nbsp;
 						Illegal information for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br>
diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw
index 6fa71bc5498eb4004678602fd0a13c05b2655a8a..a492a83b9e9873a3196d7486348732957c1951bf 100644
--- a/src/pregmod/widgets/bodySwapReaction.tw
+++ b/src/pregmod/widgets/bodySwapReaction.tw
@@ -137,7 +137,7 @@ Now you only have to wait for $him to wake up.
 		<<else>> /* (same muscle (within five units)) */
 			<<if $args[0].physicalAge < $args[1].physicalAge-5>>
 				<<if !canSee($args[0])>>
-					finger. $He traces $his 
+					finger. $He traces $his
 					<<if $args[1].physicalAge >= 40>>
 						arm and feels how @@.green;less wrinkled@@ $his skin is and how firmer $his muscles are.
 					<<else>>
@@ -151,7 +151,7 @@ Now you only have to wait for $him to wake up.
 				<</if>>
 			<<elseif $args[0].physicalAge > $args[1].physicalAge+5>>
 				<<if !canSee($args[0])>>
-					finger. $He traces $his 
+					finger. $He traces $his
 					<<if $args[1].physicalAge < 40>>
 						arm and feels the @@.red;wrinkles in $his skin.@@ With a despondent note, $he lowers $his hands back to $his sides.
 					<<else>>
@@ -694,13 +694,13 @@ Now you only have to wait for $him to wake up.
 					speak, but finds @@.coral;no words come.@@ $He tries again, frowning. $He rubs $his throat and tears well in $his eyes, but no sobs can be heard as $his shoulders begin to @@.gold;shake.@@ After a bit, $he extends $his hand, and gestures @@.mediumorchid;somberly@@ for a mirror.
 					<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
 				<<else>>
-					speak. At first $he's slightly startled by $his new 
+					speak. At first $he's slightly startled by $his new
 					<<if $args[0].voice < $args[1].voice>>
 						@@.orange;<<if $args[0].voice < $args[1].voice-1>>much <</if>>lower voice,@@
 					<<elseif $args[0].voice > $args[1].voice>>
 						@@.lime;<<if $args[0].voice < $args[1].voice+1>>much <</if>>higher voice,@@
 					<<else>>
-						voice, 
+						voice,
 					<</if>>
 					but manages a single word. "...mirror..."
 				<</if>>
@@ -829,7 +829,7 @@ Now you only have to wait for $him to wake up.
 			<</if>>
 		<<else>>
 			<<if canSee($args[0])>>
-				Something about $his head catches $his 
+				Something about $his head catches $his
 				<<if $args[0].hColor != $args[1].hColor>>
 					eye; $he @@.coral;now has $args[0].hColor hair.@@
 				<<else>>
@@ -965,7 +965,7 @@ Now you only have to wait for $him to wake up.
 					<<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>>
 						$He would prefer to be fitter, but this just means $he can work it off for your amusement.
 					<<else>>
-						$He is happy that you have given $him more weight for you to play 
+						$He is happy that you have given $him more weight for you to play
 						<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
 							with, but is somewhat confused that you would do so against the society you created.
 						<<else>>
@@ -2235,7 +2235,7 @@ Now you only have to wait for $him to wake up.
 		<<elseif $args[0].bald == 1 && $args[1].bald == 1>>
 			Something about $his head catches $his eye, but it turned out to be nothing. $He is as bald as ever.
 		<<else>>
-			Something about $his head catches $his 
+			Something about $his head catches $his
 			<<if $args[0].hColor != $args[1].hColor>>
 				eye; $he @@.coral;now has $args[0].hColor hair.@@
 			<<else>>
@@ -2415,7 +2415,7 @@ Now you only have to wait for $him to wake up.
 					<<elseif $args[0].behavioralQuirk == "fitness">>
 						$He would prefer to be fitter, but without arms and legs, $he gets little say in the matter.
 					<<else>>
-						$He is happy that you have given $his more weight for you to play 
+						$He is happy that you have given $his more weight for you to play
 						<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
 							with, but is somewhat confused that you would do so against the society you created.
 						<<else>>
diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw
index 3e876930590d67a1af5ecc90461537be1b252a92..ac87de4c2be890867ded5576a12e5839ffb9581e 100644
--- a/src/societies/aztec/slaveSacrifice.tw
+++ b/src/societies/aztec/slaveSacrifice.tw
@@ -1,5 +1,5 @@
 :: Aztec Slave Sacrifice [nobr]
- 
+
 <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "Aztec Revivalism">>
 <<run SlavePronouns($activeSlave)>>
 <<run Enunciate($activeSlave)>>
@@ -131,10 +131,10 @@
 	<</if>>
 
 	<br>
-	$He's prepared for $his public penance. First, $he is left to sweat for several hours on the temazcal to remove any impurity of the previous night before being bathed and painted once again. $He's specially dressed for the occasion - 
+	$He's prepared for $his public penance. First, $he is left to sweat for several hours on the temazcal to remove any impurity of the previous night before being bathed and painted once again. $He's specially dressed for the occasion -
 	<<if ($activeSlave.sexualFlaw == "shamefast") || ($activeSlave.sexualFlaw == "repressed")>>
 		a short red loincloth and a chastity belt designed to prevent any forbidden self-stimulation cover as little of $his lower body as possible. The setup is adorned with long, red, silky fringes that move as $he walks. $His chest is bare except for a pair of golden pasties over $his nipples joined by three blue chains on cascade.
-	<<else>> 
+	<<else>>
 		a particularly enticing red loincloth covers $his lower regions while hiding the chastity belt that will thwart any forbidden self-stimulation. $His chest is nearly naked save for a large necklace adorned with feathers, gold and flowers.
 	<</if>>
 	Lastly, $his head is decorated with a huge crest of feathers in the colors of the goddess.
@@ -173,7 +173,7 @@
 			<<if ($activeSlave.fetish == "submissive")>>
 				$He makes sure to be ready to take any instruction, and it's clear that $he enjoys it. As the week progresses, the signs of $his sexual frustration become more evident. However, $he seems to enjoy the struggle of resisting the urges, since $he is under strict orders not to touch $himself. Every time the slave in charge of feeding $him or renewing $his aphrodisiacs orders $him to come closer, $his body shudders with lust-fueled pleasure. $He moans lewdly whenever $he's ordered to wake up or to sleep. By the end of the week, $he fights to remain standing, almost delusional from lust and starvation. $He was told to remain on $his feet, but, much to $his chagrin, exhaustion often brings $him to $his knees.
 			<<elseif ($activeSlave.fetish == "masochist")>>
-				$He seems to enjoy the pain $his sacrifice gives $him. As the week progresses, it is fairly common to see $him moaning and showing other signs of pleasure that seem to be unrelated to the huge amount of aphrodisiacs in $his system. Before long, $he starts to faint more often as $he refuses to even drink the tea to keep $him hydrated and avoids any sleep whatsoever. The specially designated slave appointed to $his care needs to force $him to drink every few hours to avoid dying of dehydration. $He seems to enjoy the extra abuse and even fights to retain as little liquid inside $him as possible. By the end of the week, $he needs to be constantly reanimated to carry out $his penance; a process that $he also seems to enjoy. 
+				$He seems to enjoy the pain $his sacrifice gives $him. As the week progresses, it is fairly common to see $him moaning and showing other signs of pleasure that seem to be unrelated to the huge amount of aphrodisiacs in $his system. Before long, $he starts to faint more often as $he refuses to even drink the tea to keep $him hydrated and avoids any sleep whatsoever. The specially designated slave appointed to $his care needs to force $him to drink every few hours to avoid dying of dehydration. $He seems to enjoy the extra abuse and even fights to retain as little liquid inside $him as possible. By the end of the week, $he needs to be constantly reanimated to carry out $his penance; a process that $he also seems to enjoy.
 			<<elseif ($activeSlave.fetish == "cumslut")>>
 				$He can be seen frequently crying and desperately fighting the excruciating need to touch $himself. As a result of the aphrodisiacs, the paint on $his inner thighs is constantly wet and steadily drips onto the cage floor. As the week progresses, $his whining increase and $his body convulses harder and harder with lust. The loincloth $he's wearing is constantly wet, as are $his legs. It is common to see $him begging strength from the goddess only to burst into tears when no relief comes to $him and crying $himself to sleep at night only to be awoken a few hours later. As a result of all $his crying and lubrication, $he needs to be hydrated more often. By the end of the week, $his body refuses to lose more liquid, a fact that doesn't stop $him from sobbing, immobile in $his dried arousal on the floor of the cage, interrupted only by the spasms of $his lust raked body and the slave posted to procure $him more tea to prevent $him from succumbing to dehydration.
 			<<elseif ($activeSlave.fetish == "humiliation")>>
@@ -194,7 +194,7 @@
 
 		<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish != "none")>>
 			<<if ($activeSlave.fetish == "submissive")>>
-				$He makes sure is ready to take any order $he might be given, and it's evident that $he enjoys it every time $he is ordered to do something. As the week progresses $he finds $himself close to the limits of $his submission. As much as $he tries to keep $his hands to $himself, $his sexual frustration finally wins the battle, and $he desperately tries to masturbate, only for $him to discover how effective the chastity belt really is. $He cries in frustration and shame for being unable to fulfill $his orders. The signs of sexual frustration are more evident on $his body as time goes by and it is common to see $him repeating "<<Master>> told me no touching yourself is allowed" over and over again as $he shifts $his weight from foot to foot. The only thing that seems to shut $him up is when $he is ordered to come closer to drink, renew $his dose of aphrodisiacs or when ordered to be prepared to sleep. As soon as $he hears the order, $his body twitches and a soft moan can be heard. By the end of the week $he fights to remain standing up almost delusional as $he was told to remain on $his feet but the signs of exhaustion often bring $him to $his knees. Sometimes $he tries to touch $himself down there only to burst into tears when $he is unable to do so. 
+				$He makes sure is ready to take any order $he might be given, and it's evident that $he enjoys it every time $he is ordered to do something. As the week progresses $he finds $himself close to the limits of $his submission. As much as $he tries to keep $his hands to $himself, $his sexual frustration finally wins the battle, and $he desperately tries to masturbate, only for $him to discover how effective the chastity belt really is. $He cries in frustration and shame for being unable to fulfill $his orders. The signs of sexual frustration are more evident on $his body as time goes by and it is common to see $him repeating "<<Master>> told me no touching yourself is allowed" over and over again as $he shifts $his weight from foot to foot. The only thing that seems to shut $him up is when $he is ordered to come closer to drink, renew $his dose of aphrodisiacs or when ordered to be prepared to sleep. As soon as $he hears the order, $his body twitches and a soft moan can be heard. By the end of the week $he fights to remain standing up almost delusional as $he was told to remain on $his feet but the signs of exhaustion often bring $him to $his knees. Sometimes $he tries to touch $himself down there only to burst into tears when $he is unable to do so.
 			<<elseif ($activeSlave.fetish == "masochist")>>
 				$He seems to enjoy the pain $his sacrifice submits $him to. Through the week is fairly common to see $his moaning and showing other signs of pleasure that seem to be fairly unrelated to the huge amounts of aphrodisiacs that run through $him. Every time the shot it is injected to $his body $he pants and thrusts, enjoying the pain of $his swollen <<if $activeSlave.dick != 0>>dick<<else>>pussy lips<</if>> throbbing inside $his chastity belt. As the week progresses, $he starts to frequently faint, as $he refuses to even drink the tea that keeps $him hydrated or sleep whatsoever, instead choosing to focus on the pain of being constantly aroused. As a precaution, alternative methods to keep $him hydrated are put in place to avoid the pleasure of being forced to drink every few hours as $he was caught several times trying to cum from it. By the end of the week $he needs to be constantly reanimated to fulfill $his vigil, moaning as $he comes to conscience as the exhaustion and pain on $his body washes over to $him.
 			<<elseif ($activeSlave.fetish == "cumslut")>> /*Will need to be completely rewritten*/
@@ -210,13 +210,13 @@
 			<</if>>
 
 		<<elseif $activeSlave.sexualFlaw != "none">>
-			<<if ($activeSlave.sexualFlaw == "hates oral")>> 
+			<<if ($activeSlave.sexualFlaw == "hates oral")>>
 				$He focuses on fulfilling $his duty to keeping $himself pure for the goddess while fighting the urge to touch $himself. $He seems to think the worst part of $his penance is over as $he is no longer going to be raped in the mouth like $he was last night. Soon $he discovers that is far the truth when $his first dose of the tea doesn't come in a tea cup. As a means of keeping $his penance in accordance to the suffering the goddess demands the tea will be administered through a similar device used in dairies. A feeding phallus is quickly installed into a side of the cage. If $he wants to avoid dehydration $he will have to suck it off and only after $he does it right is the tea provided. When $he realizes what is in store for $him, $he begins to cry. $He tries to drink only when strictly necessary. However, as the week progresses, $he starts to faint more frequently as $his body receives only the minimum amount of liquids necessary. As a result, $he is restrained and the feeding phalli is pressed into $his mouth and down $his throat to facefuck $him. $He gags and struggles, tears running down $his face as $he tries to figure out how to breathe while being facefucked. Only after $he manages to control $himself is the transparent reservoir of tea injected. $He swallows desperately. As per your instructions $his feedings are synched with $his dose of aphrodisiacs which confuses $him to no end and adds to $his penance. This procedure occurs several times a day. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage only interrupted by $his feedings and the body spasms $he suffers as a result of the constant arousal.
-			<<elseif ($activeSlave.sexualFlaw == "shamefast")>> 
+			<<elseif ($activeSlave.sexualFlaw == "shamefast")>>
 				At first, $he tries to fulfill $his duty to keeping $himself pure to the goddess, distracting $himself by trying to cover however $he can $his almost naked body. As a way to keep $his penance according to the suffering the goddess demands a big screen set next to $his cage. After a few hours, the screen turns on and a live image of $him on the cage appears. The screen then shifts to a low shot of $his tight dripping wet product of $his arousal, showing different stats related to it. After a few minutes, the screens changes to previously recorded footage of $his naked body glistening while laying comfortably on the temazcal. After a minute, it shifts again to a close shot of $his ass being carefully painted with blue, the camera following the movement of the brush as it moves over $his ass cheek and shifts again to a very close shot of $him being fucked the night before. The video changes over and over again showing scenes of previously recorded footage of $his preparation for $his penance, every one carefully picked to give a good look of $his body or revealing live shots of $his body picked to show where $his sexual arousal is more evident. The first time $he sees them $he burst into tears, begging the screens to be turned off just to see $his image begging and crying a few hours later. As the week goes new clips are added showing the best scenes the camera was able to capture while on the cage. Due to $his resistance to show $his body for the cameras and the citizens passing by $he is immobilized to be kept standing, $his body conveniently positioned to get the best shots. $He tries to ignore the whole situation trying to focus on resisting the signs of $his hunger, exhaustion and arousal $he constantly feels. By the end of the week as $he remains sitting immobilize on a stool to procure a good shot a small screen is set in front of $him, the image divided in two, one half showing what the big screen projects and the other the audience and $his reactions.
 			<<elseif ($activeSlave.sexualFlaw == "repressed")>>
-				Although $he thinks $his clothes are degrading, $he seems happy to fulfill $his duty keeping $himself pure to the goddess and fighting the urge to touch $himself. At first, $he seems confident $he can manage the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for what $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body betrays $him every time more often. $He shakes, moans and shivers with the littlest provocation, which horrify $him to no end. Little does $he know that $his dose of aphrodisiacs is being increased every time $he is injected and that they are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and burst into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when $he thinks no one is watching $him only to be caught right after. The shame is so big $he breaks out on tears. $He spends the rest of $his time left in penance on the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. 
-			<<elseif ($activeSlave.sexualFlaw == "attention whore")>> 
+				Although $he thinks $his clothes are degrading, $he seems happy to fulfill $his duty keeping $himself pure to the goddess and fighting the urge to touch $himself. At first, $he seems confident $he can manage the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for what $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body betrays $him every time more often. $He shakes, moans and shivers with the littlest provocation, which horrify $him to no end. Little does $he know that $his dose of aphrodisiacs is being increased every time $he is injected and that they are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and burst into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when $he thinks no one is watching $him only to be caught right after. The shame is so big $he breaks out on tears. $He spends the rest of $his time left in penance on the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him.
+			<<elseif ($activeSlave.sexualFlaw == "attention whore")>>
 				$He seems to enjoy all the attention $he receives every time $he tries to fight the impulse to touch $himself as $his body shows clear signs of arousal and takes special care in showing $his body to the audience. $He rejoices with the reactions of the citizens as they gasp and point while $he shakes and moans. The first time the tea is offered to $him $he refuses it hoping to get a reaction of $his crowd. As a way to keep $his penance according to the suffering the goddess demands after the first night is over $he is informed that due to $his good behavior $he has been granted the chance to finish $his penance in private. $He cries and begs to be left where $he is. $He is blindfolded and taken to a minuscule room nearby while cries and begs. Once inside $he is left to $himself, $his only contact with another person is the slave appointed to $his care who enters to administer the aphrodisiacs when required, when $his ration of tea is left on the room or when $he falls sleep and is required to be awake. Little does $he know the room is filled with hidden cameras which are connected to a big screen installed where $his cage was as the penance must be public. As the week goes by $he is left to deal with the hunger, the lack of sleep and the constant need to release. By the end of the week $he cannot stand up and remains on the bottom of the room, saving $his strength and sobbing.
 			<<elseif ($activeSlave.sexualFlaw == "self hating")>>
 				As week starts $he tries to fulfill $his duty, fighting the urge to touch $himself and drinking just when $he needs to, hoping that by following the rules the penance of such unworthy slave will be enough to please the goddess. As the week progresses $his resolution reduces. $He soon discovers how efficient a chastity belt could be when, once completely overpowered by $his need of release $he tries to touch $himself, fearing the wrath of the goddess for $his lack of strength. $His body shakes and twitches every time more often as the aphrodisiacs run through $his body, blaming $himself for not being able to keep control. $His pelvis thrusts every time the airs provides extra stimulation product the sexual frustration and tries to stop it by banging $his head against the cage. $He soon needs to be immobilized to avoid damage. As $he lays on the cage $he blames $himself for $his inability to fulfill $his task. The lack of food has a toll on $him too, as $he often refuses to drink thinking the dehydration is well deserved. As a result of this, it is forced to drink several times a day which seems to infuriate $him. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage being fed by another slave when it is clear $he that needs more liquid in $his body and $his hours of sleep are over.
@@ -227,15 +227,15 @@
 			At first, $he tries to fulfill $his sacrifice the best $he can, trying to keep $himself pure for the goddess. $He submits to every instruction trying to hold as much as $his body allows $him, drinking as little as $he can and sleeping only when $he is told. Soon the aphrodisiacs make $his resolutions dilute as $he tries to touch $himself to find release. It does not take $him long to prove just how effective $his chastity belt is. $He cries and tries as much as $he can but $he is unable to cause any kind of pleasure. As time goes by $he seems to shift $his efforts on fighting to remove the chastity belt to no avail. $His body twitches and shakes more and more often as the aphrodisiacs hit $him harder each time $his dose is renewed. Later on, $he tries to please any part of $his body that he is able to, and so needs to be restrained. Hunger and sleep depravation take a toll on $his body, and $he tries to drink as much as possible to fool the hunger. The tea is rationed to be given only when need it and the sleep carefully monitored. By the end of the week $he remains on the bottom of $his cage trying to conserve the little energy $he has, interrupted only by the spasms caused by the aphrodisiacs in $his body, followed by a soft moan.
 		<</if>>
 
-	<<elseif ($activeSlave.trust < -20)>> 
-		<<if ($activeSlave.sexualFlaw == "hates oral")>> 
+	<<elseif ($activeSlave.trust < -20)>>
+		<<if ($activeSlave.sexualFlaw == "hates oral")>>
 			$He immediately focuses on $his need of release, since $he thinks the worst part of $his penance is over as $his mouth is no longer going to be raped like it was last night. Soon $he discovers that this is far from the truth when it is time for $his first dose of the tea. As a means to keep $his penance according to the suffering the goddess demands, the tea it to be administered through a similar device as is used in dairies. A feeding phallus is installed on a side of the cage, and if $he wants to avoid dehydration, $he will have to suck it off. When $he realizes what lies in store for $him $he begins to cry and refuses to drink at all. As the week progresses $he begins to faint more and more often as $he vehemently refuses to work for $his drink. As a result, $he is restrained and the feeding phallus is shoved into $his mouth and down $his throat. $He gags and struggles, tears running down $his face as $he tries and fails to scream. After several minutes, $he stops panicking and finally starts to inhale and exhale regularly. Only after this the transparent reservoir of tea is injected. $He chokes on it but swallows desperately. As per your instructions $his feedings are synched with $his dose of aphrodisiacs which confuses $him to no end and adds to $his penance. The procedure goes on during the rest of the week several times a day. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage, only interrupted by $his feedings and the spasms $he suffers as a result of the constant arousal.
-		<<elseif ($activeSlave.sexualFlaw == "shamefast")>> 
+		<<elseif ($activeSlave.sexualFlaw == "shamefast")>>
 			At first, $he tries to relieve $himself while $he tries to hide $his body. As a way to keep $his penance according to the suffering the goddess demands a big screen is set next to $his cage. After a few hours, the screen turns on and a live image of $him on the cage appears. The screen then shifts to a low shot of $his tight pussy dripping with the wet product of $his arousal, showing different stats related to it. After a few minutes, the screens changes to previously recorded footage of $his naked body glistening while laying comfortably on the temazcal. After a minute, it shifts again to a close up shot of $his ass being carefully painted with blue, the camera following the movement of the brush as it moves over $his ass cheek then shifts again to a very close shot of $him being fucked the night before. The video changes over and over again showing scenes of previously recorded footage preparation for $his penance, every one carefully picked to give a good view of $his body or revealing live shots of $his body picked to show where $his sexual arousal is more evident. The first time $he sees them $he burst into tears. As the week goes new clips are added showing the best scenes of $him that the camera was able to capture while the aphrodisiacs forced $him to masturbate without success. Due $his resistance to show $his body for the cameras and the citizens passing by, $he is immobilized into standing, $his body conveniently positioned to get the best shots. $He tries to ignore the whole situation by trying to focus on ignoring the screen. As a result, a small screen is set in front of $him, the image divided in two, one half showing the big screen's projection and the other reactions of all parties. By the end of the week $he remains sitting immobilized on a stool to produce a good shivering shot.
-		<<elseif ($activeSlave.sexualFlaw == "repressed")>> 
-			Although $he thinks $his clothes are degrading, $he seems content to fulfill $his duty to keeping $himself pure to the goddess and fights the urge to touch $himself. At first, $he manages to control the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for which $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body does betray $him most of the time. $He shakes, moans and shivers at the littlest provocation, which horrifies $him to no end. Little does $he know that $his dosage of aphrodisiacs has being increased every time $he is injected and are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and bursts into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when the arousal becomes too much, which is often. $He seems ashamed of $his actions and often $he breaks out in tears as $he tries to masturbate. $He remains $his time left on penance in the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. 
-		<<elseif ($activeSlave.sexualFlaw == "attention whore")>> 
-			$He seems to enjoy all the attention $he receives every time $he tries to find release as the citizens passing by scream at $him for $his lack of faith and takes special care in showing $his body to the audience. $He rejoices with the reactions of the citizens as they gasp and point while $he shakes and moans. The first time the tea is offered to $him $he refuses it hoping to get a reaction out of the crowd. As a way to keep $his penance in accordance to the suffering the goddess demands, after the first night is over $he is informed that due to $his good behavior $he has been granted the chance to finish $his penance in private. $He curses and swears, fighting with all of $his strength to be left where $he is. $He is taken out by forced and pinned to the floor to be immobilized. $He is blindfolded and taken to a minuscule room nearby while $he cries and tries to resist. Once inside $he is left to $himself, $his only contact with another person is the slave appointed to $his care who enters to administer the aphrodisiacs when required, when $his ration of tea is left on the room or when $he falls sleep and is required to be awake. Little does $he know the room is filled with hidden cameras which are connected to a big screen installed where $his cage was as the penance must be public. As the week goes by $he is left to deal with the hunger, the lack of sleep and the constant need for release which $he can no longer control. By the end of the week $he cannot stand up and remains on the bottom of the room, saving $his strength and sobbing. 
+		<<elseif ($activeSlave.sexualFlaw == "repressed")>>
+			Although $he thinks $his clothes are degrading, $he seems content to fulfill $his duty to keeping $himself pure to the goddess and fights the urge to touch $himself. At first, $he manages to control the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for which $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body does betray $him most of the time. $He shakes, moans and shivers at the littlest provocation, which horrifies $him to no end. Little does $he know that $his dosage of aphrodisiacs has being increased every time $he is injected and are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and bursts into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when the arousal becomes too much, which is often. $He seems ashamed of $his actions and often $he breaks out in tears as $he tries to masturbate. $He remains $his time left on penance in the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him.
+		<<elseif ($activeSlave.sexualFlaw == "attention whore")>>
+			$He seems to enjoy all the attention $he receives every time $he tries to find release as the citizens passing by scream at $him for $his lack of faith and takes special care in showing $his body to the audience. $He rejoices with the reactions of the citizens as they gasp and point while $he shakes and moans. The first time the tea is offered to $him $he refuses it hoping to get a reaction out of the crowd. As a way to keep $his penance in accordance to the suffering the goddess demands, after the first night is over $he is informed that due to $his good behavior $he has been granted the chance to finish $his penance in private. $He curses and swears, fighting with all of $his strength to be left where $he is. $He is taken out by forced and pinned to the floor to be immobilized. $He is blindfolded and taken to a minuscule room nearby while $he cries and tries to resist. Once inside $he is left to $himself, $his only contact with another person is the slave appointed to $his care who enters to administer the aphrodisiacs when required, when $his ration of tea is left on the room or when $he falls sleep and is required to be awake. Little does $he know the room is filled with hidden cameras which are connected to a big screen installed where $his cage was as the penance must be public. As the week goes by $he is left to deal with the hunger, the lack of sleep and the constant need for release which $he can no longer control. By the end of the week $he cannot stand up and remains on the bottom of the room, saving $his strength and sobbing.
 		<<elseif ($activeSlave.sexualFlaw == "self hating")>>
 			As week starts $he tries to fulfill $his duty, fighting the urge to touch $himself and drinking just when $he needs to, hoping that by following the rules the penance of such an unworthy slave will be enough to please the goddess. As the week progresses $his resolution reduces. $He soon discovers how efficient a chastity belt could be when, once completely overpowered by $his need of release $he tried to touch $himself fearing the wrath of the goddess for $his lack of strength. $His body shakes and twitches more frequently as the aphrodisiacs run through $his body. $He blames $himself for not being able to keep $himself in control. $His pelvis thrusts every time the airs provides extra stimulation that produces sexual frustration and tries to stop it by banging $his head against the cage's bars. $He soon needs to be immobilized to avoid damage. As $he lies down on the cage's floor $he blames $himself and hating $his inability to fulfill $his task. The lack of food has taken a toll on $him too as $he often refuses to drink thinking the dehydration is well deserved. As a result, $he is forced to drink several times a day which seems to infuriate $him. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage fed by another slave when it is clear that $he needs more liquids in $his body and $his hours of sleep are over.
 		<<else>>
@@ -263,16 +263,16 @@
 			<<if fetishChangeChance($activeSlave) > random(0,100)>>
 				<<set $activeSlave.fetishStrength = 10, $activeSlave.fetishKnown = 1, $activeSlave.fetish = "masochist">>
 				<<set $activeSlave.devotion += 4, $activeSlave.trust += 4>>
-				$His successful penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is. 
+				$His successful penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is.
 			<<elseif ($activeSlave.fetish == "masochist")>>
 					<<set $activeSlave.devotion += 6, $activeSlave.trust += 6>>
-					The constant pain you submitted $him to during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more. 
+					The constant pain you submitted $him to during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more.
 					<<set $activeSlave.fetishStrength += 4>>
 			<<elseif ($activeSlave.fetish == "cumslut")>>
 				<<set $activeSlave.fetishStrength -= 2>>
 			<<elseif ($activeSlave.fetish == "humiliation")>>
 					<<set $activeSlave.devotion += 6, $activeSlave.trust += 6>>
-					The constant humiliation during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is. 
+					The constant humiliation during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is.
 					<<set $activeSlave.fetishStrength += 3>>
 			<<elseif ($activeSlave.fetish == "buttslut")>>
 					<<set $activeSlave.fetishStrength -= 2>>
diff --git a/src/uncategorized/bulkSlaveIntro.tw b/src/uncategorized/bulkSlaveIntro.tw
index 027f7f58b5063678f4704288542aa5c22f638297..6c442cb23b1b20b8e59c88b3e98f478995a14817 100644
--- a/src/uncategorized/bulkSlaveIntro.tw
+++ b/src/uncategorized/bulkSlaveIntro.tw
@@ -38,7 +38,7 @@
 	You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
 
 <<case "inStock">>
-	You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves. 
+	You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves.
 	<<if $slaveMarket == "TFS">>
 		/* Put line about The Futanari Sisters discount & pricing */
 	<<elseif $discount == 475>>
@@ -53,7 +53,7 @@
 
 <</switch>>
 /* remove the below line to make the intro blurb show up for every slave, not just the first */
-<<set $introType = "">> 
+<<set $introType = "">>
 
 <<if ($newSlaveIndex >= $newSlaves.length) || ($newSlavesDone == 1)>>
 	<<if $newSlaves.length > 0>>
diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw
index b5f5f080033003191b50c6df5002c1dcbbe9822b..8a598e7e5f48d11f7b7f17698b3b7894a94c9a0b 100644
--- a/src/uncategorized/buySlaves.tw
+++ b/src/uncategorized/buySlaves.tw
@@ -41,7 +41,7 @@ __Sex Slave Purchase Options__
 <</if>>
 
 <<if ($rep > 500)>>
-<br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] | 
+<br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] |
 <<if $cash > _minimumFive>>
 	[[(x5)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 5]] |
 <</if>>
@@ -55,7 +55,7 @@ __Sex Slave Purchase Options__
 <<for _i = 0; _i < $arcologies.length; _i++>>
 	<<if $arcologies[_i].direction != 0>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;<<print '[[Slaves from|Slave Markets][$slaveMarket = "neighbor", $numArcology = ' + _i + ']]'>>
-		'' $arcologies[_i].name'' 
+		'' $arcologies[_i].name''
 		<<if $cash > _minimumFive>>
 			| <<print '[[(x5)|Bulk Slave Generate][$slaveMarket = "neighbor", $introType = "bulk", $numSlaves = 5, $numArcology = '+_i+']]'>>
 		<</if>>
@@ -66,7 +66,7 @@ __Sex Slave Purchase Options__
 <</for>>
 
 <<if ($rep > 1000)>>
-	<br>[[Runaway Hunters' Market|Slave Markets][$slaveMarket = "hunters", $slavesSeen += 1]] | 
+	<br>[[Runaway Hunters' Market|Slave Markets][$slaveMarket = "hunters", $slavesSeen += 1]] |
 	<<if $cash > _minimumFive>>
 		[[(x5)|Bulk Slave Generate][$slaveMarket = "hunters", $introType = "bulk", $numSlaves = 5]] |
 	<</if>>
@@ -77,7 +77,7 @@ __Sex Slave Purchase Options__
 <</if>>
 
 <<if ($rep > 2000)>>
-	<br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] | 
+	<br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] |
 	<<if $cash > _minimumFive>>
 		[[(x5)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 5]] |
 	<</if>>
@@ -88,7 +88,7 @@ __Sex Slave Purchase Options__
 <</if>>
 
 <<if ($rep > 3000)>>
-	<br>[[Raiders' Market|Slave Markets][$slaveMarket = "raiders", $slavesSeen += 1]] | 
+	<br>[[Raiders' Market|Slave Markets][$slaveMarket = "raiders", $slavesSeen += 1]] |
 	<<if $cash > _minimumFive>>
 		[[(x5)|Bulk Slave Generate][$slaveMarket = "raiders", $introType = "bulk", $numSlaves = 5]] |
 	<</if>>
@@ -99,7 +99,7 @@ __Sex Slave Purchase Options__
 <</if>>
 
 <<if ($pedo_mode == 1 || ($minimumSlaveAge <= 13 && $minimumSlaveAge <= $fertilityAge)) && ($rep > 3500)>>
-	<br>[[Raiders' Black Market|Slave Markets][$slaveMarket = "underage raiders", $slavesSeen += 1]] | 
+	<br>[[Raiders' Black Market|Slave Markets][$slaveMarket = "underage raiders", $slavesSeen += 1]] |
 	<<if $cash > _minimumFive>>
 		[[(x5)|Bulk Slave Generate][$slaveMarket = "underage raiders", $introType = "bulk", $numSlaves = 5]] |
 	<</if>>
@@ -110,7 +110,7 @@ __Sex Slave Purchase Options__
 <</if>>
 
 <<if ($rep > 4000)>>
-	<br>[[Trainers' Market|Slave Markets][$slaveMarket = "trainers", $slavesSeen += 1]] | 
+	<br>[[Trainers' Market|Slave Markets][$slaveMarket = "trainers", $slavesSeen += 1]] |
 	<<if $cash > _minimumFive>>
 		[[(x5)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 5]] |
 	<</if>>
@@ -120,7 +120,7 @@ __Sex Slave Purchase Options__
 	//Slaves will tend to be good quality and obedient.//
 
 	<<if $arcologies[0].FSPaternalist == "unset">>
-		<br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] | 
+		<br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -135,7 +135,7 @@ __Sex Slave Purchase Options__
 
 <<if ($rep > 5000)>>
 	<<set $weeklyMarket = $prisonCircuit[$prisonCircuitIndex]>>
-	<br>[[Prisoner Sale|Criminal Market][$slavesSeen += 1]] | 
+	<br>[[Prisoner Sale|Criminal Market][$slavesSeen += 1]] |
 	<<if $cash > _minimumFive>>
 		[[(x5)|Bulk Slave Generate][$slaveMarket = $weeklyMarket, $introType = "bulk", $numSlaves = 5]] |
 	<</if>>
@@ -162,7 +162,7 @@ __Sex Slave Purchase Options__
 <<if ($rep > 5500)>>
 	<br>''Slave Schools:'' //High prices; will be young and healthy.//
 	<<if ($seeDicks != 100)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Slavegirl School][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Slavegirl School][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -171,13 +171,13 @@ __Sex Slave Purchase Options__
 		<</if>>
 		//Straightforward slaves with good training.//<<if $TSS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Growth Research Institute][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Growth Research Institute][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "GRI", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
 		//Poorly trained slaves with huge assets.//<<if $GRI.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[St. Claver Preparatory][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[St. Claver Preparatory][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -186,7 +186,7 @@ __Sex Slave Purchase Options__
 		<</if>>
 		//Slaves with basic training and solid implants.//<<if $SCP.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Cattle Ranch][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Cattle Ranch][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -195,7 +195,7 @@ __Sex Slave Purchase Options__
 		<</if>>
 		//Mentally conditioned free-range cowgirls.//<<if $TCR.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Hippolyta Academy][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Hippolyta Academy][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "HA", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -203,7 +203,7 @@ __Sex Slave Purchase Options__
 
 	<</if>>
 	<<if ($seeDicks != 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[L'École des Enculées][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[L'École des Enculées][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -212,7 +212,7 @@ __Sex Slave Purchase Options__
 		<</if>>
 		//Slaves optimized and trained for anal.//<<if $LDE.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Gymnasium-Academy][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Gymnasium-Academy][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
@@ -221,7 +221,7 @@ __Sex Slave Purchase Options__
 		<</if>>
 		//Well trained slaves with dicks.//<<if $TGA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Futanari Sisters][$slavesSeen += 1]] | 
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Futanari Sisters][$slavesSeen += 1]] |
 		<<if $cash > _minimumFive>>
 			[[(x5)|Bulk Slave Generate][$slaveMarket = "TFS", $introType = "bulk", $numSlaves = 5]] |
 		<</if>>
diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index 29c73bdf2150c0ca109691f7136059f65c2815af..46bcab1e9afb5aec573e12e98c685665537e451e 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -66,9 +66,9 @@ in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> p
 	<<set _drugWeight = 0.1, _trainingWeight += 0.1>>
 <</if>>
 <<set _improvementAssetsTotal = ($trainingAssets * _trainingWeight) + ($surgicalAssets * _surgicalWeight) + ($drugAssets * _drugWeight)>>
-The corporation 
+The corporation
 <<if _improvementAssetsTotal > $slaveAssets * 0.6>>
-	has enough training and medical assets to rapidly improve 
+	has enough training and medical assets to rapidly improve
 	<<set $slaveAssets += Math.ceil(Math.log($slaveAssets)*800)>>
 <<elseif _improvementAssetsTotal > $slaveAssets * 0.4>>
 	uses its training and medical assets to improve
@@ -152,7 +152,7 @@ Since it is
 Shares in your corporation are trading at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice))>>@@:
 
 <<if $oldSharePrice == $sharePrice>>
-	no different from 
+	no different from
 <<elseif $oldSharePrice > $sharePrice>>
 	down @@.yellowgreen;<<print cashFormat(Math.ceil(($oldSharePrice-$sharePrice)*100)/100)>>@@
 <<else>>
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index f6768854557b837b668e70a118ed32ec76ad61c7..4e90a77ad88e97adec3363e40d200e97cfc9dc78 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -998,7 +998,7 @@
 <</if>>
 $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumWeek > 0>> and <<print _cumWeek+_outputCum>> liters of cum<</if>> this week.
 <<if $inflatedSlavesMilk > 0>>
-	_outputMilk liters of milk were pumped into your penthouse for filling slaves this week. 
+	_outputMilk liters of milk were pumped into your penthouse for filling slaves this week.
 <</if>>
 <<if $inflatedSlavesCum > 0>>
 	<<if $inflatedSlavesMilk > 0>>and <</if>>_outputCum liters of cum were pumped into your penthouse<<if $inflatedSlavesMilk > 0>> as well<<else>> this week<</if>>.
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index fe6dcdf4ca7cfeeae6f948ebd49ef92aa33d2dcd..08c291d4f03a845fd787663d86673f0d4c888ab0 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -12,7 +12,7 @@
 			You are starting to feel better. It's very likely you will be back to full working order within the next week.
 		<<elseif $PCWoundCooldown == 0>>
 			<<set $PCWounded = 0>>
-			You finally recovered from your injuries.
+			You have finally recovered from your injuries.
 		<<else>>
 			Your trusted physician believes it will still take a few weeks to fully recover.
 		<</if>>
diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw
index 3ed0e5b3b1b4bf14c5ea0760b2b5ebe8e1911fe8..2b5c30c6cbf56708e57df845ec582601163a5cac 100644
--- a/src/uncategorized/personalAttentionSelect.tw
+++ b/src/uncategorized/personalAttentionSelect.tw
@@ -351,7 +351,7 @@
 	<</for>>
 <</if>> /* CLOSES NO SLAVE SELECTED */
 
-<br><br>__Select a slave to train:__ <<if $PC.slaving >= 100>>//Your @@.springgreen;slaving experience@@ allows you to divide your attention between more than one slave each week, with slightly reduced efficiency//<</if>> 
+<br><br>__Select a slave to train:__ <<if $PC.slaving >= 100>>//Your @@.springgreen;slaving experience@@ allows you to divide your attention between more than one slave each week, with slightly reduced efficiency//<</if>>
 <<include "Slave Summary">>
 
 <br>
diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw
index 4db468f70db3088d6dd4231a82a7a1ffa0dd607b..d7b48655cda5772343e83103863b789c99c609ca 100644
--- a/src/uncategorized/pit.tw
+++ b/src/uncategorized/pit.tw
@@ -42,7 +42,7 @@ $pitNameCaps is clean and ready,
 	<br>
 	<<if $pitBG == 0>>
 		<<if $pitAnimal == 0>>
-			Two fighters will be selected from the pool at random. 
+			Two fighters will be selected from the pool at random.
 			<<if $Bodyguard != 0>>[[Guarantee your Bodyguard a slot|Pit][$pitBG = 1, $pitAnimal = 0]]<</if>>
 			<<if $Bodyguard != 0 && ($activeCanine != 0 || $activeHooved != 0 || $activeFeline != 0)>> | <</if>>
 			<<if $activeCanine != 0 || $activeHooved != 0 || $activeFeline != 0>>[[Have a slave fight an animal|Pit][$pitBG = 0, $pitAnimal = 1]]<</if>>
@@ -108,10 +108,10 @@ $pitNameCaps is clean and ready,
 	<<if $pitLethal == 1>>
 		<<if $pitAnimalType == $activeCanine.type>>
 			<<if $activeCanine.species != "dog">>
-				Your slave will fight a ''$activeCanine.species''. 
+				Your slave will fight a ''$activeCanine.species''.
 				$activeCanine.speciesCap
 				<<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>>
-				<<if _FL > 0>> | 
+				<<if _FL > 0>> |
 					<<if $activeFeline.species != "cat">>
 						[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 					<<else>>
@@ -123,7 +123,7 @@ $pitNameCaps is clean and ready,
 					Your slave will fight a ''$activeCanine.breed''.
 					$activeCanine.breed
 					<<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>>
-					<<if _FL > 0>> | 
+					<<if _FL > 0>> |
 						<<if $activeFeline.species != "cat">>
 							[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 						<<else>>
@@ -133,7 +133,7 @@ $pitNameCaps is clean and ready,
 				<<else>>
 					//<<print $activeCanine.breed>>s are too small for your slave to fight//
 					<<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>>
-					<<if _FL > 0>> | 
+					<<if _FL > 0>> |
 						<<if $activeFeline.species != "cat">>
 							[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 						<<else>>
@@ -143,20 +143,20 @@ $pitNameCaps is clean and ready,
 				<</if>>
 			<</if>>
 		<<elseif $pitAnimalType == $activeHooved.type>>
-			Your slave will fight a ''$activeHooved.species''. 
+			Your slave will fight a ''$activeHooved.species''.
 			<<if _CL > 0>>
 				<<if $activeCanine.species != "dog">>
-					[["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] | 
+					[["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] |
 				<<else>>
 					<<if _animalEligible == 1>>
-						[["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] | 
+						[["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] |
 					<<else>>
-						//<<print $activeCanine.breed>>s are too small for your slave to fight// | 
+						//<<print $activeCanine.breed>>s are too small for your slave to fight// |
 					<</if>>
 				<</if>>
 			<</if>>
 			$activeHooved.speciesCap
-			<<if _FL > 0>> | 
+			<<if _FL > 0>> |
 				<<if $activeFeline.species != "cat">>
 					[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 				<<else>>
@@ -165,7 +165,7 @@ $pitNameCaps is clean and ready,
 			<</if>>
 		<<elseif $pitAnimalType == $activeFeline.type>>
 			<<if $activeFeline.species != "cat">>
-				Your slave will fight a ''$activeFeline.species''. 
+				Your slave will fight a ''$activeFeline.species''.
 		<<else>>
 				//Housecats are too small for your slave to fight//
 		<</if>>
@@ -187,7 +187,7 @@ $pitNameCaps is clean and ready,
 				//Housecats are too small for your slave to fight//
 			<</if>>
 		<<else>>
-			Select an animal for your slave to fight. 
+			Select an animal for your slave to fight.
 			<<if _CL > 0>>
 				<<if $activeCanine.species != "dog">>
 					[["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]]
@@ -216,14 +216,14 @@ $pitNameCaps is clean and ready,
 	<<elseif $pitLethal == 0>>
 		<<if $pitAnimalType == $activeCanine.type>>
 			<<if $activeCanine.species != "dog">>
-				Your slave will try to avoid being used by a ''$activeCanine.species''. 
+				Your slave will try to avoid being used by a ''$activeCanine.species''.
 				$activeCanine.speciesCap
 			<<else>>
 				<<if _animalEligible == 1>>
 					Your slave will try to avoid being used by a ''$activeCanine.breed''.
 					$activeCanine.breed
 					<<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>>
-					<<if _FL > 0>> | 
+					<<if _FL > 0>> |
 						<<if $activeFeline.species != "cat">>
 							[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 						<<else>>
@@ -233,7 +233,7 @@ $pitNameCaps is clean and ready,
 				<<else>>
 					//<<print $activeCanine.breed>>s are too small to use your slave//
 					<<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>>
-					<<if _FL > 0>> | 
+					<<if _FL > 0>> |
 						<<if $activeFeline.species != "cat">>
 							[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 						<<else>>
@@ -243,7 +243,7 @@ $pitNameCaps is clean and ready,
 				<</if>>
 			<</if>>
 			<<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>>
-			<<if _FL > 0>> | 
+			<<if _FL > 0>> |
 				<<if $activeFeline.species != "cat">>
 					[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 				<<else>>
@@ -251,20 +251,20 @@ $pitNameCaps is clean and ready,
 				<</if>>
 			<</if>>
 		<<elseif $pitAnimalType == $activeHooved.type>>
-			Your slave will try to avoid being used by a ''$activeHooved.species''. 
+			Your slave will try to avoid being used by a ''$activeHooved.species''.
 			<<if _CL > 0>>
 				<<if $activeCanine.species != "dog">>
-					[["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] | 
+					[["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] |
 				<<else>>
 					<<if _animalEligible == 1>>
-						[["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] | 
+						[["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] |
 					<<else>>
-						//<<print $activeCanine.breed>>s are too small for your slave to fight// | 
+						//<<print $activeCanine.breed>>s are too small for your slave to fight// |
 					<</if>>
 				<</if>>
 			<</if>>
 			$activeHooved.speciesCap
-			<<if _FL > 0>> | 
+			<<if _FL > 0>> |
 				<<if $activeFeline.species != "cat">>
 					[["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]]
 				<<else>>
@@ -273,9 +273,9 @@ $pitNameCaps is clean and ready,
 			<</if>>
 		<<elseif $pitAnimalType == $activeFeline.type>>
 			<<if $activeFeline.species != "cat">>
-				Your slave will try to avoid being used by a ''$activeFeline.species''. 
+				Your slave will try to avoid being used by a ''$activeFeline.species''.
 		<<else>>
-				//Housecats are too small to use your slave// 
+				//Housecats are too small to use your slave//
 		<</if>>
 			<<if _CL > 0>>
 				<<if $activeCanine.species != "dog">>
@@ -295,7 +295,7 @@ $pitNameCaps is clean and ready,
 				//Housecats are too small to use your slave//
 			<</if>>
 		<<else>>
-			Select an animal for your slave to try to avoid. 
+			Select an animal for your slave to try to avoid.
 			<<if _CL > 0>>
 				<<if $activeCanine.species != "dog">>
 					[["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]]
diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw
index eb63fc614013f63c6cd7b2710e9749bcdbbf26aa..eaf81637dc22d8cf1ef795d72ee4442a5e56affb 100644
--- a/src/uncategorized/reAWOL.tw
+++ b/src/uncategorized/reAWOL.tw
@@ -62,7 +62,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th
 
 <<link "Let them go">>
 	<<replace "#result">>
-		You inform your personal assistant that you aren't planning to take any action. By the next morning, word has spread to the rest of your arcology that crossing you is apparently permissible and your @@.red;reputation has suffered@@ as a result. 
+		You inform your personal assistant that you aren't planning to take any action. By the next morning, word has spread to the rest of your arcology that crossing you is apparently permissible and your @@.red;reputation has suffered@@ as a result.
 		<<set $rep -= 1000>>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw
index 8fbffda06fe2e112cbe405b3e8b6e863ee9de06e..8c19c6e1d78c0e473e3c9ec00876166ee3adee3e 100644
--- a/src/uncategorized/rePokerNight.tw
+++ b/src/uncategorized/rePokerNight.tw
@@ -124,13 +124,13 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 								<</replace>>
 							<</link>>
 
-						</span> 
-					<</replace>> 
-				<</link>> 
+						</span>
+					<</replace>>
+				<</link>>
 
-			</span> 
-		<</replace>> 
+			</span>
+		<</replace>>
 	<</link>> // It will cost <<print cashFormat(5000)>> to participate in the poker night.//
-<</if>> 
+<</if>>
 
-</span> 
+</span>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 357b72772ee178ebbf2e6ce6b7eab8cbaf033703..1d0b233fed352829c3ddc659b9b6b1eb619a5d53 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -730,7 +730,7 @@ $He's got a
 <<elseif $activeSlave.buttImplant == 2>>
 	$He has enormous butt implants.
 <<elseif $activeSlave.buttImplant > 2>>
-	$He has 
+	$He has
 	<<if $activeSlave.buttImplantType == 1>>
 		massively engorged butt implants
 	<<else>>
@@ -895,7 +895,7 @@ Work on $his sex:
 		<<elseif $activeSlave.broodmother > 0>>
 			$He has been made into a <<if $activeSlave.broodmother > 1>>hyper-<</if>>broodmother.
 			<<if $activeSlave.womb.length == 0 >>
-				[[Remove a pregnancy generator|Surgery Degradation][$activeSlave.preg = 0,$activeSlave.pregWeek = -2,$activeSlave.pregSource = 0,$activeSlave.pregWeek = 0,$activeSlave.pregKnown = 0,$activeSlave.pregType = 0,$activeSlave.broodmother = 0,$activeSlave.broodmotherFetuses = 0,$activeSlave.broodmotherOnHold = 0,$cash -= $surgeryCost,$activeSlave.pregControl = "none",$activeSlave.health -= 10,$surgeryType = "pregRemove"]] 
+				[[Remove a pregnancy generator|Surgery Degradation][$activeSlave.preg = 0,$activeSlave.pregWeek = -2,$activeSlave.pregSource = 0,$activeSlave.pregWeek = 0,$activeSlave.pregKnown = 0,$activeSlave.pregType = 0,$activeSlave.broodmother = 0,$activeSlave.broodmotherFetuses = 0,$activeSlave.broodmotherOnHold = 0,$cash -= $surgeryCost,$activeSlave.pregControl = "none",$activeSlave.health -= 10,$surgeryType = "pregRemove"]]
 			<<else>>
 				$He is pregnant right now, so $his broodmother implant can't be safely extracted.
 				<<if $activeSlave.broodmother == 1 && $activeSlave.broodmotherFetuses == 1>> /*hack can be applied only one time, for type 1 broodmothers, and only if implant already present*/
@@ -1031,10 +1031,10 @@ Work on $his sex:
 <<if ($activeSlave.balls > 0)>>
 	<<if ($activeSlave.balls == 1)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$His testicles are vestigial, but $he has balls. Technically. They are 
+		$His testicles are vestigial, but $he has balls. Technically. They are
 	<<elseif ($activeSlave.balls > 1)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		$He has testicles 
+		$He has testicles
 	<</if>>
 	<<if ($activeSlave.scrotum > 0)>>
 		located in $his scrotum.
@@ -1058,13 +1058,13 @@ Work on $his sex:
 	<</if>>
 	<<if ($seeExtreme == 1)>>
 		<<if ($activeSlave.scrotum > 0)>>
-			| 
+			|
 		<</if>>
 		[[Geld|Surgery Degradation][$activeSlave.balls = 0,$activeSlave.ballType = "human",$activeSlave.scrotum = 0,$activeSlave.vasectomy = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "geld"]]
 	<</if>>
 	<<if $activeSlave.ballType != "sterile">>
 		<<if ($activeSlave.scrotum > 0)>>
-			| 
+			|
 		<</if>>
 		[[Chemically castrate|Surgery Degradation][$activeSlave.ballType = "sterile",$cash -= $surgeryCost, $surgeryType = "chem castrate"]]
 	<</if>>
@@ -1257,15 +1257,15 @@ Work on $him structurally:
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 <<if $activeSlave.indentureRestrictions < 1>>
 	<<if ($activeSlave.shoulders < -1)>>
-		$He has very narrow shoulders. 
+		$He has very narrow shoulders.
 	<<elseif ($activeSlave.shoulders < 0)>>
-		$He has narrow shoulders. 
+		$He has narrow shoulders.
 	<<elseif ($activeSlave.shoulders < 1)>>
-		$He has average shoulders. 
+		$He has average shoulders.
 	<<elseif ($activeSlave.shoulders < 2)>>
-		$He has broad shoulders. 
+		$He has broad shoulders.
 	<<elseif ($activeSlave.shoulders == 2)>>
-		$He has very broad shoulders. 
+		$He has very broad shoulders.
 	<</if>>
 	<<if ($activeSlave.shouldersImplant == 0)>>
 		$He has a natural shoulder structure.
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 190a9c3c60490d0bfc966a3008a9bab068ebca20..a2b8699daaa86a1ed6d559e51f507e913e9e8a4a 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -341,7 +341,7 @@ On formal occasions, you are announced as $PCTitle.
 				<<if $sexualOpeness == 1>>
 					principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge
 				<<else>>
-					principle; your fecund figure exposes your willingness to be penetrated, but your 
+					principle; your fecund figure exposes your willingness to be penetrated, but your
 				<</if>>
 				breach of eugenics. Your citizens are @@.red;livid@@ over your actions and are calling for your removal.
 				<<set $rep -= 500>>
@@ -356,14 +356,14 @@ On formal occasions, you are announced as $PCTitle.
 			<<if $sexualOpeness == 1>>
 				principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge
 			<<else>>
-				principle; your fecund figure exposes your willingness to be penetrated, but your 
+				principle; your fecund figure exposes your willingness to be penetrated, but your
 			<</if>>
 			breach of the eugenics you are pushing for. Your citizens are @@.red;disgusted@@ by both your body and your lack of commitment.
 			<<set $rep -= 500>>
 			<<set $failedElite += 50>>
 		<</if>>
 	<<elseif $arcologies[0].FSRepopulationFocus >= 60>>
-		Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is disappointed in your 
+		Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is disappointed in your
 		<<if $sexualOpeness == 1>>
 			suspected slave baby.
 		<<else>>
@@ -371,7 +371,7 @@ On formal occasions, you are announced as $PCTitle.
 		<</if>>
 		<<set $rep += 10>>
 	<<else>>
-		Most prominent female owners avoid being penetrated on 
+		Most prominent female owners avoid being penetrated on
 		<<if $sexualOpeness == 1>>
 			principle, though you choose the opposite; your fecund figure suggests a slave knocked you up,
 		<<else>>
@@ -647,7 +647,7 @@ On formal occasions, you are announced as $PCTitle.
 <</if>>
 
 <<if $FrigiditySMR == 1>>
-	Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available. 
+	Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available.
 	<<set $rep -= 250>>
 <</if>>
 
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index f74936792e65640e311c7409d633187cc5db9da5..4b20a4157d36e73b24369ab0e9ab817d58b04625 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -63,7 +63,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -231,7 +231,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -530,7 +530,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -706,7 +706,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -978,7 +978,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -1140,7 +1140,7 @@
 					accepts having to relieve $himself solely through masturbation.
 					<<set $slaves[$i].need = 0>>
 				<<else>>
-					is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;understands you care about $his current health.@@ 
+					is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;understands you care about $his current health.@@
 					<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 				<</if>>
 				<<if $slaves[$i].devotion > 20>>
@@ -1537,7 +1537,7 @@
 				$He expected spare living conditions. In reality, they are far worse. @@.gold;Not one moment goes by that $he isn't filled with terror.@@
 				<<set $slaves[$i].trust -= 3>>
 			<<case "Paternalist">>
-				$He expected far worse living conditions, and while still resistant, @@.hotpink;finds $himself more willing to obey.@@ 
+				$He expected far worse living conditions, and while still resistant, @@.hotpink;finds $himself more willing to obey.@@
 				<<set $slaves[$i].devotion += 1>>
 			<<case "Pastoralist">>
 				$He expected the spare living conditions, but not the dietary supplements. $He never anticipated @@.gold;you'd go this far@@ to force $him into shape and is constantly reminded of $his changes by just how small $his cell feels with a belly full of milk.
@@ -1607,7 +1607,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -1768,7 +1768,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -2086,7 +2086,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -2247,7 +2247,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -2581,7 +2581,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys outside of class, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys outside of class, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you won't make an example out of $him.@@
@@ -2779,7 +2779,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -3052,7 +3052,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -3218,7 +3218,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -3525,7 +3525,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -3707,7 +3707,7 @@
 							accepts having to relieve $himself solely through masturbation.
 							<<set $slaves[$i].need = 0>>
 						<<elseif ($slaves[$i].devotion < 80)>>
-							is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+							is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 							<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 						<<else>>
 							@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -3849,7 +3849,7 @@
 						<<else>>
 							with the slight bulge of pregnancy
 						<</if>>
-						also weighs heavily on $his 
+						also weighs heavily on $his
 						<<if $slaves[$i].bellyPreg >= 120000>>
 							mind, though $he often gets lost in the sensation of being so full of life.
 						<<else>>
@@ -4058,7 +4058,7 @@
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
 					<<if ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -4224,7 +4224,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
@@ -4359,7 +4359,7 @@
 						<<else>>
 							with the slight bulge of pregnancy
 						<</if>>
-						also weighs heavily on $his 
+						also weighs heavily on $his
 						<<if $slaves[$i].bellyPreg >= 120000>>
 							mind, though $he often gets lost in the sensation of being so full of life.
 						<<else>>
@@ -4959,7 +4959,7 @@
 						accepts having to relieve $himself solely through masturbation.
 						<<set $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion < 80)>>
-						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ 
+						is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@
 						<<set $slaves[$i].trust += 1, $slaves[$i].need = 0>>
 					<<else>>
 						@@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index 9f82e33a70c3b3060191922272aa3ab29e3020f6..760a533ea94ccc9f1256f9cfc18b6bb00a45ddde 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -292,7 +292,7 @@
 		| [[Curled|Salon][$activeSlave.hStyle = "curled",$cash -= $modCost]]
 		| [[Permed|Salon][$activeSlave.hStyle = "permed",$cash -= $modCost]]
 		| [[Luxurious|Salon][$activeSlave.hStyle = "luxurious",$cash -= $modCost]]
-		| [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] 
+		| [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]]
 		| [[Eary|Salon][$activeSlave.hStyle = "eary",$cash -= $modCost]]
 		| [[Dreadlocks|Salon][$activeSlave.hStyle = "dreadlocks",$cash -= $modCost]]
 		| [[Cornrows|Salon][$activeSlave.hStyle = "cornrows",$cash -= $modCost]]
@@ -346,7 +346,7 @@
 	<<if $activeSlave.hStyle == "bald">>
 		$He is completely bald.
 	<<else>>
-		$His current wig is $activeSlave.hColor. 
+		$His current wig is $activeSlave.hColor.
 		<<if $activeSlave.hStyle != "bald">>
 			[[Remove wig|Salon][$activeSlave.hStyle = "bald",$activeSlave.hLength = 0,$cash -= $modCost]] or //choose a new one://
 		<<else>>
@@ -410,7 +410,7 @@
 
 	<<if $activeSlave.hStyle != "bald">>
 		<br><br>
-		$His $activeSlave.hStyle wig is <<= lengthToEitherUnit($activeSlave.hLength)>> long. 
+		$His $activeSlave.hStyle wig is <<= lengthToEitherUnit($activeSlave.hLength)>> long.
 
 		//General hairstyles will conform to hair length and clothing choices.//
 
@@ -474,7 +474,7 @@ Apply makeup:
 
 <<if $activeSlave.amp != 1>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
-Treat nails: 
+Treat nails:
 [[Clip|Salon][$activeSlave.nails = 0,$cash -= $modCost]]
 | [[Extend|Salon][$activeSlave.nails = 1,$cash -= $modCost]]
 | [[Sharp, claw-like|Salon][$activeSlave.nails = 3,$cash -= $modCost]]
diff --git a/src/uncategorized/theSlavegirlSchool.tw b/src/uncategorized/theSlavegirlSchool.tw
index 47a2a8af617fbba336b9c815c29f23e222af4f95..317724691a7a9b8ef7d1ab1e7e431ae85b7fb51f 100644
--- a/src/uncategorized/theSlavegirlSchool.tw
+++ b/src/uncategorized/theSlavegirlSchool.tw
@@ -34,7 +34,7 @@
 <<else>>
 	//You lack the necessary funds to buy this slave.//
 <</if>>
-<br>[["Decline to purchase " + $him + " and check out another slave|The Slavegirl School][$slavesSeen += 1]]
+<br>[["Decline to purchase " + $him + " and check out another slave"|The Slavegirl School][$slavesSeen += 1]]
 <<if $newSlaves.length > 0>>
 	<br>[[Finish your order of slaves|Bulk Slave Intro]]
 <</if>>