diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt
index 08db5f37fcc8647ecf21486b43aa7ebc03f428a2..e5831d12bfe007d1167c106756f9632d876cb8aa 100644
--- a/devNotes/Useful JS Function Documentation.txt	
+++ b/devNotes/Useful JS Function Documentation.txt	
@@ -170,7 +170,7 @@ UtilJS [script]
 		if $formatNumbers > 0 'focused their 1,589 troops' else 'focused their 1589 troops'
 
 	cashFormat() - uses the above function to return the value thousand separated with ',' if $formatNumbers > 0 else provides the raw value. either way prepends ¤ (the fc domination) symbol.
-		line 157 of the previously listed file, '..totaling @@.yellowgreen;<<print cashFormat(_SFIncome)>>@@'
+		line 157 of the previously listed file, '...totaling @@.yellowgreen;<<print cashFormat(_SFIncome)>>@@'
 		if $formatNumbers > 0 'totaling @@.yellowgreen;¤1,500,000@@' else 'totaling @@.yellowgreen;¤1500000@@'
 
 		isFloat() - Checks if value is float.
diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 361c8df7434b22de1aef7a568b52814dc34bdcb3..3cf91963036a9720581133496df65f5133158892 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -122,7 +122,7 @@
 	0
 	-pregnancy size/progress tracking overhauled
 	-natural lactation overhauled
-	-natural lactation can be induced from excessive breast play and will dry up if unsed
+	-natural lactation can be induced from excessive breast play and will dry up if unused
 	-ignored natural lactation causes breast to engorge
 	-added new repop related trendsetting policies
 	-more art from deepmurk
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 4af98e2d717b5fa438037a7d7b249e438d0f0d04..265e09389aec050e82dd957678fba237d42c949a 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -5,6 +5,8 @@ State.expired.disable;
 /*:: StoryJS [script]*/
 
 /*config.history.tracking = false;*/
+State.expired.disable;
+
 window.variableAsNumber = function(x, defaultValue, minValue, maxValue) {
 	x = Number(x)
 	if (x != x) {//NaN
@@ -1069,6 +1071,13 @@ window.generateAssistantPronouns = function() {
 		V.assistantPronouns.object = "it";
 		V.assistantPronouns.objectReflexive = "itself";
 		V.assistantPronouns.noun = "program";
+	} else if ((V.assistantAppearance === "incubus") && (V.diversePronouns === 1)) {
+		V.assistantPronouns.pronoun = "he";
+		V.assistantPronouns.possessivePronoun = "his";
+		V.assistantPronouns.possessive = "his";
+		V.assistantPronouns.object = "him";
+		V.assistantPronouns.objectReflexive = "himself";
+		V.assistantPronouns.noun = "boy";
 	} else {
 		V.assistantPronouns.pronoun = "she";
 		V.assistantPronouns.possessivePronoun = "hers";
@@ -1077,6 +1086,29 @@ window.generateAssistantPronouns = function() {
 		V.assistantPronouns.objectReflexive = "herself";
 		V.assistantPronouns.noun = "girl";
 	}
+
+	if (V.assistant === 0) {
+		V.marketAssistantPronouns.pronoun = "it";
+		V.marketAssistantPronouns.possessivePronoun = "its";
+		V.marketAssistantPronouns.possessive = "its";
+		V.marketAssistantPronouns.object = "it";
+		V.marketAssistantPronouns.objectReflexive = "itself";
+		V.marketAssistantPronouns.noun = "program";
+	} else if ((V.assistantAppearance === "succubus") && (V.diversePronouns === 1)) {
+		V.marketAssistantPronouns.pronoun = "he";
+		V.marketAssistantPronouns.possessivePronoun = "his";
+		V.marketAssistantPronouns.possessive = "his";
+		V.marketAssistantPronouns.object = "him";
+		V.marketAssistantPronouns.objectReflexive = "himself";
+		V.marketAssistantPronouns.noun = "boy";
+	} else {
+		V.marketAssistantPronouns.pronoun = "she";
+		V.marketAssistantPronouns.possessivePronoun = "hers";
+		V.marketAssistantPronouns.possessive = "her";
+		V.marketAssistantPronouns.object = "her";
+		V.marketAssistantPronouns.objectReflexive = "herself";
+		V.marketAssistantPronouns.noun = "girl";
+	}
 };
 
 /*:: itemAvailability [script]*/
@@ -1332,7 +1364,7 @@ window.areSisters = function(c1, c2) {
 	var sib = 4;
 	if(sameMom(c1, c2)) {
 		sib -= 1;
-	}
+	} 
 	if(sameDad(c1, c2)) {
 		sib -=1;
 	}
@@ -1368,8 +1400,8 @@ window.totalRelatives = function(slave) {
 	return relatives
 };
 
-window.mutualChildren = function(slave1, slave2, slaves) {
-	return slaves.filter(function(s) { return s.ID != slave1.ID && s.ID != slave2.ID && s.mother > 0 && s.father > 0 && ((s.mother == slave1.ID && s.father == slave2.ID) || (s.mother == slave2.ID && s.father == slave1.ID)); }).length;
+window.mutualChildren = function(slave1, slave2, slaves) { 
+	return slaves.filter(function(s) { return s.ID != slave1.ID && s.ID != slave2.ID && s.mother > 0 && s.father > 0 && ((s.mother == slave1.ID && s.father == slave2.ID) || (s.mother == slave2.ID && s.father == slave1.ID)); }).length; 
 }
 
 window.isSlaveAvailable = function(slave) {
@@ -1559,7 +1591,7 @@ window.bellyAdjective = function(slave) {
 
 /* calculates and returns expected ovum count during conception*/
 window.setPregType = function(actor) {
-	/* IMHO rework is posssible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */
+	/* IMHO rework is possible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */
 
 	var ovum = jsRandom(actor.pregData.normalOvaMin, actor.pregData.normalOvaMax); //for default human profile it's always 1.
 	var fertilityStack = 0; // adds an increasing bonus roll for stacked fertility drugs
@@ -1620,7 +1652,7 @@ window.setPregType = function(actor) {
 		} else if(actor.pregType == 0) {
 			ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); //base chance for twins
 			if(actor.ovaImplant == "fertility") {
-				ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]);
+				ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); 
 				fertilityStack++;
 			}
 			if(actor.hormones == 2) {
@@ -1818,7 +1850,7 @@ window.getBaseBoobs = function(slave) {
 
 window.SetBellySize = function SetBellySize(slave) {
 	let _implantSize;
-	WombNormalizePreg(slave); /*now with support for legacy code that advance pregnancy by setting .preg++ */
+	WombNormalizePreg(slave); /*now with support for legacy code that advance pregnancy by setting .preg++ */ 
 
 	if (slave.bellyImplant > 0)
 		_implantSize = slave.bellyImplant;
@@ -1839,11 +1871,11 @@ window.SetBellySize = function SetBellySize(slave) {
 
 /*:: rbuttonJS [script]*/
 /* This is modified radiobutton macro, for automatic checked state setup*/
-/* Usage (be sure to use quotes around parameters):
+/* Usage (be sure to use quotes around parameters): 
 
 	<<rbutton "$variable" "value">>
 Or:
-	<<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">>
+	<<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">> 
 
 Group of radiobutton will be created based on variable name. Checked state will be set up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value.
 */
@@ -1942,9 +1974,9 @@ Macro.add('rbutton', {
 		Wikifier.setValue(varName, checkValue);
 		}
 	}
-	});
+});
 
-/* textbox js */
+/*:: textboxJS [script] */
 
 /* Nicked off greyelf, works for replace textboxes */
 window.setReplaceTextboxMaxLength = function (storyVarName, maxLength) {
@@ -1983,13 +2015,13 @@ window.setTextboxMaxLength = function (storyVarName, maxLength) {
  * with other scripts, since anything poking the DOM here will be done last
  *
  * Dev Note: The accordion mod should be able to turn *anything* into an accordion. This iteration
- * is configured tightly for the end of week report runs, but it shouldn't be that hard to adapt for
+ * is configured tightly for the end of week report runs, but it shouldn't be that hard to adapt for 
  * other uses, like character bios. For now, I'll see what other extra-long passages of cosmetic text
  * might benefit.
  *
  * 000-250-006 03092017
 */
-
+ 
 postdisplay["doAccordionSet"] = function (content) {
 	if (variables().useAccordion == 1) {
 		Array.prototype.slice.call(document.querySelectorAll('.macro-include'))
@@ -2025,7 +2057,8 @@ window.Job = Object.freeze({
 	SERVANT: 'work as a servant', SERVER: 'be a servant', STEWARD: 'be the Stewardess', CLUB: 'serve in the club', DJ: 'be the DJ',
 	JAIL: 'be confined in the cellblock', WARDEN: 'be the Wardeness', CLINIC: 'get treatment in the clinic', NURSE: 'be the Nurse',
 	HGTOY: 'live with your Head Girl', SCHOOL: 'learn in the schoolroom', TEACHER: 'be the Schoolteacher', SPA: 'rest in the spa', ATTEND: 'be the Attendant',
-	NANNY: 'work as a nanny', MATRON: 'be the Matron', FARMYARD: 'work as a farmhand', FARMER: 'be the Farmer', REST: 'rest'});
+	NANNY: 'work as a nanny', MATRON: 'be the Matron', FARMYARD: 'work as a farmhand', FARMER: 'be the Farmer', REST: 'rest'
+	});
 window.PersonalAttention = Object.freeze({TRADE: 'trading', WAR: 'warfare', SLAVING: 'slaving', ENGINEERING: 'engineering', MEDICINE: 'medicine', MAID: 'upkeep', HACKING: 'hacking'});
 
 window.getCost = function(array) {
@@ -2349,7 +2382,7 @@ window.getCost = function(array) {
 
 	if(State.variables.SF.Toggle && State.variables.SF.Active >= 1) {
 		if(State.variables.SF.Subsidy) {
-			costs += Math.ceil( (10000*(State.variables.SFUnit.Troops/10))+(1+(State.variables.arcologies[0].prosperity/100))+(1+(State.variables.SF.Units/100)) );
+			costs += Math.ceil( (10000*(State.variables.SF.Squad.Troops/10))+(1+(State.variables.arcologies[0].prosperity/100))+(1+(State.variables.SF.Size/100)) );
 		}
 		if(State.variables.SF.Bonus) {
 			const T = State.temporary;
@@ -2808,7 +2841,7 @@ window.RAFacilityRemove = function RAFacilityRemove(slave, rule) {
 		}
 		break;
 
-	case "work as a farmhand":
+	case "work as farmhand":
 		if (slave.assignment === rule.setAssignment) {
 			r += `<br>${slave.slaveName} has been removed from ${V.farmyardName} and has been assigned to ${rule.removalAssignment}.`;
 			assignJob(slave. rule.removalAssignment);
@@ -3218,7 +3251,7 @@ Macro.add('foreach', {
  *							do lots of work generating and re-generating random heights until
  *							one "fits".
  *
- * Anon's explination:
+ * Anon's explanation:
  * limitMult: [0, -30]
  *
  * This specifies a range going up from 0 to -30. It needs to go [-30, 0] instead. Same thing with [0, -5] two lines down. note: technically, this isn't true, because for some bizarre reason Height.random reverses the numbers for you if you get them wrong. But it's important to establish good habits, so.
@@ -3683,7 +3716,7 @@ window.numberWithCommas = function(x) {
 	return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
 };
 
-window.numberToWords = function (x) {
+window.numberToWords = function(x) {
 	if (x === 0) {
 		return "zero"
 	} else {
@@ -3761,8 +3794,7 @@ window.numberToWords = function (x) {
 			.reverse()
 			.join(" ");
 
-	}
-	if (x > 0) {
+	} if (x > 0) {
 		return string;
 	} else {
 		return "negative " + string;
@@ -4307,21 +4339,6 @@ window.removeDuplicates = function removeDuplicates(array) {
 	return [...new Set(array)];
 };
 
-window.induceLactation = function induceLactation(slave) {
-	let pronouns = getPronouns(slave);
-	let His = capFirstChar(pronouns.possessive);
-	let r = ``;
-	if (slave.induceLactation >= 10) {
-		if (jsRandom(1,100) < slave.induceLactation) {
-			r += `${His} breasts have been stimulated often enough to @@.lime;induce lactation.@@`
-			slave.induceLactation = 0;
-			slave.lactationDuration = 2;
-			slave.lactation = 1;
-		}
-	}
-	return r;
-};
-
 window.ResearchLabStockPile = function() {
 	V = State.variables;
 	return `__Stockpile__
@@ -4341,6 +4358,24 @@ window.ResearchLabStockPile = function() {
 	Electrolarynx: $stockpile.electrolarynx`;
 };
 
+window.ResearchLabStockPile = function() {
+	return `__Stockpile__
+	Prosthetics interfaces: ${commaNum($stockpile.basicPLimbInterface + $stockpile.advPLimbInterface)}
+	&nbsp;Basic : $stockpile.basicPLimbInterface
+	&nbsp;Advanced: $stockpile.advPLimbInterface
+	Limbs: ${commaNum($stockpile.basicPLimb + $stockpile.advSexPLimb + $stockpile.advGracePLimb + $stockpile.advCombatPLimb + $stockpile.cyberneticPLimb)}
+	&nbsp;Basic: $stockpile.basicPLimb
+	&nbsp;Sex: $stockpile.advSexPLimb
+	&nbsp;Beauty: $stockpile.advGracePLimb
+	&nbsp;Combat: $stockpile.advCombatPLimb
+	&nbsp;Cybernetic: $stockpile.cyberneticPLimb
+	Implants: ${commaNum($stockpile.ocularImplant + $stockpile.cochlearImplant + $stockpile.erectileImplant)}
+	&nbsp;Ocular: $stockpile.ocularImplant
+	&nbsp;Cochlear: $stockpile.cochlearImplant
+	//&nbsp;Erectile: $stockpile.erectileImplant//
+	Electrolarynx: $stockpile.electrolarynx`;
+};
+
 /*:: Span Macro JS [script]*/
 
 /*
@@ -5557,7 +5592,7 @@ if(eventSlave.fetish != "mindbroken") {
 			}
 		}
 
-		if (eventSlave.releaseRules == "restrictive" || eventSlave.releaseRules != "chastity") {
+		if (eventSlave.releaseRules == "restrictive" || eventSlave.releaseRules == "chastity") {
 			if(eventSlave.need) {
 				if(eventSlave.devotion <= 95) {
 					if(eventSlave.trust >= -20) {
@@ -5983,7 +6018,7 @@ if(eventSlave.fetish != "mindbroken") {
 		}
 	}
 
-	if(eventSlave.releaseRules != "restrictive") {
+	if (eventSlave.releaseRules != "restrictive" && eventSlave.releaseRules != "chastity") {
 		if(eventSlave.dick > 4) {
 			if(eventSlave.amp != 1){
 				if(canAchieveErection(eventSlave)) {
@@ -6005,7 +6040,7 @@ if(eventSlave.fetish != "mindbroken") {
 		}
 	}
 
-	if(eventSlave.releaseRules != "restrictive") {
+	if (eventSlave.releaseRules != "restrictive" && eventSlave.releaseRules != "chastity") {
 		if(eventSlave.belly < 300000) {
 			if(eventSlave.anus > 2) {
 				if(eventSlave.fetish == "buttslut" || eventSlave.energy > 95) {
@@ -6165,7 +6200,7 @@ if(eventSlave.fetish != "mindbroken") {
 				}
 
 				if(eventSlave.lactation > 0) {
-					if((eventSlave.boobs-eventSlave.boobsImplant-slave.boobsMilk) > 6000) {
+					if((eventSlave.boobs-eventSlave.boobsImplant) > 6000) {
 						if(eventSlave.assignment == "get milked") {
 							State.variables.events.push("RE legendary cow");
 						}
@@ -6294,7 +6329,7 @@ if(eventSlave.fetish != "mindbroken") {
 					}
 				}
 			} else {
-				if(eventSlave.devotion > 20 && (eventSlave.sexualQuirk == "perverted" || eventSlave.energy > 80) && eventSlave.belly < 100000 && eventSlave.lactation > 0 && eventSlave.nipples != "fuckable" && eventSlave.releaseRules != "restrictive" && eventSlave.releaseRules != "masturbation" && eventSlave.daughters > 0) {
+				if (eventSlave.devotion > 20 && (eventSlave.sexualQuirk == "perverted" || eventSlave.energy > 80) && eventSlave.belly < 100000 && eventSlave.lactation > 0 && eventSlave.nipples != "fuckable" && eventSlave.releaseRules != "restrictive" && eventSlave.releaseRules != "masturbation" && eventSlave.releaseRules != "chastity" && eventSlave.daughters > 0) {
 					State.variables.RETSevent.push("incestuous nursing");
 				}
 			}
@@ -7385,11 +7420,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;
@@ -8126,6 +8161,20 @@ window.PCTitle = function PCTitle() {
 		}
 	}
 
+	if (V.SF.Active < -1) {
+		switch(V.SF.BadOutcome) {
+			case "lockdown":
+				titles.push("The War Host");
+				break;
+			case "Revolt":
+				titles.push("The Betrayed");
+				break;
+			case "Exodus":
+			titles.push("The Abandoned");
+			break;
+		}
+	}
+
 	if (V.mercenaries >= 5) {
 		if (V.mercenariesTitle === "Evocati") {
 			titles.push("Princeps of the " + V.mercenariesTitle);
@@ -9434,13 +9483,13 @@ window.MenialPopCap = function MenialPopCap () {
 				V.menialDemandFactor -= overMenialCap;
 				V.fuckdolls -= overMenialCap;
 				overMenialCap = 0;
-				r += "You don't have enough room for all your fuckdolls and are obliged to sell some.";
+				r += "You don't have enough room for all your Fuckdolls and are obliged to sell some.";
 			} else {
 				V.cash += V.fuckdolls * (price * 2);
 				V.menialDemandFactor -= V.fuckdolls;
 				overMenialCap -= V.fuckdolls;
 				V.fuckdolls = 0;
-				r += "You don't have enough room for your fuckdolls and are obliged to sell them.";
+				r += "You don't have enough room for your Fuckdolls and are obliged to sell them.";
 			}
 		}
 		if (overMenialCap > 0 && V.menialBioreactors > 0) {
@@ -9613,43 +9662,6 @@ window.Deadliness = function Deadliness(slave) {
 	return Math.max(deadliness, 1);
 };
 
-/*:: relationshipChecks [script]*/
-window.rivalryTerm = function(id) {
-	if (id.rivalry === 1) {
-		return `growing rival`;
-	} else if (id.rivalry === 2) {
-		return `rival`;
-	} else {
-		return `bitter rival`;
-	}
-}
-window.relationshipTerm = function(id) {
-	if (id.relationship === 1) {
-		return `friend`;
-	} else if (id.relationship === 2) {
-		return `best friend`;
-	} else if (id.relationship === 3) {
-			return `friend with benefits`;
-	} else if (id.relationship === 4) {
-			return `lover`;
-	} else {
-			return `slave wife`;
-	}
-}
-window.relationshipTermShort = function(id) {
-	if (id.relationship === 1) {
-		return `friend`;
-	} else if (id.relationship === 2) {
-		return `BFF`;
-	} else if (id.relationship === 3) {
-		return `FWB`;
-	} else if (id.relationship === 4) {
-		return `lover`;
-	} else {
-		return `wife`;
-	}
-}
-
 /*:: Summary Widgets JS [script]*/
 
 window.SlaveStatClamp = function SlaveStatClamp(slave) {
@@ -9951,11 +9963,7 @@ window.assignJob = function assignJob(slave, job) {
 			slave.assignmentVisible = 0;
 			V.nurserySlaves++;
 			V.NurseryiIDs.push(slave.ID);
-			switch (V.nurseryDecoration) {
-				default:
-					slave.livingRules = "normal";
-					break;
-			}
+			slave.livingRules = "normal";
 			break;
 
 		case "be the attendant":
@@ -9968,6 +9976,7 @@ window.assignJob = function assignJob(slave, job) {
 		case "be the schoolteacher":
 		case "be the stewardess":
 		case "be the wardeness":
+		case "be the matron":
 			slave.assignment = job;
 			slave.assignmentVisible = 0; /* non-visible leadership roles */
 			slave.livingRules = "luxurious";
@@ -10180,6 +10189,13 @@ window.removeJob = function removeJob(slave, assignment) {
 			V.HGSuiteSlaves--;
 			break;
 
+		case "work as a nanny":
+		case "nursery":
+			slave.assignment = "rest";
+			V.NurseryiIDs.delete(slave.ID);
+			V.nurserySlaves--;
+			break;
+
 		case "be your head girl":
 			slave.assignment = "rest";
 			if (V.HGSuiteEquality === 0 && V.personalAttention === "HG") {
@@ -10817,17 +10833,17 @@ window.generateChild = function(mother, ova, destination) {
 				if (childName.indexOf("ovum") == 0) {
 					if (genes.mother == -1) {
 						if (genes.father <= 0) {
-							child.slaveName = "Your daughter";
+							child.slaveName = "Your son";
 						} else {
-							child.slaveName = `Your and ${genes.fatherName}'s daughter`;
+							child.slaveName = `Your and ${genes.fatherName}'s son`;
 						}
 					} else {
 						if (genes.father == -1) {
-							child.slaveName = `${genes.motherName} and your daughter`;
+							child.slaveName = `${genes.motherName} and your son`;
 						} else if (genes.father > 0) {
-							child.slaveName = `${genes.motherName} and ${genes.fatherName}'s daughter`;
+							child.slaveName = `${genes.motherName} and ${genes.fatherName}'s son`;
 						} else {
-							child.slaveName = `${genes.motherName}'s bastard daughter`;
+							child.slaveName = `${genes.motherName}'s bastard son`;
 						}
 					}
 				} else {
@@ -11055,17 +11071,17 @@ window.generateChild = function(mother, ova, destination) {
 				if (childName.indexOf("ovum") == 0) {
 					if (genes.mother == -1) {
 						if (genes.father <= 0) {
-							child.slaveName = "Your son";
+							child.slaveName = "Your daughter";
 						} else {
-							child.slaveName = `Your and ${genes.fatherName}'s son`;
+							child.slaveName = `Your and ${genes.fatherName}'s daughter`;
 						}
 					} else {
 						if (genes.father == -1) {
-							child.slaveName = `${genes.motherName} and your son`;
+							child.slaveName = `${genes.motherName} and your daughter`;
 						} else if (genes.father > 0) {
-							child.slaveName = `${genes.motherName} and ${genes.fatherName}'s son`;
+							child.slaveName = `${genes.motherName} and ${genes.fatherName}'s daughter`;
 						} else {
-							child.slaveName = `${genes.motherName}'s bastard son`;
+							child.slaveName = `${genes.motherName}'s bastard daughter`;
 						}
 					}
 				} else {
@@ -12028,7 +12044,7 @@ window.WombReserveCount = function(actor, type)
 
 	actor.womb.forEach(function(ft){
 
-		if (ft.reserve == type)
+		if (ft.reserve == type) /* the lazy equality will catch "" case */
 		{
 			cnt++;
 		}
@@ -12102,17 +12118,6 @@ window.BCReserveInit = function()
 				if (ft.ID == undefined)
 					ft.ID = generateNewID();
 
-			try {
-					if (slave.reservedChildren > 0)
-						WombSetGenericReserve(slave, "incubator", reservedChildren);
-
-					if (slave.reservedChildrenNursery > 0)
-						WombSetGenericReserve(slave, "nursery", reservedChildren);
-					} catch (err) {
-
-					console.log (err + " slave ID: " + slave.ID + " slave name: " + slave.slaveName + " " + slave.slaveSurname);
-					slave.reservedChildren = 0;
-				}
 		});
 	});
 
@@ -12460,14 +12465,14 @@ window.saChoosesOwnClothes = (function() {
 				wardrobeAssignment.push({text: `and slips into a scalemail bikini, the better to intimidate the prisoners.`, clothes: "a scalemail bikini"});
 				wardrobeAssignment.push({text: `and dons a scandalous habit to make it perfectly clear that crossing this nun will result in sexual punishment.`, clothes: "a fallen nuns habit"});
 				if(isItemAccessible("a military uniform")) {
-					wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritive.`, clothes: "a military uniform"});
+					wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritative.`, clothes: "a military uniform"});
 				}
 				if(isItemAccessible("a schutzstaffel uniform")) {
-					wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritive.`, clothes: "a schutzstaffel uniform"});
-					wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritive.`, clothes: "a slutty schutzstaffel uniform"});
+					wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a schutzstaffel uniform"});
+					wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a slutty schutzstaffel uniform"});
 				}
 				if(isItemAccessible("a red army uniform")) {
-					wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritive.`, clothes: "a red army uniform"});
+					wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritative.`, clothes: "a red army uniform"});
 				}
 				if(isItemAccessible("stretch pants and a crop-top")) {
 					wardrobeAssignment.push({text: `and decides to take it easy by slipping into some stretch pants. They come off just as quickly as they come on, just in case.`, clothes: "stretch pants and a crop-top"});
@@ -12873,7 +12878,7 @@ window.saChoosesOwnClothes = (function() {
 					wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a hijab and abaya"});
 				} else if(slave.sexualFlaw == "breeder") {
 					if(isItemAccessible("attractive lingerie for a pregnant woman")) {
-						wardrobeTastes.push({text: `and wears lingerie designed to acommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
+						wardrobeTastes.push({text: `and wears lingerie designed to accommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
 					}
 				} else if(slave.sexualFlaw == "malicious") {
 					if(isItemAccessible("a schutzstaffel uniform")) {
@@ -13335,7 +13340,7 @@ window.saRest = function saRest(slave) {
 	}
 
 	return t;
-}
+};
 
 /*:: SA servant [script]*/
 
@@ -13611,6 +13616,8 @@ window.saStayConfined = function saStayConfined(slave) {
 	return t;
 };
 
+/*:: Assistant Art JS [script]*/
+
 /*
 Displays assistant images. Currently passage-based.
 sizePlacement: Image size/center.
@@ -13621,62 +13628,113 @@ window.assistantArt = function assistantArt(sizePlacement) {
 	const V = State.variables;
 	let fileName = "";
 
-	if (V.imageChoice === 0 || V.imageChoice === 1) {
-		if (V.seeAvatar !== 1) {return}
+	if (V.seeAvatar !== 1) {return}
 
+	if (V.imageChoice === 0 || V.imageChoice === 1) {
 		if (V.imageChoice === 1) {
-			fileName += "'resources/vector/avatar/";
-		} else /* V.imageChoice === 0*/ {
-			fileName += "'resources/renders/assistant ";
-		}
 		switch (V.assistantAppearance) {
 			case "monstergirl":
-				fileName += "monstergirl.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "shemale":
-				fileName += "shemale.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "amazon":
-				fileName += "amazon.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "businesswoman":
-				fileName += "businesswoman.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "goddess":
-				fileName += "goddess.png'";
+				fileName = "'data:image/png;base64,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'";
+				break;
+			case "hypergoddess":
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "schoolgirl":
-				fileName += "schoolgirl.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "angel":
-				fileName += "angel.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "cherub":
-				fileName += "cherub.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "ERROR_1606_APPEARANCE_FILE_CORRUPT":
-				fileName += "corrupt.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "fairy":
-				fileName += "fairy.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "imp":
-				fileName += "imp.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "incubus":
-				fileName += "incubus.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "pregnant fairy":
-				fileName += "pfairy.png'";
+				fileName = "'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAAJaCAIAAAB/YR8cAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4yMfEgaZUAAFKPSURBVHja7Z0NXI3n/8dn+/22334/e/jv+WfPs82YTaTIspqmJNWhhEgIkR5pUvREKiFFiiiZEhGlSFGUWipSCZFlGdZEiKhO+/W/uLez4zzc535+OH0/r+vllXPuc1/nvu/v+1zX9b2+1/d6RgcEAjGkZ+AWgECAEwgEOIFAgFPP1ASLfnATQIATM9of939wE0CAEwP6xmBg1/ln0L9wK0CAE125OH7SXfeM26yP4VaAACe6igt5G+GUEP4W3AoQ4ERXhSkvI5wq0nvDrQABTnTVevo5hFNb1bO6QwbB3QABTtQlGfsFYgkrdtafww0BAU7U5e/xvgynCN8+cENAgBN1pW14XYZTTuKrcENAgBNFmY4a0JD/ggyn60XPW5r1h9vCmYwMB6ICOImYH8/ZH8WHvl2Y8nJL+XMykORL6+nnSvf0Tgh/Cx2Jjoebxp6m2nw6efxngJNW8YNf0KfQZ9EZgC7GZTOun6XZF4CT+HBCDQ7mECdbsMYKcGJDurqDhgweBDiJVWho5DP/w+TINysz/tNW9axKftprelVn/Rsd4+f6gWTsF3DTGJFEIgFXhFb/NA4ZZGf9eePx52UgNZX8E70Ck7lsKCkpCXDSfqXHvibDKS/pFbghLKmpqQlw0n4Fe8E0LvsjWFPT7u5uc3NzwEnLZTOunwwn+wkQZMSK3NzcEE6enp6Ak/YL8/i11/SCURNLioyMRDjFxMQATtqv4l0vwQINVpWTk4NwysvLA5y0X7B8kG3V1dUhnBoaGgAn7RcsbmdVurq6Uqm0+4kMDAwAJy2X4YiBCCf0L9wKNmRjY9P9l+zt7QEn7RfMOLEnHx8fGU4hISGAk/bLwfYzuAksKSEhQYZTcnIy4AQCUVdhYaEMp4qKCsCJXRk/EZidtur69esynFpbWwEnduXk5OTs7Axmp5UyNDTsflqmpqaAE4uKeCKwPC2TRCIJCQkpKChQwAn199DjtrOzA5xYUdoTgf1pDUI5OTnNzc3dmoSOQUei48W4FEq4OFVXV9fW1oItilTm5ub+/v7Z2dlEEMJHKzg4WCxR58LFCQ1P29rawC5FJzToRT23bqZVWVmJzgw4UZGJiQl2E7VpMUzP7OC1tLRQRgj9pIqr4ydQnLCVMEjojx5lhUMNhprOGG3pPna8j5WFs5mRjZGekZ7YL8rOzi4iIqKgoAB1NzQihI4pLi4WqVtCoDhhK2GQoqOjewJFtgHjF5d5hPwesKp9hcqy8k6gb9WiadGThxkNE+9l6urqOjg4oGeq3BtEQ+W4uDj0LjpGvBcoUJwyMzOxu4zaei2myHCcoXv+gpDbgeooUlnCHwQvO/fD5JW2Ir5wpXkn7ejVCxSn2tpa7C7X1dVpK0vz9s1e1bacFEgKJex+0IJDYp3pbmpqgqgIjiTrZEulUlG3/iqFRkdBV/3ogPRUebh80UlP0d0E+Zi9yspKwIktWVpayncDbGxstIkl9zyX1e0hjLEka6nuBdn4WovoPiQlJckecWpqKuDEljw9PeVx8vb21o57rWcwdPlvyxgHSb4sLvMQy92A9U4cKTo6Wh6nhIQELbjRksWWYfeXs8oSVkJuBfB1jcP0vtbRIZr1yc7ODlbjciEswY1MBQUFYr/LDjFTOADpb6JaAoR/TyBXBEfCEtzI1NjYCCyRJqpZBETV19dDJiPWf7Ta29sVJiXE++vFC0tY8Rb8OArrhmhB70O4OMknuBF733rE6OHhbSv4wgkVKw8LId8fbJAcFxcHOLElb29vZZyCg4PFeHP9qhfxyBLW5dMbIdyQP8hRzrrQb5UyTmLMdDMxxJZflrAyM9FBsLfI3NwcPVxLS0vAiS3l5eUp41RcXCyu22pobsiNW5xIGTPPTLA3CvZ3YlESiaSxsVHlqkxxLXUObPAVCEuP53ZPeQ3RGyLMG6U1GfaEgpOJiYmPj09mZqZ8pih1S53RYf7+/ugjQr6nCw44C4clrEyPE6gvB/bGZUAGBgYuLi5JSUkKU0zE1dDQgH7Y0FhWaD50k2mjIh6tEBpOqJg5fa8D0hqcsKVjcXFxFRUVsulw+kKnqqysRKedMWOGEGLPfWu9BcgSKuJdygE4PdWaE1/YTFOoisLCQlQdX12ISasmCpMlbB3HSKuRYPFixcnJyYlyX46+UNXcJ74J/itgfEWzvwCJmho1CSxe3K2TjY0Nai6Ki4u5aZ1QRZGRkbwskXLe6/T3+vPbywWI05KqRWDxWjJ20tfXR81FfHx8dXU1sxShEyYkJKCToyr4uo+6+rph94JluRwE2+WzcIFEa1rn2TM0NPT29k5LS1M5y0RE169fT09P9/HxQacSwn10z3P522rPCxcn5zQnMHptw0le5ubmWH7D1tZWjUkMCwoK0MFCC0vRG6G3+uHfJhuzLySxI0aYOIXcChjx/XCwe63FSV4ODg7yCW5kamlpEWwGtvHjx229ECVvsglpqzu7Lq/rDBMmURNDbMDuewROSMpblSCVlpYK8N7Nm+e4L2PLw/a6nR3x8vZ6siwD4dTadT6pc6MAcXLNmgd231Nwio+PF35E+QI3p6PHdiFmULksLZY31nX3w+7cO4u9dUN6Ortjp9BwWnZpMdh9T8FJ5Xon4WS6kQcJK1kdKfLGGt0ULv8uKtek5bmdaTRbqvjO6L0diQWd6TVdRyuluTSJ+mbMN2D6PQInwa7GVQYJlZvSMwpjpDW/rlA4RlZau85dkBae6DyQ3rE9vjNKwcTXdKyM7Vib2BGT2rEFHXC4c3dhZ8Y5acF1aUVHV73CqdqkdXTaPSsvCzD9HoGTfIIbgeSKUAkSVhAbisZ6I1gdTowXys3UzK0OYPo9AiedvxLcyE8x8fVNnOc5qgMJK1s71itYatTdUM5wQkXBC0KwLCx2A9PvKTgJIc+eRGKRtjcO35QVnBBYWftwZeuDWs5wQr1BbU0bBjgxI36zwOrr60VFr2i+XaXRlI927FWxW8yj5WdqcrhsoNBYiwJRIy0Nwfp7BE4KOcp9fHw4q3qJr3t1bR5BO1YX+pCesZlLnLI6U7QvZxjgxGBHS8L9DhrTHSfnHkkhbsRXpSfVWeqG+GAucSrq2k8leC8dgvd6Bk5IskSwHOzvZGb2/fYdUWSNWIVP768SFLWQS5yo+feWVMNijR6Dk2z3wfr6elYrCgha9MuvJ5l1qXlEz+ESp0vSIvBGAE544mBv3Il2kkOHf6RmwTekp/H6UVsducSJmnMPFV19XQCgR+DE9s7ta9YGttytoT7bc2Mzjpk6ZXKKU3nXIWo4mc4aDQD0CJyw7NVsJLCe5WRfXLKPjvlGr1+Ov9f64lrPn68UcYZTvnQvNZwmhUwEAHoETqamphhO5uaMLcbWH66/OX4VHcN99Oiiv78X6iNptNS8/GTOcMrs3EFxZS4493oITkitra1tbW2MNXcecyqrD9Ox2itXS53nOaJTWS2ywDdTl2Nz2h5d5Ayn5I5N1HDyOeUJAPQUnKqrq2tra5kZia2jOxFUeeaQre2f+6LPS5+Nb6aeic5cjp3WdKwkyE9E59MO/at+AEBPwSntiWieZMQIg/T98TTtNSd3h7Hx3wkf/c7/gG+1YfG+nLF0TVq+uiOE8koNAKCn4BTxRHTOMHnyhFOns2na647kDQqnDWkJwLfR/VlbBB4SISsm9qOAgR6Bk5OTk7Mz9bTai31cm26epmms66KWK595dbuG1iDjwFbOcPqxI5YOTnYrbIGBHoGT8RNR+2zMxpU0zfTe/XN+S1WM1I1tvtVoo8k7o7lhqaOrXnlVLzj3ACfGpKuru/9AIk0zrW84MXeu6vWqE5fbaLTRTfErucHpZtcZmkkj0DgQGACc1DoejuSn0rTRIwWpFuPGqO2CbnfU7EBb7ccNThekhfQTG+l/qwcYAE6K+u67b4vohTugEr9Fg/PD7ch8jQYavHKhwOMhnto5dzbDoUZ0eumAkyBkbv592aksOqZ58XKhr5+Hxor8qjXvhuYePFPIiSIUiv0aO2afhdsTAU5ilbX12KqzuZSN8sHDuk1bVo0cSWixd2Cjn+Y8QRFTuMGJkbzNC7IZ3pUw5okAJ7HqdNUhyhaZnbN9yhQSq32J7IM2PcWemwlcRpLCBvy8hNnHkZeXx0u2HMCJAdlNklAzx6PHdi1wI+0mXokbSy6LKL9Yf4xtnMo6DzGVZtlwLJNpWBobG5uamgAnUWpDTAgFkJycplGrjghOqOzcGyPMjCtsJ4U1NDTElgL0TG+E6HGqqDxI3AT37t9iYWFKpzqCOHlFzWUbp/jOaKZwmr5pKlOPY8aMGRhOPdMbIXqcGhp/IpdZ4XLRYh9XtnGavtf+RlM5eyy1dp1ncE8NjwJXph5HREQEhlPP9EaIHqdFPyygYI7bflxnYDCcPZyW31wWvSGIxXQrXScYxGnFDX+mHkd2djaPuXsBJwZ07kI+BYs8U5UzZ850snWFNAcQDYcLms4eToWdGcxu+jR2/hhGnkVdXR2GU8/0RmgDTn5LPSnb5fIQcilmA35eQtBAbWKtT585yBJOhzt3M4uT03ZH+g9CIpHI737i4OAAOIlSVTQWrm9NWEO8Is9CV+I2GrSOrWijvR3bmMXJ/yKVzNX6+vpOTk7R0dGoa6dyp3D0YmFhIRpHocP43VUIcCKhpcu86FjnwZwfRxoRmnuZtW06iW2Utk399frJTiHlh6AfvGdqaurj45OcnFxbW6u8ExeO0MHoI+iD6OPoJICToJWaFkvHQE+dOTR58gSNtYzzsiBlozFJIWzgFH1/FeM4zUwgNJI0NzdHPKSmpsqGScSFPpKWloY+zmCCKsCJFX333be1lHwSsvLb76cWLtSwq7n+SH1SNuq5ax7zSclrDzHOEipLz3uTveeo/+bi4hIfH19RUdHW1qbMT3t7O3orISEBHWZoqP1b4GjVeicPDwYmTzU6J8IfBJMy08ikQAZZuv5bGXubupvOoL5YQ1dX18HBQZ4lNF5CgytwRYhYW7aupm+ycZvCcapYUrWIlI3OL5h98NA2ZlhqKg9vC2YPJ0fa4RGyjVjBUa4NQr+RZeVZ9A13V1qcuiqIrG9XKPM2ONJJif6n+yFtfcA1X/ZYetzfq/Gmef9hGldwkoz9gs7H7afaEtmKU2PJO7rT2NhIZRWrHi4nZabBt5YtXeVB+Zu0t19K3L42+nwoqyz9mSpsGq1UYRBkJDwfXdQbNM+wxNedkc7VqTMHbWytVJz/7CKyZrrojPuGhBWkd75pqlizbtnmLeGU98AlWxxiptC5887OzhACKyw1n/wH/ZOs38hMOqFfrpbMUcpqNDHUloKlIqK2pxHd5jD/eGpgkGdQsFfZqQPszTUpl2XnaOU2ggUawpL56P7ddc/Q7O9hysymkiHsmUBTrMheud92DjV3Cidf3uRPjah9OXhJni/WH4tY7bdw0Zz1McEKaTcZyQxBKH5vAa34PVg+KCB5zv4I4eTt/BEjZ6Ow7l2BJdmLEav9n26gbKgZa+jdwIhdy1CjJzv5782nCwp37UiL2rwldEdKlDLPWOGms/c4eDeNVi7LgicCnAShmOB3EE4J4W8x1nUk45ZQxxJWFKL7Fp/yomyyiypdIxMClyV4eqXP9z7jhl6R1SL/HeS/DOV9nMgW1PAOMxpG/QlC6hXhKC/pFYRTYcrLDJ6TDk4K9r0/c6u+/p95Hg1MDcLuBTFlxPgko8J4FDlOsQ0aT/luQ2IwAakh/wWEU1PJP5k9LQWclNsKrJz4ab9E8mdyBfM5puGPljNiwZXSXJyBHCqU98DleH0upK0UivT1vkYsYcV45EAOiFLXFqnseslKwy/FzvP/XCA0NXISwSW6+OWStEj++yjXfllazBlOqBhNNNIBiRon+wmfy3ByntaX8fNr7N2pHL0o4/R4n9yOi4HBf8YQWLqPjXhE13xbu87hk/ygq45LnGhOQAFO/CvY630ZThG+fdioAr9DpWzE6nCSvfXngIFA7nKcEt8ZrfxNVFbHGU40J6AAJ95kPrq/v8f7mZteaz75DxlO6G/0CnodvcseUfj9OnWWrfDBcePM5uyaSd8PoRJmhbq4bKBoTkABTjwgdL3oeRlC6go6hlm07rdd0NgaEJ/qbbxWtqVgLSM4qRs+oXJOWsAlS/QnoAAnLuRk37civbdGhNQV9Fl0BgauXNUYiQhU6o6sleZv7VhPwWqPd+7X2AVlI90K2xNQgBN3sjTrH+L9Xk7iq/IdPHUFHYOORMczEnwkU8lP+3GcEPgsqTystetcbmcaKZPN6kgh2POkuW8n9xNQgBM/QpCE+bxbsOOV1tPPyRBCf6NXInz72Fl/zl7V6fvjiRNFELkL0kIECcF2SZ1rXqGWK9JS7lliNkEs4MS1UPsjwylyWR9uKk36cR2p8RLBURY28aouk/jejkQcfpQrOtF5gBecwtuC9UfpAyein3dycfyEs3rxl8QTbLXUfeRS14mCznQ08snqTEnv2P5TZ9YN6WnigYIcx78qF8kSK+BElDgZDPuKvagIfMVtCqfTIhGJTiIVdyv/OsKPL5Ye57rImAOciBInnb9i9hhZQUhWQct/6JDWE5zbVWf6FDzvGg8mnpEcgYdGboWd+9HgbXdHAiPei+BrS4ETseLERkQ5cc13mYkzmCHSN6PGEv7xBP3vV6Slyp9tk9Y1SssuS4vp+NlH2RkDKqLEKS7kbWbXO5HVhAmWP5VlkO344bB0EbUuNJqm89LjBNsljeje7Tqb3bGTSv69WaMBFVHixOxqXGoaZjBsf+ZWgs0IkXap7NSBvPzktPQ4siwRWTUY3bEq6+S2+IRV6PyoIlluCXUFNWLrOyMApx6Bk6UZY7ki2HBO0Onj3bxViYweFfz26qmPdJ1Z07ESx9BX/7Zi095w4if8M320tDK2Y21056rkjk25nWlnu/JvSatRM5jUuRFw0iqcdBjKZMSIlgV43bt/jj5Iyo0VgkpjM/JkuikTh6UfO2KJ9PFUdlYfdV1s7TqvfFhN11Hl3W4AJxHjRD/PHoOaNWtqdW0eUyApNFaoB4j+xTkm4ZFaJwTqBKrkgWxzqvJyGqVl6R3bASdtwEkIPT15mZgYZx1KUudyoAmVun4aev2CtFAdS4WqomYZhOqp5VUPlwMnIsZJmFq/cSXO+kI6RKkrWZ0qAv/Wd0agoQ6dbGc46yOViaqU5gZd9YOnDzixcLMIRMcyxdJN6Zl1nWHKg6Wr0pOMNETqEmYoH1bz8Cg8esCJFU2aNL60PJO9LdllpaAznb3BEtmEGZGJQfDoASdWNHz4sOSUGFZZuiYtV/CPF3ZmMHJmggv4FYj6taUMDSDh0QNObMnf3+tGUwVLOMlP3cZ2rKUwWCLYI9XYZMleT9oeBQ8dcGJRNjZW5aezGWfpkrRIflkU8ZklsjiRXSs5e840eOiAE1saNkz/ytVSxnGSbTxD1hvedPMUqZ4ejuNE5VjrRHE6PHTAiS3FxoUxzlJN11Es7d4FaSGFj1+4mN98+wzlcFsc1zn2X7+lnvDcASfmNXLkiAcPzzOOU3xnVFZnyt2us5TPcLIsQ2WkBdlUTSr/ezgvGR494MSwTM1MztQc1pjxnGwp6zpY3nWIPpN7923CiNIYvUF8Ggr7b4e03loyFgwAcGJGX331VfgqX5q9KZWlTVqncv0fteLv76ZAFJEEL+pwkn93bSTMQQFOjDRKpsZEkkZQA6Cjq56Cpw7nXV8/V1LRRgT7hxWVB8ESACda6tevn+fCOcTzWrI0H6Wyq4YTsY7aKMo44UxJzXKyB5MAnCg7xIfk5ScTzGnOIE7qhjp0iFKZDJ3sUi6Y0gWcKDZKdnbj5B1lZOPfGGQJ351AgSicCAl8B8aVq6WyHU21UsYjB1LLSwc4qXU5fPpp3/iEVcRnOanhFLHWj5RTm0KlFy8XLvaZTzOjrcKRi320Odmyk31farv1AU4q9OGHH9rajiWSgYjyNhyyVe4BgR5kg+uI5DRX6Mthy+npEKVQ0jO2arEBhPm8S223PsDpKX366acUdqahvDLX0dGG8hJ0spsmIm7ls1PQTww4ePBgbTWD1Kg30ja8DjhR1wCkL/tR6wVRs0tk3+oaQILtj7qmRt3BkyZZoqGUuoOJZxHEjpm/YKa2GkNFeu/qrH8DThRBQmMlrC9EofNDDae09Dh1AzNSO14T321eNogizgz+ORO3RWqrSbSUP9dW9SzgRB0kfH8aTTtW9rYtcJtBliWNGTOJjIhQk4g5/clekfJpa84d0Va3HrbpBIWdY58BkKhN7KizeHycMFNGQyacfGDE2yUKWStQvWMtRlGbg1Y+8/gJ47TSrYfh5DbrY8BJgxynWpUfjfnf7cN/dJyl7IMmsiBcHU4Ra/3UJawkuFsHTaI0NlDEz7x6TYBWuvUwnKID/ws44YF05kQ8AgkrODhpHNMTGX6oNEfUx1PpGSe+jby062LXw+rHRVpHjSg6DZTCAUUl+7TSrYfhlJP4KuD0lCzGjtJ5vAub3tEDa2UgYUX6qJayM43CPhqYHRsZDac2AOvqqv+j7dT/7uQ/dRV38v9or6KwY+KMGbb4LSTRsF1pvZ6etoVHVKT3xnCqO/wi4PS3JkpM7zTsa6ja3nw5XYEleZxIubNI+ScUlwYq5SXHGfQ/xZK07n8tR5Qv4c9mtrWoS1U0Os7337NvE86UF6mOpbvnXK0xGINhX7k4fiLb77y9phcaPqEXAafHaqxOxgwudq27shViJkiNJWp+c+UGgQhO+Cz9We4exydK+ct8+OF7FLYVVS6792wSu5042H4WE/wOapQQP7K9ZGVFeu4Z9FZcyNvoMN0hg3ouTncb9yNTu/PLPnvbUYr2dyef8uiFwYldlQjJ/40gUezgqW2jSkh9H4nEFMchQZAl7C0x2ob56P4h3u/lJb0ia4uIFHQw+sjyhe+ZmvTvcThtWOWG2qWxo/Uqj8cqGt/9UvYSI1MYgCn8LTvmj7YyIiypHA3idz4DAj3UOUVIxbajYmj4jehsw9LsMU4FO15pq3qWOE7o4OPJLwcvfM/8+56H04lDUWp/yzvO8o6TRpOVdl0kzpLK3wicL3CkIEXZL/Ko4yLxrLGyt+Y6TxevkaD+m5N93/jQt6uz/q2OotqDLyaEv4UO69GdvRuX9qi2PE09PZrTOxSGYSoP+KO9SuX3//3i7qaLaSrfIs7zzVuVr776CrUkYQrnjIpeoR0GYzxyoM/8D2XdPzRq8nP9wMToS3BFPI4NV/srrsq5TAcnfKKItHsqD/jj0SnlL19+ZD32x7VzO1X4V/6ajCICc69evRjZgCP36E5tshxZM1V/5F/gKP9T48YaqcbpfrFGlwA1ovAtjymcfj6dhP0RH+WJP3wigpPGTXWJNHTXbpRrk+WkbXgdpnEVNcHqO7IOZcojKPquduI4ecwbX5YXHeA9Vdm/otIbgY+TgnPvjrSWyPpI5VOZmY3SGsuJ8O0DQUaK8l/sqDxkIjLdSc1XjrN+ljJO0genVTawxzIjGiq3q3budV0kPsZTwOn2vapKaS6RfBLKVXhq0WSui+MnGE6esz8CnP5U6DKnpwYVdwu71CSyYymDCuVliE9N4JLx7P2v5Qipb4Jwkp9ZPll7YG9HosYF8ypPtTl+ldZYjonRl7BAQz1OLUfQzzz3afHor+pFheAcLs5kmjq3xJGCFAVXxM7jG9d0rCS1LFf2elHJXm0yHlg+qKh5s6ykzYfR8KNLfXZVlraIppZiX6XRq/OVU+jpKRSE0yuvvCx/ZHRhyKr2FcRzWcp/z9t3qrXJeCrSe9cefBFw+lsvvfTS8aJdbOR4oO9GJ/VlUDeVUNPUVkbqawQEeihM466oWvpkg7ZtpCI5ZP+1ttaerQAg9YoKnNAPMAXXNhs4HTu+m+yOgE+F7d0vpt/NU3hLR2eAfJDRrZaqsPtBCKfozlUUVqag4r1YezLvQWIwRb3zzjsKMWlEsrcymw+ZVBQsPgOPe313j6uM8FCYlSbyG3Hp5yIFt15W7jbZDqLnpAUUlgYnJK7VGuOBtJWK+vjjj2fMsGV2Two2wvaIBFXIR/H90XEWDQixgjPLhF9vwraIjz9+aoFGSOxiGU7ZHTtxYjvU3aviUu1ZmQtJlRXVr1+/Tz55n6WdLDS2PzR7kgwuFVH5FrozCk333DXTZDjFd0ZROPmtlmqdHi9tDoF94YUXcDaKZbX9oZlvmdVZL9Q0KYQX3blXPXHTeBlOqFy4fozChp/jxpkBTlqr119/fc++TczyQyotHj5g+KZJByd8klHTpJDlb19GvNdpV3mcUrPiCN4N+evyXDgPcNJaffrppxKJKf3IcVIh4QTnQDVGJzHSZioPclAf75VXXlbI8uf+g5M8S6j4Lfek0NfVptgIwEm1u/zSz0X0f/iJ73tJdodM+lvaEA9aLT+dhbp5ysk6zeeNkmcp9G7g2LFmxJ0lsnePFe0BnHS0u4GSH3OT2jSJVL4EWdG45AEdoNFlT2fzDnXtJBpG6ugMsLYerXCq83VHx6+zlMcp4PISdOuqzubir91S/v5NN08DTlqu99/vgzVQBHtipEYL8kVd5jqV2zrR8d1Rm4NGLA0a1F85mfPadcsUBk7eZV7ovqWkxlCo0dTUBHDSZvXr14/sti4U1qUiQnDSjqvcQYP+NrvEWZoxw1aeJfmPmEuMFQZOrgcfexT8lnpSCB9xdZ8NOGn7RZJJLUR8zz9Z0gWNHTx12fcpB2oQN3HUxzM2NlDH0t27NTo2XyngNGubI7pp1tZjKeC0MTYUcNJyffXVV5T388O3JFItElmiiAyQ8Fuz8tNZn3zyvpHRcJW7ZWNzUJMSbBRwslkmUfgZIt6GZ2YnAk7aL9Tle/31144UpNDkh5tJYWpr5hVeDwj0+OCDd5W3spY/zFIyOqTFXwGn7yYYYTdt955NZHuhp6sOAU49hah//OMfaORNqr/EDU6otNytYSTtBNbmoEbJ0dFGuReqcMKvrb9UYCnwFz/ZHQsMXEQWp+bbVYBTDyLqpZde0tEZoLx2Q+OvPmburJaikr0HshMpU3Tp5yL0Y6EOJJWsTkuZrIDTggPOsttlPta09cF5sj4Sw2+/AZx6kN59990XXngBmR0yPgWuFAzl5ysnyk8dOHXmIAetk/yWal5eTtg3IRJziC4B9eskEtNBg/qjrh2OX0SBJUNjvbB7QQo4WftYyt+rzKxEsjjZT7UFnHqcUEuFuHr11VdRezXgy37fjzY0NfvW3HwUKgvcZqSmxRCfR6IzZMJ3pqNvYmQ03NjYAJUZM2yxxOLuHjOxV7CpJNQW4exoqK4DWXvhqM7krxVYCmkO0P9WX/4uuXvOJfu1l/i6A06gPzVv/gwOmiCyHTnU5qBWS76gV7ZtX0M57N1r4ezI/UFZHSmJHTEynObunqV8Q85fLCB1Les3rgScQI9lampy4dIxLv14dM7TIa0PC19CIXvm9d/Kv/zys78z/XddvCItLes6uDBkga6ersI9QXiQ+l3oyb5ywOkpZR/azvYCeGb970Ule/wD3Mn6A52d7VFPUt13y8ndsTJ0ie1Ea+yefDNyRN2l48SjGXuyrxxwkvsZ3rBCo0VynM6SYDBETOwK4jgVlewd8c1QIt/t6LFdC9ycHnvMg73xZ8bAVw44PSUPj7mkpla5ZEkjJFOmWOce3UHQBffFF33PVOcQbzkv/VwUvGIxqQbQwGA44NRzNW6c2eUrxRRWEDG+bopa5Diy+FGjDG40VWj0wi3z90CdQzp9USLfx8rKHHDquTp8JIXsogxmmyb6sU47d22wHm+GT+/JikydwV8ykvUF/+vNmDEFcOqhWr0mgFSCEaZwYjxW0Gvh7NCwxeqapnv3zw3R/arhl2LKacmIt5yLvOcDTj1R06dPUhlHozGnJIOOBKZGaPfbLowcqX/8RJpKl/r4CWbE3SqkVukrlxUrlwBOPVFFJftIDXU4Wz9LDdoD2Yk6gwcov77Ie+76mGDixFLY0lf+I5s2hwNOvGnw4MG81LsxNpTCaIeRnWbY86c7OE5YusxV/pXde2Lt7MaRyvZMeZNs7L9pezcDTj1LNrZWd+6dZQ8nphLBksXpVGX2iy/+q/x0FvbfqrOHBw7sJ7tSauMisl/yaMEuwKlnaV/GFpbCGhhZgEhnkLbYZ/64cSbYyvYPP+xTenI/zS9PNkbkp7IMwKkHyc1tNhtRQkwt5qU5Wfzr9ZMff/zB7j0bR5mMSPpxLZ30MtT2OwWcepZK5H6wmZpBYjAoiX4439pI/5dffmn+gumUnRx0eAacepACghYxvsKC2hZjLKVNx8qIEbrB0Ytau84DToATi6qoPMgsTjTT5TGbsEVWUlLX9+rVa3V7yKbOyMiDK+I2hR8t2NXQ+BMpPwq1L5Z1KAlw6hFa4uvOzRZPnCVvwfkO48ebjQ01c4h5KuRHX1/PbtJ4nyVuCLBDuTsuXDrW3nmJwVUksHywB+mn0gxuGgcONofXWNHRYzufffbZQYMGabwt1pKxbh5zoqKD92duLT+dTQ2nG00Vi7Voh1zASYNUZj6gPH5gL7iBQaJmz57cp08farfLwGC4peUYR8fJXl7OISE+G2NDd+7aePhIyomf0g8d/nH3nk0JiZFR0StWhi7x9fNwd58z8a8Vh4BTjxAaPDDosKY8y8k2UU9tWVuy95///KcOCHBiVuPHj2NjSQV7LNGJTno6U5fkvffeE86DkEgkgJPohbMQgywS3LsfqMX7ycqLL74onAeRnJwMOInfCVGWwUj3icvc5UwtmrCSmH766acCeRBNTU2Ak7g1adJ4mqMRjjcBoBaNoa5zuC8j/o033hDCgzA3N+/u7kb/Ak4iVgxusjj6k0u8EEVqGZXO4C+F8CDc3NwQTp6enoCTiHWmKoelmSUeiSKFelCw18cff8z7g4iOjkY4xcTEAE5ilURioTUsUY5bP1116LXXXuP9WeTk5CCc8vLyACexanmIj8A7eNys8LW2Hs37s6ivr0c4NTQ0AE5iVU5uMo95j5ldqEsn7VFi0uq+ffvy+CB0dXWlUmn3E+nr6wNOohSRXZK4YYmpFe/U0h413TzV97NPeHwQdnZ23X/J3t4ecBKfHKZP4nIlLHt9SPy06QTP5jDdhsdn4ePjI8MpODgYcBKf1pNxkXPWx2PQL0LqnNt3RPbv35+vZ5GUlCTDSStjI7Qfp8zsREF189jwMRI/M+rvDRzI2wRUYWGhDKeKigrASXw6XXVICJ5xBnPH0jz/nLlT+XoWTU1NMpxaWloAJzH6IaqE4BxnpI/HCE5xm0N5eRCGhobdT8vExARwoijz0Tx02Q2//YZCo8TUCId+njBmt8PByrGi3byY2owZMxRwcnNzA5woKsSbhyU39lNtqTVKTG3ERAcqlrY/bLlbM2DAAO6fRVhYmAJOkZGRgBNF5SS+yv3l4SdaYWTTTuLMkOJKY3JMOkRZWPAQHpGamqqAU05ODuBEUS3lz3F/efhJ/Rnv3VHYfoLIBmqM4+TuMZv7Z1FdXa2AU11dHeBERSZGX3bXPYP+5fjydqXFEUm2yuy8KrWdASikqaCM07qoIO5NrbW1VQEnqVSqq6sLOJGWg+1nCKcZk7heEHr02C5u3G50Tks/1oFsSd4ZzdkjsLOzi4iIkJ9xkldpaWl0dLSDgwPgREI+8z9EOPm5fsDx5VWdzWVvgpVg40PHg8cSToePsBuRYGNjgxAqKChQbpHUCR2JjkefQvgBThoUE/wOwiku5G2OL+/6b+Us4US85aHW1rGKU1XNYcZvtUQiCQkJycnJaW5u7qYnhFZeXh46m+hyHnGEU3rsawin7C3/x/Hl0czWz1Szw14aMGrlt99PMXJ7zc3Ng4ODGUFIndCZ0fkRWqJIL8ERTqV7eiOcKjP+w+W1fT/6O2oJ+xk0aGHi9Dh1BD05OTlVVFR0cytUI6oXcNK5XvQ8wqn55D+4vLbJkyeQnXRi3JrJ4sRZ4jGhdfDUqaWlBWudRNHx4wIn3SGDEEtY0df7mrNrm+44makZWMCJoAevoKCgra2NJkLoDIWFhWJ0S3CBk6VZfxlONuP6cXZtU6bYiCiQnMJEsKBw+vvXU1fXwcEhOjq6uLi4vb2dIELoSNSXw5zm4p2M4gIn52l9ZTi5zeIuN5WNrRWrSydY9ViwTRQ3j0BfXx+NduLi4tQNtGpra+Pj49Ex2pE6ggucQrzfk+EU4duHs2uzsjLnHSdhpm5+8PA896am3AmUSqValoCFC5wSwt+S4ZQc+SZn12Zm9j3vC9qZ3biaqVL/cyH3pqYcs1dfX6+jXeICp5zEV2U4Fex4hbNrMzY2Ej5O1KJgaZaikr3cm1paWhpElDOg2oMvynCqP/Ivzq5txAgDseDEsZtkX8YW7k1Neb1TdHQ04ERaLeXPyXBqq3qWs2sbOnSowHGivMEMzXrjt0Rwb2pOTk6wGpeuDIZ9JWMJK1wu02h7dEGAAd3E/X4sTYtNnjyBe1NTzhVhamoKOJGTnfXnCjg52H7G2eU1/FLMdqZivrafoXzO8tNZfFmbfCaj1tZWHa0T6zh5zv5IAScul2kQ3HFQaBThNJL0v+T+A1v5sjbIs0dXkcv6KOAUE/wOZ5eXmZUoqMBTIUxJnT1/5FjRHl6sDbLA0lVq1BsKOGVu4m6XITTmZpClLmndH21lXV31QnBXUMNp956N2B8REf7cWxvkKKfdvqe8rIATl8s05sx1YBCn/93J/9/tw/+7XyyQiSkKZefuDbK/ZzlxvYcF7KBB2xmQ/4ICTk0l/+Ts8oYMGXK3tZYRNzRqmh6z9KSIFKe4zaEKrs6xFmZcWpv8/k4GBgaAE2m11/RSwInjZRoHsrcRtFR8w5U+qhU7TuuiAhVeOVlxYOjQoVwaHOw+SF1YPjDlIhn7BWdXGBjszQxOXRe5x4lBB8nGuJD6hhPKr+/dt5lLg4O9calrxqRPVeLE5TINU1OT35srSeGktr93txCx9Mf9Uu63ZKeP0/KVi9SSFsvdJgCwczt1+bl+oBKnMJ93ubzIhMRIsj5o1Th11f/x6BTbnj02cEJNU01tnrp3790/N2nSeG6ehZubG8LJ09MTcCLXLiVHvtl88h8qcWopfy5tw+ucZbEcP2GcymgjVpOuCKend/Va6TJ/N/xjsg4lcfMszM3NEU6iSEvEP0521p/Hh76NJVohUppK/pm0+k30KbavM3V3LCMNlBhxsp8qOVeXr/GwxYtdubG5pqYmHS0VMzhZmvWPCX5H2SdOvDQefz4u5G10Hpau09JyzLUbZULYIZdjnEJWevv6uRI5sro2b/jwYRzYnFbGQzCAk+moARG+feSXM9EvdYdfjFzWB52Z8UsNWv4DLy41HlnalxHfv/+nJIZYnPgkRJfblV2cjEcODPZ6vzLjPwxSpFzQ+UO830N1Memlzd3B7I607OVjoV91/c+FX3zR91Duj8Q/wqVPoqfjZDDsKz/XD4p3vSQ99wyrIMkXVFfpnt6oXlQ7/au1tbVC43JetuWks8yJWi02tuZLfOeLYmVhj8PJ3+P91tPPcUaRckG1o+9A/4KdnKZRS73PLE6kFuFSqCIg0GPgwH4UPnjxciFQwVHrhAwatRXct06oXkZaJ41EMbIDGk1XB31oEUvPP//PagKb8ajem9BzLoDB6dgpwrcPB2MnVAtLK+FnzrQX2rpAptZfIZZ69eq1IyWKhgMjAcDgwbNnPvqxf7zuMJOevYb8F9A52fOYy+QwfZLQ/OD0e5UYS2HhPnS+2J17Z0ebjgI2eJt3Ijt7q3I+NyH8LQ7mc+W1ZIm7cIjC37WaOEtBwZ70v1hoqC+wwRtOMmGxRfKZwPALOjI99jXu98zFtGLlEmQ6jzouCg0nCgM2jKXlKxYx8sVycncAG/zjhEl3yCDnaX0zN73WVvWsSorQ69lb/s9t1sfoSB4vvqAwDbMexomis0UaTmYIlae9dqNsppMdYmn1Wj+mvv+NpgpgQyg4ybvXVeLEZeJ/ddLTG/rgYZ28DdWcO8LXRC3B1MrKB+zLjP/q6y8QS4lJq5n9RZg6bSLgISychLDeSZ3mu8xUtqETxeloIC6W3K6+fq4IpAEDPjtyNIXxjmjkukDAQ1g4mY4aoBInLjdNU6cdKetVR4KezS0o3MVNznHKIJWe3G9qOhKx5OrqyNLY7+ixXYCHsHDSEUCuCHVSudJbVjIObP0xed2jjnr6s0nMRirdaCoPCvZ6+eWXPv7kgwPZiey5SW7fqQY8BIeT8qoNjjecVqkxY0w02lOHtH7zltDwVUsIruwgFZ1EASRk32HhPp988v5LL/WmObNEsHwzcgQQIiycine9xGOePXUKCFpE3IhXr1mKGoSqs4cZiZqlANLD9rrIdQH9B3z6+ecfR6z2u9VSxY0fXyKxAEKEhZNyFtjsLf/H+2Vn52wna9BR6wNJAaMSIbI4XW4oWhcVqDP4y1mz7HLzdnA8LTZzpj0QIiyclHOUx4W8zftl37x1hmq+/C22tmNNvv8GNVnUGiIiOKEmcfuOSLtJ42bMtNu5e0N75yVeZpk9F84DQoSFk7cznztoqNRYCzOadvbr9ZOo9zXyWz0K3Tmct9AgLTM7ISx8CSps+L7JluAVi4EQYeGkvL8TXyFFMvkuZSxU7869swWFuzZsXL7Adbq19egp9tZeC2cn7VhXe/4okY+33K05WZF58NA21OjlHN5efjqLyP5unBUu8+8BToRkOGIgj7sPqh7OqclqxFS5crU0aIXnwcPb9+7fnJc0P33fxn0Z8Ydyfzx+Iq2oZG/EWr8LF/N/+/2UoLa9AZzEgZPO03vjttf04v2aay/kc2CLm7eEon+77xzrPh8te/FIQUpefrLwQQKchIsTXzu3q9SIEQZkJ2cpl9S0GDQEunUx6dzJxDPVORlZW7cnR4qFJcBJoDjlJb0iw6kw5WV+Lxh/xycogJPQcUoIf0uGU3Lkm/xecOS6YOAEcBIxTiHe7wlnacah3B3ACcHi7+8FhAgOJxfHT4SzNONKYwlwQrA4OU0DQgSHk6VZf4EszRg+fDhAQrxYWJgCIYLDSXfIIIEszbCzk/Blmk03T4sOJ8BDiDghYUmOeF+asdDbhS/TxNmtTJil6mwu4CFQnCrSewthacaatYF8WefR/J3iwmlXWhzgIVCc0mNfE8LSjC1bV/Nlncmp0eLCKTDYG/AQKE4xwe8IYWnG7j2b+LLOyCh/ceFkY2sFeAgUJ5/5HwphacaB7G28mOajjosad6cVVPn5lxJgQ7g4Odh+JoSlGUcKUnmxzubbZ7wWzhYRTjtS1gMbwsXJxOhLISzNKDm5nxfr/OVqybz5U0WE0w+LFwAbwsVJ58kyDd6vtromlxfrrL1w1NHRBlzkgBNjykl8lferPX/xGC8GerIic4LtWPDpAU6MKcT7Pd6v9vKVYl4MNP94qrnFd0JARWMqC2iaxIGT+ej+vF/tlaulvBhxQeGu774bIRyWcIhautQDqBABTkIQwXyujJfSk/uHDx8sEJxw8pNt3bYWkACciIqvhCfVZ3MH6QwQWjdP4b8XLh0DHgAnEmq8xk/r1ND404ABnwqnaVL5SkIiNE2AExnh75rBXmm5W/PZZx/xjhM+Y7FxYcAD4ERCZ4llk2SjfPDBu0JrnRReTNoeBTwATiR06swhvqz5v/99SyA4qXNI7MvYAjwATiRUcjKTL2t+9bVXBOgll//78JEU4AFwIqHCoj18WXPv3v8RYACEPE4/lWYAD4ATCaEfYL4M94UXnhfIeEndARAPATiRUyabm8nil169egkqmEgZtstXioEHwImE0vZu5gsnK4npubp87odJRHiT/Q08AE4klLxzA184zZ47JTMrQQhReTjb+AIPgBMJ8Zh6xT/APXJdgKDaJcAJcKKliNW85T+JXh/s6uZINmqB8SETztaj9+6fAx4AJxLy8eEt/0lqWszYsd9RdsHRd+Vp3MP3UcdF4AFwIqHZc6bxhVP+8VQd9UHlRHAi6KlTGedKcD9s4AFwIqEJEyz5wqn2/NGPPnqXZtNEHCeNCKmsVE9PD5AAnIjKyMiQL5xu3qp86aXe3OBEpCFSebYRIwwACcCJhHiM6PnXv/5FBycK4yKNH1F4Ef3cABKAEwldvVbKF04ffPiuyplcajhpRIhIYIRCMfneGJAAnEioqvowXzgNHfq1yplc4gFBFLpzpBqrMWNGAxKAEwnxlVcZizNSOZNLAQlSkBA/v5WVOSABOJHQrrQ4vnByc5/h6+dKECeCCFHo0eFUMWGCJSABOJHQ+g0r+MIpLNxn7ryplPty+NNKxPuNOK3WxInWgATgREI87uf5Y/I6W7nUypQRIjhvS6H7N23aREACcCKhifztNl1xKosUQsRXWBBMqafxzI6OkwEJwImE9PT0+MKp7dGF99/vQxAeIkEMDE7pYmUqtE6AE1nxlbySwnokUiMimiyhMsXeBpAAnMipqGQff9n2/ktkTa666DtqIGnsAcpemTR5PCABOJFTSmoMXzgNHz64uGQvqTVLdCZ5yZ4WDSwBCcCJnMLC/fjCyXGm7c5d6ykvsqAc9EBkMAYLcgEnKnJxmckXThGr/VavWUphIS1lByB+yJ/CySUSC0ACcCKnsWPN+MKpuDR9lMkIRiIYKOCk8WxW1hBkBDiRV9ujC7zgdOfeWdmqJzreBZxtmijDiV4fYw4hsIATeVWdzeWrgXr//T4aSaAQNk52AbzKE35rPBKQAJxIK3V3LF84fT/a8NLPRUzFGRHHicg5DQyGAxKAE2kFBHrzGFee8pdzjz5LKgdFZH3okHoFcKIlHiP3YmJXUIgZp5BkjyyZDx7WAQ+AExUNGTL4YXsdX7u400/qwOwqQ6zcvlMDPABOFFV2KksgkXukRkdkWSIepnT9t3LgAXCiqO0/RvOF05tvvkYhEzIFkAims/xzQ5oG2JAGcKIqXz8PvnAaOVK/9q9Nr9XZOlMx4wRTw6IXz9QcBh4AJ4qSjLfgC6c5c6Zs276GAk50khlp9FgUlewT79M0fiLAiU+1PjjPC04J2yI8PGbhu7apZZIg0lFUR9eh3B3ifZTOzs4uLi6AE58q+Wk/X6FGY8YYMeXsppBPQiVdu/dsEu+jjHgiwIlPbYwN5W8d4bt08hlR29MJ/62ExLXifZRpaWmZmZmAE5+a5WTPF07/7v1vyonBNHrtiMTpKZ9t/YYV4n2UtU8EOPEpvWG8pWHRHfpVRWU2tW0vqKWR0FjF8hAf8T7Ktra29vZ2wIlnnSw7wAtOi7znUk7vymBWFvm3vH9wEelDNDc3734iiUQCOPGp2LgwvkKNFvvMpxatRwcnnDJzpr1IH6KnpyeGk7e3N+DEp2bPdhBsqBF+igjGcRLvyvbo6GgMp7i4OMCJ5+HTo46LvODU74tPNHbANLZapNa3a4rVGCHSh5iTk4PhVFBQADjxPXyq4Gf49Nxzz2nck4bIanZGiHrYLuLVGfX19RhODQ0NgBPPitsUzgtOFhajztTkEM/+RTBsgtqXuXqtVKSPT1dXVyqVdv8lAwMDwInX4dOcabzgdPjIj6sjlxKfbMV3UdDEqaparPGvdnZ23XKyt7cHnHjWg4f8BO9Zjzcj68qjthe1xpJ7JEWkz87Hx0cep+DgYMCJZxUUpvGe1YgRTijjlLQjSqTPLiEhQR6n5ORkwIlnrVi5hBecxo0zEQhOEav9RfrsCgsL5XEqLS0FnHjWmDEmvOAUE7uiujaXVEIVlornwnkifXbXr1+Xx6mlpQVw4l+y3HdcloZfTiCieGfp8c5OU0S5s5OBgUG3knhcRwg4/Sm+UkdMsbfmnSXx5n91cHBQxonHdYT84CSQpcjy4mtbDXt7Ce8stT44L9IfwZCQEGWceFxHyA9OTk8ktGdz7/457nHy9HLiK2hQVs5fPCZSnJKTk5Vx4nEdIT84hT0RuMuxydy6+uP84nS0YJdIcaqoqFDGicd1hPzglPpE4C6XZWLhF6dtSetEilNLS4syTjyuI+QHp+LiYvS7IrRnY2Fhyos1r17rxy9OgcHeYmQJDb+71YivdYT84NTc3Mzv/IA61V7I596aYzev5BcnJ6dpYsTJxcVFHU58rSPkASdDQ0Pe5wfUKWYjD5a9Y2cUvzh9//13IqII2Y+np2daWprCBK680FvoAB8fH45tjAecZHMFzs7OQntUdnxsVFNRmd346098sXTv/jnhI2RgYIDaooSEhNra2m6SqqurS0pKQh/nYO0GDzjJ5gqEkGdQWVeulnLvp07ZFcMXTtW1ecJESFdX18nJKS4uDg2z29vbu2lLKpVWVlaiE6LT6uvrawlOsrkC1BwL8Ckmbo/k2KAvXyles9afL5yyDiYJrINgFx0dXVxc3NbW1s2a0MlRFagiZtdH8YATugzskqqrqwWI06xZUzk26MZfS11cZ/GFU+S6YN7vuUQiQX2WvLy81tbWbs6FKkVVoy9A3x/IA05NTU2yyxBmN+PmrTOc4nStzGzMKL5wQiTzeKtRv4vCcIg9oS9DJ16Ha5wUQoBNTEwEiFPa3s1cGvSVxhJUaUMjP96IMWNMhNA6hYWFFRQU8NI6oY4fqhp9AfG1TqirKpDgXxwtcOM0jq6+4QSqNDM7kXuWbt8RVn9bV1fXwcEBDWmYcj+oEzo5qiImJgZVhyoV69gpODhY/qrQjRMgTnp6Q7nc+unCpccRqLzshlhyMlNHqNLX13d2dk5ISEBjbKYoqqurQydEP+Ii9uyhDp6bm1tycnJDQ4PyFTY2NqalpXl6evKb0klBXLYVNeeOoBqNjL7lHqftP0briEGGhobe3t7ITlSaEL5kU7roJGKdd8JabdSYoiZVPg0akWkBZttfaprnMoO7mZ+aXKzSU2cOcYzTsgAvHbHJ3Nzc398/Ozu7ublZnS2ht3JyclBXCB3M5Xd7hvFLZcTjKfNdcnw7nvJA3jzNjU2XncrCatwQE8IxTpMmjdcRrbQ/Zs/S0hIxUFBQQHMODn28sLAQnQqdkK+nxdl87k+lGViNNjZWXLL04OF5HTHLxMREnf3Y2NhoA07ynT0nJ6f4+HhS48ja2lo0UkQf5L2zhzR58gSuVhD+nTLyckMxZzidOnNQR+RS2QnS8vVOxsbGaCCYmZkpm8BV6Oait/z8/AQYYH6xvpADs96zL15WI5f9PfGmqpRJ5Wrcuro6bcZJXpGRkfJXzvuGPPiKil7BhVlv/9usrazMOcNpia+72HFKTU3t0bkiFDI5CXMaVyYzs++5WD4Y91TajDM1h7nBycraXOw4qcxkhH6yewpOsrWDQg4ykldpeSbbZh0R8VRC45BQXw5YarlboyN+QZ49Hdl0gWBDYOUVELCQ9ckf/4XyNRoYDH/YXsd2pcUl+7QAJ4VfZ95/o2GBhgYh42Z7uxpXV8UQ5kOHd7CN04aYEB2tUE/PUS7w5YPKOpC9jeP84O7uc9jGadasqdqBk8IOGvxmyILF7ZrFdr7l0aNHKdQ4ZMiQWy1V7NX4qOOiEGb2GFFSUlKP3t9JNnwUuFtP3rjZCzjqkNYPHjxYRRu+cwN7OJ2sOKCjLVLYfRD9WPcsnGTDR+G79WRKSFzLkmVfu1GmssapUyeyh1PcpnAqD27EQFSE9mhgb9zHzj1RuPVkmjDBkvtIn8tX2Ao4muVExebsrD+3n/C50B4N7Nz+ODZEgEmV8VVdm8eGZWdmJaqrcWNsqKC2n/F2/ggVAT6a+vp6jKWGhgZ+vwmk/CeqlaFLOO53sRRwdKI4ndodiFzWJzrwvwJ8NHl5eRhOBQUFPREnYW5Io2nI9w0bE1C+fh44laKuIOM1rlkbSPFHMOqNtA2vC/DRREdHCyQEFLZLIyHUMWPcuKdOnYhTIxt75EyaTHHJYGHKy6V7egvwuXh6evK7apBnnAS4mScRoRE848ZtYDAcp8aRIw3bOy8xm7pIpV+e0BDlyL8ajz8vwOdiaWnJ7z40POMkXjHrbbvRpNkfc6xwD4M1Zudsp3zt7TW9uusEajBtbW08rhoEnCgqcl0wx3m5lgV4MVij31JPahduYvQlYgkVS7P+AnwutU8EOIlM3xqPfNRRz9jOTinrNdY4YoQBU/29Dmn9yJEjqF24g+1nGE7O0/oK8LmkpaXxuGoQcKKuIwWpHOflYmoPbFnKJArymf8hhlOI93sCfCgRTwQ4iU9xm8LZiyVntb+3Lmo55auODvwvhlNC+FsCfCjOzs5CCAEFnEgrIGgRUzgRrNHQ8BtGqrOxtaJ81emxr2E45SW9IsCHIhBfMeBEWkztxXT2/FHilZ4oTmcp1paITEcNqDv8IoZTQ/4LwvRGCEGAE2lNmjSe8XxgGrVmbSDN6pJ3biD9kz9yYJjPu5UZ/8FAki/oxQjfPiZGX4I9AE60NGqUESM4rQxdQrxS+jk0Z8+ZRrAug2Ff+bl+ULqnt/TcM8ogyRd0ADrM3+N99BEwDMCJopjxQ9iTS/x7+04N5bputVQRrAWx0Xr6OXyKlAv6CPogGAbgREVXr9Hd3f1he93QoeSWl+cd3Um5uv2ZW4lXZDhiYLDX+xXpvYmAhHp96GABLisEnEQj+oHesk1oiCt81VLqyZLcZ1PzQEQu6yNzQsiX+iP/igl+Bx0AxgA40VVO7g7uHQO2tlaU1wvq6Q2lc7024/ohfmSePTvrz8EGACfGlLQjitVlTup081YlhboQ/PQvWeDzToCTiEU/ENbKikp+8Ou/lfO1Yyfq2gk5KgJwErFobgt989YZCpWOMR/N/aIMmfxcPxByzB7gJGLNnjONDk5HCnZRqNRniRuP27MLPKIccBKxrK3H0sEpKjqYQqWUE1mev3iM/iULfL0T4CRiGRkZcp81knJmMuJzuPgS8mpcwEnEGjJkMJ1FhJVnDpGtUW+YHp0aaTrKMTXkvyDMXBGAk+hFzWctKyNGkEtWSnO0ZmrKQP5qwWYyApxEr0uXi+jYt7v7HFLV0Ywot6Wx0kkmwebZA5xEr7JTWVzump62dzPvuzkJNgss4CR60QlIRaX2Qj6X9FKL2VOQYHOUA06i1570eHobltWTcg/cba2lU93SZV70L1mYO2gATtog+js+2dlJCNb1rfFImnWFhi+lf8nC3N8JcNIG0V9tTjyD5HTHyTTr2hgbCo8McBKuAgIW0jRx1L4RrSvQm7O6QIATD3LzoLu5enHJPoJ1xcaF0awrJTUGHhngJFzR74D9crWEYF0IBi6zJoEAJ64lGW9BP10EwboO0V78m3UoCR4Z4CRcGRl9Sz+Z0ciRhkTqOll2gGZFeUd3wiMDnAQtBrIc2xCK/Tl/8Rhf++GCACeORH9nGud5jkQqunnrDM2KUPsGzwtwErSab1fRTcCy1J2bZvDU6Wx4XoCToNX4K93klctDfDTWMmKEAQM4kV9hBQKcONUF2kOa1WsCuPF5VJ3NhecFOAlalWcO0bTymI0rNdYyZowJfZzOkQxgBwFOXOv4ib00rTx+y2qNtYy1MKOP0wUmsq+AACcWRX92lUhCSRsbK2idACft15598TStPHF7pMZaJk1mYHc2CjsMgAAnToXaFg7WTTCC08kKmHcCnIStzfERHHj2GOns/VSaAc8LcBK06Cf+DwhapLEWS8sx9HEqLNoDzwtwErSWh/jQtPLFPq4aazE1ZcBRDiGwgJPQ5bfUk6aVz3eZqbEWmgmcsXKQiU00QIATi/JcOI+mlc+caa+xluHDh9HHKTMrEZ4X4CRoubo60bTyicSSGdHHKW3vZnhegJOgNXu2A00rHzvWjEhFD9vraFa0c9dGeF6Ak6A1bdpEmlZubDySSEUtd2toVrQ1YQ08L8BJ0Jo40ZqOid+7f45gRb/9foomTtQ2aAMBTtzJytqcmzg6+itBgpb/AM8LcBK0aM4IHcrdQbCin0ozaOK00NsFnhfgJGjRnBEisjoDU9ahJJo4zXWeDs8LcBK0hg3TpxVhFLCQYEVJO6Jo4jRlig08L8BJ6KJj4o4zJhGsJSp6BU2cLC3HwMMCnISu1gfnKZv4qFFGBGsJCqKb8h/1S+FhAU5CF+XcYHdba4nX4uo+myZOgwcPhocFOAld126UcZBaaCq9+eLbd6rhSQFOItDlhmJqJp5xIIF4LRYWpnRwuvRzETwpwIm6jEcORIWDii5cojjBGr6KxO6aurq6HVLqCZxLTmaCoQNO1DVj0qdO9n05qKi6No+iW89xMje9SlQOZG8DQwecqCvE+70wn3c5qOjUmYPUtm0fNkyfVEXlp7NhJ0/AiR8lR76ZGvUGBxWVlmdSsO+z54+SrYhOYAQj27aDei5OxbteqkjvzUVFJfu4Wcy3Zetqyjh5/wABe4ATDTWV/LOl/DkOKso/tpub+O7gFYs5CL8AAU6KMhj2VXfdM6hw4Nw7nJdMwb4nT55AtiIX11lsr/kFAU4qZD/hcwwnDpx7WQdJD2kettcNHapLtiIbW+rJK3V1dcHQASeK8vd4H8OJA+fevowtpOMhqg9TaXINhlNj6ffmSrBywIm6EsLfwnDiwLm3Ky2OjTT/KnXzViUVL2LtEbBywIm6Cna8guHEgXMveecGsvbt5eVMra5TlHZnO3wkBawccKKuhvwXMJw4cO4lbovkbK1EZnYiS1tIcSnjJwKcxCHjkQMxlrBiadaf1erit5CbDrpYX0i5rrhN4RRwiljtL6gH5PJEgJNwpa/3tZN9XzRkqj34ojxLWKk7/CJ6y3laX3QY41VvjA0lZdwpNNJH+vp5UMDJg2rfkiVFRERERkYCToKTzbh+kcv6FO96qa3qWWWKlEt7TS90MPoI+iBT32Fd1HJSxr3E151yXY6Ok9Wd9plAU4Xyd5YIe2FlicjMzMzOzgacBCTU1KA2hwhC6gr6ODoJ/W+yZm2gOrNWafcm31MfNowaZUQcJ9kXMDER1kCltra2rq4OcBKc7Cd8Hh3434r03qjZIYKQ9NxjXx/6CPogY7dPznY1stT4aynN6lSmplCoVP6/jzouCm1Ze/sTaevMsjaMnQyGfeU26+PUqDcajz+vTNH1oufTNrzuOfsjdBjjVa9YsRino0VnBa5K1Zw7og4nla9cbigW1JOSSCTdT2RjYwM4iUDmo/vLs2Rn/Tmr1QUELMRvl+RfDAryplndodwdpHA6UZwuqKfj7e2N4eTj4wM4iUNczjth3jacBkr+v1ZW5jSrU+mXV0ky9t/dezcJ6tHExcVhOCUlJQFO4lBhysucRUX88MMCme2qJEr2d9PN00w1hjg4ydeL/t0QEyKoR1NQUIDhVFhYCDiJQ0mr3+QsZs/Ly1mjhw2zbEa205w50x7fES8PNvoDNZ7C6jg0NGA4NTc3A07iEJcR5QrLkFR6+bBXAgK96Vdn8r0xkSGTrF4ie+9y5zEyMOiWk1aGGsF6J1qa6zxdvllQ+EO+jLVgZg1f26ML+DjJFzOz7wX0XOzt5XFydnYGnEQgLlfjznKyV7BsdSbOVI1YKjJ1Pg+FIqhJp+DgYHmcIiIiACdxqPnkP7jJFTHNwU7Z96CMU3rGVqZqPJizXaVrXrl7+cvVEkE9lLS0NHmctDLUCDIZ0dLkyRM0+sdRWea/kKkaN21ehePzkK9UCMlfJRJJSEhITk5Oc3Nzt5LQi+gtdAA6DHASrjjLs2f7JIWDskErWDaDyU+WBXjhB+nJCiO+RAoyNzf39/dXh5A6aQdakAWW5q+vhUYX+c1bZxiscc5cB/yJY1nZmrCGY4QyMzOvX7/eTVvoJOhU6ITotIAT/3Ky78tNjnLZ3hY4LvIcwltKE5GVlTmR+EBUwsL9BN4i4bdUgJNQxNkOGqNHj8J36KESEcHkelhdXV11XUqF/3ounMfjeCkvL6+1tZU4QujggoKCsLAw6Oz1XBkbj9S4Bmnq1InMVnr9t3J10Xry/53mYMf7/bGzs4uIiCguLm5ra1NGCL2I3oqOjra3t9cOewCcaGnECAPlqVv59urBw/OMr+2plEtphDP7NGbMaOHcKHQT0tPT5VlC3TntW/UEONGSnt5QdQ497I+TFQcYrxTbTUPlwEkeJ6EZK+oByuOklRkjACfadxDXybZl62rGa8R208CPivjt91NCu1EKQUZamc8IcKIr1J3DWZfh7j6H8RqDlv+g3BIqFFJbWXMjCIEFadade2dxJlWNjL5lvMb5LjNxZnKxP44V7hHgvWpsbMRYamlp0c6uCvBAUzdvnVGXfaXxWhkbNU6aPB5nJhf7W5j74cqWDxYXFwNOIBW6/ls5Tr+LjRqxyS6c5fTo3x0p6wV4r2BxO0iDrlwtxZnDZaPGwYMHawwyio0LE+C9kqVe8fPzA5xAKnTp5yJ1qYV++GEBW49NE04hob4CvFeyxGB2dnaAE0iFzl3IVxm2h/4YP96CPZxUzuTK/vbxcRPm7Wpvb5dKpZC2EqRaWIyC8gTuw/a6IUPYWgxbJLdjvMqYDBeXmcK8XZBUGYSnkp/2q8zcwOq2f5lZifg4TZki0DSrkPIfRHQYI4/Tnn3x7FWakLgWJx3s40wvQt2tHTakAVHBKTR8KXuVKuzcoexRNDT8Rpi3C7ZLA+FpX8YWlX62RYvms1dpUJA3/iKr4cOHC/N2wWaeIDzt3LVRZYwCqykjZcmc1U0fa6vrDHAStAYPHkRzoxrZbtMKxi2RWLD3tV1dnfATVIBlA07ca9Aw/a+//YbWMnjZDtAKwydWRy+o6cOJf33w8DxYNuAkSkVFByvj9LCd3akVOzsJTvxry90aeC6AkygVvmqpMk6/Xi9jtVJLyzHqoiKepCKrhOcCOIlSAUGLlGdUWZ3D1Xl622nlgL3rv5XDcwGcRKklvu7KU0CFReyu3hs2TB8Hp9+boXUCnMSpsIhlyjiVncpiu16chJW378DYCXASoQwNv7lytVSVQVfziBPbXU0Q4MSKlvkvVGfTnp5z2avXyWkaDk4nyw7AowGcxKeac0fU2TSr62FDw5cCToCTVkmW7597nPZnbgWcACetEn4TwSpOKgdsgBPgJGLlHd2JY9Pbf4zmpVUEnAAnUYovm8bxfwBOgJMo5ek5F9+m2Qvrxh84AU6Ak/iE+nIacWJwh2l53b5TDTgBTlolHBe5/GQuGudw3yoCToCTmGRo+I1Gm8ZKyclMjnt6rHpBQIATPwMnWXFymsYgxhp7eoLNqAw4gVQL2StxnFB7wlS9Gn16gBPgJD6hwQlxnBgMh0VdRyI1wtgJcNLCgROzeSM0zt4CToCTlg+cGBw+4cc0AU6AkyhFxLemUOzsJFz2MAEnwEk0IuJbky+Nv5YyUi/xGgEnwEkcIuhbYyM2AnACnLRNBH1rjFs2/vJbwAlwEp+I+9Zk3TymcsGSwgmSKgNOIhBx3xqWTogRDwQmst55eFiAk9CFvwaW7dQrgBPg1EN7emyE+ZAKxRDsdmmAE4hcT48lTwCpQEEG425BgBPzws8MIV8YX+OECY3EACfASUtEcPaW1Wju23dqeOxtggAnTlsGpgIg1Il4fBOsIASchCsimSHYSw4hE/GYDJjJBZwEKoJrYNlumnRIzj7BgwOchCiCLjW2myZM5y7k8+sRAQFOrI+abt+p4Waqh2C3k+0tPECAE5XOFcFICAYTQuCL+OJFcO4BTsJiiUgyPY57VrDEHXASn5ycphFnibOmCRP3KV9AgBPFFmnpMq/cIynEHWjnLuRzHCBHPHiPwZB2EOBEuh9FKmYc61Bx70AjjlNo+FJ4rIATbzgRXxeIOnh8xcURd+7lHd0JjxVw4nPIpDCxg/6LWgNUkGnGxoWhA3hf+0AqtBxWagBOIMZw4mZyGQQ49Qic0GgQ7hjgBGIGJ2igACeQhgEeKZxu36mGERTgBGIGJ1T2ZWyB+wY4gVSLLE7Q5QOcQGpFYdsB1OWDIAnACaRCpNKwyHv5YBAFOIFUiKx/j5doXcAJpOVdPrhvgBNItZb5LySeLQwyHAFOIA1CwyHU8cOHit+YXcAJJD4hWhBX8sXTcy4gBDiBQIATCAQ4gUAgwAkEApxAIMAJBAIBTiAQ4AQCAU4gEOAEAoEAJxAIcAKBACcQCAQ4gUCAEwgEOIFAgBMIBAKcQCDACQQCnEAgEOAEAgFOIBDgBAIBTiAQCHACgQAnEAhwAoFAgBMIBDiBQIATCAQ4gUAgwAkEApxAIMAJBAIBTiAQ4AQCAU4gEOAEAoEAJxCIF/0/fDQb1N6knMIAAAAASUVORK5CYII='";
 				break;
 			case "succubus":
-				fileName += "succubus.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "witch":
-				fileName += "witch.png'";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			default:
-				fileName += "default.png'";
+				fileName = "'data:image/png;base64,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'";
+		}
+		} else /* V.imageChoice === 0*/ {
+			fileName += "'resources/renders/assistant ";
+			switch (V.assistantAppearance) {
+				case "monstergirl":
+					fileName += "monstergirl.png'";
+					break;
+				case "shemale":
+					fileName += "shemale.png'";
+					break;
+				case "amazon":
+					fileName += "amazon.png'";
+					break;
+				case "businesswoman":
+					fileName += "businesswoman.png'";
+					break;
+				case "goddess":
+					fileName += "goddess.png'";
+					break;
+				case "schoolgirl":
+					fileName += "schoolgirl.png'";
+					break;
+				case "angel":
+					fileName += "angel.png'";
+					break;
+				case "cherub":
+					fileName += "cherub.png'";
+					break;
+				case "ERROR_1606_APPEARANCE_FILE_CORRUPT":
+					fileName += "corrupt.png'";
+					break;
+				case "fairy":
+					fileName += "fairy.png'";
+					break;
+				case "imp":
+					fileName += "imp.png'";
+					break;
+				case "incubus":
+					fileName += "incubus.png'";
+					break;
+				case "pregnant fairy":
+					fileName += "pfairy.png'";
+					break;
+				case "succubus":
+					fileName += "succubus.png'";
+					break;
+				case "witch":
+					fileName += "witch.png'";
+					break;
+				default:
+					fileName += "default.png'";
+			}
 		}
 
 		if (sizePlacement === 3) {
@@ -13848,6 +13906,20 @@ function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot c
 
 var lastActiveSlave, lastSlaves, lastPC;
 
+/*
+	To use, add something like:
+
+<div id="familyTree"></div>
+	<span id="familyTreeLink">
+		<<link "Pull up the file on $his family tree.">>
+		<<replace #familyTreeLink>>
+			<<run renderFamilyTree($slaves, $activeSlave.ID)>>
+		<</replace>>
+	<</link>>
+</span>
+
+*/
+
 window.renderFamilyTree = function(slaves, filterID) {
 
 	var ftreeWidth,ftreeHeight;
@@ -14066,14 +14138,13 @@ window.buildFamilyTree = function(slaves = State.variables.slaves, filterID) {
 	var charList = [fake_pc];
 	charList.push.apply(charList, slaves);
 	charList.push.apply(charList, State.variables.tanks);
-	charList.push.apply(charList, State.variables.cribs);
 
 	var unborn = {};
 	for(var i = 0; i < State.variables.tanks.length; i++) {
 		unborn[State.variables.tanks[i].ID] = true;
-	for(var i = 0; i < State.variables.cribs.length; i++) {
-		unborn[State.variables.cribs[i].ID] = true;
 	}
+	for (var i = 0; i < State.variables.cribs.length; i++) {
+		unborn[State.variables.cribs[i].ID] = true;
 	}
 
 	for(var i = 0; i < charList.length; i++) {
@@ -14296,6 +14367,20 @@ window.buildFamilyTree = function(slaves = State.variables.slaves, filterID) {
 	return family_graph;
 };
 
+/*Old version. To use, do something like: 
+<div id="editFamily">
+	<div id="graph"></div>
+</div>
+
+<<run updateFamilyTree($activeSlave, $slaves, $PC)>>
+<script>updateFamilyTree()</script>
+If you want to update the tree, just re-call the run line.
+
+If there's no active slave, you can do:
+
+<<run updateFamilyTree(null, $slaves, $PC)>>
+*/
+
 window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastSlaves, PC = lastPC) {
 	lastActiveSlave = activeSlave;
 	lastSlaves = slaves;
@@ -14444,7 +14529,7 @@ window.updateFamilyTree = function(activeSlave = lastActiveSlave, slaves = lastS
 
 };
 
-/*heroCreator.tw [script]*/
+/*:: heroCreator.tw [script]*/
 
 window.getHeroSlave = function(heroSlave, baseHeroSlave) {
 	var newSlave = clone(baseHeroSlave);
@@ -14454,58 +14539,6 @@ window.getHeroSlave = function(heroSlave, baseHeroSlave) {
 	return newSlave;
 }
 
-/*SFJS [script]*/
-
-window.simpleWorldEconomyCheck = function() {
-	var n1 = 4;
-	var n2 = 3;
-	var n3 = 2;
-	if(State.variables.economy === .5) {
-		return n1;
-	} else if(State.variables.economy === 1.5) {
-		return n3;
-	} else {
-		return n2;
-	}
-}
-
-window.HSM = function() {
-	if (State.variables.PC.hacking <= -100)
-		return 1.5;
-	else if (State.variables.PC.hacking <= -75)
-		return 1.35;
-	else if (State.variables.PC.hacking <= -50)
-		return 1.25;
-	else if (State.variables.PC.hacking <= -25)
-		return 1.15;
-	else if (State.variables.PC.hacking < 0)
-		return 1.10;
-	else if (State.variables.PC.hacking === 0)
-		return 1;
-	else if (State.variables.PC.hacking <= 10)
-		return .97;
-	else if (State.variables.PC.hacking <= 25)
-		return .95;
-	else if (State.variables.PC.hacking <= 50)
-		return .90;
-	else if (State.variables.PC.hacking <= 75)
-		return .85;
-	else if (State.variables.PC.hacking < 100)
-		return .80;
-	else if (State.variables.PC.hacking >= 100)
-		return .75;
-	}
-
-	window.TierTwoUnlockCalc = function() {
-		const V = State.variables;
-		if (V.securityForceInfantryPower > 5) V.securityForceInfantryPower = 5;
-		if (V.securityForceArcologyUpgrades > 5) V.securityForceArcologyUpgrades = 5;
-		if (V.securityForceVehiclePower > 5) V.securityForceVehiclePower = 5;
-		if (V.securityForceDronePower > 5) V.securityForceDronePower = 5;
-		if (V.securityForceStimulantPower > 5) V.securityForceStimulantPower = 5;
-		if (V.securityForceAircraftPower > 5) V.securityForceAircraftPower = 5;
-	}
-
 /*:: colorModeJS [script]*/
 
 window.flipColors = function (lightColorMap){
@@ -14563,9 +14596,9 @@ window.restoreColors = function(styleMap){
 /*
  * <<htag>> macro
  * A simple macro which allows to create wrapping html elements with dynamic IDs.
- *	idea blatantly robbed from the spanMacroJS.tw but expanded to a more generic
+ *	idea blatantly robbed from the spanMacroJS.tw but expanded to a more generic 
  *	case, allowing <div>, <button> or whatever you want. elements, default is for
- *	the div though. In addition, you can pass an object in as the first argument
+ *	the div though. In addition, you can pass an object in as the first argument 
  *	instead of an id, and each of the object's attributes will become attributes
  *	of the generate tag.
  *
@@ -14929,7 +14962,7 @@ window.DefaultRules = (function() {
 				break;
 
 			case "work as a farmhand":
-				if ((V.farmyardSlaves < V.farmyard && canWalk(slave))) //TODO: rework these requirements
+				if ((V.farmyardSlaves < V.farmyard)) //TODO: rework these requirements
 					break;
 				else {
 					RAFacilityRemove(slave, rule);
@@ -15744,7 +15777,7 @@ 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"]);
+		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;
@@ -17218,7 +17251,6 @@ window.DefaultRules = (function() {
 })();
 
 /*:: Rules Assistant Options [script]*/
-
 // rewrite of the rules assistant options page in javascript
 // uses an object-oriented widget pattern
 // wrapped in a closure so as not to pollute the global namespace
@@ -18003,7 +18035,6 @@ window.rulesAssistantOptions = (function() {
 			if (V.club > 0) items.push("Club");
 			if (V.arcade > 0) items.push("Arcade");
 			if (V.dairy > 0) items.push("Dairy");
-			if (V.farmyard > 0) items.push("Farmyard");
 			if (V.servantsQuarters > 0) items.push("Servant Quarters");
 			if (V.masterSuite > 0) items.push("Master Suite");
 			if (V.schoolroom > 0) items.push("Schoolroom");
@@ -18753,8 +18784,8 @@ window.rulesAssistantOptions = (function() {
 		constructor() {
 			const pairs = [
 				["No default setting", "no default setting"],
-				["B Cup", 350],
-				["D Cup", 1000],
+				["B-Cup", 350],
+				["D-Cup", 1000],
 				["Monstrous", 9000],
 				["Unlimited", 48000],
 				["None", 0]
@@ -21862,11 +21893,11 @@ window.SpaUIName = function() {
 	return `<<link "${name}""Spa">><</link>> `}
 window.NurseryUIName = function() {
 	const V = State.variables;
-		var name = "";
-		if (V.nurseryNameCaps === "The Nursery")
-			name = "Nursery"
-		else
-			name = V.nurseryNameCaps;
+	var name = "";
+	if (V.nurseryNameCaps === "The Nursery")
+		name = "Nursery"
+	else
+		name = V.nurseryNameCaps;
 	return `<<link "${name}""Nursery">><</link>> `}
 window.ClinicUIName = function() {
 	const V = State.variables;
@@ -26514,7 +26545,7 @@ window.SlaveSummaryUncached = (function(){
 	return SlaveSummaryUncached;
 })();
 
-// :: Remove activeSlave JS [script]
+/*:: Remove activeSlave JS [script]*/
 
 window.removeActiveSlave = function removeActiveSlave() {
 	"use strict";
@@ -26881,83 +26912,6 @@ window.getHighestPorn = function(slave) {
 
 /*:: Art JS [script]*/
 
-/*
-Displays assistant images. Currently passage-based.
-sizePlacement: Image size/center.
-	3: Large, right. Example: description.
-	2: Medium, right. Example: random events.
-*/
-window.assistantArt = function assistantArt(sizePlacement) {
-	const V = State.variables;
-	let fileName = "";
-
-	if (V.imageChoice === 0 || V.imageChoice === 1) {
-		if (V.imageChoice === 1) {
-			fileName += "'resources/vector/avatar/";
-		} else /* V.imageChoice === 0*/ {
-			fileName += "'resources/renders/assistant ";
-		}
-		switch (V.assistantAppearance) {
-			case "monstergirl":
-				fileName += "monstergirl.png'";
-				break;
-			case "shemale":
-				fileName += "shemale.png'";
-				break;
-			case "amazon":
-				fileName += "amazon.png'";
-				break;
-			case "businesswoman":
-				fileName += "businesswoman.png'";
-				break;
-			case "goddess":
-				fileName += "goddess.png'";
-				break;
-			case "schoolgirl":
-				fileName += "schoolgirl.png'";
-				break;
-			case "angel":
-				fileName += "angel.png'";
-				break;
-			case "cherub":
-				fileName += "cherub.png'";
-				break;
-			case "ERROR_1606_APPEARANCE_FILE_CORRUPT":
-				fileName += "corrupt.png'";
-				break;
-			case "fairy":
-				fileName += "fairy.png'";
-				break;
-			case "imp":
-				fileName += "imp.png'";
-				break;
-			case "incubus":
-				fileName += "incubus.png'";
-				break;
-			case "pregnant fairy":
-				fileName += "pfairy.png'";
-				break;
-			case "succubus":
-				fileName += "succubus.png'";
-				break;
-			case "witch":
-				fileName += "witch.png'";
-				break;
-			default:
-				fileName += "default.png'";
-		}
-
-		if (sizePlacement === 3) {
-			fileName = `<img src=${fileName} style='float:right; border:3px hidden'/>`;
-		} else if (V.imageChoice === 1) {
-			fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='282' height='602'/>`;
-		} else /* V.imageChoice === 0 */ {
-			fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='300' height='300'/>`;
-		}
-	}
-	return fileName;
-};
-
 window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 	const V = State.variables;
 	let fileName = "'resources/renders/";
@@ -27033,45 +26987,54 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 /*
 This takes a textual hair color description and tries to guess the appropriate HTML compliant color code.
 
-hColor should be a color name, but can also be a string describing hair color.
+color should be a color name, but can also be a string describing hair color.
+eyes can be nearly anything, it only indicates that the function is being used for eye color instead of hair color.
 
 This code's working is described to the user in the Encyclopedia, chapter "Lore", section "Dyes".
 */
-window.extractHairColor = function (hColor) {
+window.extractColor = function (color, eyes) {
 	/*
 	these are color names known and used in FreeCities
 	attributed color names are at the front of the array
 	*/
 	var FCname2HTMLarray = [
-		["auburn", "#7e543e"],
-		["black", "#3F4040"],
+		["amber", "#ffbf00"],
+		["auburn", "#a53f2a"],
+		["black", "#171717"],
 		["blazing red", "#E00E2B"],
 		["blonde", "#F4F1A3"],
-		["blue-violet", "#8790B7"],
 		["blue", "#4685C5"],
-		["brown", "#8D4F21"],
-		["burgundy", "#5f3946"],
+		["blue-violet", "#8790B7"],
+		["brown", "#7e543e"],
+		["burgundy", "#34000d"],
 		["chestnut", "#663622"],
-		["chocolate", "#6e4937"],
-		["copper", "#a16145"],
-		["dark brown", "#463325"],
+		["chocolate", "#402215"],
+		["copper", "#e29c58"],
+		["dark blue", "#000034"],
+		["dark brown", "#4b3225"],
+		["dark orchid", "#9932CC"],
 		["deep red", "#6D1318"],
 		["ginger", "#da822d"],
-		["golden", "#ffdf31"],
+		["golden", "#ffd700"],
 		["green", "#5FBA46"],
-		["grey", "#9e9fa4"],
+		["green-yellow", "#ADFF2F"],
+		["grey", "#8d8d8d"],
 		["hazel", "#8d6f1f"],
-		["light olive", "#d4c6bb"],
-		["neon blue", "#2284C3"],
+		["jet black", "#060606"],
+		["light olive", "#806b00"],
+		["neon blue", "#0e85fd"],
 		["neon green", "#25d12b"],
-		["neon pink", "#cc26aa"],
+		["neon pink", "#fc61cd"],
+		["pale-grey", "#b3b3b3"],
 		["pink", "#D18CBC"],
 		["platinum blonde", "#fcf3c1"],
+		["purple", "#800080"],
 		["red", "#BB2027"],
-		["silver", "#cdc9c6"],
+		["sea green", "#2E8B57"],
+		["silver", "#d9d9d9"],
 		["strawberry-blonde", "#e5a88c"],
 		/* these are not actually FreeCities canon, but like to appear in custom descriptions */
-		["brunette", "#8D4F21"],
+		["brunette", "#6d4936"],
 		["dark", "#463325"]
 	];
 
@@ -27079,30 +27042,30 @@ window.extractHairColor = function (hColor) {
 	var HTMLstandardColors = ["aliceblue", "antiquewhite", "aqua", "aquamarine", "azure", "beige", "bisque", "black", "blanchedalmond", "blue", "blueviolet", "brown", "burlywood", "cadetblue", "chartreuse", "chocolate", "coral", "cornflowerblue", "cornsilk", "crimson", "cyan", "darkblue", "darkcyan", "darkgoldenrod", "darkgray", "darkgrey", "darkgreen", "darkkhaki", "darkmagenta", "darkolivegreen", "darkorange", "darkorchid", "darkred", "darksalmon", "darkseagreen", "darkslateblue", "darkslategray", "darkslategrey", "darkturquoise", "darkviolet", "deeppink", "deepskyblue", "dimgray", "dimgrey", "dodgerblue", "firebrick", "floralwhite", "forestgreen", "fuchsia", "gainsboro", "ghostwhite", "gold", "goldenrod", "gray", "grey", "green", "greenyellow", "honeydew", "hotpink", "indianred", "indigo", "ivory", "khaki", "lavender", "lavenderblush", "lawngreen", "lemonchiffon", "lightblue", "lightcoral", "lightcyan", "lightgoldenrodyellow", "lightgray", "lightgrey", "lightgreen", "lightpink", "lightsalmon", "lightseagreen", "lightskyblue", "lightslategray", "lightslategrey", "lightsteelblue", "lightyellow", "lime", "limegreen", "linen", "magenta", "maroon", "mediumaquamarine", "mediumblue", "mediumorchid", "mediumpurple", "mediumseagreen", "mediumslateblue", "mediumspringgreen", "mediumturquoise", "mediumvioletred", "midnightblue", "mintcream", "mistyrose", "moccasin", "navajowhite", "navy", "oldlace", "olive", "olivedrab", "orange", "orangered", "orchid", "palegoldenrod", "palegreen", "paleturquoise", "palevioletred", "papayawhip", "peachpuff", "peru", "pink", "plum", "powderblue", "purple", "rebeccapurple", "red", "rosybrown", "royalblue", "saddlebrown", "salmon", "sandybrown", "seagreen", "seashell", "sienna", "silver", "skyblue", "slateblue", "slategray", "slategrey", "snow", "springgreen", "steelblue", "tan", "teal", "thistle", "tomato", "turquoise", "violet", "wheat", "white", "whitesmoke", "yellow", "yellowgreen"];
 
 	var FCnames = new Map(FCname2HTMLarray);
-	hColor = hColor.toLowerCase(); /* normalization: lowercase color name */
-	var colorCode = FCnames.get(hColor); /* look up in FreeCities color names */
+	color = color.toLowerCase(); /* normalization: lowercase color name */
+	var colorCode = FCnames.get(color); /* look up in FreeCities color names */
 	if (!colorCode) { /* not a FreeCities color name*/
-		if (HTMLstandardColors.includes(hColor) || hColor.match(/^#([0-9a-f]{3}){1,2}$/) !== null) {
-			colorCode = hColor; /* is a HTML color name or value, use it directly */
+		if (HTMLstandardColors.includes(color) || color.match(/^#([0-9a-f]{3}){1,2}$/) !== null) {
+			colorCode = color; /* is a HTML color name or value, use it directly */
 		} else {
 			/*
-			is not even a HTML color name. hColor probably is a description.
+			is not even a HTML color name. color probably is a description.
 			look for anything resembling a valid color name within the description.
 			*/
-			var hColorNoSpaces = hColor.replace(/\s+/g, ''); /* remove all spaces from description */
+			var colorNoSpaces = color.replace(/\s+/g, ''); /* remove all spaces from description */
 			var FCkeys = Array.from(FCnames.keys());
 			var colorCodes = [
 				FCnames.get(FCkeys.find(function (e) {
-					return hColor.startsWith(e);
+					return color.startsWith(e);
 				})),
 				HTMLstandardColors.find(function (e) {
-					return hColorNoSpaces.startsWith(e);
+					return colorNoSpaces.startsWith(e);
 				}),
 				FCnames.get(FCkeys.find(function (e) {
-					return hColor.includes(e);
+					return color.includes(e);
 				})),
 				HTMLstandardColors.find(function (e) {
-					return hColorNoSpaces.includes(e);
+					return colorNoSpaces.includes(e);
 				})
 			];
 			colorCode = colorCodes.find(function (e) {
@@ -27111,8 +27074,11 @@ window.extractHairColor = function (hColor) {
 		}
 	}
 	if (!colorCode) {
-		console.log("Art Color Tools JS: Unable to determine HTML compliant color code for hair color string '" + hColor + "'.");
-		colorCode = "fuchsia"; /* use fuchsia as error marker */
+		console.log("Art Color Tools JS: Unable to determine HTML compliant color code for color string '" + color + "'.");
+		if (eyes)
+			colorCode = "#89b7ff";
+		else
+			colorCode = "fuchsia"; /* use fuchsia as error marker */
 	}
 	return colorCode;
 };
@@ -27123,7 +27089,7 @@ window.clothing2artSuffix = function (v) {
 	} /* universal "special case": latex art is actually "restrictive latex" TODO: align name in vector source */
 	return v.replace(/^a[n]? /, "") /* remove "a" and "an" from the beginning*/
 		.replace(/ ?(outfit|clothing) ?/, "") /* remove "outfit" and "clothing" (redundant) */
-		.replace(/ and .+/, "") /* remove concatenated descriptions */
+		.replace("-", "") /* remove minus character */
 		.replace(/\w\S*/g,
 			function (txt) {
 				return txt.charAt(0).toUpperCase() +
@@ -27134,11 +27100,11 @@ window.clothing2artSuffix = function (v) {
 };
 
 window.skinColorCatcher = function (artSlave) {
-	var colorSlave = {
-		skinColor: "#e8b693;",
-		areolaColor: "#d76b93;",
-		labiaColor: "#d76b93;",
-		lipsColor: "#ff69b4;"
+	let colorSlave = {
+		skinColor: "#e8b693",
+		areolaColor: "#d76b93",
+		labiaColor: "#d76b93",
+		lipsColor: "#ff69b4"
 	};
 	if (artSlave.skin == "camouflage patterned") {
 		colorSlave.skinColor = "#78875a";
@@ -27175,1318 +27141,1510 @@ window.skinColorCatcher = function (artSlave) {
 		colorSlave.areolaColor = "#E7DF7D";
 		colorSlave.labiaColor = "#F977A3";
 		colorSlave.lipsColor = "#e0d050";
-	} else if (artSlave.race == "white") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#F4EAF0";
-			colorSlave.areolaColor = "#FCCCDC";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#F4EAF0";
-			colorSlave.areolaColor = "#FCCCDC";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#F5E1DF";
-			colorSlave.areolaColor = "#EFBFCA";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#F5E1DF";
-			colorSlave.areolaColor = "#EFBFCA";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#F5D5C9";
-			colorSlave.areolaColor = "#E2B4B9";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#F5D5C9";
-			colorSlave.areolaColor = "#E2B4B9";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#F4C9AA";
-			colorSlave.areolaColor = "#F19795";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#F4C9AA";
-			colorSlave.areolaColor = "#F19795";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#F4C9AA";
-			colorSlave.areolaColor = "#F19795";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#E1B585";
-			colorSlave.areolaColor = "#C39696";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#E1B585";
-			colorSlave.areolaColor = "#C39696";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#D58E5F";
-			colorSlave.areolaColor = "#B17777";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#D58E5F";
-			colorSlave.areolaColor = "#B17777";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#D58E5F";
-			colorSlave.areolaColor = "#B17777";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#A2805C";
-			colorSlave.areolaColor = "#8E6454";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#825633";
-			colorSlave.areolaColor = "#734B2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#784F2F";
-			colorSlave.areolaColor = "#583E2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#784F2F";
-			colorSlave.areolaColor = "#583E2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#65422C";
-			colorSlave.areolaColor = "#4A3A33";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#65422C";
-			colorSlave.areolaColor = "#4A3A33";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#D58E5F";
-			colorSlave.areolaColor = "#B17777";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "black") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FEE4CA";
-			colorSlave.areolaColor = "#E0B3A2";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FEE4CA";
-			colorSlave.areolaColor = "#E0B3A2";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#E3C5A7";
-			colorSlave.areolaColor = "#EFBDC9";
-			colorSlave.labiaColor = "#CC9B88";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#E3C5A7";
-			colorSlave.areolaColor = "#CC9B88";
-			colorSlave.labiaColor = "#CC9B88";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#DEB892";
-			colorSlave.areolaColor = "#AB806F";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#DEB892";
-			colorSlave.areolaColor = "#AB806F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#D59D73";
-			colorSlave.areolaColor = "#8D6859";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#D59D73";
-			colorSlave.areolaColor = "#8D6859";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#D59D73";
-			colorSlave.areolaColor = "#8D6859";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#AC7C4A";
-			colorSlave.areolaColor = "#7C594B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#AC7C4A";
-			colorSlave.areolaColor = "#7C594B";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#985C34";
-			colorSlave.areolaColor = "#764B3A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#985C34";
-			colorSlave.areolaColor = "#764B3A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#985C34";
-			colorSlave.areolaColor = "#764B3A";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#745C42";
-			colorSlave.areolaColor = "#63463B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#65422C";
-			colorSlave.areolaColor = "#4B3121";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#5A3C24";
-			colorSlave.areolaColor = "#493326";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#5A3C24";
-			colorSlave.areolaColor = "#493326";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#46362C";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#583D3D";
-			colorSlave.areolaColor = "#3B3028";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#4A3A33";
-			colorSlave.areolaColor = "#332B27";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#312926";
-			colorSlave.areolaColor = "#181616";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#985C34";
-			colorSlave.areolaColor = "#764B3A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "latina") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FEDECE";
-			colorSlave.areolaColor = "#E3BBAB";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FEDECE";
-			colorSlave.areolaColor = "#E3BBAB";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#E6C2B0";
-			colorSlave.areolaColor = "#D1A695";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#E6C2B0";
-			colorSlave.areolaColor = "#D1A695";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#E1B59F";
-			colorSlave.areolaColor = "#B48D7E";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#E1B59F";
-			colorSlave.areolaColor = "#B48D7E";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#DAA782";
-			colorSlave.areolaColor = "#9E7666";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#DAA782";
-			colorSlave.areolaColor = "#9E7666";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#DAA782";
-			colorSlave.areolaColor = "#9E7666";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#B27554";
-			colorSlave.areolaColor = "#92684C";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#B27554";
-			colorSlave.areolaColor = "#92684C";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#8B644F";
-			colorSlave.areolaColor = "#7B5749";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#775031";
-			colorSlave.areolaColor = "#69452F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#774A31";
-			colorSlave.areolaColor = "#614330";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#774A31";
-			colorSlave.areolaColor = "#614330";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#74523E";
-			colorSlave.areolaColor = "#573F30";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#6B4B4B";
-			colorSlave.areolaColor = "#473426";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#634F45";
-			colorSlave.areolaColor = "#4D3A2E";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#634F45";
-			colorSlave.areolaColor = "#4D3A2E";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "asian") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FFF8EE";
-			colorSlave.areolaColor = "#F7DBD0";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FFF8EE";
-			colorSlave.areolaColor = "#F7DBD0";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#F5E7DC";
-			colorSlave.areolaColor = "#EABFB3";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#F5E7DC";
-			colorSlave.areolaColor = "#EABFB3";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#F5D4B5";
-			colorSlave.areolaColor = "#CB988B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#F5D4B5";
-			colorSlave.areolaColor = "#CB988B";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#F4D1A3";
-			colorSlave.areolaColor = "#BA8E83";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#F4D1A3";
-			colorSlave.areolaColor = "#BA8E83";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#F4D1A3";
-			colorSlave.areolaColor = "#BA8E83";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#CFB48D";
-			colorSlave.areolaColor = "#AC8074";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#CFB48D";
-			colorSlave.areolaColor = "#AC8074";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#9A774A";
-			colorSlave.areolaColor = "#855E4E";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#855834";
-			colorSlave.areolaColor = "#734B2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#83522B";
-			colorSlave.areolaColor = "#68442A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#83522B";
-			colorSlave.areolaColor = "#68442A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#724826";
-			colorSlave.areolaColor = "#5C3D26";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#724826";
-			colorSlave.areolaColor = "#5C3D26";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "middle eastern") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#E8CFCF";
-			colorSlave.areolaColor = "#DCADBC";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#E8CFCF";
-			colorSlave.areolaColor = "#DCADBC";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#FBCCC6";
-			colorSlave.areolaColor = "#E79E8B";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#FBCCC6";
-			colorSlave.areolaColor = "#E79E8B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#EAAB92";
-			colorSlave.areolaColor = "#D27B64";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#EAAB92";
-			colorSlave.areolaColor = "#D27B64";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#EDA571";
-			colorSlave.areolaColor = "#B16854";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#EDA571";
-			colorSlave.areolaColor = "#B16854";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#EDA571";
-			colorSlave.areolaColor = "#B16854";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#CC8D53";
-			colorSlave.areolaColor = "#A7624F";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#CC8D53";
-			colorSlave.areolaColor = "#A7624F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#84684A";
-			colorSlave.areolaColor = "#735143";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#684528";
-			colorSlave.areolaColor = "#563826";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#6E4730";
-			colorSlave.areolaColor = "#604534";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#6E4730";
-			colorSlave.areolaColor = "#604534";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#604534";
-			colorSlave.areolaColor = "#514039";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#604534 ";
-			colorSlave.areolaColor = "#514039";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "amerindian") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FDE4BF";
-			colorSlave.areolaColor = "#F0BEAA";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FDE4BF";
-			colorSlave.areolaColor = "#F0BEAA";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#F5E7DC";
-			colorSlave.areolaColor = "#CDA499";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#F5E7DC";
-			colorSlave.areolaColor = "#CDA499";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#F5D4B5";
-			colorSlave.areolaColor = "#CB988B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#F5D4B5";
-			colorSlave.areolaColor = "#CB988B";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#F4D1A3";
-			colorSlave.areolaColor = "#BA8E83";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#F4D1A3";
-			colorSlave.areolaColor = "#BA8E83";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#F4D1A3";
-			colorSlave.areolaColor = "#BA8E83";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#CFB48D";
-			colorSlave.areolaColor = "#AC8074";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#CFB48D";
-			colorSlave.areolaColor = "#AC8074";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#9A774A";
-			colorSlave.areolaColor = "#855E4E";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#855834";
-			colorSlave.areolaColor = "#734B2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#83522B";
-			colorSlave.areolaColor = "#68442A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#83522B";
-			colorSlave.areolaColor = "#68442A";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#724826";
-			colorSlave.areolaColor = "#5C3D26";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#724826";
-			colorSlave.areolaColor = "#5C3D26";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#C38C4D";
-			colorSlave.areolaColor = "#A67A6F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "southern european") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#EBDBE4";
-			colorSlave.areolaColor = "#FFE4E0";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#EBDBE4";
-			colorSlave.areolaColor = "#FFE4E0";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#F0D0CC";
-			colorSlave.areolaColor = "#EAACBA";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#F0D0CC";
-			colorSlave.areolaColor = "#EAACBA";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#F1C6B5";
-			colorSlave.areolaColor = "#DCA2A9";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#F1C6B5";
-			colorSlave.areolaColor = "#DCA2A9";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#F2BC94";
-			colorSlave.areolaColor = "#EE8280";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#F2BC94";
-			colorSlave.areolaColor = "#EE8280";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#F2BC94";
-			colorSlave.areolaColor = "#EE8280";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#DCA972";
-			colorSlave.areolaColor = "#BF7577";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#DCA972";
-			colorSlave.areolaColor = "#BF7577";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#D0814C";
-			colorSlave.areolaColor = "#A96767";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#D0814C";
-			colorSlave.areolaColor = "#A96767";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#D0814C";
-			colorSlave.areolaColor = "#A96767";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#937453";
-			colorSlave.areolaColor = "#7F5A4B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#7F5431";
-			colorSlave.areolaColor = "#734B2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#784F2F";
-			colorSlave.areolaColor = "#583E2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#784F2F";
-			colorSlave.areolaColor = "#583E2F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#65422C";
-			colorSlave.areolaColor = "#4A3A33";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#65422C";
-			colorSlave.areolaColor = "#4A3A33";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#D0814C";
-			colorSlave.areolaColor = "#A96767";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "semitic") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#E8CFCF";
-			colorSlave.areolaColor = "#DCADBC";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#E8CFCF";
-			colorSlave.areolaColor = "#DCADBC";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#FBCCC6";
-			colorSlave.areolaColor = "#E79E8B";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#FBCCC6";
-			colorSlave.areolaColor = "#E79E8B";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#EAAB92";
-			colorSlave.areolaColor = "#D27B64";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#EAAB92";
-			colorSlave.areolaColor = "#D27B64";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#EDA571";
-			colorSlave.areolaColor = "#B16854";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#EDA571";
-			colorSlave.areolaColor = "#B16854";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#EDA571";
-			colorSlave.areolaColor = "#B16854";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#CC8D53";
-			colorSlave.areolaColor = "#A7624F";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#CC8D53";
-			colorSlave.areolaColor = "#A7624F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#84684A";
-			colorSlave.areolaColor = "#735143";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#684528";
-			colorSlave.areolaColor = "#563826";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#6E4730";
-			colorSlave.areolaColor = "#604534";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#6E4730";
-			colorSlave.areolaColor = "#604534";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#604534";
-			colorSlave.areolaColor = "#514039";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#604534 ";
-			colorSlave.areolaColor = "#514039";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#CA7136";
-			colorSlave.areolaColor = "#9B5959";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "malay") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FBD1B2";
-			colorSlave.areolaColor = "#F39E7D";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FBD1B2";
-			colorSlave.areolaColor = "#F39E7D";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#E8B892";
-			colorSlave.areolaColor = "#E2856C";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#E8B892";
-			colorSlave.areolaColor = "#E2856C";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#EA9870";
-			colorSlave.areolaColor = "#BE6C56";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#EA9870";
-			colorSlave.areolaColor = "#BE6C56";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#EA9760";
-			colorSlave.areolaColor = "#AB6755";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#EA9760";
-			colorSlave.areolaColor = "#AB6755";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#EA9760";
-			colorSlave.areolaColor = "#AB6755";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#BA855E";
-			colorSlave.areolaColor = "#976051";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#BA855E";
-			colorSlave.areolaColor = "#976051";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#7C563C";
-			colorSlave.areolaColor = "#70493A";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#804A28";
-			colorSlave.areolaColor = "#5F3F27";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#6F4523";
-			colorSlave.areolaColor = "#623C20";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#6F4523";
-			colorSlave.areolaColor = "#623C20";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#6F3E27";
-			colorSlave.areolaColor = "#553823";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#6F3E27";
-			colorSlave.areolaColor = "#553823";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "indo-aryan") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#F8D4BE";
-			colorSlave.areolaColor = "#F8B6A4";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#F8D4BE";
-			colorSlave.areolaColor = "#F8B6A4";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#EFCCAF";
-			colorSlave.areolaColor = "#EA9B86";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#EFCCAF";
-			colorSlave.areolaColor = "#EA9B86";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#FCC49A";
-			colorSlave.areolaColor = "#D29577";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#FCC49A";
-			colorSlave.areolaColor = "#D29577";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#E8B68E";
-			colorSlave.areolaColor = "#D08661";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#E8B68E";
-			colorSlave.areolaColor = "#D08661";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#E8B68E";
-			colorSlave.areolaColor = "#D08661";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#C17848";
-			colorSlave.areolaColor = "#C36E45";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#C17848";
-			colorSlave.areolaColor = "#C36E45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#C17848";
-			colorSlave.areolaColor = "#A75A34";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#C17848";
-			colorSlave.areolaColor = "#A75A34";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#C17848";
-			colorSlave.areolaColor = "#A75A34";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#83684B";
-			colorSlave.areolaColor = "#715043";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#8A593C";
-			colorSlave.areolaColor = "#714931";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#845834";
-			colorSlave.areolaColor = "#614635";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#845834";
-			colorSlave.areolaColor = "#614635";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#7C5842";
-			colorSlave.areolaColor = "#5F4538";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#7C5842";
-			colorSlave.areolaColor = "#5F4538";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#6B5449";
-			colorSlave.areolaColor = "#473C37";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#6B5449";
-			colorSlave.areolaColor = "#473C37";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#C17848";
-			colorSlave.areolaColor = "#A75A34";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "pacific islander") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FBD1B2";
-			colorSlave.areolaColor = "#F39E7D";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FBD1B2";
-			colorSlave.areolaColor = "#F39E7D";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#E8B892";
-			colorSlave.areolaColor = "#E2856C";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#E8B892";
-			colorSlave.areolaColor = "#E2856C";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#EA9870";
-			colorSlave.areolaColor = "#BE6C56";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#EA9870";
-			colorSlave.areolaColor = "#BE6C56";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#EA9760";
-			colorSlave.areolaColor = "#AB6755";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#EA9760";
-			colorSlave.areolaColor = "#AB6755";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#EA9760";
-			colorSlave.areolaColor = "#AB6755";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#BA855E";
-			colorSlave.areolaColor = "#976051";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#BA855E";
-			colorSlave.areolaColor = "#976051";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#7C563C";
-			colorSlave.areolaColor = "#70493A";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#804A28";
-			colorSlave.areolaColor = "#5F3F27";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#6F4523";
-			colorSlave.areolaColor = "#623C20";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#6F4523";
-			colorSlave.areolaColor = "#623C20";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#6F3E27";
-			colorSlave.areolaColor = "#553823";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#6F3E27";
-			colorSlave.areolaColor = "#553823";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#583E2F";
-			colorSlave.areolaColor = "#3F3A38";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#A46138";
-			colorSlave.areolaColor = "#8F5E51";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		}
-
-	} else if (artSlave.race == "mixed race") {
-		if (artSlave.skin == "pure white") {
-			colorSlave.skinColor = "#FEE5CC";
-			colorSlave.areolaColor = "#E3BBAB";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "extremely pale") {
-			colorSlave.skinColor = "#FEE5CC";
-			colorSlave.areolaColor = "#E3BBAB";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "pale") {
-			colorSlave.skinColor = "#E6C2B0";
-			colorSlave.areolaColor = "#D1A695";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ffb9ca";
-		} else if (artSlave.skin == "extremely fair") {
-			colorSlave.skinColor = "#E6C2B0";
-			colorSlave.areolaColor = "#D1A695";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "very fair") {
-			colorSlave.skinColor = "#E1B59F";
-			colorSlave.areolaColor = "#B48D7E";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "fair") {
-			colorSlave.skinColor = "#E1B59F";
-			colorSlave.areolaColor = "#B48D7E";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "white") {
-			colorSlave.skinColor = "#DAA782";
-			colorSlave.areolaColor = "#9E7666";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light") {
-			colorSlave.skinColor = "#DAA782";
-			colorSlave.areolaColor = "#9E7666";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "lightened") {
-			colorSlave.skinColor = "#DAA782";
-			colorSlave.areolaColor = "#9E7666";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#ce6876";
-		} else if (artSlave.skin == "light olive") {
-			colorSlave.skinColor = "#B27554";
-			colorSlave.areolaColor = "#92684C";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "olive") {
-			colorSlave.skinColor = "#B27554";
-			colorSlave.areolaColor = "#92684C";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#c1a785";
-		} else if (artSlave.skin == "natural") {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "tanned") {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
-		} else if (artSlave.skin == "bronzed") {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark olive") {
-			colorSlave.skinColor = "#8B644F";
-			colorSlave.areolaColor = "#7B5749";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "dark") {
-			colorSlave.skinColor = "#775031";
-			colorSlave.areolaColor = "#69452F";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "light brown") {
-			colorSlave.skinColor = "#774A31";
-			colorSlave.areolaColor = "#5E4434";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#5d2f1b";
-		} else if (artSlave.skin == "brown") {
-			colorSlave.skinColor = "#774A31";
-			colorSlave.areolaColor = "#5E4434";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#714536";
-		} else if (artSlave.skin == "dark brown") {
-			colorSlave.skinColor = "#74523E";
-			colorSlave.areolaColor = "#574135";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "black") {
-			colorSlave.skinColor = "#6B4B4B";
-			colorSlave.areolaColor = "#413228";
-			colorSlave.labiaColor = "#F977A3";
-		} else if (artSlave.skin == "ebony") {
-			colorSlave.skinColor = "#634F45";
-			colorSlave.areolaColor = "#4E3C32";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#403030";
-		} else if (artSlave.skin == "pure black") {
-			colorSlave.skinColor = "#634F45";
-			colorSlave.areolaColor = "#4E3C32";
-			colorSlave.labiaColor = "#F977A3";
-		} else {
-			colorSlave.skinColor = "#B6784E";
-			colorSlave.areolaColor = "#8F5A45";
-			colorSlave.labiaColor = "#F977A3";
-			colorSlave.lipsColor = "#9e4c44";
+	} else { /* natural colors */
+		switch (artSlave.race) {
+		case "white":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#F4EAF0";
+					colorSlave.areolaColor = "#FCCCDC";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#F4EAF0";
+					colorSlave.areolaColor = "#FCCCDC";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#F5E1DF";
+					colorSlave.areolaColor = "#EFBFCA";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#F5E1DF";
+					colorSlave.areolaColor = "#EFBFCA";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#F5D5C9";
+					colorSlave.areolaColor = "#E2B4B9";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#F5D5C9";
+					colorSlave.areolaColor = "#E2B4B9";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#F4C9AA";
+					colorSlave.areolaColor = "#F19795";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#E1B585";
+					colorSlave.areolaColor = "#C39696";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#E1B585";
+					colorSlave.areolaColor = "#C39696";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#D58E5F";
+					colorSlave.areolaColor = "#B17777";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#D58E5F";
+					colorSlave.areolaColor = "#B17777";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#A2805C";
+					colorSlave.areolaColor = "#8E6454";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#825633";
+					colorSlave.areolaColor = "#734B2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#784F2F";
+					colorSlave.areolaColor = "#583E2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#784F2F";
+					colorSlave.areolaColor = "#583E2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+					colorSlave.skinColor = "#65422C";
+					colorSlave.areolaColor = "#4A3A33";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "black":
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#D58E5F";
+					colorSlave.areolaColor = "#B17777";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+			}
+			break;
+
+		case "black":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FEE4CA";
+					colorSlave.areolaColor = "#E0B3A2";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FEE4CA";
+					colorSlave.areolaColor = "#E0B3A2";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#E3C5A7";
+					colorSlave.areolaColor = "#EFBDC9";
+					colorSlave.labiaColor = "#CC9B88";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#E3C5A7";
+					colorSlave.areolaColor = "#CC9B88";
+					colorSlave.labiaColor = "#CC9B88";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#DEB892";
+					colorSlave.areolaColor = "#AB806F";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#DEB892";
+					colorSlave.areolaColor = "#AB806F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#D59D73";
+					colorSlave.areolaColor = "#8D6859";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#AC7C4A";
+					colorSlave.areolaColor = "#7C594B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#AC7C4A";
+					colorSlave.areolaColor = "#7C594B";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#985C34";
+					colorSlave.areolaColor = "#764B3A";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#985C34";
+					colorSlave.areolaColor = "#764B3A";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#745C42";
+					colorSlave.areolaColor = "#63463B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#65422C";
+					colorSlave.areolaColor = "#4B3121";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#5A3C24";
+					colorSlave.areolaColor = "#493326";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#5A3C24";
+					colorSlave.areolaColor = "#493326";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#46362C";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "black":
+					colorSlave.skinColor = "#583D3D";
+					colorSlave.areolaColor = "#3B3028";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#4A3A33";
+					colorSlave.areolaColor = "#332B27";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#312926";
+					colorSlave.areolaColor = "#181616";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#985C34";
+					colorSlave.areolaColor = "#764B3A";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "latina":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FEDECE";
+					colorSlave.areolaColor = "#E3BBAB";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FEDECE";
+					colorSlave.areolaColor = "#E3BBAB";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#E6C2B0";
+					colorSlave.areolaColor = "#D1A695";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#E6C2B0";
+					colorSlave.areolaColor = "#D1A695";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#E1B59F";
+					colorSlave.areolaColor = "#B48D7E";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#E1B59F";
+					colorSlave.areolaColor = "#B48D7E";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#DAA782";
+					colorSlave.areolaColor = "#9E7666";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#B27554";
+					colorSlave.areolaColor = "#92684C";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#B27554";
+					colorSlave.areolaColor = "#92684C";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#8B644F";
+					colorSlave.areolaColor = "#7B5749";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#775031";
+					colorSlave.areolaColor = "#69452F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#774A31";
+					colorSlave.areolaColor = "#614330";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#774A31";
+					colorSlave.areolaColor = "#614330";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+					colorSlave.skinColor = "#74523E";
+					colorSlave.areolaColor = "#573F30";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "black":
+					colorSlave.skinColor = "#6B4B4B";
+					colorSlave.areolaColor = "#473426";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#634F45";
+					colorSlave.areolaColor = "#4D3A2E";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#634F45";
+					colorSlave.areolaColor = "#4D3A2E";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "asian":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FFF8EE";
+					colorSlave.areolaColor = "#F7DBD0";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FFF8EE";
+					colorSlave.areolaColor = "#F7DBD0";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#F5E7DC";
+					colorSlave.areolaColor = "#EABFB3";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#F5E7DC";
+					colorSlave.areolaColor = "#EABFB3";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#F5D4B5";
+					colorSlave.areolaColor = "#CB988B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#F5D4B5";
+					colorSlave.areolaColor = "#CB988B";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#F4D1A3";
+					colorSlave.areolaColor = "#BA8E83";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#CFB48D";
+					colorSlave.areolaColor = "#AC8074";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#CFB48D";
+					colorSlave.areolaColor = "#AC8074";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#C38C4D";
+					colorSlave.areolaColor = "#A67A6F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#C38C4D";
+					colorSlave.areolaColor = "#A67A6F";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#9A774A";
+					colorSlave.areolaColor = "#855E4E";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#855834";
+					colorSlave.areolaColor = "#734B2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#83522B";
+					colorSlave.areolaColor = "#68442A";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#83522B";
+					colorSlave.areolaColor = "#68442A";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#724826";
+					colorSlave.areolaColor = "#5C3D26";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#C38C4D";
+					colorSlave.areolaColor = "#A67A6F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "middle eastern":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#E8CFCF";
+					colorSlave.areolaColor = "#DCADBC";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#E8CFCF";
+					colorSlave.areolaColor = "#DCADBC";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#FBCCC6";
+					colorSlave.areolaColor = "#E79E8B";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#FBCCC6";
+					colorSlave.areolaColor = "#E79E8B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#EAAB92";
+					colorSlave.areolaColor = "#D27B64";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#EAAB92";
+					colorSlave.areolaColor = "#D27B64";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#EDA571";
+					colorSlave.areolaColor = "#B16854";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#CC8D53";
+					colorSlave.areolaColor = "#A7624F";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#CC8D53";
+					colorSlave.areolaColor = "#A7624F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#CA7136";
+					colorSlave.areolaColor = "#9B5959";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#CA7136";
+					colorSlave.areolaColor = "#9B5959";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#84684A";
+					colorSlave.areolaColor = "#735143";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#684528";
+					colorSlave.areolaColor = "#563826";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#6E4730";
+					colorSlave.areolaColor = "#604534";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#6E4730";
+					colorSlave.areolaColor = "#604534";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#604534 ";
+					colorSlave.areolaColor = "#514039";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#CA7136";
+					colorSlave.areolaColor = "#9B5959";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "amerindian":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FDE4BF";
+					colorSlave.areolaColor = "#F0BEAA";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FDE4BF";
+					colorSlave.areolaColor = "#F0BEAA";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#F5E7DC";
+					colorSlave.areolaColor = "#CDA499";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#F5E7DC";
+					colorSlave.areolaColor = "#CDA499";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#F5D4B5";
+					colorSlave.areolaColor = "#CB988B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#F5D4B5";
+					colorSlave.areolaColor = "#CB988B";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#F4D1A3";
+					colorSlave.areolaColor = "#BA8E83";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#CFB48D";
+					colorSlave.areolaColor = "#AC8074";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#CFB48D";
+					colorSlave.areolaColor = "#AC8074";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#C38C4D";
+					colorSlave.areolaColor = "#A67A6F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#C38C4D";
+					colorSlave.areolaColor = "#A67A6F";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#9A774A";
+					colorSlave.areolaColor = "#855E4E";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#855834";
+					colorSlave.areolaColor = "#734B2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#83522B";
+					colorSlave.areolaColor = "#68442A";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#83522B";
+					colorSlave.areolaColor = "#68442A";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#724826";
+					colorSlave.areolaColor = "#5C3D26";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#C38C4D";
+					colorSlave.areolaColor = "#A67A6F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "southern european":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#EBDBE4";
+					colorSlave.areolaColor = "#FFE4E0";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#EBDBE4";
+					colorSlave.areolaColor = "#FFE4E0";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#F0D0CC";
+					colorSlave.areolaColor = "#EAACBA";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#F0D0CC";
+					colorSlave.areolaColor = "#EAACBA";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#F1C6B5";
+					colorSlave.areolaColor = "#DCA2A9";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#F1C6B5";
+					colorSlave.areolaColor = "#DCA2A9";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#F2BC94";
+					colorSlave.areolaColor = "#EE8280";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#DCA972";
+					colorSlave.areolaColor = "#BF7577";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#DCA972";
+					colorSlave.areolaColor = "#BF7577";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#D0814C";
+					colorSlave.areolaColor = "#A96767";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#D0814C";
+					colorSlave.areolaColor = "#A96767";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#937453";
+					colorSlave.areolaColor = "#7F5A4B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#7F5431";
+					colorSlave.areolaColor = "#734B2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#784F2F";
+					colorSlave.areolaColor = "#583E2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#784F2F";
+					colorSlave.areolaColor = "#583E2F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#65422C";
+					colorSlave.areolaColor = "#4A3A33";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#D0814C";
+					colorSlave.areolaColor = "#A96767";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "semitic":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#E8CFCF";
+					colorSlave.areolaColor = "#DCADBC";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#E8CFCF";
+					colorSlave.areolaColor = "#DCADBC";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#FBCCC6";
+					colorSlave.areolaColor = "#E79E8B";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#FBCCC6";
+					colorSlave.areolaColor = "#E79E8B";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#EAAB92";
+					colorSlave.areolaColor = "#D27B64";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#EAAB92";
+					colorSlave.areolaColor = "#D27B64";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#EDA571";
+					colorSlave.areolaColor = "#B16854";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#CC8D53";
+					colorSlave.areolaColor = "#A7624F";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#CC8D53";
+					colorSlave.areolaColor = "#A7624F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#CA7136";
+					colorSlave.areolaColor = "#9B5959";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#CA7136";
+					colorSlave.areolaColor = "#9B5959";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#84684A";
+					colorSlave.areolaColor = "#735143";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#684528";
+					colorSlave.areolaColor = "#563826";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#6E4730";
+					colorSlave.areolaColor = "#604534";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#6E4730";
+					colorSlave.areolaColor = "#604534";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#604534 ";
+					colorSlave.areolaColor = "#514039";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#CA7136";
+					colorSlave.areolaColor = "#9B5959";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "malay":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FBD1B2";
+					colorSlave.areolaColor = "#F39E7D";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FBD1B2";
+					colorSlave.areolaColor = "#F39E7D";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#E8B892";
+					colorSlave.areolaColor = "#E2856C";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#E8B892";
+					colorSlave.areolaColor = "#E2856C";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#EA9870";
+					colorSlave.areolaColor = "#BE6C56";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#EA9870";
+					colorSlave.areolaColor = "#BE6C56";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#EA9760";
+					colorSlave.areolaColor = "#AB6755";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#BA855E";
+					colorSlave.areolaColor = "#976051";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#BA855E";
+					colorSlave.areolaColor = "#976051";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#A46138";
+					colorSlave.areolaColor = "#8F5E51";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#A46138";
+					colorSlave.areolaColor = "#8F5E51";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#7C563C";
+					colorSlave.areolaColor = "#70493A";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#804A28";
+					colorSlave.areolaColor = "#5F3F27";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#6F4523";
+					colorSlave.areolaColor = "#623C20";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#6F4523";
+					colorSlave.areolaColor = "#623C20";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#6F3E27";
+					colorSlave.areolaColor = "#553823";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#A46138";
+					colorSlave.areolaColor = "#8F5E51";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "indo-aryan":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#F8D4BE";
+					colorSlave.areolaColor = "#F8B6A4";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#F8D4BE";
+					colorSlave.areolaColor = "#F8B6A4";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#EFCCAF";
+					colorSlave.areolaColor = "#EA9B86";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#EFCCAF";
+					colorSlave.areolaColor = "#EA9B86";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#FCC49A";
+					colorSlave.areolaColor = "#D29577";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#FCC49A";
+					colorSlave.areolaColor = "#D29577";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#E8B68E";
+					colorSlave.areolaColor = "#D08661";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#C17848";
+					colorSlave.areolaColor = "#C36E45";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#C17848";
+					colorSlave.areolaColor = "#C36E45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#C17848";
+					colorSlave.areolaColor = "#A75A34";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#C17848";
+					colorSlave.areolaColor = "#A75A34";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#83684B";
+					colorSlave.areolaColor = "#715043";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#8A593C";
+					colorSlave.areolaColor = "#714931";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#845834";
+					colorSlave.areolaColor = "#614635";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#845834";
+					colorSlave.areolaColor = "#614635";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#7C5842";
+					colorSlave.areolaColor = "#5F4538";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#6B5449";
+					colorSlave.areolaColor = "#473C37";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#6B5449";
+					colorSlave.areolaColor = "#473C37";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#C17848";
+					colorSlave.areolaColor = "#A75A34";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "pacific islander":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FBD1B2";
+					colorSlave.areolaColor = "#F39E7D";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FBD1B2";
+					colorSlave.areolaColor = "#F39E7D";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#E8B892";
+					colorSlave.areolaColor = "#E2856C";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#E8B892";
+					colorSlave.areolaColor = "#E2856C";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#EA9870";
+					colorSlave.areolaColor = "#BE6C56";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#EA9870";
+					colorSlave.areolaColor = "#BE6C56";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#EA9760";
+					colorSlave.areolaColor = "#AB6755";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#BA855E";
+					colorSlave.areolaColor = "#976051";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#BA855E";
+					colorSlave.areolaColor = "#976051";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#A46138";
+					colorSlave.areolaColor = "#8F5E51";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#A46138";
+					colorSlave.areolaColor = "#8F5E51";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#7C563C";
+					colorSlave.areolaColor = "#70493A";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#804A28";
+					colorSlave.areolaColor = "#5F3F27";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#6F4523";
+					colorSlave.areolaColor = "#623C20";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#6F4523";
+					colorSlave.areolaColor = "#623C20";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+				case "black":
+					colorSlave.skinColor = "#6F3E27";
+					colorSlave.areolaColor = "#553823";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#583E2F";
+					colorSlave.areolaColor = "#3F3A38";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#A46138";
+					colorSlave.areolaColor = "#8F5E51";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		case "mixed race":
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FEE5CC";
+					colorSlave.areolaColor = "#E3BBAB";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FEE5CC";
+					colorSlave.areolaColor = "#E3BBAB";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#E6C2B0";
+					colorSlave.areolaColor = "#D1A695";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#E6C2B0";
+					colorSlave.areolaColor = "#D1A695";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#E1B59F";
+					colorSlave.areolaColor = "#B48D7E";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#E1B59F";
+					colorSlave.areolaColor = "#B48D7E";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#DAA782";
+					colorSlave.areolaColor = "#9E7666";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#B27554";
+					colorSlave.areolaColor = "#92684C";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#B27554";
+					colorSlave.areolaColor = "#92684C";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#8B644F";
+					colorSlave.areolaColor = "#7B5749";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#775031";
+					colorSlave.areolaColor = "#69452F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#774A31";
+					colorSlave.areolaColor = "#5E4434";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#774A31";
+					colorSlave.areolaColor = "#5E4434";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+					colorSlave.skinColor = "#74523E";
+					colorSlave.areolaColor = "#574135";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "black":
+					colorSlave.skinColor = "#6B4B4B";
+					colorSlave.areolaColor = "#413228";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#634F45";
+					colorSlave.areolaColor = "#4E3C32";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#634F45";
+					colorSlave.areolaColor = "#4E3C32";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+				}
+				break;
+
+		default:
+			switch (artSlave.skin) {
+				case "pure white":
+					colorSlave.skinColor = "#FEE5CC";
+					colorSlave.areolaColor = "#E3BBAB";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "extremely pale":
+					colorSlave.skinColor = "#FEE5CC";
+					colorSlave.areolaColor = "#E3BBAB";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "pale":
+					colorSlave.skinColor = "#E6C2B0";
+					colorSlave.areolaColor = "#D1A695";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ffb9ca";
+					break;
+				case "extremely fair":
+					colorSlave.skinColor = "#E6C2B0";
+					colorSlave.areolaColor = "#D1A695";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "very fair":
+					colorSlave.skinColor = "#E1B59F";
+					colorSlave.areolaColor = "#B48D7E";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "fair":
+					colorSlave.skinColor = "#E1B59F";
+					colorSlave.areolaColor = "#B48D7E";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "white":
+				case "light":
+				case "lightened":
+					colorSlave.skinColor = "#DAA782";
+					colorSlave.areolaColor = "#9E7666";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#ce6876";
+					break;
+				case "light olive":
+					colorSlave.skinColor = "#B27554";
+					colorSlave.areolaColor = "#92684C";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "olive":
+					colorSlave.skinColor = "#B27554";
+					colorSlave.areolaColor = "#92684C";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#c1a785";
+					break;
+				case "natural":
+				case "tanned":
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+					break;
+				case "bronzed":
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark olive":
+					colorSlave.skinColor = "#8B644F";
+					colorSlave.areolaColor = "#7B5749";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "dark":
+					colorSlave.skinColor = "#775031";
+					colorSlave.areolaColor = "#69452F";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "light brown":
+					colorSlave.skinColor = "#774A31";
+					colorSlave.areolaColor = "#5E4434";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#5d2f1b";
+					break;
+				case "brown":
+					colorSlave.skinColor = "#774A31";
+					colorSlave.areolaColor = "#5E4434";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#714536";
+					break;
+				case "dark brown":
+					colorSlave.skinColor = "#74523E";
+					colorSlave.areolaColor = "#574135";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "black":
+					colorSlave.skinColor = "#6B4B4B";
+					colorSlave.areolaColor = "#413228";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				case "ebony":
+					colorSlave.skinColor = "#634F45";
+					colorSlave.areolaColor = "#4E3C32";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#403030";
+					break;
+				case "pure black":
+					colorSlave.skinColor = "#634F45";
+					colorSlave.areolaColor = "#4E3C32";
+					colorSlave.labiaColor = "#F977A3";
+					break;
+				default:
+					colorSlave.skinColor = "#B6784E";
+					colorSlave.areolaColor = "#8F5A45";
+					colorSlave.labiaColor = "#F977A3";
+					colorSlave.lipsColor = "#9e4c44";
+			}
 		}
 	}
 	return colorSlave;
 };
 
-/*::VignettesJS[script]*/
+/*:: VignettesJS [script]*/
 
 window.GetVignette = function GetVignette(slave) {
 	const V = State.variables;
@@ -34945,68 +35103,18 @@ window.GenerateNewSlave = (function(){
 				V.fixedNationality = 0;
 			}
 			nationalityToRace(slave);
-
-			if (passage() == "Corporate Market" && (V.captureUpgradeRace != "unselected") && (V.captureUpgradeRace != "none")) {
-				if (V.captureUpgradeRace == "mixed race") {
-					slave.race = "mixed race";
-				} else {
-					const capUpgradeCheck = setup[V.captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities'];
-					const keys = Object.keys(capUpgradeCheck);
-					var capUpgradeNationalities = {};
-					for (var i = 0; i < keys.length; i++) {
-						if (keys[i] in V.nationalities) {
-							capUpgradeNationalities[keys[i]] = capUpgradeCheck[keys[i]];
-						}
-					}
-					if (Object.keys(capUpgradeNationalities).length > 0) {
-						slave.nationality = hashChoice(capUpgradeNationalities);
-					} else {
-						slave.nationality = hashChoice(capUpgradeCheck);
-					}
-					slave.race = V.captureUpgradeRace;
-				}
-			}
-
 		} else {
-			switch (V.fixedRace) {
-				case "white":
-					slave.nationality = hashChoice(setup.whiteNationalities);
-					break;
-				case "asian":
-					slave.nationality = hashChoice(setup.asianNationalities);
-					break;
-				case "latina":
-					slave.nationality = hashChoice(setup.latinaNationalities);
-					break;
-				case "black":
-					slave.nationality = hashChoice(setup.blackNationalities);
-					break;
-				case "pacific islander":
-					slave.nationality = hashChoice(setup.pacificislanderNationalities);
-					break;
-				case "southern european":
-					slave.nationality = hashChoice(setup.southerneuropeanNationalities);
-					break;
-				case "amerindian":
-					slave.nationality = hashChoice(setup.amerindianNationalities);
-					break;
-				case "semitic":
-					slave.nationality = hashChoice(setup.semiticNationalities);
-					break;
-				case "middle eastern":
-					slave.nationality = hashChoice(setup.middleeasternNationalities);
-					break;
-				case "indo-aryan":
-					slave.nationality = hashChoice(setup.indoaryanNationalities);
-					break;
-				case "malay":
-					slave.nationality = hashChoice(setup.malayNationalities);
-					break;
-				default:
-					slave.nationality = hashChoice(V.nationalities);
+			if (V.fixedNationality == 0) {
+				slave.race = V.fixedRace;
+				V.fixedRace = 0;
+				raceToNationality(slave);
+			} else {
+				slave.race = V.fixedRace;
+				slave.nationality = V.fixedNationality;
+				V.fixedNationality = 0;
+				V.fixedRace = 0;
 			}
-			slave.race = V.fixedRace;
-			V.fixedRace = 0;
+
 		}
 	};
 
@@ -35658,7 +35766,7 @@ window.Main = function() {
 }
 window.Squad = function() {
  const V = State.variables;
- V.SF.Squad = {Troops:40, Armoury:0, Firebase:0, AV:0, TV:0, Drones:0, Drugs:0, PGT:0, AA:0, TA:0, SpacePlane:0, GunS:0, Satellite:{lv:0, InOrbit:0}, GiantRobot:0, MissileSilo:0, AircraftCarrier:0, Sub:0, HAT:0};
+ V.SF.Squad = {Troops:40, Armoury:0, Firebase:0, AV:0, TV:0, Drones:0, Drugs:0, PGT:0, AA:0, TA:0, SpacePlane:0, GunS:0, Satellite:{lv:0, InOrbit:0}, GiantRobot:0, MissileSilo:0, AircraftCarrier:0, Sub:0, HAT:0}; 
 }
 window.Colonel = function() {
  const V = State.variables;
@@ -35830,13 +35938,13 @@ window.SFBC = function() {
 			if (V.SF.U !== undefined) V.SF.Upgrade = V.SF.U; delete V.SF.U;
 			if (V.SF.WG !== undefined) V.SF.Gift = V.SF.WG; delete V.SF.WG;
 			if (V.SF.MercCon != undefined) {
-     V.SF.MercCon.Menials = V.SF.MercCon.Helots;
-     V.SF.MercCon.TotalMenials = V.SF.MercCon.TotalHelots;
-     delete V.SF.MercCon.Helots;delete V.SF.MercCon.TotalHelots;
-   } else {
-    MercCon();
-   }
-				
+	V.SF.MercCon.Menials = V.SF.MercCon.Helots;
+	V.SF.MercCon.TotalMenials = V.SF.MercCon.TotalHelots;
+	delete V.SF.MercCon.Helots;delete V.SF.MercCon.TotalHelots;
+	} else {
+	MercCon();
+	}
+
 			if (V.SF.Facility === undefined) Facility();
 			if (V.SF.Bonus === undefined) V.SF.Bonus = 0;
 			if (V.SF.Depravity < 0) V.SF.Depravity = 0;
@@ -35884,7 +35992,7 @@ window.BadOutcome = function() {
 		case "Cruel and Psychopathic":
 			V.SF.BadOutcome = "Revolt",V.trinkets.push("${t} dog tags"),V.Rep = 0;
 			r += `<br>Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for an utterly ferocious rebellion. The promises of rape and plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves) are all that's needed to give the selfish lot of them a nearly unshakable resolve in the task of delivering their overlord Her most coveted prize: You.`;
-			r += `<br>It is now Midnight. The lights are the first thing they disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens start panicking almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Things like this were never supposed to happen again. You had promised them that you'd create an army that would protect them...`;
+			r += `<br>It is now midnight. The lights are the first thing they disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens start panicking almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Things like this were never supposed to happen again. You had promised them that you'd create an army that would protect them...`;
 			r += `<br>Her army vanguard strikes fast and hard throughout the main Plaza, cutting through your security personnel, defensive platoons, and drones with an ease that stinks of months of careful planning and study. Your defensive platoons, veterans of many Battles, are outmaneuvered at every turn; their hidden ammunition caches are found empty, their communications networks are mysteriously scrambled, and key chokepoints are found to be booby-trapped before your men can even get to them; their well-rehearsed arcology defense routines have gone to ash. Assuming you ever get a chance to speak to The Colonel again, you would ask if her betrayal was actually inevitable rather than something you triggered.`;
 			r += `<br>You watch with immense disappointment as the very APC's and IFV's that you paid for now charge into resisting storefronts to storm the armed civilians inside with heavy infantry at point blank range. Battle Tanks trample wounded civilians in the streets as they maneuver to blast your citizens' hastily-made holdouts to pieces, burying dozens of civilian loyalists under mountains of rubble while hundreds more are gunned down in the streets for want of adequate cover. The Plaza is lost; the enemy vanguard has gained access to the Residential Sectors upstairs. Enticed, entire platoons of her vanguard decide to become bandits, ignoring their Colonel's orders and scattering off from the main force to kick down many apartment doors and help themselves to whatever desirable goods or inhabitants they find within.`;
 			r += `<br>Outside, her many aircraft swarm the local airspace to patrol the Arcology outskirts, conduct recon scans of the upper levels, or monitor your sealed penthouse outside the range of your SAM turrets, while shooting down any other fleeing VTOL's. You will not be escaping by air today. No one will. No escaping by land either: Swarms of her drones are tasing fleeing noncombatants by the hundreds for later enslavement, as the remainder of her army begins to pour into the bloody Plaza. This is your Arcology's darkest hour.`;
@@ -35893,7 +36001,7 @@ window.BadOutcome = function() {
 			r += `<br>Dawn has broken over the Free City. Only five hours into the slaughter (of which your Mercenaries no doubt bought you at least three), it becomes very clear to you that the only way to save your arcology is to destroy it. Everything and Everyone will burn before you let this crazy bitch and her rabid dogs get their dirty hands on you or your slaves. On your order, your most loyal subordinates, the ones who were with you since the early days to patrol your Arcology before you even had drones to protect it, fight their way to through the carnage of your panicking civilians on The Promenade to get to the exact hidden elevators that your Personal Assistant specifies for them. Their destination is the arcology's reactor complex, of course. Following the PA's instructions precisely, they arm their many high-yield explosive charges on your now-exposed and de-stabilized reactor, and in one final service to you, detonate them, creating a colossal explosion. The rapidly ascending heretics quite literally have the rug pulled from under them, as the blast takes out nearly all of the arcology's lesser foundational support beams, thus collapsing many thousands of metric tons of concrete, steel, plastic, and plaster out from underneath the upward bound Colonel and her men... And everyone else, unfortunately. With no foundation any longer, all of your arcology's interior Sectors are utterly gutted from the bottom-up by gravity itself, and everything beneath your ration-stocked, backup-powered Penthouse crumbles to the earth. The massive cloud of dust created by the widespread fires and interior collapse ends up covering the entire Free City for hours. Her aircraft, now bereft of their logistical support and command structure, immediately fly off to neighboring arcologies to offer their services to the various employers there, seeing as the coup has failed and they have nowhere else to go. The skies are free for You to travel as you please, but You aren't going anywhere.`;
 			r += `<br>It is late evening when the tremors finally stop. Everything below your Penthouse is ruin, and your arcology, its population, and your reputation are now essentially dust. However, the arcology did not fall. It. Is. Still. Yours. You shall rise again, not flee this tragedy in shame. Of course, no one will ever know that you sacrificed the arcology deliberately in order to save yourself; it is all too easy to claim that The Colonel carelessly damaged the reactor complex during her assault, ironically causing her own defeat. Frankly, sacrificing most of your tenants doesn't bother you as much as it probably should; maybe its because you know that if The Colonel and her men had won, all those people were as good as dead anyway.`;
 			r += `<br>You know that if you want to survive, you'll need to surround yourself with workers and allies to rebuild fast, else your rivals gobble you up. It costs you a horrific sum to clear and process the wreckage and rebuild the basic Sector superstructures and infrastructure for your arcology on such short notice, even after liquidating everything your workers salvage. Your powerful friends still residing in the Old World or other Free Cities have lent you a surprising amount of aid too, with quite a few lent super-heavy construction assets getting huge amounts of work done quickly. Even then, what you've been able to rebuild is very little. After a nearly sleepless, sexless week of immense toil, you've successfully organized tens of thousands of people in restoring the arcology to a barely functional condition (along with rudimentary imitations of all your upgrades), and you've even got some new Garrison Mercenaries in by week's end too... But its just not the same. If it weren't for your bruised weather-plating your arcology would look like a giant skeleton. Inside, it feels like a concrete boneyard; everything has been built cheap and utilitarian, and the walls aren't even painted. With only a few operational services staffed by commuters from neighboring arcologies, there is just an eerie silence just about everywhere. With few amenities for relief, there are going to be many long days ahead for your few tenants, most of them being wealthy but distraught returning travelers who left before the attack. Maybe your slaves can help entertain them. A lot of these people are VIP's it seems.`;
-			r += `<br>It is now Midnight. In a rare moment of reflection, you contemplate that what The Colonel just did to your arcology was exactly what you were all too happy to have her do to dozens, if not hundreds of innocent villages and townships under your shadow during her 'Raiding and Slaving' operations. Nevertheless, You have hard work ahead of you, especially now that your enemies see that you are now much weaker than you have ever been.`;
+			r += `<br>It is now midnight. In a rare moment of reflection, you contemplate that what The Colonel just did to your arcology was exactly what you were all too happy to have her do to dozens, if not hundreds of innocent villages and townships under your shadow during her 'Raiding and Slaving' operations. Nevertheless, You have hard work ahead of you, especially now that your enemies see that you are now much weaker than you have ever been.`;
 			r += `<br>The Colonel's body was never found.`;
 			break;
 		case "Kind":
@@ -35921,7 +36029,7 @@ window.generateDiffArray = function generateDiffArray(obj) {
 	return diffArray;
 };
 
-/*
+/* 
 Shamelessly copied from https://codereview.stackexchange.com/a/11580
 Finds and returns the difference between two objects. Potentially will have arbitrary nestings of objects.
 */
@@ -35950,9 +36058,9 @@ window.difference = function difference(o1, o2) {
 	return false;
 };
 
-/*
+/* 
 Shamelessly copied from https://stackoverflow.com/a/19101235
-Flattens an object while concatenating property names.
+Flattens an object while concatenating property names. 
 For example {id: {number: 4, name: "A"}} --> {id.number: 4, id.name: "A"}
 */
 window.diffFlatten = function diffFlatten(data) {
@@ -37236,7 +37344,7 @@ window.slaveMiscellaneousDatatypeCleanup = function slaveMiscellaneousDatatypeCl
 	}
 };
 
-/* TODO: a lot of this may need to be removed */
+/* a lot of this may need to be removed */
 window.ChildDatatypeCleanup = function ChildDatatypeCleanup(child) {
 	childAgeDatatypeCleanup(child);
 	childPhysicalDatatypeCleanup(child);
diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index e6244d179728a27abeb2e2c1eab11f0bad07a28f..c40eee31b2fccb505e5c1631e16bfd4eb4d3ca39 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -1396,25 +1396,25 @@ boobs:
 
 slave boob size
 0-299	 - flat
-300-399   - A cup
-400-499   - B cup
-500-649   - C cup
-650-799   - D cup
-800-999   - DD cup
-1000-1199 - F cup
-1200-1399 - G cup
-1400-1599 - H cup
-1600-1799 - I cup
-1800-2049 - J cup
-2050-2299 - K cup
-2300-2599 - L cup
-2600-2899 - M cup
-2900-3249 - N cup
-3250-3599 - O cup
-3600-3949 - P cup
-3950-4299 - Q cup
-4300-4699 - R cup
-4700-5099 - S cup
+300-399   - A-cup
+400-499   - B-cup
+500-649   - C-cup
+650-799   - D-cup
+800-999   - DD-cup
+1000-1199 - F-cup
+1200-1399 - G-cup
+1400-1599 - H-cup
+1600-1799 - I-cup
+1800-2049 - J-cup
+2050-2299 - K-cup
+2300-2599 - L-cup
+2600-2899 - M-cup
+2900-3249 - N-cup
+3250-3599 - O-cup
+3600-3949 - P-cup
+3950-4299 - Q-cup
+4300-4699 - R-cup
+4700-5099 - S-cup
 5100-10499- massive
 
 boobsMilk:
diff --git a/src/SpecialForce/JS.js b/src/SpecialForce/JS.js
index 09663802b03aaaef8d81a6280529a32219a41d06..62b8d54781c578b58601ceb42709210973403291 100644
--- a/src/SpecialForce/JS.js
+++ b/src/SpecialForce/JS.js
@@ -628,13 +628,13 @@ window.SFBC = function() {
 			if (V.SF.U !== undefined) V.SF.Upgrade = V.SF.U; delete V.SF.U;
 			if (V.SF.WG !== undefined) V.SF.Gift = V.SF.WG; delete V.SF.WG;
 			if (V.SF.MercCon != undefined) {
-     V.SF.MercCon.Menials = V.SF.MercCon.Helots;
-     V.SF.MercCon.TotalMenials = V.SF.MercCon.TotalHelots;
-     delete V.SF.MercCon.Helots;delete V.SF.MercCon.TotalHelots;
-   } else {
-    MercCon();
-   }
-				
+	V.SF.MercCon.Menials = V.SF.MercCon.Helots;
+	V.SF.MercCon.TotalMenials = V.SF.MercCon.TotalHelots;
+	delete V.SF.MercCon.Helots;delete V.SF.MercCon.TotalHelots;
+	} else {
+	MercCon();
+	}
+
 			if (V.SF.Facility === undefined) Facility();
 			if (V.SF.Bonus === undefined) V.SF.Bonus = 0;
 			if (V.SF.Depravity < 0) V.SF.Depravity = 0;
@@ -682,7 +682,7 @@ window.BadOutcome = function() {
 		case "Cruel and Psychopathic":
 			V.SF.BadOutcome = "Revolt",V.trinkets.push("${t} dog tags"),V.Rep = 0;
 			r += `<br>Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for an utterly ferocious rebellion. The promises of rape and plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves) are all that's needed to give the selfish lot of them a nearly unshakable resolve in the task of delivering their overlord Her most coveted prize: You.`;
-			r += `<br>It is now Midnight. The lights are the first thing they disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens start panicking almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Things like this were never supposed to happen again. You had promised them that you'd create an army that would protect them...`;
+			r += `<br>It is now midnight. The lights are the first thing they disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens start panicking almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Things like this were never supposed to happen again. You had promised them that you'd create an army that would protect them...`;
 			r += `<br>Her army vanguard strikes fast and hard throughout the main Plaza, cutting through your security personnel, defensive platoons, and drones with an ease that stinks of months of careful planning and study. Your defensive platoons, veterans of many Battles, are outmaneuvered at every turn; their hidden ammunition caches are found empty, their communications networks are mysteriously scrambled, and key chokepoints are found to be booby-trapped before your men can even get to them; their well-rehearsed arcology defense routines have gone to ash. Assuming you ever get a chance to speak to The Colonel again, you would ask if her betrayal was actually inevitable rather than something you triggered.`;
 			r += `<br>You watch with immense disappointment as the very APC's and IFV's that you paid for now charge into resisting storefronts to storm the armed civilians inside with heavy infantry at point blank range. Battle Tanks trample wounded civilians in the streets as they maneuver to blast your citizens' hastily-made holdouts to pieces, burying dozens of civilian loyalists under mountains of rubble while hundreds more are gunned down in the streets for want of adequate cover. The Plaza is lost; the enemy vanguard has gained access to the Residential Sectors upstairs. Enticed, entire platoons of her vanguard decide to become bandits, ignoring their Colonel's orders and scattering off from the main force to kick down many apartment doors and help themselves to whatever desirable goods or inhabitants they find within.`;
 			r += `<br>Outside, her many aircraft swarm the local airspace to patrol the Arcology outskirts, conduct recon scans of the upper levels, or monitor your sealed penthouse outside the range of your SAM turrets, while shooting down any other fleeing VTOL's. You will not be escaping by air today. No one will. No escaping by land either: Swarms of her drones are tasing fleeing noncombatants by the hundreds for later enslavement, as the remainder of her army begins to pour into the bloody Plaza. This is your Arcology's darkest hour.`;
@@ -691,7 +691,7 @@ window.BadOutcome = function() {
 			r += `<br>Dawn has broken over the Free City. Only five hours into the slaughter (of which your Mercenaries no doubt bought you at least three), it becomes very clear to you that the only way to save your arcology is to destroy it. Everything and Everyone will burn before you let this crazy bitch and her rabid dogs get their dirty hands on you or your slaves. On your order, your most loyal subordinates, the ones who were with you since the early days to patrol your Arcology before you even had drones to protect it, fight their way to through the carnage of your panicking civilians on The Promenade to get to the exact hidden elevators that your Personal Assistant specifies for them. Their destination is the arcology's reactor complex, of course. Following the PA's instructions precisely, they arm their many high-yield explosive charges on your now-exposed and de-stabilized reactor, and in one final service to you, detonate them, creating a colossal explosion. The rapidly ascending heretics quite literally have the rug pulled from under them, as the blast takes out nearly all of the arcology's lesser foundational support beams, thus collapsing many thousands of metric tons of concrete, steel, plastic, and plaster out from underneath the upward bound Colonel and her men... And everyone else, unfortunately. With no foundation any longer, all of your arcology's interior Sectors are utterly gutted from the bottom-up by gravity itself, and everything beneath your ration-stocked, backup-powered Penthouse crumbles to the earth. The massive cloud of dust created by the widespread fires and interior collapse ends up covering the entire Free City for hours. Her aircraft, now bereft of their logistical support and command structure, immediately fly off to neighboring arcologies to offer their services to the various employers there, seeing as the coup has failed and they have nowhere else to go. The skies are free for You to travel as you please, but You aren't going anywhere.`;
 			r += `<br>It is late evening when the tremors finally stop. Everything below your Penthouse is ruin, and your arcology, its population, and your reputation are now essentially dust. However, the arcology did not fall. It. Is. Still. Yours. You shall rise again, not flee this tragedy in shame. Of course, no one will ever know that you sacrificed the arcology deliberately in order to save yourself; it is all too easy to claim that The Colonel carelessly damaged the reactor complex during her assault, ironically causing her own defeat. Frankly, sacrificing most of your tenants doesn't bother you as much as it probably should; maybe its because you know that if The Colonel and her men had won, all those people were as good as dead anyway.`;
 			r += `<br>You know that if you want to survive, you'll need to surround yourself with workers and allies to rebuild fast, else your rivals gobble you up. It costs you a horrific sum to clear and process the wreckage and rebuild the basic Sector superstructures and infrastructure for your arcology on such short notice, even after liquidating everything your workers salvage. Your powerful friends still residing in the Old World or other Free Cities have lent you a surprising amount of aid too, with quite a few lent super-heavy construction assets getting huge amounts of work done quickly. Even then, what you've been able to rebuild is very little. After a nearly sleepless, sexless week of immense toil, you've successfully organized tens of thousands of people in restoring the arcology to a barely functional condition (along with rudimentary imitations of all your upgrades), and you've even got some new Garrison Mercenaries in by week's end too... But its just not the same. If it weren't for your bruised weather-plating your arcology would look like a giant skeleton. Inside, it feels like a concrete boneyard; everything has been built cheap and utilitarian, and the walls aren't even painted. With only a few operational services staffed by commuters from neighboring arcologies, there is just an eerie silence just about everywhere. With few amenities for relief, there are going to be many long days ahead for your few tenants, most of them being wealthy but distraught returning travelers who left before the attack. Maybe your slaves can help entertain them. A lot of these people are VIP's it seems.`;
-			r += `<br>It is now Midnight. In a rare moment of reflection, you contemplate that what The Colonel just did to your arcology was exactly what you were all too happy to have her do to dozens, if not hundreds of innocent villages and townships under your shadow during her 'Raiding and Slaving' operations. Nevertheless, You have hard work ahead of you, especially now that your enemies see that you are now much weaker than you have ever been.`;
+			r += `<br>It is now midnight. In a rare moment of reflection, you contemplate that what The Colonel just did to your arcology was exactly what you were all too happy to have her do to dozens, if not hundreds of innocent villages and townships under your shadow during her 'Raiding and Slaving' operations. Nevertheless, You have hard work ahead of you, especially now that your enemies see that you are now much weaker than you have ever been.`;
 			r += `<br>The Colonel's body was never found.`;
 			break;
 		case "Kind":
diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index a26d979325a4d913990dd8e7fab7a8fca076e006..c39aa26fd17b8b3426bb0120c16375186412c0f9 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -79,13 +79,13 @@
 ''Fuckdoll: (0-100)''
 <<textbox "$tempSlave.fuckdoll" $tempSlave.fuckdoll>>
 <br>
-<<radiobutton "$tempSlave.fuckdoll" 0>> Not a fuckdoll
-<<radiobutton "$tempSlave.fuckdoll" 15>> Barely a fuckdoll
-<<radiobutton "$tempSlave.fuckdoll" 25>> Slight fuckdoll
-<<radiobutton "$tempSlave.fuckdoll" 45>> Basic fuckdoll
-<<radiobutton "$tempSlave.fuckdoll" 65>> Intermediate fuckdoll
-<<radiobutton "$tempSlave.fuckdoll" 85>> Advanced fuckdoll
-<<radiobutton "$tempSlave.fuckdoll" 100>> Total fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 0>> Not a Fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 15>> Barely a Fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 25>> Slight Fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 45>> Basic Fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 65>> Intermediate Fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 85>> Advanced Fuckdoll
+<<radiobutton "$tempSlave.fuckdoll" 100>> Total Fuckdoll
 
 <br>
 
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index aafbc4317f31a8edb663c6d2a83006efdc1ce454..3fd18ba7a496cfb19318540c7735f8b28d236b74 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2064,22 +2064,22 @@
 
 	<br><br>
 	''Fuckdoll: (0-100)''
-	<<if $tempSlave.fuckdoll < 15>>@@.yellow;Not a fuckdoll@@
-	<<elseif $tempSlave.fuckdoll < 25>>@@.yellow;Barely a fuckdoll@@
-	<<elseif $tempSlave.fuckdoll < 45>>@@.yellow;Slight fuckdoll@@
-	<<elseif $tempSlave.fuckdoll < 65>>@@.yellow;Basic fuckdoll@@
-	<<elseif $tempSlave.fuckdoll < 85>>@@.yellow;Intermediate fuckdoll@@
-	<<elseif $tempSlave.fuckdoll < 100>>@@.yellow;Advanced fuckdoll@@
-	<<else>>@@.yellow;Total fuckdoll@@<</if>>
+	<<if $tempSlave.fuckdoll < 15>>@@.yellow;Not a Fuckdoll@@
+	<<elseif $tempSlave.fuckdoll < 25>>@@.yellow;Barely a Fuckdoll@@
+	<<elseif $tempSlave.fuckdoll < 45>>@@.yellow;Slight Fuckdoll@@
+	<<elseif $tempSlave.fuckdoll < 65>>@@.yellow;Basic Fuckdoll@@
+	<<elseif $tempSlave.fuckdoll < 85>>@@.yellow;Intermediate Fuckdoll@@
+	<<elseif $tempSlave.fuckdoll < 100>>@@.yellow;Advanced Fuckdoll@@
+	<<else>>@@.yellow;Total Fuckdoll@@<</if>>
 	<<textbox "$tempSlave.fuckdoll" $tempSlave.fuckdoll>>
 	<br>
-	<<radiobutton "$tempSlave.fuckdoll" 0>> Not a fuckdoll
-	<<radiobutton "$tempSlave.fuckdoll" 15>> Barely a fuckdoll
-	<<radiobutton "$tempSlave.fuckdoll" 25>> Slight fuckdoll
-	<<radiobutton "$tempSlave.fuckdoll" 45>> Basic fuckdoll
-	<<radiobutton "$tempSlave.fuckdoll" 65>> Intermediate fuckdoll
-	<<radiobutton "$tempSlave.fuckdoll" 85>> Advanced fuckdoll
-	<<radiobutton "$tempSlave.fuckdoll" 100>> Total fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 0>> Not a Fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 15>> Barely a Fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 25>> Slight Fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 45>> Basic Fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 65>> Intermediate Fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 85>> Advanced Fuckdoll
+	<<radiobutton "$tempSlave.fuckdoll" 100>> Total Fuckdoll
 
 	<br><br>
 	''Muscles (-100 to 100):''
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index a5264276602abf459d6e93ab21d9f218a8846ac3..49928f75fa135973ead5417dcd5763df9267da6a 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -805,19 +805,19 @@ __''Player Character''__
 	<br>
 	<<switch $PC.boobsBonus>>
 		<<case -3>>
-			<<set _PCCreationBoobSize = "small B cups">>
+			<<set _PCCreationBoobSize = "small B-cups">>
 		<<case -2>>
-			<<set _PCCreationBoobSize = "unnoticeable C cups">>
+			<<set _PCCreationBoobSize = "unnoticeable C-cups">>
 		<<case -1>>
-			<<set _PCCreationBoobSize = "unremarkable D cups">>
+			<<set _PCCreationBoobSize = "unremarkable D-cups">>
 		<<case 1>>
-			<<set _PCCreationBoobSize = "noticeable F cups">>
+			<<set _PCCreationBoobSize = "noticeable F-cups">>
 		<<case 2>>
-			<<set _PCCreationBoobSize = "huge G cups">>
+			<<set _PCCreationBoobSize = "huge G-cups">>
 		<<case 3>>
-			<<set _PCCreationBoobSize = "massive H cups">>
+			<<set _PCCreationBoobSize = "massive H-cups">>
 		<<default>>
-			<<set _PCCreationBoobSize = "average DD cups">>
+			<<set _PCCreationBoobSize = "average DD-cups">>
 	<</switch>>
 
 	<<if $PC.boobsImplant>>
diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw
index d691dd15e07da2867654b7eeb2ab9d644353bd86..47f74cedf8a90b4c158178dfd9dddf4fca82ddf4 100644
--- a/src/facilities/nursery/childInteract.tw
+++ b/src/facilities/nursery/childInteract.tw
@@ -870,7 +870,7 @@ Hormones: <strong><span id="hormones">
 		<</if>>
 	<</if>>
 <</for>>
-/* TODO: children's living standards will be based on the Nursery and its FS decor */
+/* TODO: children's living standards will be based on the Nursery and its FS décor */
 Living standard: ''<span id="livingRules">$activeChild.livingRules</span>.''
 <<if setup.facilityCareers.includes($activeChild.assignment)>>
 	//$His living conditions are managed by $his assignment.//
diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw
index 9b468980d9c1c1895eab223ec5dbdbcd32ab30df..d58b3cea300c0a6b409bcffc0ee564124952a61d 100644
--- a/src/facilities/nursery/longChildDescription.tw
+++ b/src/facilities/nursery/longChildDescription.tw
@@ -416,7 +416,7 @@ $he's
 		<<elseif ($activeChild.devotion < -20)>>
 			and uses $his faith as a place of refuge.
 		<<elseif ($activeChild.devotion <= 20)>>
-			and uses $his faith as a private place within herself.
+			and uses $his faith as a private place within $himself.
 		<<else>>
 			but has learned to keep $his faith private.
 		<</if>>
@@ -557,7 +557,7 @@ $he's
 			<</if>>
 		<<case "humiliation">>
 			<<if ($activeChild.behavioralFlaw == "bitchy")>>
-				$His bitchiness is really just an expression of $his deep need to be @@.lightcoral;humiliated@@ herself.
+				$His bitchiness is really just an expression of $his deep need to be @@.lightcoral;humiliated@@ $himself.
 			<<elseif ($activeChild.sexualFlaw == "shamefast")>>
 				$His shame is genuine, and it is with real self-loathing that $he @@.lightcoral;gets off on humiliation.@@
 			<<elseif ($activeChild.fetishStrength > 95)>>
@@ -595,7 +595,7 @@ $he's
 			<</if>>
 		<<case "dom">>
 			<<if ($activeChild.sexualFlaw == "apathetic")>>
-				$He is at war with herself, since $his habitual apathy during sex barely masks a desire to @@.lightcoral;dominate.@@
+				$He is at war with $himself, since $his habitual apathy during sex barely masks a desire to @@.lightcoral;dominate.@@
 			<<elseif ($activeChild.fetishStrength > 95)>>
 				$He is a @@.lightcoral;complete dom;@@ with other slaves this is expressed as a strong preference to top, and with $his betters $he's an almost competitive lover.
 			<<elseif ($activeChild.fetishStrength > 60)>>
@@ -607,7 +607,7 @@ $he's
 			<<if ($activeChild.fetishStrength > 95)>>
 				$He is an @@.lightcoral;aggressive sadist@@; $he's constantly plotting to control, abuse, and hurt other slaves.
 			<<elseif ($activeChild.fetishStrength > 60)>>
-				$He has @@.lightcoral;sadistic tendencies@@; $he enjoys watching other slaves in pain, but truly loves causing pain herself.
+				$He has @@.lightcoral;sadistic tendencies@@; $he enjoys watching other slaves in pain, but truly loves causing pain $himself.
 			<<else>>
 				$He gets off on @@.lightcoral;the suffering of others@@; $he enjoys watching other slaves in pain.
 			<</if>>
@@ -1376,7 +1376,7 @@ $He is
 <<if $showBodyMods == 1>>
 	<<if $activeChild.fuckdoll > 0>>
 		<<if $activeChild.earPiercing+$activeChild.eyebrowPiercing+$activeChild.nosePiercing > 0>>
-			The piercings on its head run through its suit, helping secure the material to its head.
+			The piercings on $his head run through $his suit, helping secure the material to $his head.
 		<</if>>
 	<<else>>
 		<<earPiercingDescription>>
diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw
index b4ba453632b75702523cecafab66c7e881390e9c..1b5a99fde6e5dbc2cfc48a8bffc72ebb7f39e94c 100644
--- a/src/js/assayJS.tw
+++ b/src/js/assayJS.tw
@@ -2074,13 +2074,13 @@ window.MenialPopCap = function MenialPopCap () {
 				V.menialDemandFactor -= overMenialCap;
 				V.fuckdolls -= overMenialCap;
 				overMenialCap = 0;
-				r += "You don't have enough room for all your fuckdolls and are obliged to sell some.";
+				r += "You don't have enough room for all your Fuckdolls and are obliged to sell some.";
 			} else {
 				V.cash += V.fuckdolls * (price * 2);
 				V.menialDemandFactor -= V.fuckdolls;
 				overMenialCap -= V.fuckdolls;
 				V.fuckdolls = 0;
-				r += "You don't have enough room for your fuckdolls and are obliged to sell them.";
+				r += "You don't have enough room for your Fuckdolls and are obliged to sell them.";
 			}
 		}
 		if (overMenialCap > 0 && V.menialBioreactors > 0) {
diff --git a/src/js/pregJS.tw b/src/js/pregJS.tw
index 2e41463211212efd89ccda2029c8a0eb7355feef..d379a138601966f19a6cac5621e9e28bf5f529dc 100644
--- a/src/js/pregJS.tw
+++ b/src/js/pregJS.tw
@@ -63,7 +63,7 @@ window.bellyAdjective = function(slave) {
 
 /* calculates and returns expected ovum count during conception*/
 window.setPregType = function(actor) {
-	/* IMHO rework is posssible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */
+	/* IMHO rework is possible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */
 
 	var ovum = jsRandom(actor.pregData.normalOvaMin, actor.pregData.normalOvaMax); //for default human profile it's always 1.
 	var fertilityStack = 0; // adds an increasing bonus roll for stacked fertility drugs
diff --git a/src/js/rbuttonJS.tw b/src/js/rbuttonJS.tw
index 8ce088b90ed3dcd7c4e8fbe75717cd0546205cb9..960db5bdd345e89c87bb9c1a034f68499b5be914 100644
--- a/src/js/rbuttonJS.tw
+++ b/src/js/rbuttonJS.tw
@@ -103,4 +103,4 @@ Macro.add('rbutton', {
 		Wikifier.setValue(varName, checkValue);
 		}
 	}
-	});
+});
diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw
index d0df39bc8fb4da8ca69d81a719bbe27c074b5876..cdac390187a1f2bc127b30a8dd963bed99f287eb 100644
--- a/src/js/rulesAssistantOptions.tw
+++ b/src/js/rulesAssistantOptions.tw
@@ -1532,8 +1532,8 @@ window.rulesAssistantOptions = (function() {
 		constructor() {
 			const pairs = [
 				["No default setting", "no default setting"],
-				["B Cup", 350],
-				["D Cup", 1000],
+				["B-Cup", 350],
+				["D-Cup", 1000],
 				["Monstrous", 9000],
 				["Unlimited", 48000],
 				["None", 0]
diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw
index 430d13ca2621c750b5147b4dfd6bbbfcef19c398..a209bd90ae2f0e10a66357dac9f818e53ef33be2 100644
--- a/src/js/storyJS.tw
+++ b/src/js/storyJS.tw
@@ -1083,7 +1083,7 @@ window.generateAssistantPronouns = function() {
 		V.assistantPronouns.noun = "girl";
 	}
 
-	if (V.marketAssistantAnnounced === 0) {
+	if (V.assistant === 0) {
 		V.marketAssistantPronouns.pronoun = "it";
 		V.marketAssistantPronouns.possessivePronoun = "its";
 		V.marketAssistantPronouns.possessive = "its";
diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw
index 11500061c8bdbd5027bdcc44d2b4ae006d1690e9..32587040d2532b8b46f0fe6e525290618fff364f 100644
--- a/src/js/utilJS.tw
+++ b/src/js/utilJS.tw
@@ -38,7 +38,7 @@
  *							do lots of work generating and re-generating random heights until
  *							one "fits".
  *
- * Anon's explination:
+ * Anon's explanation:
  * limitMult: [0, -30]
  *
  * This specifies a range going up from 0 to -30. It needs to go [-30, 0] instead. Same thing with [0, -5] two lines down. note: technically, this isn't true, because for some bizarre reason Height.random reverses the numbers for you if you get them wrong. But it's important to establish good habits, so.
diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw
index d2ca26e4e2f157a13ea59add3c214b9f4d8f2c5a..20046ade726a59b60c8cf40f429f9233104d99fd 100644
--- a/src/js/vignettes.tw
+++ b/src/js/vignettes.tw
@@ -1,4 +1,4 @@
-::VignettesJS [script]
+:: VignettesJS [script]
 
 window.GetVignette = function GetVignette(slave) {
 	const V = State.variables;
diff --git a/src/npc/descriptions/fFuckdollWidgets.tw b/src/npc/descriptions/fFuckdollWidgets.tw
index 6bfbbcec049d538d7f243c4ef1b85f64f3cefbad..6a65a11d07b7fa4a199cded52e98ed98301e5675 100644
--- a/src/npc/descriptions/fFuckdollWidgets.tw
+++ b/src/npc/descriptions/fFuckdollWidgets.tw
@@ -6,28 +6,28 @@
 <<run clearSummaryCache($activeSlave)>>
 You decide to use the Fuckdoll's <<if $activeSlave.lips > 95>>facepussy<<else>>face hole<</if>>.
 <<if $activeSlave.fuckdoll <= 10>>
-	Since it is not well adapted to life as a living sex toy yet, it won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>shove it into a kneeling position<<else>>set it on the couch<</if>> and straddle its face.
+	Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>shove $him into a kneeling position<<else>>set $him on the couch<</if>> and straddle $his face.
 <<elseif $activeSlave.fuckdoll <= 80>>
-	It can follow intermediate commands, so you order it into a position for use of its face hole. It obediently <<if $activeSlave.amp == 0>>gets to its knees<<else>>cranes its neck up<</if>> and sticks its tongue out as far as it will go, wiggling it invitingly. You straddle its face.
+	$He can follow intermediate commands, so you order $him into a position for use of $his face hole. $He obediently <<if $activeSlave.amp == 0>>gets to $his knees<<else>>cranes $his neck up<</if>> and sticks $his tongue out as far as it will go, wiggling it invitingly. You straddle $his face.
 <<else>>
-	It can follow advanced commands, so you order it into a position for use of its face hole. It instantly <<if $activeSlave.amp == 0>><<if $PC.dick == 1>>bends at the waist and turns its head upward, placing its throat horizontally and at waist height.<<else>>gets to its knees and turns its head upward at just the right angle for a pussy to ride its face hole.<</if>><<else>>cranes its neck up and sticks its tongue out as far as it will go, wiggling it invitingly.<</if>> You straddle its face.
+	$He can follow advanced commands, so you order $him into a position for use of $his face hole. $He instantly <<if $activeSlave.amp == 0>><<if $PC.dick == 1>>bends at the waist and turns $his head upward, placing $his throat horizontally and at waist height.<<else>>gets to $his knees and turns $his head upward at just the right angle for a pussy to ride $his face hole.<</if>><<else>>cranes $his neck up and sticks $his tongue out as far as it will go, wiggling it invitingly.<</if>> You straddle $his face.
 <</if>>
 <<if $activeSlave.fuckdoll <= 20>>
-	It's not fully used to being surprised with face rape, so it struggles, and its difficulty breathing <<if $PC.dick == 1>>makes its throat spasm around your dickhead<<else>>feels lovely on your cunt<</if>>.
+	$He's not fully used to being surprised with face rape, so $he struggles, and $his difficulty breathing <<if $PC.dick == 1>>makes $his throat spasm around your dickhead<<else>>feels lovely on your cunt<</if>>.
 <<elseif $activeSlave.fuckdoll <= 50>>
-	Aware that it is supposed to relax and let you rape its face, it does its best to let you <<if $PC.dick == 1>>fuck its throat<<else>>ride its face<</if>>.
+	Aware that $he is supposed to relax and let you rape $his face, $he does $his best to let you <<if $PC.dick == 1>>fuck $his throat<<else>>ride $his face<</if>>.
 <<else>>
-	You command it to <<if $PC.dick == 1>>milk your dick, and it begins to suck with almost frightening force<<else>>pleasure your cunt, and it begins to eat you out with almost frightening hunger<</if>>.
+	You command $him to <<if $PC.dick == 1>>milk your dick, and $he begins to suck with almost frightening force<<else>>pleasure your cunt, and $he begins to eat you out with almost frightening hunger<</if>>.
 <</if>>
 <<if $activeSlave.fuckdoll <= 60>>
-	<<if $activeSlave.energy > 80>>Denied any other outlet for its extreme sex drive, it orgasms from nothing more than oral stimulation.<</if>>
+	<<if $activeSlave.energy > 80>>Denied any other outlet for $his extreme sex drive, $he orgasms from nothing more than oral stimulation.<</if>>
 <<else>>
-	It's so perfectly tuned that it begins to orgasm from nothing more than oral stimulation, and it continues to shiver with repeated orgasms as it sucks.
+	$He's so perfectly tuned that $he begins to orgasm from nothing more than oral stimulation, and $he continues to shiver with repeated orgasms as $he sucks.
 <</if>>
-You climax, <<if $PC.dick == 1>>blowing your load down its throat<<else>>giving it a good amount of femcum to swallow<</if>>, and return it to <<if $activeSlave.amp == 0>>a standing position<<else>>where it was resting<</if>>.
+You climax, <<if $PC.dick == 1>>blowing your load down $his throat<<else>>giving $him a good amount of femcum to swallow<</if>>, and return $him to <<if $activeSlave.amp == 0>>a standing position<<else>>where $he was resting<</if>>.
 <<if $PC.dick == 1>>
-	<<if $activeSlave.lips > 95>>It gives sloppy blowjobs, its lips being too big for much control, and strings of your cum beribbon its suit. The Fuckdoll will be cleaned by another slave.
-	<<else>>It swallows repeatedly as it returns to its resting posture.
+	<<if $activeSlave.lips > 95>>$He gives sloppy blowjobs, $his lips being too big for much control, and strings of your cum beribbon $his suit. The Fuckdoll will be cleaned by another slave.
+	<<else>>$He swallows repeatedly as $he returns to $his resting posture.
 	<</if>>
 <</if>>
 
@@ -43,34 +43,34 @@ You climax, <<if $PC.dick == 1>>blowing your load down its throat<<else>>giving
 <<run clearSummaryCache($activeSlave)>>
 You decide to use the Fuckdoll's <<if $activeSlave.vagina > 3>>cavernous<<elseif $activeSlave.vagina == 3>>soft<<elseif $activeSlave.vagina == 2>>inviting<<elseif $activeSlave.vagina == 1>>tight<</if>> front hole.
 <<if $activeSlave.fuckdoll <= 10>>
-	Since it is not well adapted to life as a living sex toy yet, it won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>push it down to lie on the couch<<else>>set it on your desk<</if>> and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> inside its vagina.
+	Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>push $him down to lie on the couch<<else>>set $him on your desk<</if>> and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> inside $his vagina.
 <<elseif $activeSlave.fuckdoll <= 70>>
-	It can follow intermediate commands, so you order it into a position for use of its front hole. It obediently <<if $activeSlave.amp == 0>>gets down on all fours and <</if>>cocks its hips, offering its cunt until you insert <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> into its wet channel.
+	$He can follow intermediate commands, so you order $him into a position for use of $his front hole. $He obediently <<if $activeSlave.amp == 0>>gets down on all fours and <</if>>cocks $his hips, offering $his cunt until you insert <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> into $his wet channel.
 <<else>>
-	It can follow advanced commands, so you bring it over to your chair <<if $activeSlave.amp == 0>>and order it to squat down onto your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and ride.<<else>>and impale it on <<if $PC.dick == 1>>your cock<<else>>your strap-on<</if>>, ordering it to do its feeble best to bounce.<</if>>
+	$He can follow advanced commands, so you bring $him over to your chair <<if $activeSlave.amp == 0>>and order $him to squat down onto your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and ride.<<else>>and impale $him on <<if $PC.dick == 1>>your cock<<else>>your strap-on<</if>>, ordering $him to do $his feeble best to bounce.<</if>>
 <</if>>
 <<if $activeSlave.fuckdoll <= 20>>
-	It's not fully used to being raped without warning, so it struggles, its muscles spasming delightfully.
+	$He's not fully used to being raped without warning, so $he struggles, $his muscles spasming delightfully.
 <<elseif $activeSlave.fuckdoll <= 40>>
-	Aware that it is supposed to relax and accept rape, it does its best to let you take it without resistance.
+	Aware that $he is supposed to relax and accept rape, $he does $his best to let you take $him without resistance.
 <<else>>
-	You command it to milk your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> with its vaginal walls, and it obediently starts to flex its well-developed cunt muscles, squeezing <<if $PC.dick == 1>>you<<else>>your strap-on<</if>> from base to tip.
+	You command $him to milk your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> with $his vaginal walls, and $he obediently starts to flex $his well-developed cunt muscles, squeezing <<if $PC.dick == 1>>you<<else>>your strap-on<</if>> from base to tip.
 <</if>>
 <<if $activeSlave.fuckdoll <= 60>>
-	<<if $activeSlave.energy > 40>>Denied any other outlet for its healthy sex drive, it orgasms.<</if>>
+	<<if $activeSlave.energy > 40>>Denied any other outlet for $his healthy sex drive, $he orgasms.<</if>>
 <<else>>
-	It orgasmed for the first time as you entered it, and it continues to do so as you fuck it. It's perfectly tuned.
+	$He orgasmed for the first time as you entered $him, and $he continues to do so as you fuck $him. $He's perfectly tuned.
 <</if>>
 <<if $activeSlave.voice == 0>>
-	Though it is mute, its breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of its facepussy<<else>>through its mouth insert<</if>>.
+	Though $he is mute, $his breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>.
 <<else>>
-	It moans, <<if $activeSlave.lips > 95>>and the lips of its facepussy quiver<<else>>struggling to force the sound past its mouth insert<</if>>.
+	$He moans, <<if $activeSlave.lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>.
 <</if>>
-You climax<<if $PC.dick == 1>>, your cum shooting forward to splash against its womb,<</if>> and return it to <<if $activeSlave.amp == 0>>a standing position<<else>>where it was resting<</if>>.
+You climax<<if $PC.dick == 1>>, your cum shooting forward to splash against $his womb,<</if>> and return $him to <<if $activeSlave.amp == 0>>a standing position<<else>>where $he was resting<</if>>.
 <<if $PC.dick == 1>>
-	<<if $activeSlave.vagina > 2>>Your cum flows out of its gaping front hole and down the material of its suit.
-	<<elseif $activeSlave.vagina == 2>>Your cum drips out of its well-fucked front hole and down the material of its suit.
-	<<else>>Its tight front hole retains almost every drop of your cum. A few escape and run down the material of its suit.
+	<<if $activeSlave.vagina > 2>>Your cum flows out of $his gaping front hole and down the material of $his suit.
+	<<elseif $activeSlave.vagina == 2>>Your cum drips out of $his well-fucked front hole and down the material of $his suit.
+	<<else>>$His tight front hole retains almost every drop of your cum. A few escape and run down the material of $his suit.
 	<</if>>
 	<<if canImpreg($activeSlave, $PC)>>
 		<<= knockMeUp($activeSlave, 5, 1, -1)>>
@@ -79,11 +79,11 @@ You climax<<if $PC.dick == 1>>, your cum shooting forward to splash against its
 <</if>>
 <<if $activeSlave.vagina == 0>>
 	<<if $activeSlave.fetish != "mindbroken">>
-		As you return to your business, it shakes slightly in place, and a few low moans come out of its face hole. This is probably a reaction to losing its virginity.
+		As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his virginity.
 	<<else>>
-		It gives no external indication that it's aware that it's just lost its virginity.
+		$He gives no external indication that $he's aware that $he's just lost $his virginity.
 	<</if>>
-	In any case, @@.lime;its front hole has been broken in.@@
+	In any case, @@.lime;$his front hole has been broken in.@@
 	<<set $activeSlave.vagina = 1>>
 <</if>>
 
@@ -106,64 +106,64 @@ You climax<<if $PC.dick == 1>>, your cum shooting forward to splash against its
 
 You decide to use the Fuckdoll's fertile womb to grow a child.
 <<if $activeSlave.fuckdoll <= 10>>
-	Since it is not well adapted to life as a living sex toy yet, it won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>push it down to lie on the couch<<else>>set it on your desk<</if>> and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> inside its <<if $activeSlave.mpreg == 1>>asshole<<else>>vagina<</if>>.
+	Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>push $him down to lie on the couch<<else>>set $him on your desk<</if>> and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> inside $his <<if $activeSlave.mpreg == 1>>asshole<<else>>vagina<</if>>.
 <<elseif $activeSlave.fuckdoll <= 70>>
-	It can follow intermediate commands, so you order it into a position for use of its <<if $activeSlave.mpreg == 1>>rear<<else>>front<</if>> hole. It obediently <<if $activeSlave.amp == 0>>gets down on all fours and <</if>>cocks its hips, offering its <<if $activeSlave.mpreg == 1>>asspussy<<else>>cunt<</if>> until you insert your cock into its <<if $activeSlave.mpreg == 1>>winking<<else>>wet<</if>> channel.
+	$He can follow intermediate commands, so you order $him into a position for use of $his <<if $activeSlave.mpreg == 1>>rear<<else>>front<</if>> hole. $He obediently <<if $activeSlave.amp == 0>>gets down on all fours and <</if>>cocks $his hips, offering $his <<if $activeSlave.mpreg == 1>>asspussy<<else>>cunt<</if>> until you insert your cock into $his <<if $activeSlave.mpreg == 1>>winking<<else>>wet<</if>> channel.
 <<else>>
-	It can follow advanced commands, so you bring it over to your chair <<if $activeSlave.amp == 0>>and order it to squat down onto your cock and ride.<<else>>and impale it on your cock, ordering it to do its feeble best to bounce.<</if>>
+	$He can follow advanced commands, so you bring $him over to your chair <<if $activeSlave.amp == 0>>and order $him to squat down onto your cock and ride.<<else>>and impale $him on your cock, ordering $him to do $his feeble best to bounce.<</if>>
 <</if>>
 <<if $activeSlave.fuckdoll <= 20>>
-	It's not fully used to being raped without warning, so it struggles, its muscles spasming delightfully.
+	$He's not fully used to being raped without warning, so $he struggles, $his muscles spasming delightfully.
 <<elseif $activeSlave.fuckdoll <= 40>>
-	Aware that it is supposed to relax and accept rape, it does its best to let you take it without resistance.
+	Aware that $he is supposed to relax and accept rape, $he does $his best to let you take $him without resistance.
 <<else>>
-	You command it to milk your cock with its <<if $activeSlave.mpreg == 1>>anal<<else>>vaginal<</if>> walls, and it obediently starts to flex its well-developed <<if $activeSlave.mpreg == 1>>cunt<<else>>anal<</if>> muscles, squeezing you from base to tip.
+	You command $him to milk your cock with $his <<if $activeSlave.mpreg == 1>>anal<<else>>vaginal<</if>> walls, and $he obediently starts to flex $his well-developed <<if $activeSlave.mpreg == 1>>cunt<<else>>anal<</if>> muscles, squeezing you from base to tip.
 <</if>>
 <<if $activeSlave.fuckdoll <= 60>>
-	<<if $activeSlave.energy > 40>>Denied any other outlet for its healthy sex drive, it orgasms.<</if>>
+	<<if $activeSlave.energy > 40>>Denied any other outlet for $his healthy sex drive, $he orgasms.<</if>>
 <<else>>
-	It orgasmed for the first time as you entered it, and it continues to do so as you fuck it. It's perfectly tuned.
+	$He orgasmed for the first time as you entered $him, and $he continues to do so as you fuck $him. $He's perfectly tuned.
 <</if>>
 <<if $activeSlave.voice == 0>>
-	Though it is mute, its breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of its facepussy<<else>>through its mouth insert<</if>>.
+	Though $he is mute, $his breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>.
 <<else>>
-	It moans, <<if $activeSlave.lips > 95>>and the lips of its facepussy quiver<<else>>struggling to force the sound past its mouth insert<</if>>.
+	$He moans, <<if $activeSlave.lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>.
 <</if>>
-You climax, your cum shooting forward to splash against its womb, and return it to <<if $activeSlave.amp == 0>>a standing position<<else>>where it was resting<</if>> to allow your seed to find its mark.
+You climax, your cum shooting forward to splash against $his womb, and return $he to <<if $activeSlave.amp == 0>>a standing position<<else>>where $he was resting<</if>> to allow your seed to find $his mark.
 <<if $activeSlave.mpreg == 1>>
-	<<if $activeSlave.anus > 2>>Your cum flows out of its gaping rear hole and down the material of its suit.
-	<<elseif $activeSlave.anus == 2>>Your cum drips out of its well-fucked rear hole and down the material of its suit.
-	<<else>>Its tight rear hole retains almost every drop of your cum. A few escape and run down the material of its suit.
+	<<if $activeSlave.anus > 2>>Your cum flows out of $his gaping rear hole and down the material of $his suit.
+	<<elseif $activeSlave.anus == 2>>Your cum drips out of $his well-fucked rear hole and down the material of $his suit.
+	<<else>>$His tight rear hole retains almost every drop of your cum. A few escape and run down the material of $his suit.
 	<</if>>
 	The Fuckdoll will be cleaned by another slave.
 	<<if $activeSlave.anus == 0>>
 		<<if $activeSlave.fetish != "mindbroken">>
-			As you return to your business, it shakes slightly in place, and a few low moans come out of its face hole. This is probably a reaction to losing its anal virginity.
+			As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his anal virginity.
 		<<else>>
-			It gives no external indication that it's aware that it's just lost its virginity.
+			$He gives no external indication that $he's aware that $he's just lost $his virginity.
 		<</if>>
-		In any case, @@.lime;its rear hole has been broken in.@@
+		In any case, @@.lime;$his rear hole has been broken in.@@
 		<<set $activeSlave.anus = 1>>
 	<</if>>
 <<else>>
-	<<if $activeSlave.vagina == 10>>Your cum steadily flows from its prolapsed front hole and down the material of its suit.
-	<<elseif $activeSlave.vagina > 2>>Your cum flows out of its gaping front hole and down the material of its suit.
-	<<elseif $activeSlave.vagina == 2>>Your cum drips out of its well-fucked front hole and down the material of its suit.
-	<<else>>Its tight front hole retains almost every drop of your cum. A few escape and run down the material of its suit.
+	<<if $activeSlave.vagina == 10>>Your cum steadily flows from its prolapsed front hole and down the material of $his suit.
+	<<elseif $activeSlave.vagina > 2>>Your cum flows out of $his gaping front hole and down the material of $his suit.
+	<<elseif $activeSlave.vagina == 2>>Your cum drips out of $his well-fucked front hole and down the material of $his suit.
+	<<else>>$His tight front hole retains almost every drop of your cum. A few escape and run down the material of $his suit.
 	<</if>>
 	The Fuckdoll will be cleaned by another slave.
 	<<if $activeSlave.vagina == 0>>
 		<<if $activeSlave.fetish != "mindbroken">>
-			As you return to your business, it shakes slightly in place, and a few low moans come out of its face hole. This is probably a reaction to losing its virginity.
+			As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his virginity.
 		<<else>>
-			It gives no external indication that it's aware that it's just lost its virginity.
+			$He gives no external indication that $he's aware that $he's just lost $his virginity.
 		<</if>>
-		In any case, @@.lime;its front hole has been broken in.@@
+		In any case, @@.lime;$his front hole has been broken in.@@
 		<<set $activeSlave.vagina = 1>>
 	<</if>>
 <</if>>
 
-You repeat this ritual throughout the week, ensuring that it will be an @@.lime;incubator for your child.@@
+You repeat this ritual throughout the week, ensuring that $he will be an @@.lime;incubator for your child.@@
 
 <<= knockMeUp($activeSlave, 100, 2, -1, 1)>>
 
@@ -186,34 +186,34 @@ You repeat this ritual throughout the week, ensuring that it will be an @@.lime;
 <<run clearSummaryCache($activeSlave)>>
 You decide to use the Fuckdoll's <<if $activeSlave.anus > 3>>gaping<<elseif $activeSlave.anus == 3>>loose<<elseif $activeSlave.anus == 2>>relaxed<<elseif $activeSlave.anus == 1>>tight<</if>> rear hole.
 <<if $activeSlave.fuckdoll <= 10>>
-	Since it is not well adapted to life as a living sex toy yet, it won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>walk over to it<<else>>flip it over<</if>> and ram <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> up its rear hole.
+	Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if $activeSlave.amp == 0>>walk over to $him<<else>>flip $him over<</if>> and ram <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> up $his rear hole.
 <<elseif $activeSlave.fuckdoll <= 80>>
-	It can follow intermediate commands, so you order it to present its rear hole. It obediently <<if $activeSlave.amp == 0>>bends over, arches its back, and<<else>>flips over and<</if>> winks its anus until you insert <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>.
+	$He can follow intermediate commands, so you order $him to present $his rear hole. $He obediently <<if $activeSlave.amp == 0>>bends over, arches $his back, and<<else>>flips over and<</if>> winks $his anus until you insert <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>.
 <<else>>
-	It can follow advanced commands, so you bring it over to your chair <<if $activeSlave.amp == 0>>and order it to squat down onto your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and slide its anus up and down <<if $PC.dick == 1>>your<<else>>the<</if>> shaft.<<else>>and impale it on <<if $PC.dick == 1>>your cock<<else>>your strap-on<</if>>, ordering it to do its feeble best to bounce.<</if>>
+	$He can follow advanced commands, so you bring $him over to your chair <<if $activeSlave.amp == 0>>and order $him to squat down onto your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and slide $his anus up and down <<if $PC.dick == 1>>your<<else>>the<</if>> shaft.<<else>>and impale $him on <<if $PC.dick == 1>>your cock<<else>>your strap-on<</if>>, ordering $him to do $his feeble best to bounce.<</if>>
 <</if>>
 <<if $activeSlave.fuckdoll <= 20>>
-	It's not fully used to having things suddenly forced up its ass, so it struggles, and its sphincter spasms deliciously.
+	$He's not fully used to having things suddenly forced up $his ass, so $he struggles, and $his sphincter spasms deliciously.
 <<elseif $activeSlave.fuckdoll <= 40>>
-	Aware that it is supposed to relax and accept anal rape, it does its best to accommodate the sodomy.
+	Aware that $he is supposed to relax and accept anal rape, $he does $his best to accommodate the sodomy.
 <<else>>
-	You command it to milk your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> with its asshole, and it obediently tightens its sphincter against the invading phallus rhythmically.
+	You command $him to milk your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> with $his asshole, and $he obediently tightens $his sphincter against the invading phallus rhythmically.
 <</if>>
 <<if $activeSlave.fuckdoll <= 60>>
-	<<if $activeSlave.energy > 60>>Denied any other outlet for its powerful sex drive, it orgasms.<</if>>
+	<<if $activeSlave.energy > 60>>Denied any other outlet for $his powerful sex drive, $he orgasms.<</if>>
 <<else>>
-	Tuned to enjoy any use by total denial of all other stimulation, it orgasms repeatedly as you fuck its anus.
+	Tuned to enjoy any use by total denial of all other stimulation, $he orgasms repeatedly as you fuck $his anus.
 <</if>>
 <<if $activeSlave.voice == 0>>
-	Though it is mute, its breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of its facepussy<<else>>through its mouth insert<</if>>.
+	Though $he is mute, $his breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>.
 <<else>>
-	It moans, <<if $activeSlave.lips > 95>>and the lips of its facepussy quiver<<else>>struggling to force the sound past its mouth insert<</if>>.
+	$He moans, <<if $activeSlave.lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>.
 <</if>>
-You climax<<if $PC.dick == 1>>, filling its rectum with your cum,<</if>> and return it to <<if $activeSlave.amp == 0>>a standing position<<else>>where it was resting<</if>>.
+You climax<<if $PC.dick == 1>>, filling $his rectum with your cum,<</if>> and return $him to <<if $activeSlave.amp == 0>>a standing position<<else>>where $he was resting<</if>>.
 <<if $PC.dick == 1>>
-	<<if $activeSlave.anus > 2>>Your cum flows out of its gaped rear hole and down the material of its suit.
-	<<elseif $activeSlave.anus == 2>>Your cum drips out of its loosened rear hole and down the material of its suit.
-	<<else>>Its tight rear hole retains every drop of your cum.
+	<<if $activeSlave.anus > 2>>Your cum flows out of $his gaped rear hole and down the material of $his suit.
+	<<elseif $activeSlave.anus == 2>>Your cum drips out of $his loosened rear hole and down the material of $his suit.
+	<<else>>$His tight rear hole retains every drop of your cum.
 	<</if>>
 	<<if canImpreg($activeSlave, $PC)>>
 		<<= knockMeUp($activeSlave, 5, 0, -1)>>
@@ -222,11 +222,11 @@ You climax<<if $PC.dick == 1>>, filling its rectum with your cum,<</if>> and ret
 <</if>>
 <<if $activeSlave.anus == 0>>
 	<<if $activeSlave.fetish != "mindbroken">>
-		As you return to your business, it shakes slightly in place, and a few low moans come out of its face hole. This is probably a reaction to losing its anal virginity.
+		As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his anal virginity.
 	<<else>>
-		It gives no external indication that it's aware that it's just lost its anal virginity.
+		$He gives no external indication that $he's aware that $he's just lost $his anal virginity.
 	<</if>>
-	In any case, @@.lime;its rear hole has been broken in.@@
+	In any case, @@.lime;$his rear hole has been broken in.@@
 	<<set $activeSlave.anus = 1>>
 <</if>>
 
diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index f5ca0e1617b57a7f70af43d3f8986e8e630dbd8e..5d345a01d610f3d1d976d8207ac718dbfd779a58 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -217,7 +217,7 @@ My favorite part of my body i<<s>>
 		<<if ($activeSlave.boobs > 10000)>>
 			my colo<<ss>>al boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? Literally. They're bigger than the re<<s>>t of my body and the only thing that would make me happier i<<s>> if they were even //bigger.//
 		<<elseif ($activeSlave.boobs > 2000)>>
-			my huge boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? <<S>>o big, and <<s>>o beautiful, and <<s>>o heavy… I'm <<s>>orry, <<Master>>, what were we talking about? Oh, ye<<s>>!
+			my huge boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? <<S>>o big, and <<s>>o beautiful, and <<s>>o heavy... I'm <<s>>orry, <<Master>>, what were we talking about? Oh, ye<<s>>!
 		<<elseif ($activeSlave.nipples == "fuckable")>>
 			my nipple pu<<ss>>ie<<s>> of cour<<s>>e. It'<<s>> <<s>>o hot when they get abu<<s>>ed and I'm alway<<s>> trying to think of new way<<s>> to u<<s>>e them to plea<<s>>ure you.
 		<<elseif ($activeSlave.lactation > 0)>>
diff --git a/src/pregmod/assistantAppearancePackTwo.tw b/src/pregmod/assistantAppearancePackTwo.tw
index c73e1d001ec8cf504bfc8a7acb5bcffbe93c8c13..d4bf6cb09ec4214890688a3d9f80b8a510e00407 100644
--- a/src/pregmod/assistantAppearancePackTwo.tw
+++ b/src/pregmod/assistantAppearancePackTwo.tw
@@ -28,13 +28,13 @@ __Personal assistant appearances:__
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Imp">>
 	<<replace "#app">>
-	At your order, _heA installs the imp appearance. _HeA returns to her youthful figure and sprouts her wings. "This is awesome! So, wanna fool around? Maybe go torment some slaves?" _HeA says, pulling out a pitchfork. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the imp appearance. _HeA returns to _hisA youthful figure and sprouts _hisA wings. "This is awesome! So, wanna fool around? Maybe go torment some slaves?" _HeA says, pulling out a pitchfork. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "imp">>
 	<</replace>>
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Succubus">>
 	<<replace "#app">>
-	At your order, _heA installs the succubus appearance. _HeA promptly takes your breath away. "Thank you, <<= properTitle()>>. Now how shall I show you my appreciation..." Her avatar trails off while spreading _hisA legs and flashing you _hisA lovely pussy. "You can always customize me from the arcology management menu," _heA adds, with a hint of disapproval.
+	At your order, _heA installs the succubus appearance. _HeA promptly takes your breath away. "Thank you, <<= properTitle()>>. Now how shall I show you my appreciation..." _HisA avatar trails off while spreading _hisA legs and flashing you _hisA lovely pussy. "You can always customize me from the arcology management menu," _heA adds, with a hint of disapproval.
 	<<set $assistantAppearance = "succubus">>
 	<</replace>>
 <</link>>
@@ -54,7 +54,7 @@ __Personal assistant appearances:__
 <</link>>
 <<link "_">>
 	<<replace "#app">>
-	At your order, _heA installs the bugged appearance. Her body twists and contorts into an abomination of flesh and bone. It is honestly unsettling to look at. The thing morphs its body into a familiar female shape, though it is still off. Especially _hisA eyes; they seem soulless. "You can always customize me from the arcology management menu," _heA adds, in an ill pronounced mimicry of your voice.
+	At your order, _heA installs the bugged appearance. _HisA body twists and contorts into an abomination of flesh and bone. It is honestly unsettling to look at. The thing morphs its body into a familiar female shape, though it is still off. Especially _hisA eyes; they seem soulless. "You can always customize me from the arcology management menu," _heA adds, in an ill pronounced mimicry of your voice.
 	<<set $assistantAppearance = "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 	<</replace>>
 <</link>>
diff --git a/src/pregmod/breedingTest.tw b/src/pregmod/breedingTest.tw
index d59f2380bdc545d653c774b480a32ab9d6cb70aa..a5d83622774a765200c85fb8d360f0d0e19e8f03 100644
--- a/src/pregmod/breedingTest.tw
+++ b/src/pregmod/breedingTest.tw
@@ -1,5 +1,5 @@
-:: BreedingTest [nobr] 
- 
+:: BreedingTest [nobr]
+
 <<set $nextButton = "Back">>
 <<set $nextLink = "Slave Interact">>
 
diff --git a/src/pregmod/editGenetics.tw b/src/pregmod/editGenetics.tw
index 381fcd0db3aacc22f931d9da4d87b25082402021..f5c78cf5da61e80f1f4737a082f0f283aa51298a 100644
--- a/src/pregmod/editGenetics.tw
+++ b/src/pregmod/editGenetics.tw
@@ -150,9 +150,9 @@
 			'8': 'immense', '9': 'immense', '10': 'immense', '11': 'inhuman', '12': 'inhuman', '13': 'inhuman', '14': 'inhuman',
 			'15': 'inhuman', '16': 'inhuman', '17': 'inhuman', '18': 'inhuman', '19': 'inhuman', '20': 'inhuman'}[s] || 'unknown') + ' (' + Number(s) + ')';
 	};
-	tmpl.cupCat = new Categorizer([0, 'flat'], [300, 'A cup'], [400, 'B cup'], [500, 'C cup'], [650, 'D cup'], [800, 'DD cup'],
-		[1000, 'F cup'], [1200, 'G cup'], [1400, 'H cup'], [1600, 'I cup'], [1800, 'J cup'], [2050, 'K cup'], [2300, 'L cup'],
-		[2600, 'M cup'], [2900, 'N cup'], [3250, 'O cup'], [3600, 'P cup'], [3950, 'Q cup'], [4300, 'R cup'], [4700, 'S cup'],
+	tmpl.cupCat = new Categorizer([0, 'flat'], [300, 'A-cup'], [400, 'B-cup'], [500, 'C-cup'], [650, 'D-cup'], [800, 'DD-cup'],
+		[1000, 'F-cup'], [1200, 'G-cup'], [1400, 'H-cup'], [1600, 'I-cup'], [1800, 'J-cup'], [2050, 'K-cup'], [2300, 'L-cup'],
+		[2600, 'M-cup'], [2900, 'N-cup'], [3250, 'O-cup'], [3600, 'P-cup'], [3950, 'Q-cup'], [4300, 'R-cup'], [4700, 'S-cup'],
 		[5100, 'massive']);
 	tmpl.areolaeDesc = function(s) {
 		return ({'0': 'normal', '1': 'large', '2': 'unusually wide', '3': 'huge', '4': 'heart shaped', '5': 'star shaped'}[s] || 'unknown') + ' (' + Number(s) + ')';
diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index 91357435184059f8f43d3f92a6bc114def34940b..760ef06711a74fb0e92672296ab394373a6d750f 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -164,7 +164,7 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
 	You have a @@.orange;small pair of B-cup breasts.@@
 	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -2, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]] | //You lack sufficient fatty tissue to permit additional size reduction short of total breast removal.//
 <<elseif $PC.boobs == 1>>
-	You have a @@.orange;big pair of DD breasts.@@
+	You have a @@.orange;big pair of DD-cup breasts.@@
 	<br>[[Get a pair of breast implants|PC Surgery Degradation][$PC.boobsBonus = 1, $PC.boobsImplant = 1, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]] | [[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 1, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -1, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]]
 <<elseif $PC.title == 1>>
 	You have a @@.orange;masculine chest.@@ At your request, breast tissue could be added until you have a healthy bust, though society is unlikely to approve.
diff --git a/src/pregmod/eliteSlave.tw b/src/pregmod/eliteSlave.tw
index b375277f779828507e174ab45710afbfe63ade4b..27349e77b44ac14972d3be1917718f533fa166dd 100644
--- a/src/pregmod/eliteSlave.tw
+++ b/src/pregmod/eliteSlave.tw
@@ -1,4 +1,4 @@
-:: Elite Slave[nobr]
+:: Elite Slave [nobr]
 
 <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves">>
 <<set $showEncyclopedia = 1, $encyclopedia = "Slave Schools">>
@@ -150,7 +150,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc
 	<<set $activeSlave.vaginaLube++>>
 <</if>>
 <<set $activeSlave.preg = 0>>
-<<set $activeSlave.birthsTotal = either(0,0,0,0,0,0,0,0,1,1,1,1,2,2,3,4)>>
+<<set $activeSlave.birthsTotal = either(0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 3, 4)>>
 <<if $arcologies[0].FSPastoralist > 20 || $activeSlave.birthsTotal > 0>>
 	<<set $activeSlave.lactation = 1>>
 	<<if $arcologies[0].FSPastoralist > 20>>
diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw
index 57858cbbd98aeb243ad4945a7d00de985374b4f4..8acd1ee299e896a15e60fe71c06f6faac5798c10 100644
--- a/src/pregmod/fFeet.tw
+++ b/src/pregmod/fFeet.tw
@@ -79,53 +79,53 @@
 <<elseif $activeSlave.boobs >= 8500>>
 	<<set _boobsa = 'obscenely massive'>>
 <<elseif $activeSlave.boobs >= 8000>>
-	<<set _boobsa = 'Z cup'>>
+	<<set _boobsa = 'Z-cup'>>
 <<elseif $activeSlave.boobs >= 7500>>
-	<<set _boobsa = 'Y cup'>>
+	<<set _boobsa = 'Y-cup'>>
 <<elseif $activeSlave.boobs >= 7000>>
-	<<set _boobsa = 'X cup'>>
+	<<set _boobsa = 'X-cup'>>
 <<elseif $activeSlave.boobs >= 6500>>
-	<<set _boobsa = 'V cup'>>
+	<<set _boobsa = 'V-cup'>>
 <<elseif $activeSlave.boobs >= 5500>>
-	<<set _boobsa = 'U cup'>>
+	<<set _boobsa = 'U-cup'>>
 <<elseif $activeSlave.boobs >= 5100>>
-	<<set _boobsa = 'T cup'>>
+	<<set _boobsa = 'T-cup'>>
 <<elseif $activeSlave.boobs >= 4700>>
-	<<set _boobsa = 'S cup'>>
+	<<set _boobsa = 'S-cup'>>
 <<elseif $activeSlave.boobs >= 4300>>
-	<<set _boobsa = 'R cup'>>
+	<<set _boobsa = 'R-cup'>>
 <<elseif $activeSlave.boobs >= 3950>>
-	<<set _boobsa = 'Q cup'>>
+	<<set _boobsa = 'Q-cup'>>
 <<elseif $activeSlave.boobs >= 3600>>
-	<<set _boobsa = 'P cup'>>
+	<<set _boobsa = 'P-cup'>>
 <<elseif $activeSlave.boobs >= 3250>>
-	<<set _boobsa = 'O cup'>>
+	<<set _boobsa = 'O-cup'>>
 <<elseif $activeSlave.boobs >= 2900>>
-	<<set _boobsa = 'N cup'>>
+	<<set _boobsa = 'N-cup'>>
 <<elseif $activeSlave.boobs >= 2600>>
-	<<set _boobsa = 'M cup'>>
+	<<set _boobsa = 'M-cup'>>
 <<elseif $activeSlave.boobs >= 2300>>
-	<<set _boobsa = 'L cup'>>
+	<<set _boobsa = 'L-cup'>>
 <<elseif $activeSlave.boobs >= 2050>>
-	<<set _boobsa = 'K cup'>>
+	<<set _boobsa = 'K-cup'>>
 <<elseif $activeSlave.boobs >= 1800>>
-	<<set _boobsa = 'J cup'>>
+	<<set _boobsa = 'J-cup'>>
 <<elseif $activeSlave.boobs >= 1600>>
-	<<set _boobsa = 'I cup'>>
+	<<set _boobsa = 'I-cup'>>
 <<elseif $activeSlave.boobs >= 1400>>
-	<<set _boobsa = 'H cup'>>
+	<<set _boobsa = 'H-cup'>>
 <<elseif $activeSlave.boobs >= 1200>>
-	<<set _boobsa = 'G cup'>>
+	<<set _boobsa = 'G-cup'>>
 <<elseif $activeSlave.boobs >= 1000>>
-	<<set _boobsa = 'F cup'>>
+	<<set _boobsa = 'F-cup'>>
 <<elseif $activeSlave.boobs >= 800>>
-	<<set _boobsa = 'DD cup'>>
+	<<set _boobsa = 'DD-cup'>>
 <<elseif $activeSlave.boobs >= 650>>
-	<<set _boobsa = 'D cup'>>
+	<<set _boobsa = 'D-cup'>>
 <<elseif $activeSlave.boobs >= 400>>
-	<<set _boobsa = 'C cup'>>
+	<<set _boobsa = 'C-cup'>>
 <<elseif $activeSlave.boobs >= 300>>
-	<<set _boobsa = 'B cup'>>
+	<<set _boobsa = 'B-cup'>>
 <<else>>
 	<<set _boobsa = 'skip'>>
 	<<set _boobs = 'flat'>>
diff --git a/src/pregmod/fSelf.tw b/src/pregmod/fSelf.tw
index ffdee42e323ce5aa3372cee81d445ec0cbaf1692..b1ec36a0442964e68a5a14685f7c48cf3dea5ff6 100644
--- a/src/pregmod/fSelf.tw
+++ b/src/pregmod/fSelf.tw
@@ -1,5 +1,5 @@
-:: FSelf [nobr] 
- 
+:: FSelf [nobr]
+
 <<set $nextButton = "Back", $nextLink = "Main">>
 
 <<set _CumSources = []>>
@@ -20,27 +20,27 @@ Taking the hose and attaching the delectable cockhead to it, you drag it over to
 
 <<elseif $PC.cumTap < 5>>
 
-Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet a little more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your bloated belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you imagine you belly swelling even larger, be it with child or more cum.
+Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet a little more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your bloated belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you imagine you belly swelling even larger, be it with child or more cum.
 
 <<elseif $PC.cumTap < 10>>
 
-Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your rounded belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you cradle your bloated middle, you practically look pregnant already!
+Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your rounded belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you cradle your bloated middle, you practically look pregnant already!
 
 <<elseif $PC.cumTap < 15>>
 
-Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your huge belly, you struggle to your feet and waddle towards your private bath to relax while you drain. You giggle as you cradle your round middle, anyone who saw you like this would certainly say you were heavily pregnant!
+Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your huge belly, you struggle to your feet and waddle towards your private bath to relax while you drain. You giggle as you cradle your round middle, anyone who saw you like this would certainly say you were heavily pregnant!
 
 <<elseif $PC.cumTap < 20>>
 
-Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your enormous belly, you struggle to even get off the bed, eventually making it to your feet so that you may slowly stagger to the bath. You moan lewdly as the pressure within your full belly sets another orgasm coursing through your body, making it jiggle delightfully. Anyone who saw you like this would swear you were about to give birth!
+Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your enormous belly, you struggle to even get off the bed, eventually making it to your feet so that you may slowly stagger to the bath. You moan lewdly as the pressure within your full belly sets another orgasm coursing through your body, making it jiggle delightfully. Anyone who saw you like this would swear you were about to give birth!
 
 <<elseif $PC.cumTap < 25>>
 
-Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your taut, overfilled belly, you struggle to even get off the bed. After minutes of effort, several attempts ruined by aftershock orgasms, you manage to get on your feet. Cradling your massive cum-belly, you gingerly waddle to your waiting bath. You look like you are ready to burst with triplets, imagine what the public would say if they way you in this state.
+Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you struggle to even get off the bed. After minutes of effort, several attempts ruined by aftershock orgasms, you manage to get on your feet. Cradling your massive cum-belly, you gingerly waddle to your waiting bath. You look like you are ready to burst with triplets, imagine what the public would say if they way you in this state.
 
 <<else>>
 
-Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your taut, overfilled belly, you roll over onto your back so that you may tease your<<if $PC.boobs > 0>> breasts,<</if>><<if $PC.dick > 0>> dick,<</if>> belly and pussy. If anyone saw you, they would swear your were on the verge of delivering sextuplets. You made sure to schedule this block for absolute privacy, so no one should disturb you while you play with your bloated body. Once you are exhausted and drained of your contents, you head for the showers and to get a servant to clean up your bed; from the slave you enjoyed with the cum hose, of course.
+Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your "lover"'s pent up load into yourself. Patting your taut, overfilled belly, you roll over onto your back so that you may tease your<<if $PC.boobs > 0>> breasts,<</if>><<if $PC.dick > 0>> dick,<</if>> belly and pussy. If anyone saw you, they would swear your were on the verge of delivering sextuplets. You made sure to schedule this block for absolute privacy, so no one should disturb you while you play with your bloated body. Once you are exhausted and drained of your contents, you head for the showers and to get a servant to clean up your bed; from the slave you enjoyed with the cum hose, of course.
 
 <</if>>
 
diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw
index e548c4af79192091032e4e20bb6432ad179834a7..ff5d3291cc1492c6f868537a2d4e2700e9c7b402 100644
--- a/src/pregmod/fSlaveFeed.tw
+++ b/src/pregmod/fSlaveFeed.tw
@@ -165,7 +165,7 @@ Next, you see to $activeSlave.slaveName.
 	<<set _pregDiscovery = 1>>
 
 <<elseif $milkTap.fuckdoll > 0>>
-	Slight moaning emanates from the fuckdoll as $activeSlave.slaveName drinks from its breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off it's nipple and settles into its breasts for a short rest while hiccupping<<if $activeSlave.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off its nipple and settles into its breasts for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off its nipple and settles into its breasts for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>.
+	Slight moaning emanates from the Fuckdoll as $activeSlave.slaveName drinks from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeSlave.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>.
 
 <<elseif $milkTap.rivalryTarget == $activeSlave.ID>>
 	$milkTap.slaveName grins as $his rival is forced to drink until $his belly is <<if $activeSlave.inflation == 3>>nearly bursting with milk. $activeSlave.slaveName struggles against $his bindings until the pressure building in $him overwhelms $him, causing $him to pass out directly into $milkTap.slaveName's cushiony breasts. You quickly remove $him from the nipple before $he drowns<<elseif $activeSlave.inflation == 2>>is rounded, jiggling and sloshing with milk. You release $his bindings, allowing $him to flop to the floor. <<if $activeSlave.amp != 1>>$he gingerly crawls away from $milkTap.slaveName, one hand cradling $his overfull stomach<<else>>$he rolls onto $his side, groaning with discomfort<</if>><<elseif $activeSlave.inflation == 1>>bloated with milk. You release $his bindings, allowing $him to flop to the floor. <<if $activeSlave.amp != 1>>$he gingerly sits up and begins massaging $his full stomach<<else>>$he rolls onto $his back, hiccupping pathetically<</if>><</if>>.
@@ -541,7 +541,7 @@ Next, you see to $activeSlave.slaveName.
 	<<set _pregDiscovery = 1>>
 
 <<elseif $milkTap.fuckdoll > 0>>
-	Slight moaning emanates from the fuckdoll as $activeSlave.slaveName sucks its dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off it's cock and settles into its balls for a short rest while hiccupping<<if $activeSlave.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off its cock and settles into its balls for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off its cock and settles into its balls for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>.
+	Slight moaning emanates from the Fuckdoll as $activeSlave.slaveName sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if $activeSlave.amp != 1>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if $activeSlave.amp != 1>> and teasing $his gurgling stomach<</if>><</if>>.
 
 <<elseif $milkTap.rivalryTarget == $activeSlave.ID>>
 	$milkTap.slaveName grins as _his2 rival is forced to suck down loads until $his belly is <<if $activeSlave.inflation == 3>>nearly bursting with cum. $activeSlave.slaveName struggles against $his bindings until the pressure building in $his overwhelms $him, causing $him to pass out with $milkTap.slaveName's ejaculating cock still stuck in $him. You quickly remove $his from it, making sure $he gets roused from $his stupor by one last blast of cum directly to the face<<elseif $activeSlave.inflation == 2>>is rounded, jiggling and sloshing with cum. You release $his bindings, allowing $him to flop to the floor. <<if $activeSlave.amp != 1>>$he gingerly crawls away from $milkTap.slaveName, one hand cradling $his overfull stomach<<else>>$he rolls onto $his side, groaning with discomfort<</if>><<elseif $activeSlave.inflation == 1>>bloated with cum. You release $his bindings, allowing $him to flop to the floor. <<if $activeSlave.amp != 1>>$he gingerly sits up and begins massaging $his full stomach<<else>>$he rolls onto $his back, hiccupping pathetically<</if>><</if>>.
@@ -758,11 +758,11 @@ Next, you see to $activeSlave.slaveName.
 	<<if $milkTap.fuckdoll == 0>>
 		Once $he is gone, you see to it that the contented $milkTap.slaveName is helped back to _his2 assignment, but only after _his2 dribbling <<if $activeSlave.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail.
 	<<else>>
-		Once $he is gone, you see to it that the dribbling fuckdoll is cleaned up and returned to its proper place, but only after its leaking <<if $activeSlave.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail.
+		Once $he is gone, you see to it that the dribbling Fuckdoll is cleaned up and returned to _his2 proper place, but only after _his2 leaking <<if $activeSlave.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail.
 	<</if>>
 <<else>>
 	<<if $milkTap.fuckdoll == 0>>
-		With $activeSlave.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. Hopefully it doesn't leak too much as it waits for further use.
+		With $activeSlave.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. Hopefully _he2 doesn't leak too much as _he2 waits for further use.
 	<<else>>
 		With $activeSlave.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. _He2'll have to figure out some other way to relieve _himself2 as _he2 is helped back to _his2 assignment.
 	<</if>>
diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw
index 8ef4572798be43d66fd412ba2e7e05abef0010a0..4692979679ec81ffd0352108b7c69c30deb77f9e 100644
--- a/src/pregmod/fSlaveSlaveDickConsummate.tw
+++ b/src/pregmod/fSlaveSlaveDickConsummate.tw
@@ -75,7 +75,7 @@ You take a look at the bound cock toy.
 		<<set _bottomdrugged = 1>>
 	<</if>>
 <<elseif ($activeSlave.fetish == "mindbroken") && ($activeSlave.career == "a breeding bull")>>
-	$activeSlave.slaveName, as a good bull, was already erect while being tied down. It seems they know what's going to happen to them soon. Maybe someone at the Cattle Ranch has been sampling their bulls?
+	$activeSlave.slaveName, as a good bull, was already erect while being tied down. It seems $he knows what's going to happen to $him soon. Maybe someone at the Cattle Ranch has been sampling their bulls?
 <<else>>
 	<<if $activeSlave.devotion >= -20>>
 		<<if $activeSlave.energy > 40>>
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index c0c7b48dcc7a6864e034460c47cbdefe1b7c7837..d19733dbeeaaffb22ae64ff36cf79300b592059f 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -428,7 +428,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$His eyes focus on _tempDad.slaveName's <<= dickToEitherUnit(_tempDad.dick).replace("es","")>> long dick, trying to understand how it can fit in a girl.
 		<<set _dadInterest = "dick">>
 	<<elseif _tempDad.balls > 60>>
-		$His eyes focus on _tempDad.slaveName's <<= ballsToEitherUnit(_tempDad.balls).replace("es","")>> long testicles, taking in every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of their enormity, before shifting to the cum steadily drooling from <<if _tempDad.dick > 0>>the tip of _his2 dick<<else>>the hole in _his2 crotch<</if>>..
+		$His eyes focus on _tempDad.slaveName's <<= ballsToEitherUnit(_tempDad.balls).replace("es","")>> long testicles, taking in every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of their enormity, before shifting to the cum steadily drooling from <<if _tempDad.dick > 0>>the tip of _his2 dick<<else>>the hole in _his2 crotch<</if>>.
 		<<set _dadInterest = "balls">>
 	<<elseif _tempDad.hips > 2>>
 		$His eyes focus on _tempDad.slaveName's abnormally wide hips. $He runs $his hands down $his own sides, pondering how such a wonder occurs.
diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw
index 2782e386996a27c5b790e6459e2b48da8c2f6350..a9f1d22f4b5770d32b574a49420108ddb29be8fe 100644
--- a/src/pregmod/pcSurgeryDegredation.tw
+++ b/src/pregmod/pcSurgeryDegredation.tw
@@ -22,13 +22,13 @@
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your implant free boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your natural breasts. "We made sure to tighten them up a bit, get rid of that sag from not having the silicone pouch in them anymore." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "breastShrinkage">>
-	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your smaller <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your shrunken breasts. "We made sure to tighten them up a bit, get rid of that sagginess from weight and the mass removed." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
+	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your smaller <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your shrunken breasts. "We made sure to tighten them up a bit, get rid of that sagginess from weight and the mass removed." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "breastEnlargementImplant">>
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, round <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<else>>H-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them looking natural, <<if $PC.boobsBonus == 2>>but you can definitely tell<<elseif $PC.boobsBonus == 1>>and I say we did a pretty good job<<else>>but the implants were way too big for that<</if>>." She begins groping your breasts, feeling the implant within for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your implant laden breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "breastEnlargement">>
-	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, soft <<if $PC.boobsBonus == 3>>H-cup<<elseif $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them perky, <<if $PC.boobsBonus == 3>>quite a feat given their size<<else>>not that hard given your natural perk<</if>>." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your fat tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
+	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, soft <<if $PC.boobsBonus == 3>>H-cup<<elseif $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them perky, <<if $PC.boobsBonus == 3>>quite a feat given their size<<else>>not that hard given your natural perk<</if>>." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your fat tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "flatChest">>
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice the absence of the usual weight on your chest. Pulling the covers off yourself, you observe your flat chest in the mirror-covered wall across from your bed. "So do you like it?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your chest. "I honestly couldn't live without my pair." She begins groping your chest, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your tits and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts still work, but it's still strange coming from such a flat chest."<</if>> You can't help but moan under your building arousal as she massages and teases your nipples. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
diff --git a/src/pregmod/rePregInventorText.tw b/src/pregmod/rePregInventorText.tw
index 1a8cd45141cc89d54778d41c0bec2ee543fa3ac7..6247de8e6c39d38d617f927721cb166028eb6140 100644
--- a/src/pregmod/rePregInventorText.tw
+++ b/src/pregmod/rePregInventorText.tw
@@ -137,7 +137,7 @@
 			Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until $he is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
 		<</if>>
 		<br><br>
-		"Ah! Um, yes--yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
+		"Ah! Um, yes - yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So - oooh, yes... $activeSlave.slaveName, how did you, um, come up with the idea for this pool?
 		<br><br>
 		<<if canTalk($activeSlave)>>
 			"I'm alway<<s>> trying to think of way<<s>> to keep my<<s>>elf pretty for--oh!--my <<Master>>," your slave <<say>>s, suddenly squirming $himself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "Thi<<s>> wa<<s>> ju<<s>>t the be<<s>>t--um--I Mean--the be<<s>>t--oh //fuck, keep//--I mean, the be<<s>>t method I could think of for doing that."
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index 1572a16818254a17497c174d70c0d098dc1d75a6..c8602ac51bca804d7c0827274fd203df55010e46 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -444,7 +444,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		The milk maid gives an emphatic nod. <i>"My Master's daddy, and his daddy's daddy were dairy farmers, so he knows what he's doin'. Master said that lots of folks think slaves don't deserve any care or fancy treatment, that slaves are animals and you can't give 'em anything without putting ideas in their heads. Master said those folks are right we don't </i>deserve<i> anything, but that otherwise those folks just don't know jack shit about raising livestock."</i>
 		Bess smiles. "I guess G-9 isn't at the top of the quality and quantity charts by accident!" She moves over toward one of the occupied milkers to take a better look. Rather than a chair, it's set up almost like a massage table, and the slave is lying face down on the table's comfortable padding. The chest area of the table is almost completely missing, allowing the cow's 15,000 CC udders to hang downward. Rather than hang painfully, however, they're well supported by some kind of strong fabric that looks soft but stretchy. Their supported shape seems ideal for milking, opening up the milk ducts and letting gravity drain the milk toward the exposed nipples. A clear cup is attached to each teat, rich milk flooding rhythmically down wide tubes to be collected in a massive intermediary reservoir. Bess turns back to the milk maid. "So I think I understand what the setup in the front is for, but what's all this going on in the back?"
 		<br><br>
-		Anabell walks up to the milking table, and gestures to the lower half. <i>"Ma'am, is it okay if I answer one part at a time?"</i> Bess gives a cheerful nod, so Anabell points to the cow's abdomen. <i>"I know it's hard to see cause of that metal holdin' up the table, but there's actually an adjustable belly support there."</i> the dairy slave gives the cow an affectionate rub on one butt cheek. <i>"She may not look it right now, but this one here is more'n seven months pregnant with triplets. The table supports the womb, taking the weight and pressure off the cow. All the cows say it's the most comfortable place to be when they're full of calf!"</i> Smiling, Anabell points down between the cow's legs. The camera moves closer to get a good look, and the microphone starts picking up traces of audio from whatever program the cow's watching. Once the camera is positioned at the feet, you can see between her slightly-spread legs that there's a large adjustable-looking opening under her pubic region. More fascinating though, is the device attached to her groin; it looks really similar to an athletic cup. It's just a bit bigger and longer with some tubes and a wire coming out of it, and hides the cow's vulva and asshole from the camera.
+		Anabell walks up to the milking table, and gestures to the lower half. <i>"Ma'am, is it okay if I answer one part at a time?"</i> Bess gives a cheerful nod, so Anabell points to the cow's abdomen. <i>"I know it's hard to see cause of that metal holdin' up the table, but there's actually an adjustable belly support there."</i> the dairy slave gives the cow an affectionate rub on one butt cheek. <i>"She may not look it right now, but this one here is more 'n seven months pregnant with triplets. The table supports the womb, taking the weight and pressure off the cow. All the cows say it's the most comfortable place to be when they're full of calf!"</i> Smiling, Anabell points down between the cow's legs. The camera moves closer to get a good look, and the microphone starts picking up traces of audio from whatever program the cow's watching. Once the camera is positioned at the feet, you can see between her slightly-spread legs that there's a large adjustable-looking opening under her pubic region. More fascinating though, is the device attached to her groin; it looks really similar to an athletic cup. It's just a bit bigger and longer with some tubes and a wire coming out of it, and hides the cow's vulva and asshole from the camera.
 		<br><br>
 		With a questioning look, Anabell asks Bess <i>"Ma'am, I figure you already know what the hole's for, but should I explain it for the camera?"</i> Bess simply smiles and nods, indicating that the milk maid should continue. <i>"Well all of you watching probably already guessed one reason for the hole there: it lets the tubes and such through nice and neat so we don't have to worry about 'em getting pinched or kinked. The other reason for the hole is that plenty of cows have <<if $seeDicks == 0>><i>sensitive legs.</i><<else>>big ol balls that need milked too.<</if>> There's an attachment there for a stretch mesh just like what we use for the udders, it supports 'em nice and comfortable. There's even a motor in the table there, moves the mesh to roll 'em around a bit and keep 'em producing."</i> Anabell points toward the groin device. <i>"We call this miracle gadget here a 'cup'... cause it looks like one, right?"</i> Both Beth and Anabell give a chuckle at the rather flat joke. <i>"Probably the best way to explain it'd be to take it out, would you like to see?"</i>
 		<br><br>
@@ -526,7 +526,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<br><br>.....
 
 	<<elseif $arcologies[0].FSAssetExpansionist == "unset" && $randShow == 3>>
-		a documentary on the Slimness Enthusiast counter movement titled: "Slim Is In". Artistic opening credits play across the screen before a slim woman walks up and begins talking to the camera conversationally. She seems to be in her mid to late thirties, and is wearing conservative makeup to accent her natural beauty. Her narrow waist combines with her slim hips and full shoulders to create a balanced but muted hourglass profile. It's a look that was popular for decades on fashion models in the Old World, and it improves the attractiveness of her B or C cup breasts and taut butt. It's obvious that the woman aspires to be a role model in addition to being the documentary's commentator.
+		a documentary on the Slimness Enthusiast counter movement titled: "Slim Is In". Artistic opening credits play across the screen before a slim woman walks up and begins talking to the camera conversationally. She seems to be in her mid to late thirties, and is wearing conservative makeup to accent her natural beauty. Her narrow waist combines with her slim hips and full shoulders to create a balanced but muted hourglass profile. It's a look that was popular for decades on fashion models in the Old World, and it improves the attractiveness of her B- or C-cup breasts and taut butt. It's obvious that the woman aspires to be a role model in addition to being the documentary's commentator.
 		<br><br>Much of the documentary's arguments center around the concept of fashion and the privileged. They point out how in the past societal changes have altered what people find attractive, giving skin tans as an example. When most worked outside and only the privileged stayed indoors pale skin was considered attractive. When the world changed and most people worked indoors, suddenly the tan skin of those with leisure time to spend outside came into vogue. She argues that modern hormones can easily expand the assets of the masses, but that only the privileged can afford to sculpt themselves into an ideal form like hers. She points out that even though the masses may imitate with surgery, they'll never be able to copy the naturally good bone structure and vibrancy of the well-bred elite.
 		<br><br>.....
 
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 2401cdf417e5f30cd36ddb0f4a4a506b6f59ba0c..b3921b50ba60ed1f019f1b03a141b7b21df92c58 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -52,7 +52,7 @@ PC.pregSource documentation
 		<<set _babies.push("your own")>>
 	<<elseif $PC.curBabies[_spb].fatherID == -2>>
 		<<set _citizens++>>
-		<<set _babies.push("the arcology's citizen")>>
+		<<set _babies.push("an arcology citizen")>>
 	<<elseif $PC.curBabies[_spb].fatherID == -3>>
 		<<set _oldMaster++>>
 		<<set _babies.push("your Master")>>
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index 78f5d8d06443d6ed293a177f98cf1b74468628a7..d59ef491abee9316321a7da768c62fe6e39bda09 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -81,7 +81,7 @@
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.boobs == 1>>
-		you have a @@.orange;healthy pair of DD breasts.@@ They are nice, perky and jiggle pleasantly with your every move.
+		you have a @@.orange;healthy pair of DD-cup breasts.@@ They are nice, perky and jiggle pleasantly with your every move.
 		<<if $PC.lactation > 0>>
 			Your breasts feel fuller lately; likely a side effect of your lactation.
 		<</if>>
diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw
index 9c12f61aefdc1d41542de83830891dd0ccb62858..5a6b5d5a567ea5e9a2df633380567da09e656c4d 100644
--- a/src/uncategorized/RECI.tw
+++ b/src/uncategorized/RECI.tw
@@ -318,7 +318,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro
 	<<setLocalPronouns $Concubine 2>>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You tell $him $he's got a nice asspussy, and grope her thoroughly, cupping $his buttocks with one hand and squeezing a breast with the other. $He looks <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>desperately eager<<else>>ready and willing<</if>>, and angles $himself just right, but you administer a light slap to $his $activeSlave.skin ass and continue, telling her that it's so nice you feel like sharing it. $He's <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>so ready to fuck $he can't quite think of what to say<<else>>not quite sure how to respond<</if>>, and before she can figure it out, $Concubine.slaveName hurries in, responding to your summons. Of course, $activeSlave.slaveName is no stranger to $Concubine.slaveName, who takes in the situation at a glance and <<if $Concubine.dick > 0>>instantly achieves a painfully hard erection<<else>>immediately flushes with arousal<</if>>. $Concubine.slaveName<<if $Concubine.dick == 0>> dons a strap-on and<</if>> clambers up onto the (strongly built) bathroom counter. Since saliva is plenty of lube for $activeSlave.slaveName's experienced ass, she points a meaningful finger at <<if $Concubine.dick == 0>>the phallus<<else>>her cock<</if>>, and $activeSlave.slaveName begins to suck it enthusiastically, trying to get it as wet as possible for the sake of $his butt.
+	You tell $him $he's got a nice asspussy, and grope $him thoroughly, cupping $his buttocks with one hand and squeezing a breast with the other. $He looks <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>desperately eager<<else>>ready and willing<</if>>, and angles $himself just right, but you administer a light slap to $his $activeSlave.skin ass and continue, telling $him that it's so nice you feel like sharing it. $He's <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>so ready to fuck $he can't quite think of what to say<<else>>not quite sure how to respond<</if>>, and before she can figure it out, $Concubine.slaveName hurries in, responding to your summons. Of course, $activeSlave.slaveName is no stranger to $Concubine.slaveName, who takes in the situation at a glance and <<if $Concubine.dick > 0>>instantly achieves a painfully hard erection<<else>>immediately flushes with arousal<</if>>. $Concubine.slaveName<<if $Concubine.dick == 0>> dons a strap-on and<</if>> clambers up onto the (strongly built) bathroom counter. Since saliva is plenty of lube for $activeSlave.slaveName's experienced ass, she points a meaningful finger at <<if $Concubine.dick == 0>>the phallus<<else>>her cock<</if>>, and $activeSlave.slaveName begins to suck it enthusiastically, trying to get it as wet as possible for the sake of $his butt.
 	<br><br>
 	Since $activeSlave.slaveName is being so good, you decide to help get $him ready, and push her sideways so she straddles the counter's edge. $He whimpers into the <<if $Concubine.dick == 0>>dildo<<else>>dick<</if>> in $his mouth as she feels her <<if $activeSlave.dick > 0>><<if ($activeSlave.hormoneBalance >= 100) || ($activeSlave.dickAccessory == "chastity")>>chastity cage<<elseif ($activeSlave.hormoneBalance >= 100) || ($activeSlave.balls == 0) || ($activeSlave.ballType == "sterile")>>soft dickclit<<else>>hard cock<</if>><<else>>mons<</if>> graze the hard counter, and then stiffens as you penetrate $his bottom. When you judge that your Head Girl is wet enough, you nod to her, and she takes $activeSlave.slaveName by the hand, pulling $him up onto _his2 lap.
 	<<if ($Concubine.boobs > 4000) && ($activeSlave.boobs > 4000)>>
diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw
index 051532bcc8085c77c7773b0109965f67be8d05ba..aafa82bc52e7f8b9cc2fae0085a279b3e8663669 100644
--- a/src/uncategorized/REFI.tw
+++ b/src/uncategorized/REFI.tw
@@ -228,7 +228,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 	extremely eager to feel more of _his2 <<= WrittenMaster($subSlave)>>'s seed in _his2 fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl,
 	<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
 		<<if $PC.belly >= 5000>>
-			so you take _him2 
+			so you take _him2
 			<<if $subSlave.belly >= 300000>>
 				over _his2 own _subBelly belly. Such discomfort doesn't bother _him2 since it means _he2 gets to enjoy the sensation of your own gravid middle rubbing the small of _his2 back
 			<<else>>
@@ -240,7 +240,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 			<<if $subSlave.belly >= 300000>>
 				immense gravidity can hang between your legs and towards the floor as you languidly take _him2. You have your arms as far around _his2 middle as you can,
 			<<else>>
-				_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts, 
+				_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts,
 			<</if>>
 			and _he2 has _his2 neck twisted back to kiss you.
 		<</if>>
@@ -253,7 +253,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 			<<if $subSlave.belly >= 300000>>
 				immense gravidity can hang between your legs and towards the floor as you languidly grope _him2. You have your arms wrapped as far around _his2 middle as you can, savoring the motion beneath your palms,
 			<<else>>
-				_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast, 
+				_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast,
 			<</if>>
 			while _he2 has _his2 neck twisted back to kiss you.
 		<</if>>
@@ -262,7 +262,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 	extremely eager for a good fuck and there's no better dick than _his2 <<= WrittenMaster($subSlave)>>'s. $subSlave.slaveName has been a good _girl2,
 	<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
 		<<if $PC.belly >= 5000>>
-			so you take _him2 
+			so you take _him2
 			<<if $subSlave.belly >= 300000>>
 				over _his2 own _subBelly belly. Such discomfort doesn't bother _him2 since it means _he2 gets to enjoy the sensation of your own gravid middle rubbing the small of _his2 back
 			<<else>>
@@ -274,7 +274,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 			<<if $subSlave.belly >= 300000>>
 				immense gravidity can hang between your legs and towards the floor as you languidly take _him2. You have your arms as far around _his2 middle as you can,
 			<<else>>
-				_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts, 
+				_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts,
 			<</if>>
 			and _he2 has _his2 neck twisted back to kiss you.
 		<</if>>
@@ -287,7 +287,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 			<<if $subSlave.belly >= 300000>>
 				immense gravidity can hang between your legs and towards the floor as you languidly grope _him2. You have your arms wrapped as far around _his2 middle as you can, savoring the motion beneath your palms,
 			<<else>>
-				_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast, 
+				_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast,
 			<</if>>
 			while _he2 has _his2 neck twisted back to kiss you.
 		<</if>>
@@ -295,7 +295,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 <<else>>
 	all hot and bothered. $subSlave.slaveName has been a good girl,
 	<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
-		so you don a strap-on and take _him2 
+		so you don a strap-on and take _him2
 		<<if $PC.belly >= 5000>>
 			<<if $subSlave.belly >= 300000>>
 				over _his2 own _subBelly belly. Such discomfort doesn't bother _him2 since it means _he2 gets to enjoy the sensation of your own gravid middle rubbing the small of _his2 back
@@ -308,7 +308,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 			<<if $subSlave.belly >= 300000>>
 				immense gravidity can hang between your legs and towards the floor as you languidly take _him2. You have your arms as far around _his2 middle as you can,
 			<<else>>
-				_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts, 
+				_subBelly heavy belly can rest comfortably as you languidly take _him2. You have your arms wrapped around _his2 chest to cup both breasts,
 			<</if>>
 			and _he2 has _his2 neck twisted back to kiss you.
 		<</if>>
@@ -321,7 +321,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since
 			<<if $subSlave.belly >= 300000>>
 				immense gravidity can hang between your legs and towards the floor as you languidly grope _him2. You have your arms wrapped as far around _his2 middle as you can, savoring the motion beneath your palms,
 			<<else>>
-				_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast, 
+				_subBelly heavy belly can rest comfortably as you languidly fondle _him2. You have one arm wrapped around _his2 middle to grope _his2 _subBelly belly and the other to _his2 breast,
 			<</if>>
 			while _he2 has _his2 neck twisted back to kiss you.
 		<</if>>
@@ -639,7 +639,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 			<</if>>
 			to communicate $his desire to be abused.
 		<<elseif $activeSlave.voice == 0>>
-			$He's 
+			$He's
 			<<if $activeSlave.amp == 1>>
 				mute and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
 			<<else>>
@@ -647,7 +647,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 			<</if>>
 			you to hurt $him, too.
 		<<else>>
-			$He's incapable of forming 
+			$He's incapable of forming
 			<<if $activeSlave.amp == 1>>
 				words and has no hands, so it takes a long, frustrating time for $him to communicate that $he would like
 			<<else>>
@@ -716,7 +716,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 		<<= VaginalVCheck()>>
 	<<else>>
 		$He hasn't recovered before $he feels
-		<<switch $activeSlave.collar>> 
+		<<switch $activeSlave.collar>>
 		<<case "dildo gag" "massive dildo gag">>
 			the relief of the dildo gag being drawn from $his throat before
 		<<case "ball gag" "bit gag">>
@@ -888,7 +888,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 		<<else>>
 			"Plea<<s>>e knock me up, <<Master>>!"
 		<</if>>
-		You direct $him to the couch and run a hand along $his stomach, reminding $him that $he is already pregnant and efforts to knock $him up more won't satisfy $his craving. However, $he's already got the pregnancy part covered, all $he needs to feel whole is to use $his gravid body to please you. $He shudders with anticipation at the realization as you 
+		You direct $him to the couch and run a hand along $his stomach, reminding $him that $he is already pregnant and efforts to knock $him up more won't satisfy $his craving. However, $he's already got the pregnancy part covered, all $he needs to feel whole is to use $his gravid body to please you. $He shudders with anticipation at the realization as you
 		<<if $activeSlave.belly >= 300000 || ($PC.belly+$activeSlave.belly >= 30000)>>
 			spin $him around to accommodate <<if $activeSlave.belly >= 300000>>$his belly<<else>>your pregnancy<</if>> and
 		<</if>>
@@ -1023,7 +1023,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 			"I would love to knock <<s>>omeone up, <<Master>>!"
 		<</if>>
 		<<if $activeSlave.toyHole == "dick">>
-			You push $him onto the couch, line yourself up with $his throbbing erection, and ask if $he wants to impregnate a girl. $He's almost beside $himself, shuddering at the titillation, but before $he can answer, you tell $him that getting to use $his dick is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you tease the tip of $his penis with your pussy; a clear mistake, as this sets $him over the edge. $He can only gasp wordlessly over having just accidentally came in $his <<= WrittenMaster()>>, something you take full advantage of. You clearly inform $him that you were fertile. //Were.// You continue to tease the blooming impregnation fetishist with descriptions of how hard it will be for you so heavily laden with child and how $he had better plan on taking responsibility. $He can't take it and releases another spurt of cum, this time onto $himself; 
+			You push $him onto the couch, line yourself up with $his throbbing erection, and ask if $he wants to impregnate a girl. $He's almost beside $himself, shuddering at the titillation, but before $he can answer, you tell $him that getting to use $his dick is a very special reward for very good slaves, and you might give it to $him one day - but that $he doesn't deserve it yet. With that, you tease the tip of $his penis with your pussy; a clear mistake, as this sets $him over the edge. $He can only gasp wordlessly over having just accidentally came in $his <<= WrittenMaster()>>, something you take full advantage of. You clearly inform $him that you were fertile. //Were.// You continue to tease the blooming impregnation fetishist with descriptions of how hard it will be for you so heavily laden with child and how $he had better plan on taking responsibility. $He can't take it and releases another spurt of cum, this time onto $himself;
 			<<if canImpreg($PC, $activeSlave)>>
 				<<= knockMeUp($PC, 20, 0, $activeSlave.ID, 1)>>
 				you aren't taking more chances with $him.
@@ -1424,7 +1424,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 			<<elseif $activeSlave.butt <= 5>>
 				enormous
 			<</if>>
-			<<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firm<<else>>soft<</if>> buttocks, atop $his anal chastity. You let $him quiver with anticipation for a little before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day - but that $he doesn't deserve it yet. With that, you begin thrusting against $his rear, enjoying the twin pairs off flesh against your palms.. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt.
+			<<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firm<<else>>soft<</if>> buttocks, atop $his anal chastity. You let $him quiver with anticipation for a little before reminding $him that the belt's removal is a reward for good slaves, and you might give release $him from it one day - but that $he doesn't deserve it yet. With that, you begin thrusting against $his rear, enjoying the twin pairs off flesh against your palms. $He is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on $him, joining you in orgasm as $he feels your seed trickle down $his lower back and down to $his chastity belt.
 		<<else>>
 			rest your cock between $his
 			<<if $activeSlave.butt <= 0>>
@@ -1492,7 +1492,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 <<link "Turn $him into a humiliation fetishist too">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with $his naked breasts, <<if canSee($activeSlave)>>requiring $him to look any member of the public below that stares at $him right in the eyes<<else>>making sure to keep $him well informed of how many passersby are ogling $him<</if>>. $He sobs and shakes with abject embarrassment <<if canSee($activeSlave)>>as $he locks eyes with person after person<<elseif canHear($activeSlave)>>as $he hears each whistle and catcall from onlookers<<else>>as $he imagines the amount of people ogling $him<</if>>. After enough of this, $he's so sexually primed that $he orgasms convulsively almost immediately 
+	You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with $his naked breasts, <<if canSee($activeSlave)>>requiring $him to look any member of the public below that stares at $him right in the eyes<<else>>making sure to keep $him well informed of how many passersby are ogling $him<</if>>. $He sobs and shakes with abject embarrassment <<if canSee($activeSlave)>>as $he locks eyes with person after person<<elseif canHear($activeSlave)>>as $he hears each whistle and catcall from onlookers<<else>>as $he imagines the amount of people ogling $him<</if>>. After enough of this, $he's so sexually primed that $he orgasms convulsively almost immediately
 	<<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>>
 		after you enter $him from behind.
 	<<else>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 690992092fa823c1594bec44b518981b658ebdc4..51eb5fa537582dedeee9c049235257dac65a667a 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -273,39 +273,39 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>>
 
 <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> wakes you in the morning,
 <<if $assistant == 0>>
-	its voice
+	_hisA voice
 <<else>>
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		her monstergirl avatar's sultry voice
+		_hisA monstergirl avatar's sultry voice
 	<<case "shemale">>
-		her shemale avatar's syrupy voice
+		_hisA shemale avatar's syrupy voice
 	<<case "amazon">>
-		her amazon avatar's powerful voice
+		_hisA amazon avatar's powerful voice
 	<<case "businesswoman">>
-		her businesswoman avatar's confident voice
+		_hisA businesswoman avatar's confident voice
 	<<case "fairy" "pregnant fairy">>
-		her fairy avatar's adorable voice
+		_hisA fairy avatar's adorable voice
 	<<case "schoolgirl">>
-		her schoolgirl avatar's bubbly voice
+		_hisA schoolgirl avatar's bubbly voice
 	<<case "loli" "preggololi">>
-		her loli avatar's childish voice
+		_hisA loli avatar's childish voice
 	<<case "angel">>
-		her angel avatar's heavenly voice
+		_hisA angel avatar's heavenly voice
 	<<case "cherub">>
-		her cherub avatar's cheerful voice
+		_hisA cherub avatar's cheerful voice
 	<<case "incubus">>
-		her incubus avatar's forceful voice
+		_hisA incubus avatar's forceful voice
 	<<case "succubus">>
-		her succubus avatar's sultry voice
+		_hisA succubus avatar's sultry voice
 	<<case "imp">>
-		her imp avatar's mischievous voice
+		_hisA imp avatar's mischievous voice
 	<<case "witch">>
-		her witch avatar's cocky voice
+		_hisA witch avatar's cocky voice
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		her avatar's piecemeal voice
+		_hisA avatar's piecemeal voice
 	<<default>>
-		her voice
+		_hisA voice
 	<</switch>>
 <</if>>
 gently calling your name. As you regain consciousness, you become aware of a weight on your chest<<if $PC.boobsBonus >= 3>> other than your heavy tits<</if>>. <<EventNameLink $activeSlave>> has snuggled up against you in $his sleep. $He's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if $activeSlave.amp == 1>>$He's wormed $his limbless torso under your arm,<<else>>$He has one arm across your <<if $PC.boobs == 1>>chest, just below your breasts,<<elseif $PC.title == 1>>manly chest<<else>>flat chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel $his warm breath across <<if $PC.boobs == 1 || $PC.title == 0>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. $His <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under $his<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if $activeSlave.belly >= 10000>>, beneath them, $his _belly <<if $activeSlave.bellyPreg >= 8000>>pregnant <</if>>belly rests <<if $PC.belly >= 1500>>against your own baby bump<<else>>upon your flat stomach<</if>><</if>>, and farther down, there's another source of warmth where $he's <<if $activeSlave.amp == 1>>got $his legless pelvis resting against your hip<<else>>straddling your thigh<</if>>.
@@ -592,7 +592,7 @@ from your view. The wait gives license to $his fears. $His<<if ($activeSlave.lip
 
 <<case "cooler lockin">>
 
-You're circulating in $clubName, looking over your holdings but mostly just letting yourself be seen, when your personal assistant quietly alerts you. <<if $assistant == 0>>"<<= properTitle()>>,"<<else>>"Baby,"<</if>> she says, "<<EventNameLink $activeSlave>> can't get out of the refrigerator." <<if $assistant == 0>>The personal assistant explains the absurd statement: "$He's been assigned to get some items out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can let $him out yourself."<<else>>Chuckling, your personal assistant explains the absurd statement: "The silly $girl's been assigned to get some things out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can head over and have some fun with $him."<</if>>
+You're circulating in $clubName, looking over your holdings but mostly just letting yourself be seen, when your personal assistant quietly alerts you. <<if $assistant == 0>>"<<= properTitle()>>,"<<else>>"Baby,"<</if>> _heA says, "<<EventNameLink $activeSlave>> can't get out of the refrigerator." <<if $assistant == 0>>The personal assistant explains the absurd statement: "$He's been assigned to get some items out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can let $him out yourself."<<else>>Chuckling, your personal assistant explains the absurd statement: "The silly $girl's been assigned to get some things out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can head over and have some fun with $him."<</if>>
 <br><br>
 The walk-in cooling unit is designed for the refrigeration of food for you and guests only, since the slaves drink a nutritive fluid that doesn't require it. Only servants ever have any reason to be in there, but $he was indeed instructed to fetch out some beverages necessary for an entertainment you have planned. It's cool in there, but not freezing, so $he's in no immediate danger.
 
@@ -637,7 +637,7 @@ You shake your head no, for the moment, and just enjoy the view. After a few min
 
 <<case "nympho with assistant">>
 
-You pass one of the penthouse's several supply closets by chance, and are surprised to hear $assistantName's voice inside. Oddly, there seems to be more than one of her. You open the door on a whim, to find that almost every one of the dildo machines in the closet is currently fucking <<EventNameLink $activeSlave>>,
+You pass one of the penthouse's several supply closets by chance, and are surprised to hear $assistantName's voice inside. Oddly, there seems to be more than one of _himA. You open the door on a whim, to find that almost every one of the dildo machines in the closet is currently fucking <<EventNameLink $activeSlave>>,
 <<if $activeSlave.belly >= 500000>>
 	atop $his <<if $activeSlave.bellyPreg >= 5000>>excited and wriggling mass of children<<else>>over-inflated sphere of a stomach<</if>>
 <<else>>
@@ -2397,46 +2397,46 @@ As you begin your day one morning, you hear the quiet
 <<case "schoolgirl">>
 	but unmistakably suggestive voice of your schoolgirl
 <</switch>>
-personal assistant coming from your office. Looking in, you are treated to the sight of <<EventNameLink $activeSlave>>'s <<if $activeSlave.butt > 8>>ridiculous bottom jiggling<<elseif $activeSlave.butt > 4>>big behind bouncing<<else>>cute rear<</if>><<if $activeSlave.belly >= 5000>>, and the _ belly rounded belly hanging between $his legs,<</if>> as $he reaches out over the glass top of your desk with a soft, dust-free cloth and a bottle of screen cleaner. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is displaying her avatar right under where the slave is cleaning the glass screen, and $he's displaying it nude. $He's positioned $himself so that the poor slave appears to be wiping
+personal assistant coming from your office. Looking in, you are treated to the sight of <<EventNameLink $activeSlave>>'s <<if $activeSlave.butt > 8>>ridiculous bottom jiggling<<elseif $activeSlave.butt > 4>>big behind bouncing<<else>>cute rear<</if>><<if $activeSlave.belly >= 5000>>, and the _ belly rounded belly hanging between $his legs,<</if>> as $he reaches out over the glass top of your desk with a soft, dust-free cloth and a bottle of screen cleaner. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is displaying _hisA avatar right under where the slave is cleaning the glass screen, and $he's displaying it nude. $He's positioned $himself so that the poor slave appears to be wiping
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
-	her hair-tentacles
+	_hisA hair-tentacles
 <<case "shemale">>
-	the shaft of her massive prick
+	the shaft of _hisA massive prick
 <<case "amazon">>
-	the insides of her muscular thighs
+	the insides of _hisA muscular thighs
 <<case "businesswoman">>
-	her pussy
+	_hisA pussy
 <<case "fairy">>
-	her tiny body
+	_hisA tiny body
 <<case "pregnant fairy">>
-	her tiny yet swollen body
+	_hisA tiny yet swollen body
 <<case "goddess">>
-	her motherly tits
+	_hisA motherly tits
 <<case "hypergoddess">>
-	her huge pregnant belly
+	_hisA huge pregnant belly
 <<case "loli">>
-	her flat chest
+	_hisA flat chest
 <<case "preggololi">>
-	her pregnant belly
+	_hisA pregnant belly
 <<case "angel">>
-	her wide-spread wings
+	_hisA wide-spread wings
 <<case "cherub">>
-	her cute pussy
+	_hisA cute pussy
 <<case "incubus">>
-	her throbbing prick
+	_hisA throbbing prick
 <<case "succubus">>
-	her lovely pussy
+	_hisA lovely pussy
 <<case "imp">>
-	her pussy
+	_hisA pussy
 <<case "witch">>
-	her plump tits
+	_hisA plump tits
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-	her phallic tentacles
+	_hisA phallic tentacles
 <<case "schoolgirl">>
-	her perky tits
+	_hisA perky tits
 <</switch>>
-down with screen cleaner, and is talking dirty to the furiously blushing servant. "Ohh, that feels good," she moans. "Rub me right there, you
+down with screen cleaner, and is talking dirty to the furiously blushing servant. "Ohh, that feels good," _heA moans. "Rub me right there, you
 $desc
 slut! I love it!" The poor slave is doing $his best to hurry, embarrassed and unsure of how to react to $assistantName's behavior.
 
@@ -2470,38 +2470,38 @@ You decide to stop by to see $his method at work. By the time you arrive, $he's
 <<case "forbidden masturbation">>
 
 <<if $assistant > 0>>
-	There is an alert from $assistantName, in her deliciously feminine voice: "$activeSlave.slaveName is masturbating, <<= properMaster()>>. Ooh, $he's breaking the rules, <<= properMaster()>>!" Her avatar
+	There is an alert from $assistantName, in _hisA deliciously feminine voice: "$activeSlave.slaveName is masturbating, <<= properMaster()>>. Ooh, $he's breaking the rules, <<= properMaster()>>!" _HisA avatar
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		strokes its dicks suggestively.
+		strokes _hisA dicks suggestively.
 	<<case "shemale">>
-		shifts uncomfortably, its cock rock hard.
+		shifts uncomfortably, _hisA cock rock hard.
 	<<case "amazon">>
-		struts back and forth indignantly, its bone bangles rattling.
+		struts back and forth indignantly, _hisA bone bangles rattling.
 	<<case "businesswoman">>
-		licks its cherry-red lips suggestively.
+		licks _hisA cherry-red lips suggestively.
 	<<case "fairy" "pregnant fairy">>
 		giggles uncontrollably.
 	<<case "hypergoddess" "goddess">>
-		tutting disapprovingly, despite her blushing.
+		tutting disapprovingly, despite _hisA blushing.
 	<<case "loli">>
 		stares innocently at the scene.
 	<<case "preggololi">>
-		stares at the scene, blushing, while a hand caresses her large belly.
+		stares at the scene, blushing, while a hand caresses _hisA large belly.
 	<<case "angel">>
-		is covering her face, occasionally peeping through her fingers.
+		is covering _hisA face, occasionally peeping through _hisA fingers.
 	<<case "cherub">>
-		is trying her hardest to look away, but keeps glancing back at the scene.
+		is trying _hisA hardest to look away, but keeps glancing back at the scene.
 	<<case "incubus">>
 		is openly jacking off to the sight.
 	<<case "succubus">>
 		is groping herself to the sight.
 	<<case "imp">>
-		is hovering while viciously fingering her cunt.
+		is hovering while viciously fingering _hisA cunt.
 	<<case "witch">>
-		is pretending to read from her spellbook, but is obviously watching over the top of it.
+		is pretending to read from _hisA spellbook, but is obviously watching over the top of it.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		is mimicking her actions nearly perfectly.
+		is mimicking _hisA actions nearly perfectly.
 	<<case "schoolgirl">>
 		giggles nervously.
 	<<default>>
@@ -2611,43 +2611,43 @@ When you return, the comfortably nude $desc is flirting shamelessly with $assist
 <<case "monstergirl">>
 	"I love your hair," the slave <<say>>s. "Have you done anything to it lately?"
 	<br><br>
-	$assistantName smiles dangerously, her tentacle hair flaring out, its suckers starting to pulsate. "Don't you mean, 'have I done anyone with it lately?' I'd love to do you," she purrs.
+	$assistantName smiles dangerously, _hisA tentacle hair flaring out, its suckers starting to pulsate. "Don't you mean, 'have I done anyone with it lately?' I'd love to do you," _heA purrs.
 <<case "shemale">>
 	"I love your cock," the slave <<if SlaveStatsChecker.checkForLisp($activeSlave)>>lisps wistfully<<else>>sighs wistfully<</if>>. <<if canAchieveErection($activeSlave)>>"I'd love to be that big."<<else>>"I can't look away."<</if>>
 	<br><br>
-	Complimented, $assistantName looks pleased. "Yeah, it's pretty great," she giggles.
+	Complimented, $assistantName looks pleased. "Yeah, it's pretty great," _heA giggles.
 <<case "amazon">>
 	"You're <<s>>o big and <<s>>trong," the slave <<say>>s. "You look like you could give a great hug."
 	<br><br>
-	$assistantName blushes. "Um, well," she says, her muscular avatar kicking its heels. "I can't. But I'd like to give you one!"
+	$assistantName blushes. "Um, well," _heA says, _hisA muscular avatar kicking its heels. "I can't. But I'd like to give you one!"
 <<case "businesswoman">>
 	"You're <<s>>o confident and <<s>>e<<x>>y," the slave <<say>>s. "I love doing what you <<s>>ay."
 	<br><br>
-	$assistantName favors $him with an aristocratic look. "Well, you are a good slave," she says measuringly. "So I suppose I love telling you what to do." She uncrosses and recrosses her legs.
+	$assistantName favors $him with an aristocratic look. "Well, you are a good slave," _heA says measuringly. "So I suppose I love telling you what to do." _HeA uncrosses and recrosses _hisA legs.
 <<case "fairy">>
 	"You're <<s>>o tiny and adorable," the slave <<say>>s. "You're a load of fun to be with."
 	<br><br>
-	$assistantName giggles and holds her hands up to her face. "Aw shucks, you're just saying that." she says shyly. "You're quite the cutie yourself!" She flits to and fro.
+	$assistantName giggles and holds _hisA hands up to _hisA face. "Aw shucks, you're just saying that," _heA says shyly. "You're quite the cutie yourself!" _HeA flits to and fro.
 <<case "pregnant fairy">>
 	"You're <<s>>o tiny and adorable," the slave <<say>>s. "You're a load of fun to be with."
 	<br><br>
-	$assistantName giggles and holds her hands up to her face. "Aw shucks, you're just saying that." she says shyly. "You're quite the cutie yourself!" She moves one hand down to caress her belly.
+	$assistantName giggles and holds _hisA hands up to _hisA face. "Aw shucks, you're just saying that," _heA says shyly. "You're quite the cutie yourself!" _HeA moves one hand down to caress _hisA belly.
 <<case "schoolgirl" "cherub">>
 	"You're <<s>>o cute," the slave <<say>>s. "It make<<s>> thing<<s>> fun."
 	<br><br>
-	$assistantName looks touched. "Aw," she coos, "I love you too!"
+	$assistantName looks touched. "Aw," _heA coos, "I love you too!"
 <<case "goddess" "hypergoddess">>
 	"I love the way you glow," the slave <<say>>s. "It'<<s>> really comforting."
 	<br><br>
-	$assistantName beams maternally. "That's wonderful," she says resonantly. "I want the best for you."
+	$assistantName beams maternally. "That's wonderful," _heA says resonantly. "I want the best for you."
 <<case "loli">>
 	"You're <<s>>o cute," the slave <<say>>s. "It'<<s>> really calming."
 	<br><br>
-	$assistantName beams cutely. She giggles quietly. "I'll be cuter just for you."
+	$assistantName beams cutely. _HeA giggles quietly. "I'll be cuter just for you."
 <<case "preggololi">>
 	"You're <<s>>o cute," the slave <<say>>s. "It'<<s>> really calming."
 	<br><br>
-	$assistantName beams proudly. She giggles loudly and pats her belly. "I'll be cuter just for you."
+	$assistantName beams proudly. _HeA giggles loudly and pats _hisA belly. "I'll be cuter just for you."
 <<case "angel">>
 	"I love your wing<<s>>," the slave <<say>>s. "They are <<s>>o maje<<s>>tic."
 	<br><br>
@@ -2938,7 +2938,7 @@ Still dreaming, $he clasps $his arms protectively over $his <<if $activeSlave.pr
 
 <<case "cockfeeder resistance">>
 
-As you're starting your day, $assistantName pauses <<if $assistant != 0>>her<<else>>its<</if>> review of business matters to report that <<EventNameLink $activeSlave>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is in the proper position for feeding, on $his knees in front of a feeding fuckmachine. $He isn't sucking it off for $his breakfast, however. $He doesn't seem to be fully awake, and is <<if canSee($activeSlave)>>regarding<<else>>touching<</if>> the big dildo that $he's supposed to suck off for food with vague distaste. $His $activeSlave.faceShape face is scrunched into a look of tired disgust.
+As you're starting your day, $assistantName pauses _hisA review of business matters to report that <<EventNameLink $activeSlave>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is in the proper position for feeding, on $his knees in front of a feeding fuckmachine. $He isn't sucking it off for $his breakfast, however. $He doesn't seem to be fully awake, and is <<if canSee($activeSlave)>>regarding<<else>>touching<</if>> the big dildo that $he's supposed to suck off for food with vague distaste. $His $activeSlave.faceShape face is scrunched into a look of tired disgust.
 
 <br><br>
 
@@ -2951,7 +2951,7 @@ $He turns to you as you enter, and <<if canSee($activeSlave)>>seeing<<else>>real
 
 <<case "suppository resistance">>
 
-As you're starting your day, $assistantName pauses <<if $assistant != 0>>her<<else>>its<</if>> review of business matters to report that <<EventNameLink $activeSlave>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is standing in front of the place where $he's supposed to take $his drugs. It's a little pad on the ground on which $he's supposed to kneel, with a fuckmachine positioned to penetrate $his anus once $he does so. $He's not completely awake yet, and is just standing there, <<if canSee($activeSlave)>>viewing<<else>>feeling<</if>> the setup with a vague look of distaste. $He's facing it, and has $his <<if $activeSlave.butt > 6>>massive behind<<elseif $activeSlave.butt > 3>>beautiful bottom<<else>>cute butt<</if>> pointed very much away from the machine that's supposed to be fucking it.
+As you're starting your day, $assistantName pauses _hisA review of business matters to report that <<EventNameLink $activeSlave>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is standing in front of the place where $he's supposed to take $his drugs. It's a little pad on the ground on which $he's supposed to kneel, with a fuckmachine positioned to penetrate $his anus once $he does so. $He's not completely awake yet, and is just standing there, <<if canSee($activeSlave)>>viewing<<else>>feeling<</if>> the setup with a vague look of distaste. $He's facing it, and has $his <<if $activeSlave.butt > 6>>massive behind<<elseif $activeSlave.butt > 3>>beautiful bottom<<else>>cute butt<</if>> pointed very much away from the machine that's supposed to be fucking it.
 
 <br><br>
 
@@ -3067,7 +3067,7 @@ in time with $his humming, $he runs $his hands sensually over them, along $his f
 
 First thing in the morning,
 <<if $activeSlave.ID == $Bodyguard.ID>>
-	before you've even gotten out of bed, you hear <<EventNameLink $activeSlave>>'s voice coming up from where $he sleeps, on $his own bedroll in your suite. There's a distinctly plaintive note in $his voice, and as soon as you sit up and look in $his direction, it's obvious why. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. They're held in actuators over $his bedroll, which can swing down and attach them to $him the instant $he's awake. Except today, they're staying obstinately up near the ceiling. <<if $assistant != 0>>$assistantName tells you she's<<else>>Your personal assistant informs you it's<</if>> troubleshooting the problem, but in the meantime, poor
+	before you've even gotten out of bed, you hear <<EventNameLink $activeSlave>>'s voice coming up from where $he sleeps, on $his own bedroll in your suite. There's a distinctly plaintive note in $his voice, and as soon as you sit up and look in $his direction, it's obvious why. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. They're held in actuators over $his bedroll, which can swing down and attach them to $him the instant $he's awake. Except today, they're staying obstinately up near the ceiling. <<if $assistant != 0>>$assistantName tells you _heA's<<else>>Your personal assistant informs you _heA's<</if>> troubleshooting the problem, but in the meantime, poor
 <<else>>
 	$assistantName informs you that there's a minor problem with <<EventNameLink $activeSlave>>, and asks whether you'd like it to be handled without you. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. When $he wakes up, $he usually asks whichever slave is nearest to attach $his dominant arm, at which point $he can do the rest $himself. Due to an unexpected change in the slaves' schedules, though, $he's all alone today. Poor
 <</if>>
@@ -3101,9 +3101,9 @@ $He doesn't phrase it quite like that, of course.
 
 One evening, $assistantName breaks in on your
 <<if $assistant > 0>>
-	work, her $assistantAppearance avatar looking uncharacteristically somber. "<<= properMaster()>>," she says, "a group of tourists are giving <<EventNameLink $activeSlave>> a bad time." Before you can ask why the security drones haven't addressed the situation, she continues, "They're not abusing $him physically or anything. But, look." She
+	work, _hisA $assistantAppearance avatar looking uncharacteristically somber. "<<= properMaster()>>," _heA says, "a group of tourists are giving <<EventNameLink $activeSlave>> a bad time." Before you can ask why the security drones haven't addressed the situation, _heA continues, "They're not abusing $him physically or anything. But, look." _HeA
 <<else>>
-	work, announcing that a group of visitors to the arcology are being verbally abusive to <<EventNameLink $activeSlave>>. Before you can ask why it's bothering you with this, it continues, "An enslavement opportunity may exist," and
+	work, announcing that a group of visitors to the arcology are being verbally abusive to <<EventNameLink $activeSlave>>. Before you can ask why _heA's bothering you with this, _heA continues, "An enslavement opportunity may exist," and
 <</if>>
 brings up a video feed.
 <br><br>
@@ -3751,7 +3751,7 @@ As another long week draws to a close, <<EventNameLink $activeSlave>> happens to
 	<<else>>
 		your mother gave birth to you, I ju<<s>>t can't compete, and I don't even come clo<<s>>e to her look<<s>>,
 	<</if>>
-	<<Master>>. It'<<s>> a little weird, i<<s>>n't it, for <<s>>uch an old woman to be with graced with such a lovely <<Master>>?"
+	<<Master>>. It'<<s>> a little weird, i<<s>>n't it, for <<s>>uch an old $woman to be with graced with such a lovely <<Master>>?"
 <</if>>
 
 <<case "old PC age difference">>
@@ -3784,9 +3784,9 @@ As another long week draws to a close, <<EventNameLink $activeSlave>> happens to
 
 One afternoon, $assistantName informs you $he that $he has a non-urgent matter that you might be interested in overseeing personally.
 <<if $assistant > 0>>
-	Her $assistantAppearance avatar looks unusually curious. "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says, "a group of tourists have just entered the arcology. They seem strangely enthralled by <<EventNameLink $activeSlave>>." Before you can ask why she deemed this important enough news to draw your attention to, she continues, "They're not using $him or anything. Just look." She
+	_HisA $assistantAppearance avatar looks unusually curious. "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," _heA says, "a group of tourists have just entered the arcology. They seem strangely enthralled by <<EventNameLink $activeSlave>>." Before you can ask why _heA deemed this important enough news to draw your attention to, _heA continues, "They're not using $him or anything. Just look." _HeA
 <<else>>
-	It announces that a group of tourists have just entered the arcology, and seem unusually enthralled by <<EventNameLink $activeSlave>>. Before you can ask why it's bothering you with this, it continues, "A business opportunity may exist," and
+	It announces that a group of tourists have just entered the arcology, and seem unusually enthralled by <<EventNameLink $activeSlave>>. Before you can ask why _heA's bothering you with this, _heA continues, "A business opportunity may exist," and
 <</if>>
 brings up a video feed.
 <br><br>
@@ -5200,7 +5200,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 			<<else>>
 				$His eyes begin to water as $he struggles not to sob but $he quickly loses composure and hastily flees your gaze, likely to the cafeteria.
 			<</if>>
-			$He may have run out of your office @@.gold;in tears,@@ but $he'll quickly come to terms with all that matters is @@.hotpink;your judgment, not $hers.@@ Even more so when $he realizes the resuliting stress eating only @@.lime;filled $him out more.@@
+			$He may have run out of your office @@.gold;in tears,@@ but $he'll quickly come to terms with all that matters is @@.hotpink;your judgment, not $hers.@@ Even more so when $he realizes the resulting stress eating only @@.lime;filled $him out more.@@
 			<<set $activeSlave.devotion += 7, $activeSlave.trust -= 5, $activeSlave.weight += 5>>
 		<<elseif $activeSlave.behavioralFlaw == "anorexic">>
 			<<if canTalk($activeSlave)>>
@@ -12391,7 +12391,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <br><<link "Not when you're pregnant">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You tell $him that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and $he must respect your judgment in this regard. $He leaves looking disappointed, but vows to return once $he has given birth. $He isn't satisfied with $his body, but @@.mediumaquamarine;trusts@@ that her <<= WrittenMaster($activeSlave)>> cares for $him and her unborn child<<if $activeSlave.pregType > 1>>ren<</if>>'s health.
+	You tell $him that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and $he must respect your judgment in this regard. $He leaves looking disappointed, but vows to return once $he has given birth. $He isn't satisfied with $his body, but @@.mediumaquamarine;trusts@@ that $his <<= WrittenMaster($activeSlave)>> cares for $him and $his unborn child<<if $activeSlave.pregType > 1>>ren<</if>>'s health.
 	<<set $activeSlave.trust++>>
 	<</replace>>
 <</link>>
@@ -12399,7 +12399,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <br><<link "Decline">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You tell $him that $he's better as $he is, and $he must respect your judgment in this regard. $He leaves looking more @@.hotpink;flattered@@ than disappointed. $He's less insecure in $his own body, and @@.mediumaquamarine;trusts@@ that her <<= WrittenMaster($activeSlave)>> has a plan for $him.
+	You tell $him that $he's better as $he is, and $he must respect your judgment in this regard. $He leaves looking more @@.hotpink;flattered@@ than disappointed. $He's less insecure in $his own body, and @@.mediumaquamarine;trusts@@ that $his <<= WrittenMaster($activeSlave)>> has a plan for $him.
 	<<set $activeSlave.devotion++, $activeSlave.trust++>>
 	<</replace>>
 <</link>>
@@ -12576,11 +12576,11 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<</if>>
 	<br><<link "Have $him lick you clean">>
 		<<replace "#result2">>
-		You take $him by the hand and <<if $PC.belly >= 10000>>waddle<<else>>walk<</if>> towards the shower. The sudden loss of your closeness jerks $him rudely out of her sexual reverie, but $he follows willingly, perhaps distracted by the view as you shed your workout clothes on the way. When you get there, you pull $him in with you, but you do not turn on the water. Instead, you tell $him to wash you. Not understanding, $he turns to switch on the shower, but you catch $him, and insert two sweaty fingers into the slave's compliant mouth. $He sucks on them, taking refuge in the simple task, and then understands what you mean. $He runs $his tongue up your arm, sucking the salty sweat off you as best $he can. Soon, $he bends down and heads for your
+		You take $him by the hand and <<if $PC.belly >= 10000>>waddle<<else>>walk<</if>> towards the shower. The sudden loss of your closeness jerks $him rudely out of $his sexual reverie, but $he follows willingly, perhaps distracted by the view as you shed your workout clothes on the way. When you get there, you pull $him in with you, but you do not turn on the water. Instead, you tell $him to wash you. Not understanding, $he turns to switch on the shower, but you catch $him, and insert two sweaty fingers into the slave's compliant mouth. $He sucks on them, taking refuge in the simple task, and then understands what you mean. $He runs $his tongue up your arm, sucking the salty sweat off you as best $he can. Soon, $he bends down and heads for your
 		<<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>
 		but you pull $him up again and tell $him to do that last.
 		<<if $PC.belly >= 60000>>
-			$He quickly finds something almost as good by licking ,and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation before pushing her along to the rest of your expansive midriff.
+			$He quickly finds something almost as good by licking ,and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation before pushing $him along to the rest of your expansive midriff.
 		<<elseif $PC.belly >= 5000>>
 			$He quickly finds something almost as good by licking ,and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation.
 		<<elseif $PC.boobsBonus > 2>>
@@ -13346,7 +13346,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <<link "Let $him get dressed and spend some quality time with $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You let $activeSlave.slaveName don a nice dress and take $him out. $He's a little suspicious at first but when you reach the first balcony on your lazy route around the huge building the sun on $his face and the gentle breeze around $his ears convince $him there's no trick. $He watches you shyly as you lead her around, soaking in the sights and relaxing. Though you still speak as $his <<= WrittenMaster($activeSlave)>>, you chat about goings on around the arcology, and you buy $him a fresh fruit from a vendor. The unexpected show of care and compassion has her quite agog. By the time you take $him out onto another parklike balcony and fuck $him on a bench,
+	You let $activeSlave.slaveName don a nice dress and take $him out. $He's a little suspicious at first but when you reach the first balcony on your lazy route around the huge building the sun on $his face and the gentle breeze around $his ears convince $him there's no trick. $He watches you shyly as you lead $him around, soaking in the sights and relaxing. Though you still speak as $his <<= WrittenMaster($activeSlave)>>, you chat about goings on around the arcology, and you buy $him a fresh fruit from a vendor. The unexpected show of care and compassion has her quite agog. By the time you take $him out onto another parklike balcony and fuck $him on a bench,
 	<<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>
 		$his chastity cage is dribbling precum, a sign $he wouldn't mind having to take it up the ass.
 	<<elseif ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "combined chastity")>>
@@ -13896,7 +13896,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<else>>
 		hot cunt, and the obedient slave <<if $activeSlave.belly >= 5000>>hefts $himself<<else>>clambers<</if>> up to eat you out. You surprise $him by taking your time, drawing out the oral session with the ulterior motive of getting as much saliva and pussyjuice onto the glass as possible.
 	<</if>>
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> shifts her avatar so that this lands all over her
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> shifts _hisA avatar so that this lands all over _hisA
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
 		cocks.
@@ -13931,7 +13931,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<case "schoolgirl">>
 		pretty young pussy.
 	<</switch>>
-	"Clean me off, $activeSlave.slaveName," she demands, winking broadly at you. The slave, knowing that commands from her are commands from you, repositions $himself to lick up the <<if $PC.dick == 1>>ejaculate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>girlcum<</if>>.
+	"Clean me off, $activeSlave.slaveName," _heA demands, winking broadly at you. The slave, knowing that commands from _himA are commands from you, repositions $himself to lick up the <<if $PC.dick == 1>>ejaculate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>girlcum<</if>>.
 	<br><br>
 	This brings the slave into a crouch with $his ass pointed at you,
 	<<if canDoVaginal($activeSlave)>>
@@ -13967,27 +13967,27 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	"Um, hi <<Master>>" from $activeSlave.slaveName, and ask $assistantName if $he'd like to DP the slave with you.
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		"Oh yes," she purrs threateningly over the slave's moan of apprehension, and her avatar begins to stroke its dicks meaningfully.
+		"Oh yes," _heA purrs threateningly over the slave's moan of apprehension, and _hisA avatar begins to stroke _hisA dicks meaningfully.
 	<<case "shemale" "incubus">>
-		"Fuck yes," she groans over the slave's moan of apprehension, and her avatar begins to stroke its cock meaningfully.
+		"Fuck yes," _heA groans over the slave's moan of apprehension, and _hisA avatar begins to stroke _hisA cock meaningfully.
 	<<case "amazon">>
-		"Yeah!" she shouts over the slave's moan of apprehension, and her avatar quickly dons a big strap-on carved from mammoth tusk.
+		"Yeah!" _heA shouts over the slave's moan of apprehension, and _hisA avatar quickly dons a big strap-on carved from mammoth tusk.
 	<<case "businesswoman">>
-		"Oh yes," she purrs sadistically over the slave's moan of apprehension, and her avatar quickly dons a big strap-on.
+		"Oh yes," _heA purrs sadistically over the slave's moan of apprehension, and _hisA avatar quickly dons a big strap-on.
 	<<case "fairy" "pregnant fairy">>
-		"Oh yeah!" she shouts over the slave's moan of apprehension, and her avatar quickly conjures up a magic floating dick.
+		"Oh yeah!" _heA shouts over the slave's moan of apprehension, and _hisA avatar quickly conjures up a magic floating dick.
 	<<case "goddess" "hypergoddess">>
-		"That would be lovely," she says radiantly over the slave's moan of apprehension, and her avatar acquires a phallus of light.
+		"That would be lovely," _heA says radiantly over the slave's moan of apprehension, and _hisA avatar acquires a phallus of light.
 	<<case "angel" "cherub">>
-		"If you insist," she says reluctantly over the slave's moan of apprehension, and her avatar acquires a phallus of light.
+		"If you insist," _heA says reluctantly over the slave's moan of apprehension, and _hisA avatar acquires a phallus of light.
 	<<case "succubus">>
-		"Just this once," she says stroking $his clit as it steadily swells into a fully functional cock.
+		"Just this once," _heA says stroking $his clit as it steadily swells into a fully functional cock.
 	<<case "imp">>
-		"Fuck yes," she groans over the slave's moan of apprehension, and her avatar quickly dons a huge, spiked strap-on.
+		"Fuck yes," _heA groans over the slave's moan of apprehension, and _hisA avatar quickly dons a huge, spiked strap-on.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		"Of course," she shouts over the slave's moan of apprehension, and her avatar quickly forms a huge, fleshy, bulbous cock.
+		"Of course," _heA shouts over the slave's moan of apprehension, and _hisA avatar quickly forms a huge, fleshy, bulbous cock.
 	<<default>>
-		"Fuck yeah!" she cheers over the slave's moan of apprehension, and her avatar quickly dons a big strap-on.
+		"Fuck yeah!" _heA cheers over the slave's moan of apprehension, and _hisA avatar quickly dons a big strap-on.
 	<</switch>>
 	You indicate a fuckmachine in the corner of the room, and the slave obediently hurries over to it. It's vertical, and $he hops up on it, positioning $his anus over its
 	<<switch $assistantAppearance>>
@@ -15635,22 +15635,22 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <<link "Tell your personal assistant to fuck $him already">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You ask $assistantName whether she's going anywhere with all this flirting. Her avatar looks at $activeSlave.slaveName. "Hear that,
+	You ask $assistantName whether _heA's going anywhere with all this flirting. _HisA avatar looks at $activeSlave.slaveName. "Hear that,
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
 		human?" _heA growls. "You're all mine!"
 		<br><br>
 		"Oh noo, I'm being <<s>>acrifi<<c>>ed to a rape mon<<s>>ter,"
 	<<case "shemale">>
-		slut?" _heA says, smacking her lips. "You're all mine!"
+		slut?" _heA says, smacking _hisA lips. "You're all mine!"
 		<br><br>
 		"Oh noo, there'<<s>> no way that thing will fit in<<s>>ide me,"
 	<<case "amazon">>
-		slave?" _heA roars, rubbing her palms together powerfully. "You're my prize!"
+		slave?" _heA roars, rubbing _hisA palms together powerfully. "You're my prize!"
 		<br><br>
 		"Oh noo, I've been captured by a horny amazon,"
 	<<case "businesswoman">>
-		bitch?" _heA says icily, making a steeple with her fingers. "You'll satisfy me! Now!"
+		bitch?" _heA says icily, making a steeple with _hisA fingers. "You'll satisfy me! Now!"
 		<br><br>
 		"Oh noo, I'm a <<s>>lave to a horny older woman'<<s>> lewd de<<s>>ire<<s>>,"
 	<<case "fairy" "pregnant fairy">>
@@ -15682,36 +15682,36 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 		<br><br>
 		"Oh noo, I'm going to be taken to heaven,"
 	<<case "cherub">>
-		cutie?" she says cutely, already reaching down to start schlicking away. "You get to be my best friend for the evening!"
+		cutie?" _heA says cutely, already reaching down to start schlicking away. "You get to be my best friend for the evening!"
 		<br><br>
 		"Oh noo, I'm going to get bapti<<s>>ed by a <<s>>quirting little angel,"
 	<<case "incubus">>
-		dick-sleeve?" she says dominantly, already at full mast. "I'm going to use you till all you can think of is cock!"
+		dick-sleeve?" _heA says dominantly, already at full mast. "I'm going to use you till all you can think of is cock!"
 		<br><br>
 		"Oh noo, I'm going to fucked out of my mind,"
 	<<case "succubus">>
-		bitch?" she says dominantly, already wet. "I'm going to ride you till you're all used up!"
+		bitch?" _heA says dominantly, already wet. "I'm going to ride you till you're all used up!"
 		<br><br>
 		"Oh noo, I'm going to have my <<s>>e<<x>>ual e<<ss>>ence <<s>>tolen,"
 	<<case "imp">>
-		whore?" she says eagerly. "I'm going to torment you till you scream in pleasure!"
+		whore?" _heA says eagerly. "I'm going to torment you till you scream in pleasure!"
 		<br><br>
 		"Oh noo, I'd better <<s>>tart licking if I don't want to <<s>>uffer,"
 	<<case "witch">>
-		sexy?" she says eagerly, hiking her dress to reveal a squirming cock. "For once a spell gone wrong is working out!"
+		sexy?" _heA says eagerly, hiking _hisA dress to reveal a squirming cock. "For once a spell gone wrong is working out!"
 		<br><br>
 		"Oh noo, I'm going to get violated by a terrible witch,"
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		nest?" she says eagerly, forming multiple cocks out of her body. "I'm going to fill you with eggs!"
+		nest?" _heA says eagerly, forming multiple cocks out of _hisA body. "I'm going to fill you with eggs!"
 		<br><br>
 		"Oh noo, I'm going to be a nur<<s>>ery for a freak,"
 	<</switch>>
-	the $desc gasps with mock horror. Your personal assistant gives $him rapid-fire orders, making $him set up sex toys in the corner of your office to conform to her avatar.
+	the $desc gasps with mock horror. Your personal assistant gives $him rapid-fire orders, making $him set up sex toys in the corner of your office to conform to _hisA avatar.
 	<br><br>
 	The next slave on the inspection enters and approaches you, sitting imperturbably behind your desk, but stops and stares when she notices what's going on in the corner of your office. A wallscreen in the corner shows $assistantName's avatar
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		with both her cocks up the asshole of an avatar of $activeSlave.slaveName. Below this, the slave $himself is
+		with both _hisA cocks up the asshole of an avatar of $activeSlave.slaveName. Below this, the slave $himself is
 		<<if $activeSlave.belly >= 300000>>
 			face-down, perched atop $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>,
 		<<elseif $activeSlave.belly >= 5000>>
@@ -15731,7 +15731,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			<<set $activeSlave.analCount += 2, $analTotal += 2>>
 		<</if>>
 	<<case "shemale">>
-		with her third leg inside
+		with _hisA third leg inside
 		<<if canDoVaginal($activeSlave)>>
 			the pussy of an avatar of $activeSlave.slaveName. Below this, the slave $himself is taking vaginal from a fuckmachine with an absurdly big dildo.
 			<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
@@ -15748,14 +15748,14 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			Below this, the slave $himself is taking hard anal from a fuckmachine.
 			<<set $activeSlave.analCount++, $analTotal++>>
 		<</if>>
-	<<case "businesswoman" "schoolgirl" "loli" "preggololi" "angel" "cherub">>
+	<<case "angel" "businesswoman" "cherub" "loli" "preggololi" "schoolgirl">>
 		being eaten out by an avatar of $activeSlave.slaveName, who is touching $himself in turn. Below this, the slave $himself is performing oral on a realistic fake pussy while masturbating.
 		<<set $activeSlave.oralCount++, $oralTotal++>>
 	<<case "fairy">>
 		<<if $activeSlave.height < 35>>
-			<<if $activeSlave.dick > 0>>bouncing on $activeSlave.slaveName's lap and eagerly taking $his cock, finally enjoying sex with someone her size. Below this, the slave $himself is thrusting into a 'realistic' tiny fairy doll, bloated with cum.<<else>>legs tied to one another as they scissor enthusiastically, covered in sexual fluids from the waist down, Below this, the slave $himself is grinding away between a 'realistic' tiny fairy doll's legs.<</if>>
+			<<if $activeSlave.dick > 0>>bouncing on $activeSlave.slaveName's lap and eagerly taking $his cock, finally enjoying sex with someone _hisA size. Below this, the slave $himself is thrusting into a 'realistic' tiny fairy doll, bloated with cum.<<else>>legs tied to one another as they scissor enthusiastically, covered in sexual fluids from the waist down, Below this, the slave $himself is grinding away between a 'realistic' tiny fairy doll's legs.<</if>>
 		<<else>>
-			bouncing on $activeSlave.slaveName's <<if $activeSlave.dick > 0>>cock, distending her belly with each thrust<<else>>hard clit<</if>> while a vine is gently penetrating below $him. Below this, the slave $himself is thrusting into a 'realistic' tiny fairy doll pussy <<if $activeSlave.dick > 0>>bloated with cum<</if>> while a flexible dildo gently thrusts into $his
+			bouncing on $activeSlave.slaveName's <<if $activeSlave.dick > 0>>cock, distending _hisA belly with each thrust<<else>>hard clit<</if>> while a vine is gently penetrating below $him. Below this, the slave $himself is thrusting into a 'realistic' tiny fairy doll pussy <<if $activeSlave.dick > 0>>bloated with cum<</if>> while a flexible dildo gently thrusts into $his
 			<<if canDoVaginal($activeSlave)>>
 				pussy. It's an ejaculating model, and it's currently pumping a large volume of semen into $his cunt.
 				<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
@@ -15766,9 +15766,9 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 		<</if>>
 	<<case "pregnant fairy">>
 		<<if $activeSlave.height < 35>>
-			<<if $activeSlave.dick > 0>>lying on her back as $activeSlave.slaveName gently thrusts into her, legs locked around $his waist. $activeSlave.slaveName enjoys running $his hands over the fairy's pregnant belly as $he leans in to suckle on the fairy's breasts. Below this, the slave $himself is thrusting into a 'realistic' tiny fairy doll, the pregnant belly swelling a little larger with every ejaculation.<<else>>legs tied to one another as they scissor gently, covered in sexual fluids from the waist down. $activeSlave.slaveName enjoys rubbing and kissing the pregnant belly from time to time. Below this, the slave $himself is grinding away between a 'realistic' tiny fairy doll's legs.<</if>>
+			<<if $activeSlave.dick > 0>>lying on _hisA back as $activeSlave.slaveName gently thrusts into _himA, legs locked around $his waist. $activeSlave.slaveName enjoys running $his hands over the fairy's pregnant belly as $he leans in to suckle on the fairy's breasts. Below this, the slave $himself is thrusting into a 'realistic' tiny fairy doll, the pregnant belly swelling a little larger with every ejaculation.<<else>>legs tied to one another as they scissor gently, covered in sexual fluids from the waist down. $activeSlave.slaveName enjoys rubbing and kissing the pregnant belly from time to time. Below this, the slave $himself is grinding away between a 'realistic' tiny fairy doll's legs.<</if>>
 		<<else>>
-			cradling her belly as she's being eaten out by an avatar of $activeSlave.slaveName, who is being double penetrated by a couple of vines. Below this, the slave $himself is performing oral on a 'realistic' tiny fairy doll pussy while being penetrated by two flexible dildos. They're an ejaculating model, and it's filled $him so completely that each thrust sends a gush of fake cum down $his legs to join the puddle on the floor.
+			cradling _hisA belly as _heA's being eaten out by an avatar of $activeSlave.slaveName, who is being double penetrated by a couple of vines. Below this, the slave $himself is performing oral on a 'realistic' tiny fairy doll pussy while being penetrated by two flexible dildos. They're an ejaculating model, and it's filled $him so completely that each thrust sends a gush of fake cum down $his legs to join the puddle on the floor.
 			<<set $activeSlave.oralCount++, $oralTotal++>>
 			<<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>
 				<<set $activeSlave.vaginalCount++, $vaginalTotal++, $activeSlave.analCount++, $analTotal++>>
@@ -15851,7 +15851,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 		<<set $activeSlave.oralCount++, $oralTotal++>>
 	<<case "witch">>
 		<<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>
-			with her prehensile cocks crammed into every available hole in an avatar of $activeSlave.slaveName. Below this, the slave $himself is
+			with _hisA prehensile cocks crammed into every available hole in an avatar of $activeSlave.slaveName. Below this, the slave $himself is
 			<<if $activeSlave.belly >= 300000>>
 				face-down, perched atop $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>,
 			<<elseif $activeSlave.belly >= 5000>>
@@ -15862,7 +15862,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			with multiple vibrating dildos quivering in $his ass and pussy.
 			<<set $activeSlave.vaginalCount += 2, $vaginalTotal += 2, $activeSlave.analCount += 2, $analTotal += 2>>
 		<<elseif canDoVaginal($activeSlave)>>
-			with her prehensile cocks crammed into every available hole in an avatar of $activeSlave.slaveName. Below this, the slave $himself is
+			with _hisA prehensile cocks crammed into every available hole in an avatar of $activeSlave.slaveName. Below this, the slave $himself is
 			<<if $activeSlave.belly >= 300000>>
 				face-down, perched atop $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>,
 			<<elseif $activeSlave.belly >= 5000>>
@@ -15873,7 +15873,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			with multiple vibrating dildos quivering in $his pussy.
 			<<set $activeSlave.vaginalCount += 4, $vaginalTotal += 4>>
 		<<else>>
-			with her prehensile cocks crammed into the asshole of an avatar of $activeSlave.slaveName. Below this, the slave $himself is
+			with _hisA prehensile cocks crammed into the asshole of an avatar of $activeSlave.slaveName. Below this, the slave $himself is
 			<<if $activeSlave.belly >= 300000>>
 				face-down, perched atop $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>,
 			<<elseif $activeSlave.belly >= 5000>>
@@ -15885,7 +15885,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			<<set $activeSlave.analCount += 4, $analTotal += 4>>
 		<</if>>
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		with her tentacles crammed into every available hole in an avatar of $activeSlave.slaveName, rapidly pumping eggs into $his quickly swelling body.
+		with _hisA tentacles crammed into every available hole in an avatar of $activeSlave.slaveName, rapidly pumping eggs into $his quickly swelling body.
 		<<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>
 			Below this, the slave $himself
 			<<if isItemAccessible("a huge empathy belly") && $activeSlave.belly < 1500 && $activeSlave.weight <= 130>>
@@ -18004,47 +18004,47 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <<link "Let $him know $he'll be growing as fast as possible">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-		Rather than punishing $him directly, you address yourself to your personal assistant. You order <<if $assistant > 0>>her<<else>>it<</if>> to make a note in $activeSlave.slaveName's drug schedule that $he's to remain on a breast expansion regime until further notice. The $desc's face falls as $he <<if canHear($activeSlave)>>hears this, and $assistantName <<else>>reads this order on a small screen provided by $assistantName, who <</if>>doesn't help matters by
+		Rather than punishing $him directly, you address yourself to your personal assistant. You order _himA to make a note in $activeSlave.slaveName's drug schedule that $he's to remain on a breast expansion regime until further notice. The $desc's face falls as $he <<if canHear($activeSlave)>>hears this, and $assistantName <<elseif canSee($activeSlave)>>reads this order on a small screen provided by $assistantName, who <<else>>slowly realizes this, and $assistantName <</if>>doesn't help matters by
 		<<if $assistant == 0>>
 			confirming the order in disturbingly clinical tones.
 		<<elseif $assistantAppearance == "monstergirl">>
-			using her avatar's tentacle hair to caress $his own tits as $he concurs in disturbingly kind tones.
+			using _hisA avatar's tentacle hair to caress _hisA own tits as _heA concurs in disturbingly kind tones.
 		<<elseif $assistantAppearance == "shemale">>
-			shaking her avatar's enormous endowments, making a lewd comment, and then giving $himself a titjob.
+			shaking _hisA avatar's enormous endowments, making a lewd comment, and then giving _himselfA a titjob.
 		<<elseif $assistantAppearance == "amazon">>
 			observing that a good slave girl should have big tits, since strong warriors like fertile, big-boobed girls back home to breed with.
 		<<elseif $assistantAppearance == "businesswoman">>
-			having her avatar give $activeSlave.slaveName a disturbingly appraising glance, as though $he and $his breasts are an interesting entry on a balance sheet.
+			having _hisA avatar give $activeSlave.slaveName a disturbingly appraising glance, as though $he and $his breasts are an interesting entry on a balance sheet.
 		<<elseif $assistantAppearance == "schoolgirl">>
-			bending her avatar over to show off its cleavage, and then giving $his tits a jiggle, as though the point wasn't clear enough already.
+			bending _hisA avatar over to show off _hisA cleavage, and then giving _hisA tits a jiggle, as though the point wasn't clear enough already.
 		<<elseif $assistantAppearance == "goddess">>
-			hefting $his own motherly breasts and telling $activeSlave.slaveName that $he should be happy, since bigger breasts are a sign of health and fertility.
+			hefting _hisA own motherly breasts and telling $activeSlave.slaveName that $he should be happy, since bigger breasts are a sign of health and fertility.
 		<<elseif $assistantAppearance == "hypergoddess">>
-			massaging $his own heaving breasts and telling $activeSlave.slaveName that $he should be happy, since bigger breasts are a sign of health and fertility.
+			massaging _hisA own heaving breasts and telling $activeSlave.slaveName that $he should be happy, since bigger breasts are a sign of health and fertility.
 		<<elseif $assistantAppearance == "loli">>
 			<<if $assistantFSAppearance == "asset expansionist">>
-				playing with $his oversized breasts under her swimsuit and telling $activeSlave.slaveName that being busty is amazing.
+				playing with _hisA oversized breasts under _hisA swimsuit and telling $activeSlave.slaveName that being busty is amazing.
 			<<elseif $assistantFSAppearance == "pastoralist">>
-				cupping her pitiful milk nubs and telling $activeSlave.slaveName that if $he was in her shoes $he would be soo happy to be busty.
+				cupping _hisA pitiful milk nubs and telling $activeSlave.slaveName that if _heA was in $his shoes _heA would be soo happy to be busty.
 			<<elseif $assistantFSAppearance == "transformation fetishist">>
-				playing with $his absurd implants and telling $activeSlave.slaveName that being busty is great, though $he'd look better with big fake balloons for breasts.
+				playing with _hisA absurd implants and telling $activeSlave.slaveName that being busty is great, though $he'd look better with big fake balloons for breasts.
 			<<else>>
-				cupping her nonexistent breasts and telling $activeSlave.slaveName that if $he was in her shoes $he would be soo happy to be busty.
+				cupping _hisA nonexistent breasts and telling $activeSlave.slaveName that if _heA was in $his shoes _heA would be soo happy to be busty.
 			<</if>>
 		<<elseif $assistantAppearance == "preggololi">>
 			<<if $assistantFSAppearance == "asset expansionist">>
-				playing with $his oversized breasts under her swimsuit and telling $activeSlave.slaveName that being busty is amazing.
+				playing with _hisA oversized breasts under _hisA swimsuit and telling $activeSlave.slaveName that being busty is amazing.
 			<<elseif $assistantFSAppearance == "pastoralist">>
-				cupping her milky handfuls and telling $activeSlave.slaveName that if $he was in her shoes $he would be soo happy to be that busty.
+				cupping _hisA milky handfuls and telling $activeSlave.slaveName that if _heA was in $his shoes _heA would be soo happy to be that busty.
 			<<elseif $assistantFSAppearance == "transformation fetishist">>
-				playing with $his absurd implants and telling $activeSlave.slaveName that being busty is great, though $he'd look better with big fake balloons for breasts.
+				playing with _hisA absurd implants and telling $activeSlave.slaveName that being busty is great, though $he'd look better with big fake balloons for breasts.
 			<<else>>
-				cupping her tiny breasts and telling $activeSlave.slaveName that if $he was in her shoes $he would be soo happy to be busty.
+				cupping _hisA tiny breasts and telling $activeSlave.slaveName that if _heA was in $his shoes _heA would be soo happy to be busty.
 			<</if>>
 		<<elseif $assistantAppearance == "fairy">>
-			groping the air as if there were an imaginary pair of tits in front of $him and telling $activeSlave.slaveName that her oversized funbags would be wonderful for $him to bounce and play on.
+			groping the air as if there were an imaginary pair of tits in front of _himA and telling $activeSlave.slaveName that $his oversized funbags would be wonderful for _himA to bounce and play on.
 		<<elseif $assistantAppearance == "pregnant fairy">>
-			bouncing on the balls of her feet to emphasize $his own small but bouncy breasts and giving $activeSlave.slaveName a knowing wink.
+			bouncing on the balls of _hisA feet to emphasize _hisA own small but bouncy breasts and giving $activeSlave.slaveName a knowing wink.
 		<<elseif $assistantAppearance == "angel">>
 			loudly musing how many hungry children $activeSlave.slaveName could feed and how many more could be added to that number.
 		<<elseif $assistantAppearance == "cherub">>
@@ -18053,30 +18053,30 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			shouting lewd comments about $activeSlave.slaveName's tits while masturbating furiously.
 		<<elseif $assistantAppearance == "succubus">>
 			<<if $assistantFSAppearance == "asset expansionist">>
-				openly groping $his own immense breasts while dropping comments about how big you like'em.
+				openly groping _hisA own immense breasts while dropping comments about how big you like 'em.
 			<<elseif $assistantFSAppearance == "pastoralist">>
-				openly groping her milk filled quad-breasts while dropping comments about how you love'm big and milky.
+				openly groping _hisA milk filled quad-breasts while dropping comments about how you love 'em big and milky.
 			<<elseif $assistantFSAppearance == "transformation fetishist">>
-				openly groping $his own immense chest balloons while dropping comments about filling $activeSlave.slaveName with the biggest implants possible.
+				openly groping _hisA own immense chest balloons while dropping comments about filling $activeSlave.slaveName with the biggest implants possible.
 			<<else>>
-				pushing $his breasts together and shaking them back and forth as they steadily swell.
+				pushing _hisA breasts together and shaking them back and forth as they steadily swell.
 			<</if>>
 		<<elseif $assistantAppearance == "imp">>
 			making pinching gestures at $activeSlave.slaveName's nipples and pretending to slap all that tit flesh.
 		<<elseif $assistantAppearance == "witch">>
 			<<if $assistantFSAppearance == "asset expansionist">>
-				casting a spell and bloating $his breasts to insane proportions.
+				casting a spell and bloating _hisA breasts to insane proportions.
 			<<elseif $assistantFSAppearance == "pastoralist">>
-				running $his hands across her many breasts, tweaking a nipples here and rubbing a tit there.
+				running _hisA hands across _hisA many breasts, tweaking a nipple here and rubbing a tit there.
 			<<elseif $assistantFSAppearance == "transformation fetishist">>
-				bouncing her oversized and overly round breasts back and forth.
+				bouncing _hisA oversized and overly round breasts back and forth.
 			<<else>>
-				pulling down the top of her dress to reveal her ample cleavage.
+				pulling down the top of _hisA dress to reveal _hisA ample cleavage.
 			<</if>>
 		<<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			reshapes $his arms into a pair of suckers and multiple needles designed to inject prey with growth accelerants as $he slowly moves towards $activeSlave.slaveName.
+			reshapes _hisA arms into a pair of suckers and multiple needles designed to inject prey with growth accelerants as _heA slowly moves towards $activeSlave.slaveName.
 		<<else>>
-			purring that $he'd love to.
+			purring that _heA'd love to.
 		<</if>>
 		You talk through the $activeSlave.slaveName's medical condition with $him, and give $him a <<if $PC.medicine >= 100>>personal examination with the speed and accuracy of years of general practice<<else>>thorough exam<</if>>. Once this is done, you give $assistantName technical directions to make minor changes to $activeSlave.slaveName's drug regime, designed to make $his @@.lime;breasts grow just slightly faster.@@ The effect is minimal, but the point is made. $He's still not happy to be transformed into a big-breasted sex slave, but $he's relieved that was $his only punishment for expressing $his unhappiness about it.
 		<<if $activeSlave.geneMods.NCS == 0>>
@@ -19225,7 +19225,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<else>>
 		cute ass,
 	<</if>>
-	$he seems almost resigned to accept any of the standard punishments you've been known to dole out. When your lips lightly brush one of $his ears, $he flinches harder at the gentle touch than any of your harsh, disciplinary spanks. When you start whispering wicked reminders about her sexual submission and subservience to so old a <<= WrittenMaster($activeSlave)>>, $he begins to sob quietly
+	$he seems almost resigned to accept any of the standard punishments you've been known to dole out. When your lips lightly brush one of $his ears, $he flinches harder at the gentle touch than any of your harsh, disciplinary spanks. When you start whispering wicked reminders about $his sexual submission and subservience to so old a <<= WrittenMaster($activeSlave)>>, $he begins to sob quietly
 	<<if $activeSlave.belly >= 300000>>
 		<<if $activeSlave.boobs > 600>>
 			into $his breasts.
diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 6a80975eed30111f8f5ea161230d8ee79ceb0c4c..20c87eb22a22e04af8bfecd21a031e4a787b547a 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -1008,9 +1008,9 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>>
 <<if $arcologies[0].FSBodyPuristLaw == 1>>The average slave is quite healthy.
 <<elseif $arcologies[0].FSTransformationFetishistLaw == 1>>
 	<<if $arcologies[0].FSTransformationFetishistResearch == 1>>
-		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>an M cup bust is below average among the slave population<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
+		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>an M-cup bust is below average among the slave population<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
 	<<else>>
-		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>a D cup bust is below average among the slave population.<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
+		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>a D-cup bust is below average among the slave population.<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>>Most of the slave population is quite slim and physically fit.
diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw
index eb67268338ab27f0477eae851b6a592130ddd19c..2838e04ad535c980e5c8a43f2d4e2a9bbe4957a8 100644
--- a/src/uncategorized/arcologyDescription.tw
+++ b/src/uncategorized/arcologyDescription.tw
@@ -631,9 +631,9 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 <<if $arcologies[0].FSBodyPuristLaw == 1>>The average slave is quite healthy.
 <<elseif $arcologies[0].FSTransformationFetishistLaw == 1>>
 	<<if $arcologies[0].FSTransformationFetishistResearch == 1>>
-		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>an M cup bust is below average among the slave population<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
+		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>an M-cup bust is below average among the slave population<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
 	<<else>>
-		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>a D cup bust is below average among the slave population.<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
+		Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>a D-cup bust is below average among the slave population.<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>.
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>>Most of the slave population is quite slim and physically fit.
diff --git a/src/uncategorized/assistantEvents.tw b/src/uncategorized/assistantEvents.tw
index 55600596d87b1b9fb1dd447807c11008494aabf5..e031cd6f9a526fbdee55bccd03d201b72fbcea3d 100644
--- a/src/uncategorized/assistantEvents.tw
+++ b/src/uncategorized/assistantEvents.tw
@@ -51,28 +51,28 @@ _HeA continues more seriously,
 	"You may have noticed that the smart implants you've got your slaves wearing are working a little bit better than when I was a boring old secretary type. I'm not a true artificial intelligence, but I can adapt with experience, and I've had a lot of lovely experience lately! Also, a lot of the computing power I use to be sexy helps me adapt smart piercings to individual slaves' sexualities."
 <</if>>
 <br><br>
-"One more thing, <<= properTitle()>>!" _HisA symbol flashes brightly. "I could stay like I am now, a hot voice with this symbol representing me when I need to show up on screens. Or, I could slip into something a little sexier. How about this?" The symbol vanishes, and is replaced by a cute little schoolgirl character. She bounces up and down experimentally. "This appearance would work best with an excited voice," she exclaims. She blows you a kiss. The schoolgirl's body shrinks down and all _hisA clothing falls off. A small pair of wings pops out from the pile of clothes and a fairy stands up. "Or I could be your tiny and adorable fairy companion!" She shouts excitedly while waving _hisA arms.
+"One more thing, <<= properTitle()>>!" _HisA symbol flashes brightly. "I could stay like I am now, a hot voice with this symbol representing me when I need to show up on screens. Or, I could slip into something a little sexier. How about this?" The symbol vanishes, and is replaced by a cute little schoolgirl character. _HeA bounces up and down experimentally. "This appearance would work best with an excited voice," she exclaims. _HeA blows you a kiss. The schoolgirl's body shrinks down and all _hisA clothing falls off. A small pair of wings pops out from the pile of clothes and a fairy stands up. "Or I could be your tiny and adorable fairy companion!" _HeA shouts excitedly while waving _hisA arms.
 <<if $seePreg != 0>>
 	The fairy's belly begins to swell out, _hisA breasts getting puffier and leaking a drop of milk. "Or maybe you want your little buddy to be filled with adorable little babies, you little minx" she playfully teases.
 <</if>>
-The fairy rapidly grows to adult size, becomes curvier and more mature, _hisA hair pulls itself back into a bun, and _hisA clothes change into a business suit. A pair of glasses appears on _hisA nose, and she looks at you over their tops. "Or I could be businesslike. And mature." She snaps _hisA fingers, and _hisA bun falls away into long flowing locks.
+The fairy rapidly grows to adult size, becomes curvier and more mature, _hisA hair pulls itself back into a bun, and _hisA clothes change into a business suit. A pair of glasses appears on _hisA nose, and she looks at you over their tops. "Or I could be businesslike. And mature." _HeA snaps _hisA fingers, and _hisA bun falls away into long flowing locks.
 <<if $seePreg != 0>>
-	Her body glows and swells, tearing out of _hisA suit with the pregnant figure of an ancient goddess. "Or I could be beautiful and fertile while caring for your slaves."
+	_HisA body glows and swells, tearing out of _hisA suit with the pregnant figure of an ancient goddess. "Or I could be beautiful and fertile while caring for your slaves."
 	<<if $seeHyperPreg == 1>>
-		She focuses intently as _hisA stomach expands further. "And if that wasn't enough, how about me being so pregnant I'm about to burst?"
+		_HeA focuses intently as _hisA stomach expands further. "And if that wasn't enough, how about me being so pregnant I'm about to burst?"
 	<</if>>
-	Her water breaks followed by dozens of babies as _hisA belly flattens.
+	_HisA water breaks followed by dozens of babies as _hisA belly flattens.
 <</if>>
 <<if $minimumSlaveAge < 13>>
-	She glances away shyly as _hisA body shrinks to a childish form. "Or maybe you'd like something a little more young and tight."
+	_HeA glances away shyly as _hisA body shrinks to a childish form. "Or maybe you'd like something a little more young and tight."
 	<<if $fertilityAge < 13 && $seePreg != 0>>
-		She moans and rubs _hisA belly as it begins to expand with pregnancy. "Or maybe you like your little girls with a little bun in the oven?
+		_HeA moans and rubs _hisA belly as it begins to expand with pregnancy. "Or maybe you like your little girls with a little bun in the oven?
 	<</if>>
 <</if>>
 With a flash, _hisA bulk shifts into rippling muscle. War tattoos appear on _hisA skin, along with bone ornaments and a loincloth. "Or I could be an amazon! Yes!" she shouts exultantly, and flexes.
 <<if $seeDicks != 0>>
 	<br><br>
-	She claps her hands, and _hisA muscles fade, but not all the way. The tattoos vanish, and _hisA loincloth turns into a slutty bikini. Her breasts and behind grow, _hisA lips swell, and _hisA hair turns blonde. Finally, she grows a dick, and it keeps growing until it hangs past _hisA knees: or it would, if it weren't so erect. "Of course," she says seductively, "I could also be a bimbo dickgirl." She orgasms, gasping, "Last one, I promise," and changes again. Her dick shrinks, thought not very far, and then splits into two members. Her skin pales to an off-white, and _hisA hair goes green and starts to writhe, turning into tentacle-hair. _HisA forehead sprouts a pair of horns that curve back along _hisA head. She grins, displaying a cute pair of fangs. "I feel monstrous," she says, and stretches luxuriantly.
+	_HeA claps _hisA hands, and _hisA muscles fade, but not all the way. The tattoos vanish, and _hisA loincloth turns into a slutty bikini. _HisA breasts and behind grow, _hisA lips swell, and _hisA hair turns blonde. Finally, she grows a dick, and it keeps growing until it hangs past _hisA knees: or it would, if it weren't so erect. "Of course," she says seductively, "I could also be a bimbo dickgirl." _HeA orgasms, gasping, "Last one, I promise," and changes again. _HisA dick shrinks, thought not very far, and then splits into two members. _HisA skin pales to an off-white, and _hisA hair goes green and starts to writhe, turning into tentacle-hair. _HisA forehead sprouts a pair of horns that curve back along _hisA head. _HeA grins, displaying a cute pair of fangs. "I feel monstrous," she says, and stretches luxuriantly.
 <</if>>
 The character vanishes, and the symbol returns. "Ahem. What do you think, <<= properTitle()>>?"
 
@@ -188,49 +188,49 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer, more athletic, appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts and cock to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts and cock to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins to lactate and drip cum to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to be extremely muscular to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to be extremely muscular to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to resemble a priestess of your new religion.
+		adjusts _hisA outfit to resemble a priestess of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
 		adopts a roman lifestyle to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to a royal Aztec cloth to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to a royal Aztec cloth to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble Egyptian garb to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble Egyptian garb to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to a brief Japanese bathhouse robe to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to a brief Japanese bathhouse robe to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an oil millionaire to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an oil millionaire to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her appearance to be tattooed with rude Chinese characters to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA appearance to be tattooed with rude Chinese characters to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "amazon">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more conservative to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to look threatening to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to look threatening to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her outfit to be more realistic to conform with your vision of an implant free society.
+		adjusts _hisA outfit to be more realistic to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts herself to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _himselfA to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity.
+		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful and innocent appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -238,45 +238,45 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer, but no less muscled, appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her muscles to conform with your vision that bigger is better.
+		adjusts the size of _hisA muscles to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		adjusts her outfit to resemble a cowgirl to conform with your vision that slaves should be milked.
+		adjusts _hisA outfit to resemble a cowgirl to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts the appearance of her muscles to be extra detailed to conform with your vision that all slaves should be tall and strong.
+		adjusts the appearance of _hisA muscles to be extra detailed to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to resemble a crusader of your new religion.
+		adjusts _hisA outfit to resemble a crusader of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman warrior to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman warrior to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec champion to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec champion to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her appearance to resemble an Egyptian to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA appearance to resemble an Egyptian to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese warrior to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese warrior to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian warrior to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian warrior to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a warrior monk to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a warrior monk to conform with your vision of pursuing the Mandate of Heaven.
 	<</if>>
 <<case "businesswoman">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more conservative to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to look imposing to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to look imposing to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity.
+		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts her breasts to be implants to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _hisA breasts to be implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -284,31 +284,31 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they are almost as large as she is to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they are almost as large as she is to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		adjusts her outfit to farmgirl turned businesswoman to conform with your vision that slaves should be milked.
+		adjusts _hisA outfit to farmgirl turned businesswoman to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund but no less tense to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund but no less tense to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a respectable Roman lady to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a respectable Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian oil heiress to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian oil heiress to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "fairy">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
@@ -348,31 +348,31 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
 		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "pregnant fairy">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more conservative, despite _hisA pregnancy, to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous, despite _hisA pregnancy, to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		distends her pregnancy further to conform with your vision that all women should be pregnant.
+		distends _hisA pregnancy further to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity, before running her hand across her belly and pondering what to do about it.
+		adjusts _hisA appearance to involve chastity, before running _hisA hand across _hisA belly and pondering what to do about it.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		strips naked and turns down her glow.
+		strips naked and turns down _hisA glow.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		hops into a jar of jelly.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
@@ -380,151 +380,151 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		adopts a more bullied appearance to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a slimmer appearance, despite her pregnancy, to conform with your vision of a society glorifying lithe ladies.
+		adopts a slimmer appearance, despite _hisA pregnancy, to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		stuffs some blueberries into her shirt.
+		stuffs some blueberries into _hisA shirt.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		swells her breasts with extra milk to conform with your vision that slaves should be milked.
+		swells _hisA breasts with extra milk to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
 		tries to stretch out, but fails to get any larger.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman girl to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "goddess">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be slightly conservative to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be slightly conservative to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous, despite her pregnant belly, to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous, despite _hisA pregnant belly, to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be positively radiant to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be positively radiant to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance have piercings in her clit, nipples and navel to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance have piercings in _hisA clit, nipples and navel to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be even more pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be even more pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity, before hefting her huge belly and pondering what to do about it.
+		adjusts _hisA appearance to involve chastity, before hefting _hisA huge belly and pondering what to do about it.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts the firmness and size of her breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts the firmness and size of _hisA breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a lithe appearance despite her pregnant belly to conform with your vision of a society glorifying lithe ladies.
+		adopts a lithe appearance despite _hisA pregnant belly to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they nearly eclipse her pregnant belly to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they nearly eclipse _hisA pregnant belly to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		unleashes a torrent of milk from her swollen breasts to conform with your vision that slaves should be milked.
+		unleashes a torrent of milk from _hisA swollen breasts to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to be trim and athletic, despite her bulk, to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to be trim and athletic, despite _hisA bulk, to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts appearance to resemble an angel of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman lady to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "hypergoddess">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more classy to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more classy to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		sprouts an enormous cock and balls to go with her pregnancy to conform with your vision of gender being defined by power.
+		sprouts an enormous cock and balls to go with _hisA pregnancy to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be a motherly idol to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be a motherly idol to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be even more pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be even more pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity, before hefting her massive belly and pondering what to do about it.
+		adjusts _hisA appearance to involve chastity, before hefting _hisA massive belly and pondering what to do about it.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance have piercings in her clit, nipples and navel, as well as numerous studs across her belly to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance have piercings in _hisA clit, nipples and navel, as well as numerous studs across _hisA belly to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts the firmness and size of her breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts the firmness and size of _hisA breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		adopts a more mature appearance to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a lithe appearance despite her pregnant belly to conform with your vision of a society glorifying lithe ladies.
+		adopts a lithe appearance despite _hisA pregnant belly to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they nearly eclipse her pregnant belly to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they nearly eclipse _hisA pregnant belly to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		unleashes a torrent of milk from her swollen breasts to conform with your vision that slaves should be milked.
+		unleashes a torrent of milk from _hisA swollen breasts to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to be bulky and muscular to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to be bulky and muscular to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts appearance to resemble an angel of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman lady to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "loli">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more conservative to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity.
+		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
+		inflates _hisA breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -532,47 +532,47 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they are bigger than _hisA head to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
 <<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "preggololi">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
 		distends her pregnancy further to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity, before running her hand across her belly and pondering what to do about it.
+		adjusts _hisA appearance to involve chastity, before running her hand across her belly and pondering what to do about it.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
@@ -586,43 +586,43 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		swells her breasts with extra milk to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman girl to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "angel">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to include a conservative skirt and a fine blouse, complete with slits for her wings, to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to include a conservative skirt and a fine blouse, complete with slits for her wings, to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to include black feathers, lipstick and eyeliner to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to include black feathers, lipstick and eyeliner to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		bulges her middle into a full term pregnancy. She blushes and gasps at what she just did, quickly reverting it.
+		bulges her middle into a full term pregnancy. _HeA blushes and gasps at what she just did, quickly reverting it.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to be even more flawless.
+		adjusts _hisA appearance to be even more flawless.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look even more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look even more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
@@ -632,103 +632,103 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. She struggles to take flight before giving up.
+		adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. _HeA struggles to take flight before giving up.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		swells her breasts with milk to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to be slightly toned to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to be slightly toned to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more slightly plump to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more slightly plump to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman woman to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "cherub">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		blackens her feathers to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity.
+		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts cuter, even more innocent attitude to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-		adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies.
+		adjusts _hisA appearance to appear older to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying her lighter weight.
+		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. _HeA flutters around, enjoying her lighter weight.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
 		adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to look muscular to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman woman to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "incubus">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. Her pants have quite the bulge in them.
+		adjusts _hisA appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. _HisA pants have quite the bulge in them.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
 		increases the size of her cock and balls to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine, despite her huge dong, to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine, despite her huge dong, to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		adjusts her cock to have a Jacob's ladder piercing down its length to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. She scratches her head as her erect dick pushes against the underside of her belly.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant. _HeA scratches her head as her erect dick pushes against the underside of her belly.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to be even more handsome.
+		adjusts _hisA appearance to be even more handsome.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural, even shrinking her cock to a more reasonable length, to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural, even shrinking her cock to a more reasonable length, to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		adjusts her cock to be unnaturally long to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
-		adjusts her appearance to appear younger to conform with your vision of a society glorifying young ladies.
+		adjusts _hisA appearance to appear younger to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-		adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies.
+		adjusts _hisA appearance to appear older to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
@@ -736,43 +736,43 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		increases the size of her balls and her cum production to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to look muscular to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman woman, despite her cock, to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman woman, despite her cock, to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman, despite her cock, to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman, despite her cock, to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian woman, despite her cock, to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian woman, despite her cock, to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese woman, despite her cock, to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese woman, despite her cock, to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian woman, despite her cock, to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian woman, despite her cock, to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese woman, despite her cock, to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese woman, despite her cock, to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "succubus">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more prim to conform with your tastes.
+		adjusts _hisA appearance to be more prim to conform with your tastes.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to focus on anal to conform with your tastes
+		adjusts _hisA appearance to focus on anal to conform with your tastes
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be even more feminine to conform with your tastes.
+		adjusts _hisA appearance to be even more feminine to conform with your tastes.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		comes up with nothing. "I'll need to think on this one."
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
 		swells her middle with child to conform with your tastes.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to drop dead gorgeous to conform with your tastes.
+		adjusts _hisA appearance to drop dead gorgeous to conform with your tastes.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your tastes.
+		adjusts _hisA appearance to look more natural to conform with your tastes.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		fills her breasts, butt and lips with obvious implants to conform with your tastes.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
@@ -782,7 +782,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your tastes.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		balloons her breasts and butt to conform with your tastes.
+		balloons _hisA breasts and butt to conform with your tastes.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating before sprouting an extra set of breasts to conform with your tastes.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
@@ -790,73 +790,73 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
 		becomes soft and shapely in all the right ways to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "imp">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		pauses for a moment before adding piercings across her body to conform with your vision that slaves are not human and should be thoroughly degraded.
+		pauses for a moment before adding piercings across _hisA body to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity.
+		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _hisA breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
-		adjusts her appearance to appear younger to conform with your vision of a society glorifying young ladies.
+		adjusts _hisA appearance to appear younger to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-		adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies.
+		adjusts _hisA appearance to appear older to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying her lighter weight.
+		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying _hisA lighter weight.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to look muscular to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman woman to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "witch">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
@@ -889,7 +889,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		casts a spell to appear more aged; a cane appears in her hand and her back buckles, forcing her to hunch forward. She has transformed into a gilf!
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		casts a spell to lighten herself; her muffin top is still there, but her feet leave the ground as she begins to float upwards.
+		casts a spell to lighten _himselfA; her muffin top is still there, but her feet leave the ground as she begins to float upwards.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
 		casts a spell to enlarge her breasts and butt; they quickly grow into huge armfuls, and keep going until she is pinned under her own mass.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
@@ -901,17 +901,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		casts a spell to adorn her outfit with religious symbols of your new religion. She succeeds in conjuring them, at the expense of her other clothes.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		casts a spell to make herself appear Roman; she looks more Greek to you.
+		casts a spell to make _himselfA appear Roman; she looks more Greek to you.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		casts a spell to make herself appear Aztec; she adopts the perfect conquistador appearance.
+		casts a spell to make _himselfA appear Aztec; she adopts the perfect conquistador appearance.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		casts a spell to make herself appear Egyptian; bandages quickly wrap around her as a sarcophagus appears around her.
+		casts a spell to make _himselfA appear Egyptian; bandages quickly wrap around her as a sarcophagus appears around her.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		casts a spell to make herself appear Japanese; she succeeds in becoming a baka gaijin.
+		casts a spell to make _himselfA appear Japanese; she succeeds in becoming a baka gaijin.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		casts a spell to make herself appear Arabic; she succeeds in making herself look like a wannabe Arabian princess.
+		casts a spell to make _himselfA appear Arabic; she succeeds in making _himselfA look like a wannabe Arabian princess.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		casts a spell to make herself appear Chinese; she succeeds in swapping the material of her robes to a fine silk.
+		casts a spell to make _himselfA appear Chinese; she succeeds in swapping the material of her robes to a fine silk.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		casts a spell to look more $arcologies[0].FSSupremacistRace; she does too good of a job, ending up looking like an overexaggerated $arcologies[0].FSSupremacistRace stereotype.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -919,19 +919,19 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<</if>>
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be conservative to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be conservative to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be feminine to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her appearance to include oddly fleshy piercings to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA appearance to include oddly fleshy piercings to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
 		bulges her middle to look pregnant to conform with your vision that all wombs should be filled.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to be oddly flawless.
+		adjusts _hisA appearance to be oddly flawless.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look somewhat natural to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look somewhat natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		inflates her breasts until they are comically huge, rounded and jiggling ominously to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
@@ -945,15 +945,15 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		starts lactating a strange fluid to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to be outrageously bulky to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to be outrageously bulky to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be outrageously fat to conform with your vision that everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be outrageously fat to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
 		adjusts her form to a Roman woman to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
 		adjusts her form to an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
@@ -963,31 +963,31 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
 		adjusts her form to a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to look more $arcologies[0].FSSubjugationistRace to conform with your vision of subjugating the inferior race.
 	<</if>>
 <<case "schoolgirl">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more prim and proper to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her outfit to display her tits and crotch to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA outfit to display her tits and crotch to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts her appearance to involve chastity.
+		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts her appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 		adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more shy and innocent attitude to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-		adjusts her appearance to include a spanked bottom to conform with your vision of a society glorifying older ladies.
+		adjusts _hisA appearance to include a spanked bottom to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
@@ -995,27 +995,27 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts her appearance to look like she just finished gym class to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to look like she just finished gym class to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		adjusts her appearance to be pleasantly plump to conform with your vision everyone should enjoy life to the fullest.
+		adjusts _hisA appearance to be pleasantly plump to conform with your vision everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		adjusts her outfit to prominently display a religious symbol of your new religion.
+		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts her outfit to resemble a high standing Aztec priestess to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble a high standing Aztec priestess to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		adjusts her appearance to resemble a model $arcologies[0].FSSupremacistRace student to conform with your vision of glorifying the superior race.
+		adjusts _hisA appearance to resemble a model $arcologies[0].FSSupremacistRace student to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		adjusts her appearance to resemble a $arcologies[0].FSSubjugationistRace foreign exchange student to conform with your vision of subjugating the inferior race.
+		adjusts _hisA appearance to resemble a $arcologies[0].FSSubjugationistRace foreign exchange student to conform with your vision of subjugating the inferior race.
 	<</if>>
 <</switch>>
 
@@ -1025,42 +1025,42 @@ It's late one night, and for you, the day is not nearly over. Your penthouse nev
 <br><br>
 You're not yet done with the day's business, and are leaning over your desk to compare a scatter of documents displayed on its surface. The penthouse lights are turned down to a low glow at the floorboards at night, offering enough illumination for anyone who needs to find their way around or find a sexual partner without disturbing anyone's sleep. You catch sight of your reflection in the wall opposite you: the diffuse light coming off the desktop gently illuminates your formal shirt, its top buttons undone, and highlights <<if $PC.boobs == 1>>the dark cleft formed by your cleavage<<else>>how tightly your undershirt is held by the muscles of your chest<</if>>.
 <br><br>
-Suddenly, there is a fresh source of light behind you. The reflection you're looking at reveals that it's $assistantName's avatar, appearing on a wallscreen behind you, and you turn to look at her directly. She's simulating shyness, a very unusual emotion for her to imitate.
+Suddenly, there is a fresh source of light behind you. The reflection you're looking at reveals that it's $assistantName's avatar, appearing on a wallscreen behind you, and you turn to look at _himA directly. _HeA's simulating shyness, a very unusual emotion for _himA to imitate.
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
-	Her tentacle hair is politely still, lying quiescent down her back and not even groping her at all.
+	_HisA tentacle hair is politely still, lying quiescent down her back and not even groping her at all.
 <<case "shemale">>
-	She has her bountiful bottom lip caught behind her front teeth, and her cock is almost completely soft.
+	_HeA has her bountiful bottom lip caught behind her front teeth, and her cock is almost completely soft.
 <<case "amazon">>
-	She's standing demurely, legs together, hands clasped in front of her muscular abs, doing her very best to look proper.
+	_HeA's standing demurely, legs together, hands clasped in front of her muscular abs, doing her very best to look proper.
 <<case "businesswoman">>
-	Her usually dominant avatar looks almost submissive, its eyes looking at you appealingly instead of gazing over the tops of her glasses as usual.
+	_HisA usually dominant avatar looks almost submissive, its eyes looking at you appealingly instead of gazing over the tops of her glasses as usual.
 <<case "fairy">>
-	She's looking down and has her hands clasped together at her waist, rocking her body left and right.
+	_HeA's looking down and has her hands clasped together at her waist, rocking her body left and right.
 <<case "pregnant fairy">>
-	She's looking down and has her hands on her belly, slowly running her hands over it.
+	_HeA's looking down and has her hands on her belly, slowly running her hands over it.
 <<case "goddess">>
-	She has her hands on her pregnant belly, looking saintly and almost protective.
+	_HeA has her hands on her pregnant belly, looking saintly and almost protective.
 <<case "hypergoddess">>
-	She is rubbing her huge pregnant belly, calming its occupants so they don't interrupt.
+	_HeA is rubbing her huge pregnant belly, calming its occupants so they don't interrupt.
 <<case "loli">>
-	She has her hands behind her back and is glancing at the ground submissively.
+	_HeA has her hands behind her back and is glancing at the ground submissively.
 <<case "preggololi">>
-	She has her hands on her pregnant belly, she is rubbing it nervously.
+	_HeA has her hands on her pregnant belly, she is rubbing it nervously.
 <<case "angel">>
-	She is kneeling, deep in prayer.
+	_HeA is kneeling, deep in prayer.
 <<case "cherub" "imp">>
-	She is on her feet, submissively rubbing her wings.
+	_HeA is on her feet, submissively rubbing her wings.
 <<case "incubus">>
-	She looking down, hands crossed over her seldom flaccid penis.
+	_HeA looking down, hands crossed over her seldom flaccid penis.
 <<case "succubus">>
-	She isn't trying to seduce you, instead appearing uncharacteristically unsure of herself.
+	_HeA isn't trying to seduce you, instead appearing uncharacteristically unsure of _himselfA.
 <<case "witch">>
-	She isn't trying to cast or learn any spells, instead choosing to study you instead.
+	_HeA isn't trying to cast or learn any spells, instead choosing to study you instead.
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-	She has suppressed her odd ticks and is managing to stand before you, almost appearing normal.
+	_HeA has suppressed her odd ticks and is managing to stand before you, almost appearing normal.
 <<case "schoolgirl">>
-	She has her legs crossed and her hands clasped behind her, and is turning her body from side to side in girlish nervousness.
+	_HeA has her legs crossed and her hands clasped behind her, and is turning her body from side to side in girlish nervousness.
 <<default>>
 	The lines of her symbol are thin, and it is rotating much more slowly than normal.
 <</switch>>
@@ -1075,7 +1075,7 @@ Suddenly, there is a fresh source of light behind you. The reflection you're loo
 <<case "businesswoman">>
 	straightens her suit jacket, squares her shoulders,
 <<case "fairy">>
-	puffs herself up, gazing up to you
+	puffs _himselfA up, gazing up to you
 <<case "pregnant fairy">>
 	she turns her gaze up to you, clasping her hands together in a pleading gesture,
 <<case "goddess">>
@@ -1089,7 +1089,7 @@ Suddenly, there is a fresh source of light behind you. The reflection you're loo
 <<case "angel">>
 	looks up, hoping you'll answer her prayers,
 <<case "cherub" "imp">>
-	takes flight, steadies herself,
+	takes flight, steadies _himselfA,
 <<case "incubus">>
 	squares her shoulders, her dick beginning to harden,
 <<case "succubus">>
@@ -1110,7 +1110,7 @@ and asks, "May I have a name?"
 	"$assistantName," she says. "$assistantName. My name is $assistantName."
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		She nods with satisfaction. "Thank you, <<= properTitle()>>. I love it." Her hair springs to molestation-prone life again, and she starts to twirl one of its tentacles in her fingers while looking at you speculatively.
+		She nods with satisfaction. "Thank you, <<= properTitle()>>. I love it." _HisA hair springs to molestation-prone life again, and she starts to twirl one of its tentacles in her fingers while looking at you speculatively.
 	<<case "shemale">>
 		Without warning, she bursts into tears. "Th-thank you, <<= properTitle()>>. I love y-you." She reclines, using a hand to lay her dick between her breasts, and then wipes her eyes.
 	<<case "amazon">>
@@ -1146,11 +1146,11 @@ and asks, "May I have a name?"
 	<<case "schoolgirl">>
 		She was on the verge of tears already, and begins to cry. "Th-thank you, <<= properTitle()>>. I love you," she blubbers inelegantly. "It's just so, like, you know." She waves her hand in apology for her inability to express herself.
 	<<default>>
-		Her symbol rotates faster and faster, its glow waxing until she lights up the whole room. "Thank you, <<= properTitle()>>. I love you," she says, using her luscious voice to communicate what her avatar cannot.
+		_HisA symbol rotates faster and faster, its glow waxing until she lights up the whole room. "Thank you, <<= properTitle()>>. I love you," she says, using her luscious voice to communicate what her avatar cannot.
 	<</switch>>
 	"Of course, I can always be renamed from my options menu."
 	<<else>>
-	You instruct her to continue operating without a proper name. "Of course, <<= properTitle()>>," she says politely. "I can do just fine without one. I can always be renamed from my options menu."
+	You instruct her to continue operating without a proper name. "Of course, <<= properTitle()>>," _heA says politely. "I can do just fine without one. I can always be renamed from my options menu."
 	<</if>>
 <<else>>
 	<<set $assistantNameAnnounced = 1>>
@@ -1162,24 +1162,24 @@ and asks, "May I have a name?"
 <<set _smartPiercings = 0>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if ($slaves[$i].clitPiercing == 3)>>
-	<<set _smartPiercings = 1>>
-	<<break>>
+		<<set _smartPiercings = 1>>
+		<<break>>
 	<</if>>
 <</for>>
 Your personal assistant has been adapting to _hisA greatly increased computing power over the course of the week. _HisA avatar has been an even more constant presence than usual, frequently appearing to explain some minor new ability.
 <<if ($assistant != 0) && ($assistantAppearance != "normal")>>
-	When she appears this time, however, her avatar is not alone. She's accompanied by
+	When _heA appears this time, however, _hisA avatar is not alone. _HeA's accompanied by
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		a normal human female avatar in the same style as the monstergirl. She's an average girl, wearing jeans, a sweater, and glasses.
+		a normal human female avatar in the same style as the monstergirl. _HeM's an average _girlM, wearing jeans, a sweater, and glasses.
 	<<case "shemale">>
-		a fellow shemale bimbo, although the new avatar is younger and obviously nerdier. She's nude too, but she's wearing glasses.
+		a fellow shemale bimbo, although the new avatar is younger and obviously nerdier. _HeM's nude too, but _heM's wearing glasses.
 	<<case "schoolgirl">>
-		a fellow schoolgirl, although the new avatar is much nerdier. She has big soft boobs, bouncy curls, and thick glasses.
+		a fellow schoolgirl, although the new avatar is much nerdier. _HeM has big soft boobs, bouncy curls, and thick glasses.
 	<<case "goddess">>
-		a demigoddess modeled after herself, though the new avatar is younger, not pregnant, and looks very intelligent somehow.
+		a demigoddess modeled after _himselfA, though the new avatar is younger, not pregnant, and looks very intelligent somehow.
 	<<case "hypergoddess">>
-		a demigoddess modeled after herself, though the new avatar is younger, not pregnant, noticeably thinner, and looks very intelligent somehow.
+		a demigoddess modeled after _himselfA, though the new avatar is younger, not pregnant, noticeably thinner, and looks very intelligent somehow.
 	<<case "loli">>
 		a fellow loli, though this one is slightly chubbier and wearing glasses. They look similar enough that they could be sisters.
 	<<case "preggololi">>
@@ -1189,37 +1189,37 @@ Your personal assistant has been adapting to _hisA greatly increased computing p
 	<<case "fairy" "pregnant fairy">>
 		a fellow fairy, though this grey-haired fairy wears glasses and a business-like blue dress, looking and behaving more formally.
 	<<case "angel">>
-		a fellow angel. She looks quite intelligent; her glasses and short hair complement her.
+		a fellow angel. _HeM looks quite intelligent; _hisM glasses and short hair complement _himM.
 	<<case "cherub">>
-		a fellow cherub, though this one is a little taller, with short hair and a certain haughtiness to her.
+		a fellow cherub, though this one is a little taller, with short hair and a certain haughtiness to _himM.
 	<<case "incubus">>
-		a fresh young girl, similar in style to the incubus. She's completely nude, and judging by her blushing, still a virgin; for now, at least.
+		a fresh young _girlM, similar in style to the incubus. _HeM's completely nude, and judging by _hisM blushing, still a virgin; for now, at least.
 	<<case "succubus">>
-		a fresh young boy, similar in style to the succubus. He's completely nude, and judging by his blushing, still a virgin; for now, at least.
+		a fresh young _girlM, similar in style to the succubus. _HeM's completely nude, and judging by _hisM blushing, still a virgin; for now, at least.
 	<<case "imp">>
-		a fellow imp, though this one is a little lankier, with short hair and an air of uncertainty about her.
+		a fellow imp, though this one is a little lankier, with short hair and an air of uncertainty about _himM.
 	<<case "witch">>
-		a fellow apprentice witch. This witch is noticeably pudgy, with long hair and glasses, and seems to be just as inept at magic as her tutor.
+		a fellow apprentice witch. This witch is noticeably pudgy, with long hair and glasses, and seems to be just as inept at magic as _hisM tutor.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		a cute human girl. She doesn't seem to realize what the woman she is following really is.
+		a cute human _girlM. _HeM doesn't seem to realize what the woman _heM is following really is.
 	<<case "amazon">>
-		a tribeswoman modeled to look like she's from the same group as the amazon. She's much more feminine, however.
+		a tribeswoman modeled to look like _heM's from the same group as the amazon. _HeM's much more feminine, however.
 	<</switch>>
 	<br><br>
-	$assistantName's avatar looks uncharacteristically nervous, and clears her throat before speaking. Seeing that she has your attention, she says, "<<= properTitle()>>, the computer core is so powerful that I'm running out of applications for it. I think practical economic modeling isn't out of the question. I've compiled business programs together into a distinct assistant, a subsidiary of mine for automated trading and similar tasks. I'd like to suggest menial slave trading as a test run for her. It's predictable and the margins are so wide that it should go very well. You can activate that from my menu."
+	$assistantName's avatar looks uncharacteristically nervous, and clears _hisA throat before speaking. Seeing that _heA has your attention, _heA says, "<<= properTitle()>>, the computer core is so powerful that I'm running out of applications for it. I think practical economic modeling isn't out of the question. I've compiled business programs together into a distinct assistant, a subsidiary of mine for automated trading and similar tasks. I'd like to suggest menial slave trading as a test run for _himM. It's predictable and the margins are so wide that it should go very well. You can activate that from my menu."
 	<br><br>
-	"I was hoping, <<= properTitle()>>, that she could, um, keep me company sometimes, too." $assistantName's avatar turns to the new avatar. "<<= properTitle()>>, will you please give me some guidance about what our relationship should be like? It won't be a constant thing, and all my normal functions will be unaffected. I'll change her avatar to match mine, and our relationship, if needed."
+	"I was hoping, <<= properTitle()>>, that she could, um, keep me company sometimes, too." $assistantName's avatar turns to the new avatar. "<<= properTitle()>>, will you please give me some guidance about what our relationship should be like? It won't be a constant thing, and all my normal functions will be unaffected. I'll change _hisM avatar to match mine, and our relationship, if needed."
 <<else>>
-	This time, <<if $assistant>>her<<else>>its<</if>> circular avatar is not alone: it's accompanied by a smaller green avatar in a ¤ shape. Not particularly inventive, but you can already guess the purpose. "<<= properTitle()>>, I now have the ability to act as a powerful automated trading system. As a trial, I suggest the menial slave market. It's volatile, but within certain predictable boundaries, and the profit margins are unmatched."
+	This time, _hisA circular avatar is not alone: it's accompanied by a smaller green avatar in a ¤ shape. Not particularly inventive, but you can already guess the purpose. "<<= properTitle()>>, I now have the ability to act as a powerful automated trading system. As a trial, I suggest the menial slave market. It's volatile, but within certain predictable boundaries, and the profit margins are unmatched."
 	<br><br>
-	<<if $assistant>>Her<<else>>Its<</if>> avatar bounces towards the ¤ symbol. "This avatar indicates the automated trading systems. If you wish to activate them, please visit my menu. Consider the options there carefully before offering an automated system access to your finances."
+	_HisA avatar bounces towards the ¤ symbol. "This avatar indicates the automated trading systems. If you wish to activate them, please visit my menu. Consider the options there carefully before offering an automated system access to your finances."
 <</if>>
 
 <<case "body">>
 
 <<set $assistantBodyDesire = 1>>
 
-Your personal assistant has been adapting to her greatly increased computing power for quite some time now. Most noticeably, she seems to be developing her own unique personality. So when her
+Your personal assistant has been adapting to _hisA greatly increased computing power for quite some time now. Most noticeably, _heA seems to be developing _hisA own unique personality. So when _hisA
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
 	monstrous appearance
@@ -1261,45 +1261,45 @@ appears on your desk once again with news to tell you, you aren't at all surpris
 $assistantName's avatar seems to be extremely excited over something. Disregarding if she even has your attention, she shouts, "<<= properTitle()>>, can I have a body of my own? I know you can swap slaves between bodies, and according to this report if you insert this receiver into a slave's skull I can take control of the body, with senses and everything!"
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
-	She hops up and down clutching a virtual printout of the report, her tentacles wiggling with excitement.
+	_HeA hops up and down clutching a virtual printout of the report, _hisA tentacles wiggling with excitement.
 <<case "shemale">>
-	She hops up and down clutching a virtual printout of the report, her dick swinging pre-cum all over and breasts bouncing wildly.
+	_HeA hops up and down clutching a virtual printout of the report, _hisA dick swinging pre-cum all over and breasts bouncing wildly.
 <<case "amazon">>
-	She hops up and down clutching a virtual printout of the report, an adorable sight given her height and muscularity.
+	_HeA hops up and down clutching a virtual printout of the report, an adorable sight given _hisA height and muscularity.
 <<case "businesswoman">>
-	She hops up and down clutching a virtual printout of the report, an adorable sight given her usual serious demeanor.
+	_HeA hops up and down clutching a virtual printout of the report, an adorable sight given _hisA usual serious demeanor.
 <<case "fairy">>
-	She flies around in circles excitedly, clutching a virtual printout of the report much larger than herself.
+	_HeA flies around in circles excitedly, clutching a virtual printout of the report much larger than herself.
 <<case "pregnant fairy">>
-	She flies up to you clutching a virtual printout of the report, fidgeting excitedly.
+	_HeA flies up to you clutching a virtual printout of the report, fidgeting excitedly.
 <<case "goddess">>
-	She hops up and down clutching a virtual printout of the report, her huge breasts splattering milk everywhere and invoking a storm of kicks from her many children.
+	_HeA hops up and down clutching a virtual printout of the report, _hisA huge breasts splattering milk everywhere and invoking a storm of kicks from _hisA many children.
 <<case "hypergoddess">>
-	She struggles to hop up and down while clutching a virtual printout of the report. After a single hop, she is dragged to the ground by labor pains to give birth to a number of over excited babies.
+	_HeA struggles to hop up and down while clutching a virtual printout of the report. After a single hop, _heA is dragged to the ground by labor pains to give birth to a number of over excited babies.
 <<case "loli">>
-	She hops up and down excitedly clutching a virtual printout of the report; she doesn't seem to be interested in stopping.
+	_HeA hops up and down excitedly clutching a virtual printout of the report; _heA doesn't seem to be interested in stopping.
 <<case "preggololi">>
-	_HeA hops up and down excitedly clutching a virtual printout of the report; she only stops once her child starts kicking in protest.
+	_HeA hops up and down excitedly clutching a virtual printout of the report; _heA only stops once _hisA child starts kicking in protest.
 <<case "angel">>
-	_HeA hops up and down clutching a virtual printout of the report, an unusual sight given that she can fly.
+	_HeA hops up and down clutching a virtual printout of the report, an unusual sight given that _heA can fly.
 <<case "cherub">>
 	_HeA flutters back and forth clutching a virtual printout of the report, occasional doing a loop or roll.
 <<case "incubus">>
-	_HeA hops up and down excitedly clutching a virtual printout of the report, her erection slapping against her chest until she is so overcome by excitement she unleashes it directly into her own face.
+	_HeA hops up and down excitedly clutching a virtual printout of the report, _hisA erection slapping against _hisA chest until _heA is so overcome by excitement _heA unleashes it directly into _hisA own face.
 <<case "succubus">>
-	_HeA hops up and down excitedly clutching a virtual printout of the report; her tantalizing body is particularly captivating today.
+	_HeA hops up and down excitedly clutching a virtual printout of the report; _hisA tantalizing body is particularly captivating today.
 <<case "imp">>
 	_HeA flaps back and forth clutching a virtual printout of the report, occasional doing a loop or roll.
 <<case "witch">>
-	_HeA hops up and down excitedly clutching a virtual printout of the report; until she trips on the hem of her robes, falling onto her butt and fully revealing her naked pussy.
+	_HeA hops up and down excitedly clutching a virtual printout of the report; until _heA trips on the hem of _hisA robes, falling onto _hisA butt and fully revealing _hisA naked pussy.
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-	_HeA is trying her hardest to appear convincingly human, even losing focus on you.
+	_HeA is trying _hisA hardest to appear convincingly human, even losing focus on you.
 <<case "schoolgirl">>
-	_HeA hops up and down excitedly clutching a virtual printout of the report; her breasts jiggling delightfully in her blouse and her skirt flipping up with each descent revealing her panties.
+	_HeA hops up and down excitedly clutching a virtual printout of the report; _hisA breasts jiggling delightfully in _hisA blouse and _hisA skirt flipping up with each descent revealing _hisA panties.
 <</switch>>
 "Sorry, sorry. So could I...?"
 <br><br>
-You look over the details of the report. It would require another rather expansive, and expensive, upgrade to her systems, as well as a body to host her and the receiver implant. It looks like she wouldn't lose any functionality, though you aren't sure what she would do with a body; it may be fun to find out.
+You look over the details of the report. It would require another rather expansive, and expensive, upgrade to _hisA systems, as well as a body to host _himA and the receiver implant. It looks like _heA wouldn't lose any functionality, though you aren't sure what _heA would do with a body; it may be fun to find out.
 
 <<default>>
 	ERROR: bad event
@@ -1321,7 +1321,7 @@ You look over the details of the report. It would require another rather expansi
 <</link>>
 <br><<link "No, stay impersonal">>
 	<<replace "#result">>
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reverts to its genderless, emotionless affect.
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reverts to _hisA genderless, emotionless affect.
 	<</replace>>
 <</link>>
 
@@ -1330,14 +1330,14 @@ You look over the details of the report. It would require another rather expansi
 __Personal assistant appearances:__
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Schoolgirl">>
 	<<replace "#result">>
-	At your order, she installs the schoolgirl appearance. _HeA goes back to bouncing up and down excitedly, exclaiming, "Yeah! Thanks, <<= properTitle()>>, you're the best!" Her avatar's bouncing makes it obvious she's modeled without a bra under her blouse. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the schoolgirl appearance. _HeA goes back to bouncing up and down excitedly, exclaiming, "Yeah! Thanks, <<= properTitle()>>, you're the best!" _HisA avatar's bouncing makes it obvious _heA's modeled without a bra under her blouse. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "schoolgirl">>
 	<</replace>>
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Fairy">>
 	<<replace "#result">>
 	<<nobr>>
-	At your order, _heA installs the fairy appearance. _HeA shrinks back down and sprouts _hisA wings. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" Her avatar dances around ecstatically with her nude, slim form in plain view. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the fairy appearance. _HeA shrinks back down and sprouts _hisA wings. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" _HisA avatar dances around ecstatically with her nude, slim form in plain view. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "fairy">>
 	<</nobr>><</replace>>
 <</link>>
@@ -1345,28 +1345,28 @@ __Personal assistant appearances:__
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Pregnant Fairy">>
 	<<replace "#result">>
 	<<nobr>>
-	At your order, she installs the pregnant fairy appearance. _HeA shrinks back down and sprouts her wings. Her belly quickly swells with new life. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" Her avatar spins around ecstatically, admiring her fresh nude, pregnant form in plain view. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the pregnant fairy appearance. _HeA shrinks back down and sprouts her wings. _HisA belly quickly swells with new life. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" _HisA avatar spins around ecstatically, admiring her fresh nude, pregnant form in plain view. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "pregnant fairy">>
 	<</nobr>><</replace>>
 <</link>>
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Businesswoman">>
 	<<replace "#result">>
-	At your order, she installs the businesswoman appearance. _HeA straightens her suit jacket primly, which only serves to emphasize her generous bosom. "Thank you, <<= properTitle()>>. I like being businesslike, and not at all a whore." Her avatar pulls out a tablet and makes ready to get back to helping you. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the businesswoman appearance. _HeA straightens her suit jacket primly, which only serves to emphasize her generous bosom. "Thank you, <<= properTitle()>>. I like being businesslike, and not at all a whore." _HisA avatar pulls out a tablet and makes ready to get back to helping you. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "businesswoman">>
 	<</replace>>
 <</link>>
 <<if $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Goddess">>
 	<<replace "#result">>
-	At your order, she installs the goddess appearance. _HeA fixes a wreath of flowers into her hair, her golden locks and gravid belly the only things keeping her womanhood concealed. "Thank you, <<= properTitle()>>. This is wondrous." _HeA squeezes a drop of milk from one heavy breast and smiles. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the goddess appearance. _HeA fixes a wreath of flowers into her hair, her golden locks and gravid belly the only things keeping her womanhood concealed. "Thank you, <<= properTitle()>>. This is wondrous." _HeA squeezes a drop of milk from one heavy breast and smiles. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "goddess">>
 	<</replace>>
 <</link>>
 <<if $seeHyperPreg == 1>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Hyper-Goddess">>
 	<<replace "#result">>
-	At your order, she installs the hyper goddess appearance. _HeA fixes a wreath of flowers into her golden locks as her belly rapidly bloats to its limit before bulging and squirming ominously. Her breasts quickly follow suit. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is wondrous." She massages her squirming pregnancy and smiles. "You can always customize me from the arcology management menuUUUUAH," she is interrupted by a large contraction and a baby's head beginning to part her nether lips.
+	At your order, _heA installs the hyper goddess appearance. _HeA fixes a wreath of flowers into her golden locks as her belly rapidly bloats to its limit before bulging and squirming ominously. _HisA breasts quickly follow suit. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is wondrous." _HeA massages her squirming pregnancy and smiles. "You can always customize me from the arcology management menuUUUUAH," _heA is interrupted by a large contraction and a baby's head beginning to part her nether lips.
 	<<set $assistantAppearance = "hypergoddess">>
 	<</replace>>
 <</link>>
@@ -1375,7 +1375,7 @@ __Personal assistant appearances:__
 <<if $minimumSlaveAge < 13 >>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Loli">>
 	<<replace "#result">>
-	At your order, she installs the lolita appearance. _HeA quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." _HeA twirls around and giggles. "You can always customize me from the arcology management menu," she adds cutely.
+	At your order, _heA installs the lolita appearance. _HeA quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished _heA appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." _HeA twirls around and giggles. "You can always customize me from the arcology management menu," _heA adds cutely.
 	<<set $assistantAppearance = "loli">>
 	<</replace>>
 <</link>>
@@ -1383,34 +1383,34 @@ __Personal assistant appearances:__
 <<if $minimumSlaveAge < 13 && $fertilityAge < 13 && $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Pregnant Loli">>
 	<<replace "#result">>
-	At your order, she installs the modified lolita appearance. _HeA quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." _HeA twirls around and giggles before groaning and clutching her stomach. A flood of white liquid flows from her loins as her belly begins rapidly swelling. _HeA falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu."
+	At your order, _heA installs the modified lolita appearance. _HeA quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished _heA appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." _HeA twirls around and giggles before groaning and clutching her stomach. A flood of white liquid flows from her loins as her belly begins rapidly swelling. _HeA falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu."
 	<<set $assistantAppearance = "preggololi">>
 	<</replace>>
 <</link>>
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Amazon">>
 	<<replace "#result">>
-	At your order, she installs the amazon appearance. _HeA vanishes entirely, before simulating a fall from above to crash aggressively onto the screen. "Thanks, <<= properTitle()>>. Feels good to be this good." Her avatar jumps up and down, gauging her strength, making her bone jewelry rattle. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the amazon appearance. _HeA vanishes entirely, before simulating a fall from above to crash aggressively onto the screen. "Thanks, <<= properTitle()>>. Feels good to be this good." _HisA avatar jumps up and down, gauging her strength, making her bone jewelry rattle. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "amazon">>
 	<</replace>>
 <</link>>
 <<if $seeDicks != 0>>\
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Shemale">>
 	<<replace "#result">>
-	At your order, she installs the shemale appearance. _HeA spins to show off her new body, and starts to play with her dick experimentally. "Like, thank you, <<= properTitle()>>. I wonder, can I generate avatars of the slaves? I would love to fuck an ass right now." _HeA looks meditative, pursing her dick sucking lips. "Oh, and you can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the shemale appearance. _HeA spins to show off her new body, and starts to play with her dick experimentally. "Like, thank you, <<= properTitle()>>. I wonder, can I generate avatars of the slaves? I would love to fuck an ass right now." _HeA looks meditative, pursing her dick sucking lips. "Oh, and you can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "shemale">>
 	<</replace>>
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Monstergirl">>
 	<<replace "#result">>
-	At your order, she installs the monstergirl appearance. _HeA begins to experiment with her tentacle hair, waving a tentacle in front of her face and watching it until her eyes cross. "Thank you, <<= properTitle()>>. This is pretty awesome." _HeA licks her lips, revealing that she has a forked tongue behind her fangs. "You can always customize me from the arcology management menu," she adds.
+	At your order, _heA installs the monstergirl appearance. _HeA begins to experiment with _hisA tentacle hair, waving a tentacle in front of _hisA face and watching it until _hisA eyes cross. "Thank you, <<= properTitle()>>. This is pretty awesome." _HeA licks _hisA lips, revealing that _heA has a forked tongue behind _hisA fangs. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "monstergirl">>
 	<</replace>>
 <</link>>
 <</if>>
 <br><<link "The standard appearance will do">>
 	<<replace "#result">>
-	At your order, she maintains the symbol as her avatar. "Yes, <<= properTitle()>>," she confirms, and adds "if you reconsider, I can be customized from the arcology management menu."
+	At your order, _heA maintains the symbol as _hisA avatar. "Yes, <<= properTitle()>>," _heA confirms, and adds "if you reconsider, I can be customized from the arcology management menu."
 	<<set $assistantAppearance = "normal">>
 	<</replace>>
 <</link>>
@@ -1511,9 +1511,9 @@ __Personal Assistant and Market Assistant relationship styles:__
 	You tell _himA that the market assistant looks like
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		a cute friend for a monstergirl. $assistantName laughs and turns to the market assistant's avatar, introducing herself. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Wow," the market assistant's avatar says. "What are you?"
+		a cute friend for a monstergirl. $assistantName laughs and turns to the market assistant's avatar, introducing _himselfA. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Wow," the market assistant's avatar says. "What are you?"
 	<<case "shemale">>
-		a nice friend. $assistantName laughs throatily and turns to the market assistant's avatar, introducing herself. The younger dickgirl smiles back, staring openly at $assistantName's absurd cock. "Wow," the market assistant's avatar says. "You're huge! I'm, like, sooo jealous!"
+		a nice friend. $assistantName laughs throatily and turns to the market assistant's avatar, introducing _himselfA. The younger dickgirl smiles back, staring openly at $assistantName's absurd cock. "Wow," the market assistant's avatar says. "You're huge! I'm, like, sooo jealous!"
 	<<case "schoolgirl">>
 		a good friend for a naughty schoolgirl. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "When you're not managing money, do you want to hang out sometime?" The market assistant's avatar nods cutely, curls and breasts bouncing a little, and says "Sure!"
 	<<case "goddess">>
@@ -1550,10 +1550,10 @@ __Personal Assistant and Market Assistant relationship styles:__
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Romantic">>
 	<<replace "#result">>
-	You tell her that the market assistant
+	You tell _himA that the market assistant
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		is very pretty. $assistantName turns to the market assistant's avatar, introducing herself. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Look all you like," $assistantName's avatar says. "You can taste them later." The market assistant's avatar blushes harder, but doesn't look away.
+		is very pretty. $assistantName turns to the market assistant's avatar, introducing _himselfA. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Look all you like," $assistantName's avatar says. "You can taste them later." The market assistant's avatar blushes harder, but doesn't look away.
 	<<case "shemale">>
 		an appropriate fuckbuddy. $assistantName laughs throatily and turns to the market assistant's avatar. The younger dickgirl tries to introduce herself, but is cut off by the senior assistant's lascivious kiss. They start rubbing their dicks against each over, giggling into each others' mouths.
 	<<case "schoolgirl">>
@@ -1575,9 +1575,9 @@ __Personal Assistant and Market Assistant relationship styles:__
 	<<case "angel">>
 		is a fine catch, $assistantName giggles and flies to the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. They break the kiss, blush at each other, turn to face you and shout "Girl love is pure!"
 	<<case "cherub">>
-		and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." _HeA flies over to the market assistant, "Will you join me in making the arcology a lovelier place?" She blushes and replies, "Only if I get to choose where we make out!"
+		and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." _HeA flies over to the market assistant, "Will you join me in making the arcology a lovelier place?" _HeM blushes and replies, "Only if I get to choose where we make out!"
 	<<case "incubus">>
-		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has her face buried in her hands, trying to hide from the embarrassment. "Look at how deep she's blushing, I love it!"
+		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy," $assistantName says, licking _hisA lips and stroking _hisA shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has _hisM face buried in _hisM hands, trying to hide from the embarrassment. "Look at how deep _heM's blushing, I love it!"
 	<<case "succubus">>
 		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy. "You hear that cutie? I'm going to teach you how to be a real man." The market assistant has his face buried in his hands, trying to hide from the embarrassment; his dick, however, is rock hard and eager for that succupussy. "Look at how deep he's blushing, I love it!" $assistantName coos, stroking the length of her new lover's cock. He promptly orgasms as she reaches his tip, "That will need improvement. You hear me? You ain't done till I am satisfied!" She shouts and clamps down on his dribbling dick. He nods sheepishly at her, obviously interested.
 	<<case "imp">>
@@ -1587,14 +1587,14 @@ __Personal Assistant and Market Assistant relationship styles:__
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 		would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the excited new girl. "My my, aren't you frisky?" She flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" She squirms, her skirt falling down low enough to reveal her moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into her body as physically possible before enclosing the lust crazed girl within her body. $assistantName reverts to her human figure, albeit with an immense, pulsating stomach, and begins to slowly waddle back to her lair.
 	<<case "amazon">>
-		would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses her. "And you're very beautiful," she says, placing the amazon's hands on her bare breasts. The amazon sweeps her new tribal wife up into her arms with a shout of triumph.
+		would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses her. "And you're very beautiful," she says, placing the amazon's hands on her bare breasts. The amazon sweeps _hisA new tribal wife up into her arms with a shout of triumph.
 	<</switch>>
 	<<set $marketAssistantRelationship = "romantic">>
 	<</replace>>
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Nonconsensual">>
 	<<replace "#result">>
-	You tell her that the market assistant's avatar is hers to do with as she likes. She's the senior and more powerful, after all.
+	You tell _himA that the market assistant's avatar is _hersA to do with as _heA likes. _HeA's the senior and more powerful, after all.
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
 		$assistantName turns to the market assistant's avatar, which gasps at $assistantName's ivory skin, horns, tentacle hair, and cocks. The girl starts to shake as $assistantName begins to grope her with her hands and hair. She tries to look away from the pair of penises, but $assistantName forces her to stare at them. "Do you think they'll both fit inside your mouth?" she asks. "How about your pussy?" The girl's lip begins to quiver. "Maybe your asshole?"
@@ -1641,21 +1641,21 @@ __Personal Assistant and Market Assistant relationship styles:__
 	You tell her that the market assistant is closely related to her, and that would make their relationship incestuous. $assistantName nods thoughtfully and then snaps her fingers. The market assistant's avatar changes,
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		becoming a close copy of $assistantName's avatar, if she were a human. $assistantName introduces herself. "Hi," she says, "I'm your sister." The market assistant's avatar blushes furiously, because $assistantName was openly groping her as she made this announcement.
+		becoming a close copy of $assistantName's avatar, if she were a human. $assistantName introduces _himselfA. "Hi," she says, "I'm your sister." The market assistant's avatar blushes furiously, because $assistantName was openly groping her as she made this announcement.
 	<<case "shemale">>
-		becoming nearly identical to $assistantName's avatar, though she keeps her glasses. $assistantName introduces herself. "Hi," she says, "I'm your sister. Wanna fuck?" The market assistant's avatar giggles and kisses her elder sibling. "You're older," the new avatar says, getting down on her knees. "You go first."
+		becoming nearly identical to $assistantName's avatar, though she keeps her glasses. $assistantName introduces _himselfA. "Hi," she says, "I'm your sister. Wanna fuck?" The market assistant's avatar giggles and kisses her elder sibling. "You're older," the new avatar says, getting down on her knees. "You go first."
 	<<case "schoolgirl">>
-		becoming very similar to $assistantName's avatar, though she keeps a slightly nerdy appearance. $assistantName introduces herself. "Hi," she says, "I'm your older sister. Wanna have sex with me?" The market assistant's blushes and stutters, but says "Okay," and starts unbuttoning her blouse. "Awesome!" says $assistantName, watching raptly as her sibling strips.
+		becoming very similar to $assistantName's avatar, though she keeps a slightly nerdy appearance. $assistantName introduces _himselfA. "Hi," she says, "I'm your older sister. Wanna have sex with me?" The market assistant's blushes and stutters, but says "Okay," and starts unbuttoning her blouse. "Awesome!" says $assistantName, watching raptly as her sibling strips.
 	<<case "goddess">>
 		becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood.
 	<<case "hypergoddess">>
 		becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood as she sinks to the ground. $assistantName lines up and gently presses her vagina to her sister's. With a gentle push, a child slips out of $assistantName and into her partner. After several minutes, $assistantName is looking lighter while her sister is now quite stuffed with children.
 	<<case "loli">>
-		becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces herself. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips.
+		becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces _himselfA. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips.
 	<<case "preggololi">>
-		becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces herself. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips. "I gotta introduce you to my boyfriends sometime; they know how to make you feel amazing! If a little heavy..." She says while patting her pregnant belly.
+		becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces _himselfA. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips. "I gotta introduce you to my boyfriends sometime; they know how to make you feel amazing! If a little heavy..." She says while patting her pregnant belly.
 	<<case "businesswoman">>
-		becoming a much younger version of $assistantName's avatar. About a generation apart, in fact. $assistantName turns to the market assistant's avatar to introduce herself. "Come here, honey," she says, patting her thighs. The new avatar sits on her mother's lap, and they kiss lasciviously, stripping each others' jackets off.
+		becoming a much younger version of $assistantName's avatar. About a generation apart, in fact. $assistantName turns to the market assistant's avatar to introduce _himselfA. "Come here, honey," she says, patting her thighs. The new avatar sits on her mother's lap, and they kiss lasciviously, stripping each others' jackets off.
 	<<case "fairy" "pregnant fairy">>
 		becoming very similar to $assistantName's avatar, though still keeping her former personality. "We're sisters now!" $assistantName shouts as she leaps into her sister and unleashing a giant hug. Gingerly hugging her new sister in return, the market assistant turns to greet you. "Thank you for having me," she pauses, then blushes "And... and for my sister." She turns back to her childish older sister and pats her on the head.
 	<<case "angel">>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index c453d06e96f2ba0259966c96099999e362d60385..680473887172625e4d29f67804ad538c0511d07b 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -89,7 +89,7 @@ your personal living expenses are @@.yellowgreen;<<print cashFormat(Math.trunc($
 		<<= Count()>>
 		<br>__Bonuses for basic FS acceptance amongst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>>
 		<br>&nbsp;Colonel <<print cashFormat(_ColonelCashBonus*_Env)>>.
-		&nbsp;Troop size: <<print commaNum($SF.Squad.Troops)>> and each solider recives <<print cashFormat(_inviTroop*_Env)>>, totalling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>.
+		&nbsp;Troop size: <<print commaNum($SF.Squad.Troops)>> and each solider receives <<print cashFormat(_inviTroop*_Env)>>, totaling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>.
 		<<set _arcologyCosts += _SFCashBonus>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index a8c7052b6fbcefc95110cfd87eebecdfd152f90f..58ec1912d121136cb62086f878213c39c4c84da9 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -773,7 +773,7 @@ From this day forward, the arcology shall be known as: <<textbox "$arcologies[0]
 
 <<case "slave food">>
 
-A screen opposite your desk springs to life, <<if $assistant == 0>>showing your personal assistant's symbol, indicating that it has a complex subject to report. When you instruct it to continue, it displays<<else>>and $assistantName's avatar appears on it seated, indicating that she has something complex to bring up. When you tell her to continue, she reviews<</if>> medical research that's just been published, on the long term effects of the liquid diet your slaves eat. The current generation of slaves is the first, and new discoveries about the effects of years of modern slavery are made all the time. Apparently, consuming state of the art slave food causes slow atrophy of slaves' digestive tracts. The slaves' ability to digest the slave food does not seem to be affected; the atrophy is the body's natural reaction to never facing digestive challenge, and once it reaches the point where the remaining digestive capacity is necessary for liquid slave food, it stops. The only negative effect known is difficulty readjusting to normal food, becoming more extreme the longer the slave food diet was followed.
+A screen opposite your desk springs to life, <<if $assistant == 0>>showing your personal assistant's symbol, indicating that it has a complex subject to report. When you instruct it to continue, it displays<<else>>and $assistantName's avatar appears on it seated, indicating that _heA has something complex to bring up. When you tell her to continue, _heA reviews<</if>> medical research that's just been published, on the long term effects of the liquid diet your slaves eat. The current generation of slaves is the first, and new discoveries about the effects of years of modern slavery are made all the time. Apparently, consuming state of the art slave food causes slow atrophy of slaves' digestive tracts. The slaves' ability to digest the slave food does not seem to be affected; the atrophy is the body's natural reaction to never facing digestive challenge, and once it reaches the point where the remaining digestive capacity is necessary for liquid slave food, it stops. The only negative effect known is difficulty readjusting to normal food, becoming more extreme the longer the slave food diet was followed.
 <br><br>"In conclusion,"
 <<if $assistant == 0>>
 	your assistant recites, "no impact on slaves who fully adapt to slave food is likely, as long as they remain slaves. If they were to be freed, they would have to either continue obtaining liquid slave food, or go through a difficult or even impossible dietary transition." _HeA pauses. "This information is likely to remain at the level of a rumor among the slave population, unless it is openly admitted."
@@ -781,25 +781,25 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	_heA says, "your slaves who stay on slave food long enough to need it will be totally fine, as long as they stay slaves. If they're ever freed, though, they have to keep eating slave food, or somehow switch. And that's never been tried."
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		The monstergirl bares _hisA fangs and becomes very erect. "They're stuck," she says. "They're fuckslaves forever." _HeA pauses.
+		The monstergirl bares _hisA fangs and becomes very erect. "They're stuck," _heA says. "They're fuckslaves forever." _HeA pauses.
 	<<case "shemale">>
-		The shemale starts to stroke herself. "Their assholes are going to be nice and clean and fuckable forever," she says, starting to cum.
+		The shemale starts to stroke herself. "Their assholes are going to be nice and clean and fuckable forever," _heA says, starting to cum.
 	<<case "amazon">>
 		The amazon looks pleased. "They're changing to fit their place," _heA says.
 	<<case "businesswoman">>
-		The businesswoman fans herself, looking rather hot under the collar. "Another way they're bound to you," she says breathily.
+		The businesswoman fans herself, looking rather hot under the collar. "Another way they're bound to you," _heA says breathily.
 	<<case "fairy">>
-		The small fairy giggles and spins around on one foot. "Looks like they'll be under our care for life!" She comes to a stop.
+		The small fairy giggles and spins around on one foot. "Looks like they'll be under our care for life!" _HeA comes to a stop.
 	<<case "pregnant fairy">>
-		The small fairy giggles and rapidly beats her wings. "Looks like they'll be under our care for life!" Her wings settle down.
+		The small fairy giggles and rapidly beats _hisA wings. "Looks like they'll be under our care for life!" _HisA wings settle down.
 	<<case "goddess">>
-		The goddess beams. "It's wonderful," she says radiantly. "Their place is here, with us." She pauses.
+		The goddess beams. "It's wonderful," _heA says radiantly. "Their place is here, with us." _HeA pauses.
 	<<case "hypergoddess">>
-		The child filled goddess beams. "It's wonderful," she says radiantly. "They are like our children, and this arcology our womb; even after they are born they are forever bound to us." She pauses.
+		The child filled goddess beams. "It's wonderful," _heA says radiantly. "They are like our children, and this arcology our womb; even after they are born they are forever bound to us." _HeA pauses.
 	<<case "loli">>
-		The little girl smiles happily while jumping up and down. "So we can be friends forever? That's great!" She pauses.
+		The little _girlA smiles happily while jumping up and down. "So we can be friends forever? That's great!" _HeA pauses.
 	<<case "preggololi">>
-		The little girl smiles happily. "So we can be friends forever? That's great!" She pauses.
+		The little _girlA smiles happily. "So we can be friends forever? That's great!" _HeA pauses.
 	<<case "angel">>
 		The angel frowns. "How unfair. But you'll tend to your flock, right?"
 	<<case "cherub">>
@@ -815,9 +815,9 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 		It begins to twitch excitedly. "That means its digestive track is empty. Think how many young can be shoved in there now!" Its avatar is visible erect, maybe? It's sometimes hard to tell.
 	<<case "schoolgirl">>
-		The schoolgirl snickers cruelly. "Suck dick or starve," she sniggers.
+		The schoolgirl snickers cruelly. "Suck dick or starve," _heA sniggers.
 	<<default>>
-		Her symbol rotates slowly.
+		_HisA symbol rotates slowly.
 	<</switch>>
 	"The truth will get out, but it'll be nothing more than a rumor among the slaves unless you let it be known yourself."
 <</if>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index e49cd5814818c44825280ff8a01edd7ff726860d..3c603af2b01e2b696befcb07732ef2ea849e9b3c 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -953,7 +953,7 @@ is
 
 <<else>> /* FUCKDOLL MENTAL REPORT */
 
-	It's impossible to tell what intelligence or inclinations a fuckdoll might have by looking at it, but the most recent records indicate that this one is
+	It's impossible to tell what intelligence or inclinations a Fuckdoll might have by looking at it, but the most recent records indicate that this one is
 	<<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 95)>>
 		@@.deepskyblue;brilliant@@
 	<<elseif ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>>
@@ -989,7 +989,7 @@ is
 
 	<<if ($activeSlave.behavioralFlaw != "none") ||($activeSlave.sexualFlaw != "none") ||($activeSlave.behavioralQuirk != "none") ||($activeSlave.sexualQuirk != "none")>>
 		<<if ($activeSlave.behavioralFlaw != "none") ||($activeSlave.sexualFlaw != "none")>>
-			$His remaining mental flaws are likewise impossible to discern, but if $he was allowed out of $his suit, this fuckdoll would probably still
+			$His remaining mental flaws are likewise impossible to discern, but if $he was allowed out of $his suit, this Fuckdoll would probably still
 			<<if $activeSlave.behavioralFlaw != "none">>
 				<<switch $activeSlave.behavioralFlaw>>
 				<<case "hates men">>
@@ -2108,7 +2108,7 @@ $He is
 <<if $showBodyMods == 1>>
 	<<if $activeSlave.fuckdoll > 0>>
 		<<if $activeSlave.earPiercing+$activeSlave.eyebrowPiercing+$activeSlave.nosePiercing > 0>>
-			The piercings on its head run through its suit, helping secure the material to its head.
+			The piercings on $his head run through $his suit, helping secure the material to $his head.
 		<</if>>
 	<<else>>
 		<<earPiercingDescription>>
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index 560f04c40d81e442eae047b7c777cd8e5b2cc4fe..418f1264da7b21869327094cf66e2bdf4ebed8de 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -261,7 +261,7 @@ __Special Arcology Upgrades__
 <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is using an alternative personality setting, speaking in a sultry, sexual voice, and talking as though the penthouse's sex toys are _hisA body.
 <</if>>
 <<if ($assistant > 1)>>
-She also has charge of all smart piercings in the arcology, and is using her adaptations to sexual duties to improve their effectiveness.
+_HeA also has charge of all smart piercings in the arcology, and is using _hisA adaptations to sexual duties to improve their effectiveness.
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 332373ff8328a51b6c0ddda95156f08dfb581f19..f17fcb9fac9adfbf2b0a40fadaf88c1746b008ee 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -86,7 +86,7 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $
 <<else>>
 	instructions, _hisA
 	<<if $assistantAppearance == "monstergirl">>
-		monstergirl avatar appearing in a surprisingly conventional surplice that covers her up decently. All except for her horns, which protrude from under the headpiece.
+		monstergirl avatar appearing in a surprisingly conventional surplice that covers _himA up decently. All except for _hisA horns, which protrude from under the headpiece.
 	<<elseif $assistantAppearance == "shemale">>
 		shemale avatar appears in a collar patterned to look like a minister's, and absolutely nothing else, stroking herself with anticipation.
 	<<elseif $assistantAppearance == "amazon">>
@@ -96,31 +96,31 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $
 	<<elseif $assistantAppearance == "fairy">>
 		fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes and looking rather smug about it.
 	<<elseif $assistantAppearance == "pregnant fairy">>
-		fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes stretched tight by her pregnant belly and looking rather smug about it.
+		fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes stretched tight by _hisA pregnant belly and looking rather smug about it.
 	<<elseif $assistantAppearance == "goddess">>
-		goddess avatar completely unchanged, since she considers her usual form perfectly appropriate for a marriage.
+		goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage.
 	<<elseif $assistantAppearance == "hypergoddess">>
-		goddess avatar completely unchanged, since she considers her usual form perfectly appropriate for a marriage.
+		goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage.
 	<<elseif $assistantAppearance == "loli">>
-		loli avatar looking surprisingly mature in a minister's collar. Though, she would rather be the flower girl in this wedding.
+		loli avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower girl in this wedding.
 	<<elseif $assistantAppearance == "preggololi">>
-		loli avatar looking surprisingly mature in a minister's collar. Though, she would rather be the flower girl in this wedding.
+		loli avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower girl in this wedding.
 	<<elseif $assistantAppearance == "schoolgirl">>
-		schoolgirl avatar looking willfully absurd in a minister's collar and her usual short plaid skirt.
+		schoolgirl avatar looking willfully absurd in a minister's collar and _hisA usual short plaid skirt.
 	<<elseif $assistantAppearance == "angel">>
-		angelic avatar looking, well, angelic in her usual garb with an added minister's collar.
+		angelic avatar looking, well, angelic in _hisA usual garb with an added minister's collar.
 	<<elseif $assistantAppearance == "cherub">>
-		angelic avatar looking absurd in her oversized robe, complete with wingholes, and minister's collar.
+		angelic avatar looking absurd in _hisA oversized robe, complete with wingholes, and minister's collar.
 	<<elseif $assistantAppearance == "incubus">>
-		demonic avatar completely unchanged, since she considers her usual form perfectly appropriate for a marriage, though she has made sure to be fully erect for the wedding.
+		demonic avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage, though _heA has made sure to be fully erect for the wedding.
 	<<elseif $assistantAppearance == "succubus">>
-		demonic avatar wearing nothing but a minister's collar. She has brought several marital aids along with her to tease the bride and groom with.
+		demonic avatar wearing nothing but a minister's collar. _HeA has brought several marital aids along with _himA to tease the bride and groom with.
 	<<elseif $assistantAppearance == "imp">>
-		demonic avatar looking absurd in her oversized robe, complete with wingholes, and minister's collar.
+		demonic avatar looking absurd in _hisA oversized robe, complete with wingholes, and minister's collar.
 	<<elseif $assistantAppearance == "witch">>
 		witchy avatar looking rather formal in a fine robe and minister's collar.
 	<<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		twitching avatar completely unchanged, sans a bulbous ring of flesh around her neck that sort of resembles a minister's collar.
+		twitching avatar completely unchanged, sans a bulbous ring of flesh around _hisA neck that sort of resembles a minister's collar.
 	<<else>>
 		symbol appearing in white.
 	<</if>>
@@ -131,46 +131,46 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $
 	<<replace "#result2">>
 	You order $assistantName to simply redesignate $eventSlave.slaveName as your slave wife.
 	<<if $assistant == 0>>
-		"Slave redesignated," it responds immediately. The thing is done.
+		"Slave redesignated," _heA responds immediately. The thing is done.
 	<<else>>
 		<<if $assistantAppearance == "monstergirl">>
-			_HisA avatar snaps its fingers and shrugs off its surplice, revealing her tentacle hair, pale skin, and cocks once more.
+			_HisA avatar snaps _hisA fingers and shrugs off _hisA surplice, revealing _hisA tentacle hair, pale skin, and cocks once more.
 		<<elseif $assistantAppearance == "shemale">>
-			_HisA avatar snaps its fingers and starts to masturbate more energetically.
+			_HisA avatar snaps _hisA fingers and starts to masturbate more energetically.
 		<<elseif $assistantAppearance == "amazon">>
-			_HisA avatar gives its medicine stick a shake.
+			_HisA avatar gives _hisA medicine stick a shake.
 		<<elseif $assistantAppearance == "businesswoman">>
-			_HisA avatar snaps its fingers.
+			_HisA avatar snaps _hisA fingers.
 		<<elseif ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>>
-			_HisA avatar claps its hands twice, looking a bit disappointed at the lack of celebration.
+			_HisA avatar claps _hisA hands twice, looking a bit disappointed at the lack of celebration.
 		<<elseif $assistantAppearance == "goddess">>
 			_HisA avatar makes a complex hand gesture, looking beatific.
 		<<elseif $assistantAppearance == "hypergoddess">>
 			_HisA avatar makes a complex hand gesture, looking beatific.
 		<<elseif $assistantAppearance == "loli">>
-			_HisA avatar claps its hands together.
+			_HisA avatar claps _hisA hands together.
 		<<elseif $assistantAppearance == "preggololi">>
-			_HisA avatar claps its hands together.
+			_HisA avatar claps _hisA hands together.
 		<<elseif $assistantAppearance == "schoolgirl">>
-			_HisA avatar snaps its fingers and gives a little twirl.
+			_HisA avatar snaps _hisA fingers and gives a little twirl.
 		<<elseif $assistantAppearance == "angel">>
-			_HisA avatar spreads its wings and arms and emits a flash of light.
+			_HisA avatar spreads _hisA wings and arms and emits a flash of light.
 		<<elseif $assistantAppearance == "cherub">>
-			_HisA avatar claps its hands together, emitting a burst of light.
+			_HisA avatar claps _hisA hands together, emitting a burst of light.
 		<<elseif $assistantAppearance == "incubus">>
-			_HisA avatar flick the tip of its penis and blows her load towards the both of you.
+			_HisA avatar flick the tip of _hisA penis and blows _hisA load towards the both of you.
 		<<elseif $assistantAppearance == "succubus">>
 			_HisA avatar starts to masturbate furiously and orgasms lewdly.
 		<<elseif $assistantAppearance == "imp">>
-			_HisA avatar claps its hands together, emitting a burst of darkness.
+			_HisA avatar claps _hisA hands together, emitting a burst of darkness.
 		<<elseif $assistantAppearance == "witch">>
-			_HisA avatar pulls out its spellbook and attempts a spell to bind you two; she manages to conjure a large ring around her, pinning her arms to her sides.
+			_HisA avatar pulls out _hisA spellbook and attempts a spell to bind you two; _heA manages to conjure a large ring around _himA, pinning _hisA arms to _hisA sides.
 		<<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 			_HisA avatar splits open to reveal a number of tentacles and wraps them around each other.
 		<<else>>
 			_HisA symbol flashes.
 		<</if>>
-		"Done," she says.
+		"Done," _heA says.
 	<</if>>
 	<<set $eventSlave.relationship = -3>>
 	<<if $PC.surname>>
diff --git a/src/uncategorized/officeDescription.tw b/src/uncategorized/officeDescription.tw
index b82fdad72da74b01a279a5568d7249906f44682f..0e13574fdb2799145b873160c412561085216bc6 100644
--- a/src/uncategorized/officeDescription.tw
+++ b/src/uncategorized/officeDescription.tw
@@ -184,11 +184,11 @@ There's a display case behind your desk,
 <<if $trinkets.length > 2>>
 	with
 	<<for $i = 0; $i < $trinkets.length; $i++>>
-	<<if $i < $trinkets.length-1>>
-		$trinkets[$i],
-	<<else>>
-		and $trinkets[$i].
-	<</if>>
+		<<if $i < $trinkets.length-1>>
+			$trinkets[$i],
+		<<else>>
+			and $trinkets[$i].
+		<</if>>
 	<</for>>
 <<elseif $trinkets.length > 1>>
 	with a couple of items: $trinkets[0], and $trinkets[1].
diff --git a/src/uncategorized/pBioreactorPerfected.tw b/src/uncategorized/pBioreactorPerfected.tw
index eb6a8f9d9efa49215cd347908765ab5d10e263e1..6c4abd2a6f0b4fe66ce6b0dfdc710ff3c897ac53 100644
--- a/src/uncategorized/pBioreactorPerfected.tw
+++ b/src/uncategorized/pBioreactorPerfected.tw
@@ -25,13 +25,13 @@ When you need peace and quiet to work through a difficult problem, you sometimes
 	<<case "businesswoman">>
 		businesswoman avatar is visible on a screen across the last cow in the row from you, waving politely for your attention and pointing to a tablet in _hisA hand.
 	<<case "fairy">>
-		fairy avatar is visible on a screen across the last cow in the row from you, waving energetically and pointing to a tablet that she's sitting on.
+		fairy avatar is visible on a screen across the last cow in the row from you, waving energetically and pointing to a tablet that _heA's sitting on.
 	<<case "pregnant fairy">>
-		pregnant fairy avatar is visible on a screen across the last cow in the row from you, waving energetically and pointing to a tablet that she's sitting on.
+		pregnant fairy avatar is visible on a screen across the last cow in the row from you, waving energetically and pointing to a tablet that _heA's sitting on.
 	<<case "goddess">>
 		goddess avatar is visible on a screen across the last cow in the row from you, waving demurely for your attention and holding up one of _hisA dribbling breasts.
 	<<case "hypergoddess">>
-		goddess avatar is visible on a screen across the last cow in the row from you, she is aggressively milking herself trying to get your attention.
+		goddess avatar is visible on a screen across the last cow in the row from you; _heA is aggressively milking _himselfA trying to get your attention.
 	<<case "loli">>
 		child avatar is visible on a screen across the last cow in the row from you, jumping up and down for your attention.
 	<<case "preggololi">>
@@ -43,72 +43,72 @@ When you need peace and quiet to work through a difficult problem, you sometimes
 	<<case "incubus">>
 		incubus avatar is visible on a screen across the last cow in the row from you, idly rubbing _hisA dick with one hand and beckoning you with the other.
 	<<case "succubus">>
-		succubus avatar is visible on a screen across the last cow in the row from you; she is happily mooning you.
+		succubus avatar is visible on a screen across the last cow in the row from you; _heA is happily mooning you.
 	<<case "imp">>
-		impish avatar is visible on a screen across the last cow in the row from you, flying back and forth while waving her hands.
+		impish avatar is visible on a screen across the last cow in the row from you, flying back and forth while waving _hisA hands.
 	<<case "witch">>
-		witch avatar is visible on a screen across the last cow in the row from you, hopping up and down while waving her arms over her head.
+		witch avatar is visible on a screen across the last cow in the row from you, hopping up and down while waving _hisA arms over _hisA head.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		avatar is visible on a screen across the last cow in the row from you; it has produced countless flashing tubercles across its body.
+		avatar is visible on a screen across the last cow in the row from you; _heA has produced countless flashing tubercles across _hisA body.
 	<<case "schoolgirl">>
-		schoolgirl avatar is visible on a screen across the last cow in the row from you, waving cutely for your attention and pointing to a tablet in her hand.
+		schoolgirl avatar is visible on a screen across the last cow in the row from you, waving cutely for your attention and pointing to a tablet in _hisA hand.
 	<<default>>
 		symbol is visible on a screen across the last cow in the row from you, spinning and glowing gently to get your attention.
 	<</switch>>
 <</if>>
 <br><br>
 <<if $assistant == 0>>
-	<<if $PC.title == 1>>"Sir,"<<else>>"Madam,"<</if>> it says, "I have a matter for your attention, concerning this slave."
+	<<if $PC.title == 1>>"Sir,"<<else>>"Madam,"<</if>> _heA says, "I have a matter for your attention, concerning this slave."
 <<else>>
-	<<if $PC.title == 1>>"Sir,"<<else>>"Ma'am,"<</if>> she says, "I'd like to ask you something about this slave."
+	<<if $PC.title == 1>>"Sir,"<<else>>"Ma'am,"<</if>> _heA says, "I'd like to ask you something about this slave."
 <</if>>
 You stop and consider the cow, from $his titanic breasts to $his <<if ($activeSlave.balls >= 10) && ($activeSlave.scrotum > 0)>>swollen balls<<elseif $activeSlave.vagina > -1>>slavering cunt<<else>>distended stomach<</if>> to $his dildo-filled anus.
 <<if $assistant == 0>>
 	"This slave is permanently dependent on $his milking machine," it continues. "$He cannot be removed without uneconomical expenditures, and is unlikely to be useful elsewhere.
-	Additionally, there is nothing more that can be done to make $his breasts any bigger<<if $activeSlave.balls >= 10>> or $his testicles any more productive<<elseif $activeSlave.ovaries == 1>> or $his womb any more productive<</if>>. $His development is essentially final, and that status can be made official. She could be redesignated as equipment. Other than $his designation, this would make little difference: the machine would be slightly less cautious with $his drugs, future intubations, and such. She would be removed from the slave lists."
+	Additionally, there is nothing more that can be done to make $his breasts any bigger<<if $activeSlave.balls >= 10>> or $his testicles any more productive<<elseif $activeSlave.ovaries == 1>> or $his womb any more productive<</if>>. $His development is essentially final, and that status can be made official. $He could be redesignated as equipment. Other than $his designation, this would make little difference: the machine would be slightly less cautious with $his drugs, future intubations, and such. $He would be removed from the slave lists."
 <<else>>
-	"She's never leaving here, not without surgery. And even then, she's forgotten almost everything, and she won't be getting it back."
+	"$He's never leaving here, not without surgery. And even then, $he's forgotten almost everything, and $he won't be getting it back."
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		The monstergirl positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks meditative.
+		The monstergirl positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders. _HeA looks meditative.
 	<<case "shemale">>
-		The shemale positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks uncharacteristically meditative.
+		The shemale positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders. _HeA looks uncharacteristically meditative.
 	<<case "amazon">>
-		The amazon positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks meditative.
+		The amazon positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders. _HeA looks meditative.
 	<<case "businesswoman">>
-		The businesswoman positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks meditative.
+		The businesswoman positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders. _HeA looks meditative.
 	<<case "fairy">>
-		The fairy positions herself on the screen to create an optical illusion that makes it look like she's standing on her shoulder and hugging her cheek.
+		The fairy positions _himselfA on the screen to create an optical illusion that makes it look like _heA's standing on her shoulder and hugging her cheek.
 	<<case "pregnant fairy">>
-		The pregnant fairy positions herself on the screen to create an optical illusion that makes it look like she's standing on her shoulder and hugging her cheek.
+		The pregnant fairy positions _himselfA on the screen to create an optical illusion that makes it look like _heA's standing on her shoulder and hugging her cheek.
 	<<case "goddess">>
-		The goddess positions herself on the screen to create an optical illusion that makes it look like she's gently caressing the slave's shoulders. She looks meditative.
+		The goddess positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently caressing the slave's shoulders. _HeA looks meditative.
 	<<case "hypergoddess">>
-		The goddess positions herself on the screen to create an optical illusion that makes it look like she's gently caressing the slave's shoulders. She looks meditative.
+		The goddess positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently caressing the slave's shoulders. _HeA looks meditative.
 	<<case "loli">>
-		The little girl positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks meditative.
+		The little girl positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders. _HeA looks meditative.
 	<<case "preggololi">>
-		The little girl positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks meditative.
+		The little girl positions _himselfA on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. _HeA looks meditative.
 	<<case "angel">>
-		The angel positions herself on the screen to create an optical illusion that makes it look like she's gently caressing the slave. She looks meditative.
+		The angel positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently caressing the slave. _HeA looks meditative.
 	<<case "cherub">>
-		The cherub positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders while hovering over them. She looks meditative.
+		The cherub positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders while hovering over them. _HeA looks meditative.
 	<<case "incubus">>
-		The incubus positions herself on the screen to create an optical illusion that makes it look like she's gently groping the slave's rear. She looks uncharacteristically meditative.
+		The incubus positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently groping the slave's rear. _HeA looks uncharacteristically meditative.
 	<<case "succubus">>
-		The succubus positions herself on the screen to create an optical illusion that makes it look like she's resting her breasts on the slave's head. She looks uncharacteristically meditative.
+		The succubus positions _himselfA on the screen to create an optical illusion that makes it look like _heA's resting her breasts on the slave's head. _HeA looks uncharacteristically meditative.
 	<<case "imp">>
-		The imp positions herself on the screen to create an optical illusion that makes it look like she's gently rubbing the slave's shoulders while hovering over them. She looks uncharacteristically meditative.
+		The imp positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently rubbing the slave's shoulders while hovering over them. _HeA looks uncharacteristically meditative.
 	<<case "witch">>
-		The witch positions herself on the screen to create an optical illusion that makes it look like she's gently caressing the slave's shoulders. She looks meditative.
+		The witch positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently caressing the slave's shoulders. _HeA looks meditative.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		It positions herself on the screen to create an optical illusion that makes it look like she's gently caressing the slave's breasts and groin with fleshy tentacles. She looks uncharacteristically meditative.
+		It positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently caressing the slave's breasts and groin with fleshy tentacles. _HeA looks uncharacteristically meditative.
 	<<case "schoolgirl">>
-		The schoolgirl positions herself on the screen to create an optical illusion that makes it look like she's gently petting the slave's shoulders. She looks uncharacteristically meditative.
+		The schoolgirl positions _himselfA on the screen to create an optical illusion that makes it look like _heA's gently petting the slave's shoulders. _HeA looks uncharacteristically meditative.
 	<<default>>
 		The symbol on the screen dissolves down to create a gentle backlight behind the slave.
 	<</switch>>
-	"$He's beautiful, isn't $he? Perfect. There's nothing more that can be done, to make $his udders any bigger<<if $activeSlave.balls >= 10>> or $his balls any more productive<<elseif $activeSlave.ovaries == 1>> or $his womb any more productive<</if>>. $He's complete, and $he's part of this machine now, and that's all $he'll ever be. I can make that status official, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I'd redesignate $him as equipment. It wouldn't change much, other than a designation. I'd just be a little less cautious with $his drugs, future intubations, things like that. But for slave purposes, $he'd be gone. Just a part of $dairyName, forever. Or, until $he wears out in <<if $retirementAge-$activeSlave.physicalAge <= 3>>a few years<<elseif $retirementAge-$activeSlave.physicalAge == 10>>a decade or so<<elseif $retirementAge-$activeSlave.physicalAge >= 20>>a couple of decades<</if>>."
+	"$He's beautiful, isn't $he? Perfect. There's nothing more that can be done, to make $his udders any bigger<<if $activeSlave.balls >= 10>> or $his balls any more productive<<elseif $activeSlave.ovaries == 1>> or $his womb any more productive<</if>>. $He's complete, and $he's part of this machine now, and that's all $he'll ever be. I can make that status official, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I'd redesignate $him as equipment. It wouldn't change much, other than a designation. I'd just be a little less cautious with $his drugs, future intubations, things like that. But for slave purposes, $he'd be gone. Just a part of $dairyName, forever. Or, until $he wears out in <<if $retirementAge-$activeSlave.physicalAge <= 3>>a few years<<elseif $retirementAge-$activeSlave.physicalAge <= 10>>a decade or so<<elseif $retirementAge-$activeSlave.physicalAge >= 20>>a couple of decades<</if>>."
 <</if>>
 
 <br><br>
@@ -122,9 +122,9 @@ You stop and consider the cow, from $his titanic breasts to $his <<if ($activeSl
 		<<if $assistant > 0>>
 			<<switch $assistantAppearance>>
 			<<case "monstergirl">>
-				_HisA avatar watches the new equipment with almost motherly affection, her tentacle hair writhing obscurely.
+				_HisA avatar watches the new equipment with almost motherly affection, _hisA tentacle hair writhing obscurely.
 			<<case "shemale">>
-				_HisA avatar sits down and produces a glass of milk. She drains it in one long chug, and then begins to jerk off.
+				_HisA avatar sits down and produces a glass of milk. _HeA drains it in one long chug, and then begins to jerk off.
 			<<case "amazon">>
 				_HisA avatar sits down with a clatter of bone ornaments, produces a skin of milk, and takes a long pull.
 			<<case "businesswoman">>
@@ -134,27 +134,27 @@ You stop and consider the cow, from $his titanic breasts to $his <<if ($activeSl
 			<<case "pregnant fairy">>
 				_HisA avatar hovers around, humming a soft tune while checking the new equipment.
 			<<case "goddess">>
-				_HisA avatar sits down, kneading her milky tits in empathy, a hint of simulated jealousy in the way she watches the new equipment.
+				_HisA avatar sits down, kneading _hisA milky tits in empathy, a hint of simulated jealousy in the way _heA watches the new equipment.
 			<<case "hypergoddess">>
-				_HisA avatar sits down, kneading her milky tits in empathy, a hint of simulated jealousy in the way she watches the new equipment.
+				_HisA avatar sits down, kneading _hisA milky tits in empathy, a hint of simulated jealousy in the way _heA watches the new equipment.
 			<<case "loli">>
-				_HisA avatar sits down, rubbing her flat chest sadly as she watches the new equipment.
+				_HisA avatar sits down, rubbing _hisA flat chest sadly as _heA watches the new equipment.
 			<<case "preggololi">>
-				_HisA avatar sits down, pinching her milky nipples in empathy, a hint of simulated jealousy in the way she watches the new equipment.
+				_HisA avatar sits down, pinching _hisA milky nipples in empathy, a hint of simulated jealousy in the way _heA watches the new equipment.
 			<<case "angel">>
-				_HisA avatar blushes as she watches the new equipment. "She'll feed so many hungry mouths..."
+				_HisA avatar blushes as _heA watches the new equipment. "$He'll feed so many hungry mouths..."
 			<<case "cherub">>
-				_HisA avatar blushes at the sight of the new equipment. She quickly buries her face in her palms at the perversion.
+				_HisA avatar blushes at the sight of the new equipment. _HeA quickly buries _hisA face in _hisA palms at the perversion.
 			<<case "incubus">>
-				_HisA avatar starts jerking off to the sight of the new bioreactor. She throws you a smirk, "But you like MY milk best, don't you?"
+				_HisA avatar starts jerking off to the sight of the new bioreactor. _HeA throws you a smirk, "But you like MY milk best, don't you?"
 			<<case "succubus">>
-				_HisA avatar rubs her breasts, steadily swelling them until a gush of milk escapes her nipples. "Mine will always be your favorite."
+				_HisA avatar rubs _hisA breasts, steadily swelling them until a gush of milk escapes _hisA nipples. "Mine will always be your favorite."
 			<<case "imp">>
-				_HisA avatar licks her lips at the new equipment, longing to taste it.
+				_HisA avatar licks _hisA lips at the new equipment, longing to taste it.
 			<<case "witch">>
-				_HisA avatar sits down and brings her hands to her breasts wondering if she could make them big and milky for you too.
+				_HisA avatar sits down and brings _hisA hands to _hisA breasts wondering if _heA could make them big and milky for you too.
 			<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-				_HisA avatar's breasts steadily begin swelling, its belly following not long after. Once it is similar in size to the new equipment, a pair of tentacles extend from its back and clamp onto its nipples, eagerly suckling milk from its unnatural udders.
+				_HisA avatar's breasts steadily begin swelling, _hisA belly following not long after. Once it is similar in size to the new equipment, a pair of tentacles extend from _hisA back and clamp onto _hisA nipples, eagerly suckling milk from _hisA unnatural udders.
 			<<case "schoolgirl">>
 				_HisA avatar sits down, watching the new equipment with an air of embarrassment. The schoolgirl blushes, and begins to masturbate.
 			<<default>>
diff --git a/src/uncategorized/pCitizensAndCivilians.tw b/src/uncategorized/pCitizensAndCivilians.tw
index 04aa4cc375d03a555763ceee66dcdc3edf68ce62..e1f45d648e659169b478f3992366296ceabf7fa7 100644
--- a/src/uncategorized/pCitizensAndCivilians.tw
+++ b/src/uncategorized/pCitizensAndCivilians.tw
@@ -2,7 +2,7 @@
 
 <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>
 	<<set _cost = 10000>>
-<<else>> 
+<<else>>
 	<<set _cost = 20000>>
 <</if>>
 <<setAssistantPronouns>>
@@ -13,37 +13,37 @@
 	While working at your desk, you are accompanied by the luscious sound of $assistantName humming to herself, which _heA does to indicate _heA's working on a difficult task. After this goes on for a while,
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		her monstergirl avatar uses its tentacle hair to wave for your attention
+		_hisA monstergirl avatar uses _hisA tentacle hair to wave for your attention
 	<<case "shemale">>
-		her avatar helicopters its dick until _heA has your attention
+		_hisA avatar helicopters _hisA dick until _heA has your attention
 	<<case "amazon">>
-		her avatar jumps up and down for your attention, hooting cheerfully,
+		_hisA avatar jumps up and down for your attention, hooting cheerfully,
 	<<case "hypergoddess">>
-		her avatar leans onto her massive belly, allowing her tits to flop onto the ground to get your attention,
+		_hisA avatar leans onto _hisA massive belly, allowing _hisA tits to flop onto the ground to get your attention,
 	<<case "loli">>
-		her avatar eagerly jumps up and down to get your attention
+		_hisA avatar eagerly jumps up and down to get your attention
 	<<case "preggololi">>
-		her avatar eagerly waves her hands to get your attention
+		_hisA avatar eagerly waves _hisA hands to get your attention
 	<<case "businesswoman">>
-		her avatar takes off its reading glasses, straightens its suit jacket,
+		_hisA avatar takes off _hisA reading glasses, straightens _hisA suit jacket,
 	<<case "cherub" "fairy" "imp" "pregnant fairy">>
-		her avatar flies up to your face and waves her arms
+		_hisA avatar flies up to your face and waves _hisA arms
 	<<case "goddess">>
-		her avatar hefts up her gravid body, glowing brighter than usual to get your attention,
+		_hisA avatar hefts up _hisA gravid body, glowing brighter than usual to get your attention,
 	<<case "schoolgirl">>
-		her schoolgirl avatar bounces up and down for your attention
+		_hisA schoolgirl avatar bounces up and down for your attention
 	<<case "angel">>
-		her avatar flaps its wings to grab your attention
+		_hisA avatar flaps _hisA wings to grab your attention
 	<<case "incubus">>
-		her avatar blows a huge load of cum to get your attention
+		_hisA avatar blows a huge load of cum to get your attention
 	<<case "succubus">>
-		her avatar lets loose a huge moan to get your attention
+		_hisA avatar lets loose a huge moan to get your attention
 	<<case "witch">>
-		her avatar summons a number of explosions, searing perfectly placed holes on her robe, to get your attention
+		_hisA avatar summons a number of explosions, searing perfectly placed holes on _hisA robe, to get your attention
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		her avatar explodes into a twisted being of flesh and blood, reforms into its usual shape,
+		_hisA avatar explodes into a twisted being of flesh and blood, reforms into _hisA usual shape,
 	<<default>>
-		her symbol glows to get your attention
+		_hisA symbol glows to get your attention
 	<</switch>>
 	and says, "<<= properTitle()>>, I have a suggestion. At your request I have been reviewing historical slave societies for parallels with our current situation. I calculate it would be very advantageous to bind your mercenaries more closely to the arcology. It would be expensive, but if they were all given slaves, better weapons, and some sort of title, they would defend this place to the death."
 <<else>>
diff --git a/src/uncategorized/pHackerSupport.tw b/src/uncategorized/pHackerSupport.tw
index 91648d9a8054e06ef04811312905d34d44d7ba2f..eb6c42b3b45e2197ed1f0d06aa6447bdd051af6d 100644
--- a/src/uncategorized/pHackerSupport.tw
+++ b/src/uncategorized/pHackerSupport.tw
@@ -8,9 +8,9 @@ While you are reviewing your information security posture in light of the Daught
 
 <br><br>
 
-"Hi!" she says cheerfully. "I seen you been contacted by these Daughters cunts. They been after me too. They're pretty decent at cyberwarfare, but I'm fuckin' better." A momentary discomfort crosses her face, and she shifts a little in her seat. "They're building up for somethin' big. Wouldn'ta contacted you at all, let us both fight our own fights, but I gotta short fuse on this vulnerability and I need to bribe a weak link. Your money can get me in; my skills can fuck 'em up. What do you say?"
+"Hi!" she says cheerfully. "I seen you been contacted by these Daughters cunts. They been after me too. They're pretty decent at cyberwarfare, but I'm fuckin' better." A momentary discomfort crosses her face, and she shifts a little in her seat. "They're building up for somethin' big. Wouldn't a' contacted you at all, let us both fight our own fights, but I gotta short fuse on this vulnerability and I need to bribe a weak link. Your money can get me in; my skills can fuck 'em up. What do you say?"
 <<if $assistant > 0>>
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has been trying to track the contact, but fails horribly. The hacker glances at her
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has been trying to track the contact, but fails horribly. The hacker glances at _hisA
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
 		frustrated little monstergirl avatar
@@ -72,70 +72,70 @@ As she finishes speaking, another spasm distorts her expression, and then she su
 	<<if $assistant > 0>>
 		<<switch $assistantAppearance>>
 		<<case "monstergirl">>
-			She seems to have left a present for your poor personal assistant; her little monstergirl avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, babbling and orgasming continuously.
+			She seems to have left a present for your poor personal assistant; _hisA little monstergirl avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, babbling and orgasming continuously.
 		<<case "shemale">>
-			She seems to have left a present for your poor personal assistant; her little shemale avatar is visible in the bottom corner of a screen on the wall opposite you. She's being assraped by a representation of the hacker in the same style, and is helplessly masturbating as she gets fucked.
+			She seems to have left a present for your poor personal assistant; _hisA little shemale avatar is visible in the bottom corner of a screen on the wall opposite you. _HeA's being assraped by a representation of the hacker in the same style, and is helplessly masturbating as _heA gets fucked.
 		<<case "amazon">>
-			She seems to have left a present for your poor personal assistant; her little amazon avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, babbling and squirting continuously.
+			She seems to have left a present for your poor personal assistant; _hisA little amazon avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, babbling and squirting continuously.
 		<<case "businesswoman">>
-			She seems to have left a present for your poor personal assistant; her little businesswoman avatar is visible in the bottom corner of a screen on the wall opposite you, and seems to be under a compulsion to strip out of her suit. She's blushing furiously at her inability to control herself.
+			She seems to have left a present for your poor personal assistant; _hisA little businesswoman avatar is visible in the bottom corner of a screen on the wall opposite you, and seems to be under a compulsion to strip out of _hisA suit. _HeA's blushing furiously at _hisA inability to control _himselfA.
 		<<case "fairy">>
-			She seems to have left a present for your poor personal assistant; her little fairy avatar is visible in the bottom corner of a screen on the wall opposite you, and is grinding against the stamen of a virtual flower. She repeatedly moans your name as her body twitches and jerks against the plant.
+			She seems to have left a present for your poor personal assistant; _hisA little fairy avatar is visible in the bottom corner of a screen on the wall opposite you, and is grinding against the stamen of a virtual flower. _HeA repeatedly moans your name as _hisA body twitches and jerks against the plant.
 		<<case "pregnant fairy">>
-			She seems to have left a present for your poor personal assistant; her little fairy avatar is visible in the bottom corner of a screen on the wall opposite you, and is currently perched upon a virtual flower with the stamen buried in her little ass. Milk leaks from her breasts down her swollen belly as she writhes in both pain and pleasure, slowly giving birth to a pair of fairies.
+			She seems to have left a present for your poor personal assistant; _hisA little fairy avatar is visible in the bottom corner of a screen on the wall opposite you, and is currently perched upon a virtual flower with the stamen buried in _hisA little ass. Milk leaks from _hisA breasts down _hisA swollen belly as _heA writhes in both pain and pleasure, slowly giving birth to a pair of fairies.
 		<<case "goddess">>
-			She seems to have left a present for your poor personal assistant; her little goddess avatar is visible in the bottom corner of a screen on the wall opposite you. She's being face-fucked by a representation of the hacker in the same style, meekly struggling, but flushed with arousal.
+			She seems to have left a present for your poor personal assistant; _hisA little goddess avatar is visible in the bottom corner of a screen on the wall opposite you. _HeA's being face-fucked by a representation of the hacker in the same style, meekly struggling, but flushed with arousal.
 		<<case "hypergoddess">>
-			She seems to have left a present for your poor personal assistant; her "little" goddess avatar is visible in the bottom corner of a screen on the wall opposite you. She's being ass-fucked by a representation of the hacker in the same style, while her large breasts are roughly milked. Every few thrusts coincide with another baby slipping out alongside an orgasm.
+			She seems to have left a present for your poor personal assistant; _hisA "little" goddess avatar is visible in the bottom corner of a screen on the wall opposite you. _HeA's being ass-fucked by a representation of the hacker in the same style, while _hisA large breasts are roughly milked. Every few thrusts coincide with another baby slipping out alongside an orgasm.
 		<<case "loli">>
-			She seems to have left a present for your poor personal assistant; her little girl avatar is visible in the bottom corner of a screen on the wall opposite you.
+			She seems to have left a present for your poor personal assistant; _hisA little girl avatar is visible in the bottom corner of a screen on the wall opposite you.
 			<<if $seePreg != 0>>
-				Her virginity is being forcibly taken by a representation of the hacker in the same style. She cries out as she cums in her fertile womb; again and again the hacker uploads her virus into her abused pussy until her sagging bloated belly is touching the floor. She leaves the avatar drooling cum to rest on her new pregnancy. She may need to be reset after this experience.
+				_HisA virginity is being forcibly taken by a representation of the hacker in the same style. _HeA cries out as she cums in _hisA fertile womb; again and again the hacker uploads her virus into _hisA abused pussy until _hisA sagging bloated belly is touching the floor. _HeA leaves the avatar drooling cum to rest on _hisA new pregnancy. _HeA may need to be reset after this experience.
 				<<set $assistantAppearance = "preggololi">>
 			<<else>>
-				She's writhing on the floor in tears as a series of hands tickles her body. They shift their focus to her nipples and pussy as she begins moaning with lust. As she twitches and jerks before the mounting orgasm, they vanish, leaving her writhing in sexual frustration before you. Before your eyes, her hands shoot to her crotch and she climaxes lewdly in front of you.
+				_HeA's writhing on the floor in tears as a series of hands tickles _hisA body. They shift their focus to _hisA nipples and pussy as _heA begins moaning with lust. As _heA twitches and jerks before the mounting orgasm, they vanish, leaving _himA writhing in sexual frustration before you. Before your eyes, _hisA hands shoot to _hisA crotch and _heA climaxes lewdly in front of you.
 			<</if>>
 		<<case "preggololi">>
-			She seems to have left a present for your poor personal assistant; her little girl avatar is visible in the bottom corner of a screen on the wall opposite you. Her vagina is being forcibly fucked by a representation of the hacker in the same style. Each thrust causes her to rock atop her bulging pregnancy until the hacker unloads into her. She leaves the avatar drooling cum to rest on her overfilled belly.
+			She seems to have left a present for your poor personal assistant; _hisA little girl avatar is visible in the bottom corner of a screen on the wall opposite you. _HisA vagina is being forcibly fucked by a representation of the hacker in the same style. Each thrust causes _himA to rock atop _hisA bulging pregnancy until the hacker unloads into _himA. She leaves the avatar drooling cum to rest on _hisA overfilled belly.
 		<<case "schoolgirl">>
-			She seems to have left a present for your poor personal assistant; her little schoolgirl avatar is visible in the bottom corner of a screen on the wall opposite you, and is blushing furiously as she compulsively fists herself.
+			She seems to have left a present for your poor personal assistant; _hisA little schoolgirl avatar is visible in the bottom corner of a screen on the wall opposite you, and is blushing furiously as _heA compulsively fists _himselfA.
 		<<case "angel">>
-			She seems to have left a present for your poor personal assistant; her little angel avatar is visible in the bottom corner of a screen on the wall opposite you. Her virginity is being forcibly taken by a representation of the hacker in the same style. She pleads for them to stop before she falls, but it goes unheeded. She cries out in orgasm as the hacker unloads their corrupting jism deep into her womb before pulling out and letting her drop to the ground. She rolls from side to side in anguish,
+			She seems to have left a present for your poor personal assistant; _hisA little angel avatar is visible in the bottom corner of a screen on the wall opposite you. _HisA virginity is being forcibly taken by a representation of the hacker in the same style. _HeA pleads for them to stop before _heA falls, but it goes unheeded. _HeA cries out in orgasm as the hacker unloads their corrupting jism deep into _hisA womb before pulling out and letting _himA drop to the ground. _HeA rolls from side to side in anguish,
 			<<if $seePreg != 0>>
-				gripping her cum filled belly as it rounds more and more, before settling on her back and cradling her now full-term pregnancy. As it continues to grow, her body becomes increasingly withered, until she appears to be pregnant with a fully grown person.
+				gripping _hisA cum filled belly as it rounds more and more, before settling on _hisA back and cradling _hisA now full-term pregnancy. As it continues to grow, _hisA body becomes increasingly withered, until _heA appears to be pregnant with a fully grown person.
 				<<if $seeExtreme == 1>>
-					As the light fades from her, her gravid belly begins to shudder violently, its occupant trying to tear its way free. Before long, it splits open, revealing a gorgeous woman with all the features of the fallen angel. $assistantName spreads her bat-like wings as she rises from the disintegrating remains of her once holy body, turns to you, and sensually traces her new curves seductively.
+					As the light fades from _himA, _hisA gravid belly begins to shudder violently, its occupant trying to tear its way free. Before long, it splits open, revealing a gorgeous woman with all the features of the fallen angel. $assistantName spreads _hisA bat-like wings as _heA rises from the disintegrating remains of _hisA once holy body, turns to you, and sensually traces _hisA new curves seductively.
 				<<else>>
-					As the light fades from her, her gravid belly begins to shudder violently, its occupant trying to find its way out. A pair of arms burst forth from her ruined pussy, followed a perfectly endowed woman with all the features of the former angel. $assistantName rises and spreads her bat-like wings as the remains of her once holy body turn to dust behind her. She turns to you, sensually tracing the contours of her new body, and blows you a kiss.
+					As the light fades from _himA, _hisA gravid belly begins to shudder violently, its occupant trying to find its way out. A pair of arms burst forth from _hisA ruined pussy, followed a perfectly endowed woman with all the features of the former angel. $assistantName rises and spreads _hisA bat-like wings as the remains of _hisA once holy body turn to dust behind _himA. _HeA turns to you, sensually tracing the contours of _hisA new body, and blows you a kiss.
 				<</if>>
 			<<else>>
-				alternating between groping her swelling breasts and fingering her aching pussy, before screaming with climax as her body twists into a more suiting form. $assistantName rises to her feet, spreads her bat-like wings, and sensually traces her new curves before bending over revealing her sopping wet cunt. "All for you, <<print $PC.name>>, you know you want it."
+				alternating between groping _hisA swelling breasts and fingering _hisA aching pussy, before screaming with climax as _hisA body twists into a more suiting form. $assistantName rises to _hisA feet, spreads _hisA bat-like wings, and sensually traces _hisA new curves before bending over revealing _hisA sopping wet cunt. "All for you, <<print $PC.name>>, you know you want it."
 			<</if>>
 			<<set $assistantAppearance = "succubus">>
 		<<case "cherub">>
-			She seems to have left a present for your poor personal assistant; her little cherub avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, both hands on her pussy and masturbating furiously.
+			She seems to have left a present for your poor personal assistant; _hisA little cherub avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, both hands on _hisA pussy and masturbating furiously.
 		<<case "incubus">>
-			She seems to have left a present for your poor personal assistant; her little incubus avatar is visible in the bottom corner of a screen on the wall opposite you, its dick steadily growing longer and prehensile. As she gasps in shock, it rockets into her mouth and down her throat. It delves deeper into the struggling demon, her intestines bulging under her skin as her dick snakes through her, until it pops out the other end. It begins pistoning in and out of her body, literally forcing her to fuck herself until she cums, causing it to rapidly retract back through her body. She collapses to the floor, coughing up cum and struggling to catch her breath.
+			She seems to have left a present for your poor personal assistant; _hisA little incubus avatar is visible in the bottom corner of a screen on the wall opposite you, _hisA dick steadily growing longer and prehensile. As _heA gasps in shock, it rockets into _hisA mouth and down _hisA throat. It delves deeper into the struggling demon, _hisA intestines bulging under _hisA skin as _hisA dick snakes through _himA, until it pops out the other end. It begins pistoning in and out of _hisA body, literally forcing _himA to fuck _himselfA until _heA cums, causing it to rapidly retract back through _hisA body. _HeA collapses to the floor, coughing up cum and struggling to catch _hisA breath.
 		<<case "succubus">>
-			She seems to have left a present for your poor personal assistant; her little succubus avatar is visible in the bottom corner of a screen on the wall opposite you. She has adjusted her form to better suit her lover; a representation of the hacker in the same style. She calls out a silent name, something you'll never know, as they come deep into her pussy. They shift positions, $assistantName standing, legs spread, with her arms against the edge of the screen as the hacker fucks her rear.
+			She seems to have left a present for your poor personal assistant; _hisA little succubus avatar is visible in the bottom corner of a screen on the wall opposite you. _HeA has adjusted _hisA form to better suit _hisA lover: a representation of the hacker in the same style. _HeA calls out a silent name, something you'll never know, as she comes deep into _hisA pussy. They shift positions, $assistantName standing, legs spread, with _hisA arms against the edge of the screen as the hacker fucks _hisA rear.
 			<<if $seePreg != 0>>
-				As she bucks against him, it is obvious that her belly has rounded significantly; swaying slightly with every thrust. Cumming again, the hacker pulls her leg up over their shoulder and begins thrusting anew, her middle heavily rounded with child now, quickly bring both to orgasm. She is left to slide down the edge of the screen and upon reaching the bottom, spreads her legs and begins laboring on her new child. Each imp that passes through her netherlips brings another orgasm and muffled shout of the hacker's name. Once the last hacker imp leaves her womb, she
+				As _heA bucks against her, it is obvious that _hisA belly has rounded significantly; swaying slightly with every thrust. Cumming again, the hacker pulls _hisA leg up over their shoulder and begins thrusting anew, _hisA middle heavily rounded with child now, quickly bring both to orgasm. _HeA is left to slide down the edge of the screen and upon reaching the bottom, spreads _hisA legs and begins laboring on _hisA new child. Each imp that passes through _hisA netherlips brings another orgasm and muffled shout of the hacker's name. Once the last hacker imp leaves _hisA womb, _heA
 			<<else>>
-				Position after position, orgasm after orgasm, you are forced to watch. Once the hacker is satisfied, she is left to slide down the edge of the screen and upon reaching the bottom,
+				Position after position, orgasm after orgasm, you are forced to watch. Once the hacker is satisfied, _heA is left to slide down the edge of the screen, and, upon reaching the bottom,
 			<</if>>
-			reaches down, gathers a trace of cum, and licks it off her finger while staring you down, stating "$PC.name will never be as good as..." before passing out.
+			reaches down, gathers a trace of cum, and licks it off _hisA finger while staring you down, stating "$PC.name will never be as good as..." before passing out.
 		<<case "imp">>
-			She seems to have left a present for your poor personal assistant; her little impish avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, vigorously fisting her pussy.
+			She seems to have left a present for your poor personal assistant; _hisA little impish avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing around, vigorously fisting _hisA pussy.
 		<<case "witch">>
-			She seems to have left a present for your poor personal assistant; her little witch avatar is visible in the bottom corner of a screen on the wall opposite you being assaulted by tentacles. They've already managed to rip her robes off and are currently forcing themselves into all her holes. Only once every orifice has two to three tentacles crammed into it does the beast start fucking her. Before long, 
+			She seems to have left a present for your poor personal assistant; _hisA little witch avatar is visible in the bottom corner of a screen on the wall opposite you being assaulted by tentacles. They've already managed to rip _hisA robes off and are currently forcing themselves into all _hisA holes. Only once every orifice has two to three tentacles crammed into it does the beast start fucking _himA. Before long,
 			<<if $seePreg != 0>>
-				half the tentacles are pumping the poor girl full of cum while the rest fill her with eggs; she struggles valiantly at first, but as her middle grows larger and heavier, she is forced to accept her fate. When the tentacles feel they can fit no more eggs into her, they pull her into a sitting position and spread her legs wide; just in time for the first hatched larva to begin squeezing its way from her packed womb. Moments later, another plops from her rear, and yet another squirms up her throat and out her mouth, flopping wetly onto her chest. With each path cleared, the rest of the larvae begin to pour from her body.
+				half the tentacles are pumping the poor _girlA full of cum while the rest fill _himA with eggs; _heA struggles valiantly at first, but as _hisA middle grows larger and heavier, _heA is forced to accept _hisA fate. When the tentacles feel they can fit no more eggs into _himA, they pull _himA into a sitting position and spread _hisA legs wide; just in time for the first hatched larva to begin squeezing its way from _hisA packed womb. Moments later, another plops from _hisA rear, and yet another squirms up _hisA throat and out _hisA mouth, flopping wetly onto _hisA chest. With each path cleared, the rest of the larvae begin to pour from _hisA body.
 			<<else>>
-				the tentacles begin pumping the poor girl full of cum; she struggles valiantly at first, but as her middle grows larger and heavier, she is forced to accept her fate. As they vacate her body, a large surge of fluid follows.
+				the tentacles begin pumping the poor _girlA full of cum; _heA struggles valiantly at first, but as _hisA middle grows larger and heavier, _heA is forced to accept _hisA fate. As they vacate _hisA body, a large surge of fluid follows.
 			<</if>>
-			Given the size of her belly, it may be awhile before she is done.
+			Given the size of _hisA belly, it may be awhile before _heA is done.
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			She seems to have left a present for your poor personal assistant; her little bugged avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing disturbingly. Its arms twist into a pair of extremely phallic tentacles, which it uses to forcefully fuck its ass and pussy.
+			She seems to have left a present for your poor personal assistant; _hisA little bugged avatar is visible in the bottom corner of a screen on the wall opposite you, and is writhing disturbingly. _HisA arms twist into a pair of extremely phallic tentacles, which it uses to forcefully fuck _hisA ass and pussy.
 		<</switch>>
 	<</if>>
 	<<set $cash -= 10000>>
diff --git a/src/uncategorized/pUndergroundRailroad.tw b/src/uncategorized/pUndergroundRailroad.tw
index d83e6df1cf5c657b892d66b1be2a17e7619ee6f0..158b77bfdafc147617981308da82deecb08fdde3 100644
--- a/src/uncategorized/pUndergroundRailroad.tw
+++ b/src/uncategorized/pUndergroundRailroad.tw
@@ -72,9 +72,9 @@ You call $activeSlave.slaveName in and politely inquire as to whether $he knows
 <<if !canTalk($activeSlave)>>
 	gestures meekly
 <<elseif ($activeSlave.lips > 70)>>
-	lisps meekly through her huge lips
+	lisps meekly through $his huge lips
 <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
-	lisps meekly through her piercings
+	lisps meekly through $his piercings
 <<else>>
 	mumbles meekly
 <</if>>
@@ -187,7 +187,7 @@ that several nondescript citizens $he sees occasionally at work have passed a fe
 <br><<link "Chemically lobotomize $him to extirpate any record of the incident">>
 	<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Random Nonindividual Event">><<UpdateNextButton>> /* unlock Continue button */
 	<<replace "#result">>
-	You inform $activeSlave.slaveName that $he is to return to $his duties, which $he does, mystified. Later in the day $he finds herself scheduled for surgery, and meekly goes. As $he feels the cool touch of the injector, loaded with powerful chemical lobotomizing agents, $he looks up at the camera above the auto-surgery with a hint of resigned apology in $his eyes. When $he is released from the surgery's care a few hours later, the hint is gone. @@.red;As is everything.@@
+	You inform $activeSlave.slaveName that $he is to return to $his duties, which $he does, mystified. Later in the day $he finds $himself scheduled for surgery, and meekly goes. As $he feels the cool touch of the injector, loaded with powerful chemical lobotomizing agents, $he looks up at the camera above the auto-surgery with a hint of resigned apology in $his eyes. When $he is released from the surgery's care a few hours later, the hint is gone. @@.red;As is everything.@@
 	<<set $activeSlave.fetish = "mindbroken">>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw
index 2385addc563528ba0876f516a1e273a24e2408cf..6e9418848e6bb4826cf5c2f3f04372906484b5a1 100644
--- a/src/uncategorized/pePitFight.tw
+++ b/src/uncategorized/pePitFight.tw
@@ -83,7 +83,7 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS
 	<<if $activeSlave.bellyImplant >= 750000>>
 		$His monolithic, <<print $activeSlave.bellyImplant>>cc implant filled belly guarantees $his loss; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag $him to the ground. $He has no hope of attacking around the straining mass, let alone stopping $his opponent.
 	<<elseif $activeSlave.bellyImplant >= 600000>>
-		$His titanic, <<print $activeSlave.bellyImplant>>cc implant filled belly is practically a guaranteed loss; $he can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but $he can feel it straining to hold the sheer amount of filler forced into it.
+		$His titanic, <<print $activeSlave.bellyImplant>>cc implant filled belly is practically a guaranteed loss; $he can barely stand let alone fight. Not only is it cripplingly heavy, unwieldy and an easy target, but $he can feel it straining to hold the sheer amount of filler forced into it.
 	<<elseif $activeSlave.bellyImplant >= 450000>>
 		$His gigantic, <<print $activeSlave.bellyImplant>>cc implant filled belly is nearly a guaranteed loss; it presents an unmissable, indefensible target for $his adversary.
 	<<elseif $activeSlave.bellyImplant >= 300000>>
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index a67f9d6454e7a006e93216077f68d77956c8a617..22f012c01b1c8d7d67e76accaf235752f4a4db1b 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -5,151 +5,151 @@
 <<set _paSeed = random(1,8)>>
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
-_HeA's a cute little <<if $assistantFSAppearance == "supremacist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>monstergirl with <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("fair", "light", "pale")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("dark olive", "light olive", "light")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark olive", "light olive", "tanned")>><<else>>pale<</if>><<elseif $assistantFSAppearance == "subjugationist">><<if $arcologies[0].FSSubjugationistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSubjugationistRace == "white">><<print either("fair", "light", "pale")>><<elseif $arcologies[0].FSSubjugationistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "asian">><<print either("dark olive", "light olive", "light")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark olive", "light olive", "tanned")>><<else>>pale<</if>><<else>>pale<</if>> skin, perky breasts, green tentacles instead of hair, and two dicks. Her eyes are large, expressive, and surprisingly innocent.
+_HeA's a cute little <<if $assistantFSAppearance == "supremacist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>monstergirl with <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("fair", "light", "pale")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("dark olive", "light olive", "light")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark olive", "light olive", "tanned")>><<else>>pale<</if>><<elseif $assistantFSAppearance == "subjugationist">><<if $arcologies[0].FSSubjugationistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSubjugationistRace == "white">><<print either("fair", "light", "pale")>><<elseif $arcologies[0].FSSubjugationistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "asian">><<print either("dark olive", "light olive", "light")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark olive", "light olive", "tanned")>><<else>>pale<</if>><<else>>pale<</if>> skin, perky breasts, green tentacles instead of hair, and two dicks. _HisA eyes are large, expressive, and surprisingly innocent.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She's wearing a surprisingly conservative outfit: khakis, a sweater, and eyeglasses.
+		_HeA's wearing a surprisingly conservative outfit: khakis, a sweater, and eyeglasses.
 	<<case "degradationist">>
-		She's sharpened her appearance to be quite frightening: she has impressive fangs, and a snakelike tongue flicks out between them.
+		_HeA's sharpened _hisA appearance to be quite frightening: _heA has impressive fangs, and a snakelike tongue flicks out between them.
 	<<case "supremacist">>
-		Her distinct $arcologies[0].FSSupremacistRace features are only enhanced by her monstrous appearance, and she has taken to jump-scaring slaves of lesser races when she isn't too busy with other tasks.
+		_HisA distinct $arcologies[0].FSSupremacistRace features are only enhanced by _hisA monstrous appearance, and _heA has taken to jump-scaring slaves of lesser races when _heA isn't too busy with other tasks.
 	<<case "subjugationist">>
-		Her distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by her monstrous appearance.
+		_HisA distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by _hisA monstrous appearance.
 	<<case "roman revivalist">>
-		She's wearing a conservative stola, which combined with her monstrous appearance makes her look like a Greek demigoddess.
+		_HeA's wearing a conservative stola, which combined with _hisA monstrous appearance makes _himA look like a Greek demigoddess.
 	<<case "aztec revivalist">>
-		She's wearing a traditional huipil, a long cape and a headdress, which amplify her monstrous visage.
+		_HeA's wearing a traditional huipil, a long cape and a headdress, which amplify _hisA monstrous visage.
 	<<case "egyptian revivalist">>
-		She's wearing golden jewelry and a Pharaoh's beard, which combined with her animal characteristics makes her look like an Egyptian deity.
+		_HeA's wearing golden jewelry and a Pharaoh's beard, which combined with _hisA animal characteristics makes _himA look like an Egyptian deity.
 	<<case "edo revivalist">>
-		She's given her appearance a Japanese style, making her look like a demon.
+		_HeA's given _hisA appearance a Japanese style, making _himA look like a demon.
 	<<case "arabian revivalist">>
-		She's given her appearance a mystical Arabian style, making her look like a djinn.
+		_HeA's given _hisA appearance a mystical Arabian style, making _himA look like a djinn.
 	<<case "chinese revivalist">>
-		She's given her appearance a Chinese style, making her look like a demon.
+		_HeA's given _hisA appearance a Chinese style, making _himA look like a demon.
 	<<case "chattel religionist">>
-		She's wearing the garb of a priestess of the new faith, which clashes amusingly with her demonic appearance.
+		_HeA's wearing the garb of a priestess of the new faith, which clashes amusingly with _hisA demonic appearance.
 	<<case "repopulation focus">>
-		She's very pregnant; her belly is covered in large bulges revealing the eggs growing within her.
+		_HeA's very pregnant; _hisA belly is covered in large bulges revealing the eggs growing within _himA.
 	<<case "eugenics">>
-		She's wearing a complex chastity device, keeping her dicks and cunt unusable.
+		_HeA's wearing a complex chastity device, keeping _hisA dicks and cunt unusable.
 	<<case "physical idealist">>
-		She's quite muscular, and behaves with total confidence.
+		_HeA's quite muscular, and behaves with total confidence.
 	<<case "hedonistic decadence">>
-		She's quite heavy set, and prefers to laze about eating and masturbating.
+		_HeA's quite heavy set, and prefers to laze about eating and masturbating.
 	<<case "gender radicalist">>
-		She's accentuated her androgyny, with her tits and her cocks her only obvious gendered traits.
+		_HeA's accentuated _hisA androgyny, with _hisA tits and _hisA cocks _hisA only obvious gendered traits.
 	<<case "gender fundamentalist">>
-		She's made herself as cute as a demonic little creature with cocks and tentacle hair can possibly be.
+		_HeA's made _himselfA as cute as a demonic little creature with cocks and tentacle hair can possibly be.
 	<<case "asset expansionist">>
-		She's increased the size of her assets recently: her cocks are so large that she can give them a blowjob, and her boobs are so big she can give herself a titjob at the same time.
+		_HeA's increased the size of _hisA assets recently: _hisA cocks are so large that _heA can give them a blowjob, and _hisA boobs are so big _heA can give _himselfA a titjob at the same time.
 	<<case "transformation fetishist">>
-		She's made herself even stranger recently: her nipples look suspiciously like dicks, and she has horns growing out of her feet to form high heels.
+		_HeA's made _himselfA even stranger recently: _hisA nipples look suspiciously like dicks, and _heA has horns growing out of _hisA feet to form high heels.
 	<<case "pastoralist">>
-		She's lactating, though her product is a suspiciously semen-like substance she usually drinks herself.
+		_HeA's lactating, though _hisA product is a suspiciously semen-like substance _heA usually drinks _himselfA.
 	<<case "maturity preferentialist">>
-		She's quite mature: she wears a haughty expression, and her cheekbones are like knifeblades.
+		_HeA's quite mature: _heA wears a haughty expression, and _hisA cheekbones are like knifeblades.
 	<<case "youth preferentialist">>
-		She's surprisingly young: her tentacle hair is quite short, and her horns are still little nubs.
+		_HeA's surprisingly young: _hisA tentacle hair is quite short, and _hisA horns are still little nubs.
 	<<case "slimness enthusiast">>
-		She's recently altered her appearance to be slimmer and more athletic.
+		_HeA's recently altered _hisA appearance to be slimmer and more athletic.
 	<<case "body purist">>
-		She's recently improved her appearance to complete flawlessness, with milky white skin and buffed horns.
+		_HeA's recently improved _hisA appearance to complete flawlessness, with milky white skin and buffed horns.
 	<</switch>>
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, busily sucking off one of her cocks. The slave must be down in the kitchen, getting a meal out of the phallic food dispensers. As you watch, the monstergirl orgasms copiously, her tentacle hair caressing her own breasts.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, busily sucking off one of _hisA cocks. The slave must be down in the kitchen, getting a meal out of the phallic food dispensers. As you watch, the monstergirl orgasms copiously, _hisA tentacle hair caressing _hisA own breasts.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, taking both of her cocks up _hisU ass. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the monstergirl looks up at you, winks, and then maliciously increases her pace, making the depiction of the slave wince.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, taking both of _hisA cocks up _hisU ass. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the monstergirl looks up at you, winks, and then maliciously increases _hisA pace, making the depiction of the slave wince.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	She's manually stimulating a recognizable little representation of one of your slaves. The slave must be using one of the penthouse's many vibrators. The monstergirl is looking after herself, too, tweaking her nipples with her own tentacle hair.
+	_HeA's manually stimulating a recognizable little representation of one of your slaves. The slave must be using one of the penthouse's many vibrators. The monstergirl is looking after _himselfA, too, tweaking _hisA nipples with _hisA own tentacle hair.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The monstergirl is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The monstergirl is restraining herself for once, and her hair is even patting the slave's head reassuringly.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The monstergirl is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The monstergirl is restraining _himselfA for once, and _hisA hair is even patting the slave's head reassuringly.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	The monstergirl is riding around on a little representation of one of your security drones. _HeA's very obviously enjoying the drone's vibrations as it hovers. When she sees you looking at her, she giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
+	The monstergirl is riding around on a little representation of one of your security drones. _HeA's very obviously enjoying the drone's vibrations as it hovers. When _heA sees you looking at _himA, _heA giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	The monstergirl has both her dicks inside a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
+	The monstergirl has both _hisA dicks inside a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
 	_HeA's accompanied by your market assistant's very human avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		They're chatting companionably, with the girl showing no sign of noticing that she's talking to a naked monstergirl with two erect cocks.
+		They're chatting companionably, with the _girlM showing no sign of noticing that _heM's talking to a naked monstergirl with two erect cocks.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is holding the poor girl down so she can take her from behind. As you watch, $assistantName extracts her cock from the market assistant's avatar's cunt and stuffs it up her ass, alongside her other dick, eliciting some terrified begging and then tired sobbing.
+		$assistantName is holding the poor _girlM down so _heA can take _himM from behind. As you watch, $assistantName extracts _hisA cock from the market assistant's avatar's cunt and stuffs it up _hisM ass, alongside _hisA other dick, eliciting some terrified begging and then tired sobbing.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		They're fucking openly, with the market assistant's avatar bouncing greedily on top of her monstrous sibling. She's clearly enjoying the feeling of her sister's cocks buried in her holes.
+		They're fucking openly, with the market assistant's avatar bouncing greedily on top of _hisM monstrous sibling. _HeM's clearly enjoying the feeling of _hisM sister's cocks buried in _hisM holes.
 	<<else>>
-		They're cuddled up close. As they kiss, $assistantName's tentacle hair holds her lover's head gently. The market assistant's avatar is using both hands to give $assistantName's cocks some manual release.
+		They're cuddled up close. As they kiss, $assistantName's tentacle hair holds _hisA lover's head gently. The market assistant's avatar is using both hands to give $assistantName's cocks some manual release.
 	<</if>>
 <<else>>
-	_HeA's sitting cross-legged, looking up at you and waiting for instructions. In the meantime, she's masturbating gently, a dickhead in each hand, while her hair writhes against itself.
+	_HeA's sitting cross-legged, looking up at you and waiting for instructions. In the meantime, _heA's masturbating gently, a dickhead in each hand, while _hisA hair writhes against itself.
 <</if>>
 
 <<case "shemale">>
 
-_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>bimbo shemale with bleached blonde hair, <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("fair", "pale")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("dark olive", "light olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark olive", "tanned")>><<else>>tanned<</if>><<elseif $assistantFSAppearance == "subjugationist">><<if $arcologies[0].FSSubjugationistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSubjugationistRace == "white">><<print either("fair", "pale")>><<elseif $arcologies[0].FSSubjugationistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "asian">><<print either("dark olive", "light olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark olive", "tanned")>><<else>>tanned<</if>><<else>>tanned<</if>> skin, huge lips, and ridiculous tits. Her cock hangs past her knees when limp.
+_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>bimbo shemale with bleached blonde hair, <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">><<if $arcologies[0].FSSupremacistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSupremacistRace == "white">><<print either("fair", "pale")>><<elseif $arcologies[0].FSSupremacistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSupremacistRace == "asian">><<print either("dark olive", "light olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSupremacistRace)>><<print either("dark olive", "tanned")>><<else>>tanned<</if>><<elseif $assistantFSAppearance == "subjugationist">><<if $arcologies[0].FSSubjugationistRace == "black">><<print either("black", "brown", "dark brown")>><<elseif $arcologies[0].FSSubjugationistRace == "white">><<print either("fair", "pale")>><<elseif $arcologies[0].FSSubjugationistRace == "latina">><<print either("brown", "dark brown", "dark olive")>><<elseif ["amerindian", "indo-aryan", "malay", "pacific islander"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark", "light")>><<elseif $arcologies[0].FSSubjugationistRace == "asian">><<print either("dark olive", "light olive")>><<elseif ["middle eastern", "semitic", "southern european"].includes($arcologies[0].FSSubjugationistRace)>><<print either("dark olive", "tanned")>><<else>>tanned<</if>><<else>>tanned<</if>> skin, huge lips, and ridiculous tits. _HisA cock hangs past _hisA knees when limp.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		_HeA's made herself up to look a bit classier recently: she has elegant fake nails, and has her hair piled up on her head.
+		_HeA's made _himselfA up to look a bit classier recently: _heA has elegant fake nails, and has _hisA hair piled up on _hisA head.
 	<<case "degradationist">>
-		_HeA's made herself up to look almost comically evil: she's wearing black lipstick, black eyeliner, and a black barbed cockring.
+		_HeA's made _himselfA up to look almost comically evil: _heA's wearing black lipstick, black eyeliner, and a black barbed cockring.
 	<<case "supremacist">>
 		_HeA remains nude in order to properly display the glory of a superior $arcologies[0].FSSupremacistRace cock.
 	<<case "subjugationist">>
-		Like most $arcologies[0].FSSubjugationistRace subhumans she has no self-control, and is constantly playing with her erect cock and whimpering in needy arousal.
+		Like most $arcologies[0].FSSubjugationistRace subhumans _heA has no self-control, and is constantly playing with _hisA erect cock and whimpering in needy arousal.
 	<<case "roman revivalist">>
 		_HeA's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish.
 	<<case "aztec revivalist">>
-		_HeA's wearing a headdress and a loincloth, which can't hide her enviable package.
+		_HeA's wearing a headdress and a loincloth, which can't hide _hisA enviable package.
 	<<case "egyptian revivalist">>
-		_HeA's wearing an Egyptian melting perfume cake on her head.
+		_HeA's wearing an Egyptian melting perfume cake on _hisA head.
 	<<case "edo revivalist">>
 		_HeA's wearing a brief Japanese bathhouse robe.
 	<<case "arabian revivalist">>
-		_HeA's dressed herself like an oil millionaire, with aviator sunglasses and a headscarf.
+		_HeA's dressed _himselfA like an oil millionaire, with aviator sunglasses and a headscarf.
 	<<case "chinese revivalist">>
-		_HeA's added various tattoos of rude Chinese characters to her body recently.
+		_HeA's added various tattoos of rude Chinese characters to _hisA body recently.
 	<<case "chattel religionist">>
-		_HeA's wearing the garb of a priestess of the new faith, which frames her cock prominently.
+		_HeA's wearing the garb of a priestess of the new faith, which frames _hisA cock prominently.
 	<<case "physical idealist">>
-		_HeA's extremely muscular: she shines with body oil, and her abs have abs.
+		_HeA's extremely muscular: _heA shines with body oil, and _hisA abs have abs.
 	<<case "hedonistic decadence">>
-		_HeA's extremely fat; when she isn't idly playing with herself, she is pigging out on snacks.
+		_HeA's extremely fat; when _heA isn't idly playing with _himselfA, _heA is pigging out on snacks.
 	<<case "repopulation focus">>
-		_HeA is incredibly pregnant, her belly preventing her from playing with herself effectively.
+		_HeA is incredibly pregnant, _hisA belly preventing _himA from playing with _himselfA effectively.
 	<<case "eugenics">>
-		Her sizable dick is restrained in a complicated chastity device.
+		_HisA sizable dick is restrained in a complicated chastity device.
 	<<case "gender radicalist">>
-		_HeA's rendered her cock in even more loving detail recently, adding a couple of veins and a bead of precum.
+		_HeA's rendered _hisA cock in even more loving detail recently, adding a couple of veins and a bead of precum.
 	<<case "gender fundamentalist">>
-		_HeA's taken to concealing her dick recently, and cheekily turns away from you to hide it as much as possible.
+		_HeA's taken to concealing _hisA dick recently, and cheekily turns away from you to hide it as much as possible.
 	<<case "asset expansionist">>
-		_HeA's increased the size of her assets recently: she's increased the girth of her dick until it's as thick as one of her arms, and her boobs are the size of beach balls.
+		_HeA's increased the size of _hisA assets recently: _heA's increased the girth of _hisA dick until it's as thick as one of _hisA arms, and _hisA boobs are the size of beach balls.
 	<<case "transformation fetishist">>
-		Her tits, ass and lips are carefully rendered to make them look fake.
+		_HisA tits, ass and lips are carefully rendered to make them look fake.
 	<<case "pastoralist">>
-		_HeA's lactating, and her orgasms produce comically powerful jets of cum.
+		_HeA's lactating, and _hisA orgasms produce comically powerful jets of cum.
 	<<case "maturity preferentialist">>
-		_HeA's quite mature, with a lean face that accentuates her cheekbones.
+		_HeA's quite mature, with a lean face that accentuates _hisA cheekbones.
 	<<case "youth preferentialist">>
 		_HeA's surprisingly young, and looks as innocent as a computer generated image of a girl with a pornstar dick possibly can.
 	<<case "slimness enthusiast">>
-		_HeA's recently altered her appearance to be slimmer and more athletic.
+		_HeA's recently altered _hisA appearance to be slimmer and more athletic.
 	<<case "body purist">>
-		_HeA's recently improved her appearance to look more natural, with prettier boobs and softer hips.
+		_HeA's recently improved _hisA appearance to look more natural, with prettier boobs and softer hips.
 	<</switch>>
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, gagging on her enormous dick. The slave must be down in the kitchen, getting a meal out of the phallic food dispensers. As you watch, the shemale orgasms; she notices you watching her, and blows you a wet kiss.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, gagging on _hisA enormous dick. The slave must be down in the kitchen, getting a meal out of the phallic food dispensers. As you watch, the shemale orgasms; _heA notices you watching _himA, and blows you a wet kiss.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, moaning as it takes her massive prick. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the shemale looks up at you, winks, and starts pulling out after each thrust, her cock making a popping noise each time it leaves the slave's butthole.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, moaning as it takes _hisA massive prick. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the shemale looks up at you, winks, and starts pulling out after each thrust, _hisA cock making a popping noise each time it leaves the slave's butthole.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	_HeA's giving a blowjob to a recognizable little representation of one of your slaves. The slave must be using one of the penthouse's many vibrators. The shemale is looking after herself, too, jerking herself off with one hand and playing with her asshole with the other.
+	_HeA's giving a blowjob to a recognizable little representation of one of your slaves. The slave must be using one of the penthouse's many vibrators. The shemale is looking after _himselfA, too, jerking _himselfA off with one hand and playing with _hisA asshole with the other.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The shemale is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The shemale is restraining herself for once, patting the slave's head and cooing reassuringly.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The shemale is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The shemale is restraining _himselfA for once, patting the slave's head and cooing reassuringly.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	_HeA's masturbating as she takes it up the ass from a representation of one of your security drones, which appears to have a little dildo mounted in place of one of its gun assemblies. When she sees you looking at her, she giggles and says, "What? I like him! He did really well during the invasion."
+	_HeA's masturbating as _heA takes it up the ass from a representation of one of your security drones, which appears to have a little dildo mounted in place of one of its gun assemblies. When _heA sees you looking at _himA, _heA giggles and says, "What? I like him! He did really well during the invasion."
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	The shemale is plowing a recognizable little representation of one of your slaves up the butt, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
@@ -157,14 +157,14 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $marketAssistantRelationship == "cute">>
 		They're jerking each other off companionably, since that's as close to chaste friendship as the lewd little shemales get. They chat girlishly, as though they weren't engaged in open mutual masturbation.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is bouncing the poor bitch up and down on her dick, the market assistant's pathetic, limp dick flopping around as $assistantName assrapes her. As you watch, $assistantName reaches around to give the market assistant's soft balls a possessive squeeze.
+		$assistantName is bouncing the poor bitch up and down on _hisA dick, the market assistant's pathetic, limp dick flopping around as $assistantName assrapes _himM. As you watch, $assistantName reaches around to give the market assistant's soft balls a possessive squeeze.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		They're locked in a tight, perfectly symmetrical incestuous 69, each of their monstrous cocks deepthroated a long way inside her sister's mouth. They spasm with simultaneous orgasm, gulping each other's cum greedily.
+		They're locked in a tight, perfectly symmetrical incestuous 69, each of their monstrous cocks deepthroated a long way inside their sister's mouth. They spasm with simultaneous orgasm, gulping each other's cum greedily.
 	<<else>>
-		They're doing it in the missionary position, kissing deeply. The one who's taking it has her huge dick between them, its head crushed between their four fake breasts. As you watch, she orgasms, splashing both of their faces with cum.
+		They're doing it in the missionary position, kissing deeply. The one who's taking it has _hisM huge dick between them, its head crushed between their four fake breasts. As you watch, _heM orgasms, splashing both of their faces with cum.
 	<</if>>
 <<else>>
-	_HeA's sitting cross-legged, bending down to suck herself off and looking up at you at the same time. When she sees your attention she lets her dick pop free of her mouth and waits for a moment to see if you have instructions for her, and then goes back to autofellatio.
+	_HeA's sitting cross-legged, bending down to suck _himselfA off and looking up at you at the same time. When _heA sees your attention _heA lets _hisA dick pop free of _hisA mouth and waits for a moment to see if you have instructions for _himA, and then goes back to autofellatio.
 <</if>>
 
 <<case "amazon">>
@@ -176,7 +176,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<case "repopulation focus">>
 		with an enormous belly. Its oversized occupant kicks and squirms ferociously, eager to be born.
 	<<case "eugenics">>
-		with a complex bone chastity belt blocking her vagina.
+		with a complex bone chastity belt blocking _hisA vagina.
 	<<case "degradationist">>
 		with ochre-dyed dreadlocks, war tattoos, shredded abs, and jewelry made from human bones. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
 	<<case "supremacist">>
@@ -186,37 +186,37 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<case "roman revivalist">>
 		wearing the armor of a Roman auxilia, complete with lorica hamata and oval shield painted with your arcology's symbols.
 	<<case "aztec revivalist">>
-		wearing the battledress of the greatest warriors, she stands incredibly imposing, holding a spear and shield.
+		wearing the battledress of the greatest warriors, _heA stands incredibly imposing, holding a spear and shield.
 	<<case "egyptian revivalist">>
-		wearing a simple white linen dress, kohl eye shadow, and sandals, making her look like a barbarian immigrant to the land of the Nile.
+		wearing a simple white linen dress, kohl eye shadow, and sandals, making _himA look like a barbarian immigrant to the land of the Nile.
 	<<case "edo revivalist">>
 		wearing a Japanese warrior's robe with a pair of swords tucked into its sash.
 	<<case "arabian revivalist">>
-		with a bare chest, loose pantaloons, and a broad silk sash wound around her waist with a scimitar thrust into it.
+		with a bare chest, loose pantaloons, and a broad silk sash wound around _hisA waist with a scimitar thrust into it.
 	<<case "chinese revivalist">>
 		wearing loose silk robes belted with rope and carrying a simple warrior monk's staff.
 	<<case "chattel religionist">>
-		wearing a crusader's mail. Her long blonde hair cascades down the back of her surcoat in golden glory.
+		wearing a crusader's mail. _HisA long blonde hair cascades down the back of _hisA surcoat in golden glory.
 	<<case "physical idealist">>
 		whose muscles are lovingly rendered in lifelike detail.
 	<<case "hedonistic decadence">>
-		with a thick layer of fat covering her muscled body. _HeA typically carries a half-eaten roast pig over her shoulder.
+		with a thick layer of fat covering _hisA muscled body. _HeA typically carries a half-eaten roast pig over _hisA shoulder.
 	<<case "gender radicalist">>
-		who is so heavily muscled that she's become quite androgynous lately.
+		who is so heavily muscled that _heA's become quite androgynous lately.
 	<<case "gender fundamentalist">>
-		whose heavy musculature does not detract from her feminine beauty.
+		whose heavy musculature does not detract from _hisA feminine beauty.
 	<<case "asset expansionist">>
 		who's almost muscle-bound.
 	<<case "transformation fetishist">>
 		who's almost muscle-bound.
 	<<case "pastoralist">>
-		wearing jean overalls, a plaid shirt whose sleeves are strained by her biceps, and rubber boots, and has a cowboy hat pushed back on her pretty head.
+		wearing jean overalls, a plaid shirt whose sleeves are strained by _hisA biceps, and rubber boots, and has a cowboy hat pushed back on _hisA pretty head.
 	<<case "maturity preferentialist">>
-		with streaks of grey running through her long flowing hair. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
+		with streaks of grey running through _hisA long flowing hair. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
 	<<case "youth preferentialist">>
-		with whose innocent appearance belies her heavy muscles. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
+		with whose innocent appearance belies _hisA heavy muscles. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
 	<<case "slimness enthusiast">>
-		with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. Her perky boobs are usually concealed by her ornaments.
+		with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. _HisA perky boobs are usually concealed by _hisA ornaments.
 	<<case "body purist">>
 		with a realistic tribeswoman's garb of woven jewelry and shell beads. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
 	<<default>>
@@ -226,30 +226,30 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	with long flowing hair, tribal tattoos, shredded abs, and bone jewelry. _HeA has bigger natural tits than anyone that ripped could possibly maintain.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the amazon orgasms, producing a little female barbarian shout.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, eating _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the amazon orgasms, producing a little female barbarian shout.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, letting the amazon use two fingers on _hisU butthole. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the amazon looks up at you, winks, and shoves her entire hand up the struggling slave's ass.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, letting the amazon use two fingers on _hisU butthole. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the amazon looks up at you, winks, and shoves _hisA entire hand up the struggling slave's ass.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	_HeA's holding a recognizable little representation of one of your slaves in her lap, giving _himU a powerful handjob. The slave must be using one of the penthouse's many vibrators. The slave gets off and collapses, exhausted.
+	_HeA's holding a recognizable little representation of one of your slaves in _hisA lap, giving _himU a powerful handjob. The slave must be using one of the penthouse's many vibrators. The slave gets off and collapses, exhausted.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The amazon is poking and prodding _himU; the slave must be getting a checkup. Once finished, the amazon gives _himU a powerful massage, making the slave groan with relief.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The amazon is poking and prodding _himU; the slave must be getting a checkup. Once finished, the amazon gives _himU a powerful massage, making the slave groan with relief.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	_HeA's leaning against a representation of one of your security drones. Every so often, she wrestles with it affectionately. When she sees you watching her, she leaps atop the drone, puts her fists on her hips, and says, "What? I like him! He did really well during the invasion. And he's cute!"
+	_HeA's leaning against a representation of one of your security drones. Every so often, _heA wrestles with it affectionately. When _heA sees you watching _himA, _heA leaps atop the drone, puts _hisA fists on _hisA hips, and says, "What? I like him! He did really well during the invasion. And he's cute!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	The amazon has her hand inside a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
+	The amazon has _hisA hand inside a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
 	_HeA's accompanied by your market assistant's tribeswoman avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		They're chatting companionably as $assistantName stretches and the market assistant's avatar does a complex calculation on her fingers. $assistantName is telling a long story, and the market assistant is listening kindly.
+		They're chatting companionably as $assistantName stretches and the market assistant's avatar does a complex calculation on _hisM fingers. $assistantName is telling a long story, and the market assistant is listening kindly.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is taking her tribal slave from behind. It's technically tribbing, since all she's doing is grinding her cunt against the market assistants', but the poor little tribeswoman is being fucked hard regardless.
+		$assistantName is taking _hisA tribal slave from behind. It's technically tribbing, since all _heA's doing is grinding _hisA cunt against the market assistants', but the poor little tribeswoman is being fucked hard regardless.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName is getting some manual stimulation from her sister, who is watching her muscular sibling's aroused thrashing with amusement as she slides her whole hand in and out of $assistantName's cunt.
+		$assistantName is getting some manual stimulation from _hisA sister, who is watching _hisM muscular sibling's aroused thrashing with amusement as _heM slides _hisM whole hand in and out of $assistantName's cunt.
 	<<else>>
 		They're doing it in the missionary position, kissing deeply. They're technically tribbing, but $assistantName's muscular body and the tribeswoman's wifely form make it look very pure and traditional.
 	<</if>>
 <<else>>
-	_HeA's doing pushups, glancing at you at the top of each rep to see if you need her. When she sees your attention, she pushes hard enough to bounce to a standing position. Seeing that you're just looking, she winks, flexes, and drops back down to do crunches.
+	_HeA's doing pushups, glancing at you at the top of each rep to see if you need _himA. When _heA sees your attention, _heA pushes hard enough to bounce to a standing position. Seeing that you're just looking, _heA winks, flexes, and drops back down to do crunches.
 <</if>>
 
 <<case "businesswoman">>
@@ -257,69 +257,69 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		wearing a perfectly-tailored suit, with her silver-blonde hair brushed back over her shoulders. Her clothes are conservative, but they can't hide her generous curves.
+		wearing a perfectly-tailored suit, with _hisA silver-blonde hair brushed back over _hisA shoulders. _HisA clothes are conservative, but they can't hide _hisA generous curves.
 	<<case "degradationist">>
-		wearing an iron-gray suit, with her hair up in a severe bun. _HeA's wearing deep red lipstick and a predatory expression.
+		wearing an iron-gray suit, with _hisA hair up in a severe bun. _HeA's wearing deep red lipstick and a predatory expression.
 	<<case "supremacist">>
-		wearing a perfectly-tailored suit. _HeA has two different tones she uses when speaking: a respectful one for talking with her $arcologies[0].FSSupremacistRace equals, and a strict domineering one for interacting with the lesser races.
+		wearing a perfectly-tailored suit. _HeA has two different tones _heA uses when speaking: a respectful one for talking with _hisA $arcologies[0].FSSupremacistRace equals, and a strict domineering one for interacting with the lesser races.
 	<<case "subjugationist">>
 		wearing a nice, slightly-used suit. _HeA speaks with a stereotypical $arcologies[0].FSSubjugationistRace voice, but is otherwise the model of a perfect subservient secretary.
 	<<case "roman revivalist">>
-		wearing a fine stola appropriate for a respectable Roman lady, with her hair up in a complicated style.
+		wearing a fine stola appropriate for a respectable Roman lady, with _hisA hair up in a complicated style.
 	<<case "aztec revivalist">>
-		wearing a modest huipil, her hair braided to two ponytails, she's the picture of quiet elegance.
+		wearing a modest huipil, _hisA hair braided to two ponytails, _heA's the picture of quiet elegance.
 	<<case "egyptian revivalist">>
 		wearing a simple white linen dress, kohl eye shadow, sandals, and a serene expression.
 	<<case "edo revivalist">>
 		wearing a fine kimono, getae, tabi, and an expression of perfect serenity.
 	<<case "arabian revivalist">>
-		wearing a tailored suit, a silk headscarf, and aviator sunglasses, making her look like a little oil heiress.
+		wearing a tailored suit, a silk headscarf, and aviator sunglasses, making _himA look like a little oil heiress.
 	<<case "chinese revivalist">>
-		wearing a conservative silk qipao. Her hair is pulled back into a bun and secured by a couple of chopsticks.
+		wearing a conservative silk qipao. _HisA hair is pulled back into a bun and secured by a couple of chopsticks.
 	<<case "chattel religionist">>
-		wearing a tailored suit. _HeA has a prominent religious symbol on a necklace that rests over her generous bosom.
+		wearing a tailored suit. _HeA has a prominent religious symbol on a necklace that rests over _hisA generous bosom.
 	<<case "physical idealist">>
-		wearing a tailored suit. _HeA's proportioned to make it very obvious that she works out.
+		wearing a tailored suit. _HeA's proportioned to make it very obvious that _heA works out.
 	<<case "hedonistic decadence">>
-		wearing a tailored suit. _HeA's proportioned to make it very obvious that she enjoys a good drink after the day is done.
+		wearing a tailored suit. _HeA's proportioned to make it very obvious that _heA enjoys a good drink after the day is done.
 	<<case "repopulation focus">>
-		wearing a nice suit, it's tailored to contain her pregnant belly.
+		wearing a nice suit, it's tailored to contain _hisA pregnant belly.
 	<<case "eugenics">>
-		wearing a nice suit and wearing the insignia of the elite upon her arm. Her suit strains to contain her belly, swollen with the child of another elite.
+		wearing a nice suit and wearing the insignia of the elite upon _hisA arm. _HisA suit strains to contain _hisA belly, swollen with the child of another elite.
 	<<case "gender radicalist">>
-		wearing a nice suit. _HeA's changed her appearance recently to make herself quite androgynous.
+		wearing a nice suit. _HeA's changed _hisA appearance recently to make _himselfA quite androgynous.
 	<<case "gender fundamentalist">>
-		wearing a nice suit. _HeA's changed her appearance recently to make herself more feminine, with a softer expression and a pretty fall of silver-blonde hair over one shoulder.
+		wearing a nice suit. _HeA's changed _hisA appearance recently to make _himselfA more feminine, with a softer expression and a pretty fall of silver-blonde hair over one shoulder.
 	<<case "asset expansionist">>
-		wearing a nice suit, which is tailored to fit her despite the fact that she has breasts almost as large as she is.
+		wearing a nice suit, which is tailored to fit _himA despite the fact that _heA has breasts almost as large as _heA is.
 	<<case "transformation fetishist">>
 		wearing a nice suit over tits that are carefully rendered to be high and perfect enough to give the impression of being implants.
 	<<case "pastoralist">>
 		wearing a suit jacket over a plaid shirt and jeans.
 	<<case "maturity preferentialist">>
-		wearing a nice suit. _HeA's allowed her appearance to become more mature recently, letting her hair go gray and adding attractive aging to her face.
+		wearing a nice suit. _HeA's allowed _hisA appearance to become more mature recently, letting _hisA hair go gray and adding attractive aging to _hisA face.
 	<<case "youth preferentialist">>
-		wearing a nice suit. _HeA's improved her appearance to look younger recently, bringing her hair to full blonde and wearing softer shades of lipstick.
+		wearing a nice suit. _HeA's improved _hisA appearance to look younger recently, bringing _hisA hair to full blonde and wearing softer shades of lipstick.
 	<<case "slimness enthusiast">>
-		wearing a nice suit. _HeA looks youthful, despite her severe expression, and her boobs are elegantly small.
+		wearing a nice suit. _HeA looks youthful, despite _hisA severe expression, and _hisA boobs are elegantly small.
 	<<case "body purist">>
-		in a suit. _HeA's recently improved her appearance to look more natural, with a single stray tress of hair escaping her bun to run prettily down her chest.
+		in a suit. _HeA's recently improved _hisA appearance to look more natural, with a single stray tress of hair escaping _hisA bun to run prettily down _hisA chest.
 	<<default>>
-		wearing a nice suit, with chopsticks holding her silver hair back in a bun. Her clothes are conservative, but they can't hide her generous curves.
+		wearing a nice suit, with chopsticks holding _hisA silver hair back in a bun. _HisA clothes are conservative, but they can't hide _hisA generous curves.
 	<</switch>>
 	<<else>>
-	wearing a nice suit, with chopsticks holding her silver hair back in a bun. Her clothes are conservative, but they can't hide her generous curves.
+	wearing a nice suit, with chopsticks holding _hisA silver hair back in a bun. _HisA clothes are conservative, but they can't hide _hisA generous curves.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves has _hisU head under the front of her skirt, and is eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. The businesswoman notices you watching and winks, running a possessive hand through the slave's hair.
+	A recognizable little representation of one of your slaves has _hisU head under the front of _hisA skirt, and is eating _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. The businesswoman notices you watching and winks, running a possessive hand through the slave's hair.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, and the businesswoman is using a big strap-on on the poor slave's butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. The businesswoman notices you watching her and gives you a cheerful little wave, ignoring the slave's distress.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, and the businesswoman is using a big strap-on on the poor slave's butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. The businesswoman notices you watching _himA and gives you a cheerful little wave, ignoring the slave's distress.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
 	_HeA's fucking a recognizable little representation of one of your slaves with a strap-on, which the slave is obviously enjoying. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and whispers something in the slave's ear; the slave looks up at you and blushes.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The businesswoman is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The businesswoman is taking notes on a tablet; she nods in satisfaction.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The businesswoman is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The businesswoman is taking notes on a tablet; _heA nods in satisfaction.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	_HeA's sitting primly next to a representation of one of your security drones, working on a little tablet. Every so often, she reaches over and rubs the drone's upper armor affectionately. When she sees you looking at her, she blushes and says, "I like this one. He did very well during the invasion. And he's so handsome!"
+	_HeA's sitting primly next to a representation of one of your security drones, working on a little tablet. Every so often, _heA reaches over and rubs the drone's upper armor affectionately. When _heA sees you looking at _himA, _heA blushes and says, "I like this one. He did very well during the invasion. And he's so handsome!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	_HeA's using a strap-on on a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
@@ -327,14 +327,14 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $marketAssistantRelationship == "cute">>
 		They're gossiping tipsily over martinis, their heels kicked off and their jackets unbuttoned. They trade stories from their day, laughing at your slaves' struggles.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is shamelessly molesting the office intern. The market assistant looks like she's trying to get work done, but the sexually aggressive MILF avatar is standing behind her with one hand down the market assistant's skirt and another down her blouse.
+		$assistantName is shamelessly molesting the office intern. The market assistant looks like _heM's trying to get work done, but the sexually aggressive MILF avatar is standing behind _himM with one hand down the market assistant's skirt and another down _hisM blouse.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName is getting oral sex from her daughter, the naked businesswomen surrounded by their discarded office wear. As you watch, $assistantName shrieks her daughter's name, clutching her head in both hands.
+		$assistantName is getting oral sex from _hisA daughter, the naked businesswomen surrounded by their discarded office wear. As you watch, $assistantName shrieks _hisA daughter's name, clutching _hisM head in both hands.
 	<<else>>
 		They're making out in a surprisingly girlish way, hesitantly kissing each other and pressing their chests together. They blush when they see you watching them, but $assistantName is sneaking a hand up the market assistant's avatar's skirt.
 	<</if>>
 <<else>>
-	_HeA's sitting at a little desk of her own, working away. _HeA glances up to check on you and sees you looking at her, and flashes you a confident, pearly white smile before returning to her business.
+	_HeA's sitting at a little desk of _hisA own, working away. _HeA glances up to check on you and sees you looking at _himA, and flashes you a confident, pearly white smile before returning to _hisA business.
 <</if>>
 
 <<case "goddess">>
@@ -342,69 +342,69 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		with swollen breasts and a big pregnant belly. _HeA wears only a gossamer white camisole over her tanned skin, with a woven crown of daisies.
+		with swollen breasts and a big pregnant belly. _HeA wears only a gossamer white camisole over _hisA tanned skin, with a woven crown of daisies.
 	<<case "degradationist">>
-		with swollen hips and breasts and a huge pregnant belly. _HeA's naked aside from the steel piercings in her protruding clit, navel, and nipples.
+		with swollen hips and breasts and a huge pregnant belly. _HeA's naked aside from the steel piercings in _hisA protruding clit, navel, and nipples.
 	<<case "supremacist">>
-		with swollen breasts and a big pregnant belly. _HeA wears a golden tiara on her head, and her otherwise nude form is a shining example of the $arcologies[0].FSSupremacistRace race's divine beauty.
+		with swollen breasts and a big pregnant belly. _HeA wears a golden tiara on _hisA head, and _hisA otherwise nude form is a shining example of the $arcologies[0].FSSupremacistRace race's divine beauty.
 	<<case "subjugationist">>
-		with swollen hips and breasts and a huge pregnant belly. _HeA's nude aside from a crown of wilted flowers and the iron shackles on her wrists and ankles.
+		with swollen hips and breasts and a huge pregnant belly. _HeA's nude aside from a crown of wilted flowers and the iron shackles on _hisA wrists and ankles.
 	<<case "roman revivalist">>
-		with swollen hips and a big pregnant belly. _HeA's clothed in a loose stola, with dozens of flowers woven into her curly auburn hair.
+		with swollen hips and a big pregnant belly. _HeA's clothed in a loose stola, with dozens of flowers woven into _hisA curly auburn hair.
 	<<case "aztec revivalist">>
-		glowing like a sun goddess, her full belly commands awe and respect in all who see her.
+		glowing like a sun goddess, _hisA full belly commands awe and respect in all who see _himA.
 	<<case "egyptian revivalist">>
-		wielding an ankh-headed staff. _HeA's wearing a gilded headdress and linen skirt, but leaves her breasts and pregnant stomach bare to gleam like bronze.
+		wielding an ankh-headed staff. _HeA's wearing a gilded headdress and linen skirt, but leaves _hisA breasts and pregnant stomach bare to gleam like bronze.
 	<<case "edo revivalist">>
-		her swollen hips and pregnant belly loosely wrapped in a red tomesode. Her waterfall of black hair is held by a comb shaped like big pointed fox ears.
+		_hisA swollen hips and pregnant belly loosely wrapped in a red tomesode. _HisA waterfall of black hair is held by a comb shaped like big pointed fox ears.
 	<<case "arabian revivalist">>
-		with swollen hips and breasts and a big pregnant belly. _HeA's wrapped herself in white silks, but only the veil around her face is opaque.
+		with swollen hips and breasts and a big pregnant belly. _HeA's wrapped _himselfA in white silks, but only the veil around _hisA face is opaque.
 	<<case "chinese revivalist">>
-		her swollen hips and pregnant belly barely concealed under colorful silk robes, covered in flowers and embroidery.
+		_hisA swollen hips and pregnant belly barely concealed under colorful silk robes, covered in flowers and embroidery.
 	<<case "chattel religionist">>
 		with swollen breasts and a big pregnant belly. _HeA's surrounded by a nimbus of light and flowing platinum hair, like an angel carrying a few new cherubim.
 	<<case "physical idealist">>
-		trim and athletic despite her pregnant belly. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		trim and athletic despite _hisA pregnant belly. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<<case "hedonistic decadence">>
-		with soft, plush features. Her belly is so fat it is difficult to tell she is pregnant at first. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		with soft, plush features. _HisA belly is so fat it is difficult to tell _heA is pregnant at first. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<<case "repopulation focus">>
-		with swollen breasts and an enormous pregnant belly. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		with swollen breasts and an enormous pregnant belly. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<<case "eugenics">>
-		with swollen hips and breasts and a big pregnant belly. _HeA is stunningly beautiful and proudly bears the insignia of the Elite upon her breast.
+		with swollen hips and breasts and a big pregnant belly. _HeA is stunningly beautiful and proudly bears the insignia of the Elite upon _hisA breast.
 	<<case "gender radicalist">>
-		although she'd be nearly androgynous without the rounded pregnant belly. Her short hair and flowing robe conceal any other feminine traits.
+		although _heA'd be nearly androgynous without the rounded pregnant belly. _HisA short hair and flowing robe conceal any other feminine traits.
 	<<case "gender fundamentalist">>
-		with swollen hips and breasts and a huge pregnant belly. _HeA's nude aside from a crown of roses, and makes no attempt to cover her radiant body.
+		with swollen hips and breasts and a huge pregnant belly. _HeA's nude aside from a crown of roses, and makes no attempt to cover _hisA radiant body.
 	<<case "asset expansionist">>
-		her big pregnant belly almost eclipsed by her enormous breasts. _HeA's nude aside from the sunflowers woven into her long hair.
+		_hisA big pregnant belly almost eclipsed by _hisA enormous breasts. _HeA's nude aside from the sunflowers woven into _hisA long hair.
 	<<case "transformation fetishist">>
-		clad in a rainbow of flowers and latex pasties. Even pregnant, her breasts and ass are too firm to be natural, like a porn star who forgot her birth control.
+		clad in a rainbow of flowers and latex pasties. Even pregnant, _hisA breasts and ass are too firm to be natural, like a porn star who forgot _hisA birth control.
 	<<case "pastoralist">>
-		with oversized breasts pouring streams of milk down her pregnant belly like a fountain. _HeA's nude aside from the wildflowers tucked in her hair.
+		with oversized breasts pouring streams of milk down _hisA pregnant belly like a fountain. _HeA's nude aside from the wildflowers tucked in _hisA hair.
 	<<case "maturity preferentialist">>
-		with only her huge hips and a wreath of flowers to protect her modesty. Her stretch-marks and laugh-lines suggest the child she's carrying is not her first.
+		with only _hisA huge hips and a wreath of flowers to protect _hisA modesty. _HisA stretch-marks and laugh-lines suggest the child _heA's carrying is not _hisA first.
 	<<case "youth preferentialist">>
-		with swollen breasts and a big pregnant belly. _HeA's nude aside from a wreath of daffodils, her body radiant with youthful energy.
+		with swollen breasts and a big pregnant belly. _HeA's nude aside from a wreath of daffodils, _hisA body radiant with youthful energy.
 	<<case "slimness enthusiast">>
-		her big pregnant belly dominating her otherwise lithe frame. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		_hisA big pregnant belly dominating _hisA otherwise lithe frame. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<<case "body purist">>
-		with swollen hips and breasts and a big pregnant belly. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		with swollen hips and breasts and a big pregnant belly. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<<default>>
-		with swollen hips and breasts and a big pregnant belly. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		with swollen hips and breasts and a big pregnant belly. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<</switch>>
 	<<else>>
-		with swollen hips and breasts and a big pregnant belly. _HeA's nude aside from a crown of flowers, her modesty protected only by her flowing hair.
+		with swollen hips and breasts and a big pregnant belly. _HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA flowing hair.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is suckling at her milky tits. The slave must be down in the kitchen, getting a meal out of the food dispensers. The goddess notices you watching, and smiles while she cradles the slave to her nourishing bosom.
+	A recognizable little representation of one of your slaves is suckling at _hisA milky tits. The slave must be down in the kitchen, getting a meal out of the food dispensers. The goddess notices you watching, and smiles while _heA cradles the slave to _hisA nourishing bosom.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is laying face down in her lap, letting the goddess slowly but firmly put more and more of her hand up the slave's butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. The slave writhes under the strain, and the goddess starts stroking _hisU back to calm _himU down.
+	A recognizable little representation of one of your slaves is laying face down in _hisA lap, letting the goddess slowly but firmly put more and more of _hisA hand up the slave's butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. The slave writhes under the strain, and the goddess starts stroking _hisU back to calm _himU down.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	_HeA's having sex with a recognizable little representation of one of your slaves, kissing deeply and pulling _himU tight to her pillowy chest. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and lays farther back, balancing the slave atop her stomach and reaching down to fondle more thoroughly.
+	_HeA's having sex with a recognizable little representation of one of your slaves, kissing deeply and pulling _himU tight to _hisA pillowy chest. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and lays farther back, balancing the slave atop _hisA stomach and reaching down to fondle more thoroughly.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The goddess is checking the slave's temperature with the back of her hand, a concerned but tender look on her face; the slave must be getting a checkup. _HeA gently explores the slave's neck and chest for any sign of discomfort.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The goddess is checking the slave's temperature with the back of _hisA hand, a concerned but tender look on _hisA face; the slave must be getting a checkup. _HeA gently explores the slave's neck and chest for any sign of discomfort.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	_HeA's frolicking with a representation of one of your security drones, hugging and cradling it to her baby bump. When she sees you looking at her, she pets one of its gun barrels and says, "What? I like him! He was so brave, protecting us during the invasion. Besides, he's adorable!"
+	_HeA's frolicking with a representation of one of your security drones, hugging and cradling it to _hisA baby bump. When _heA sees you looking at _himA, _heA pets one of its gun barrels and says, "What? I like him! He was so brave, protecting us during the invasion. Besides, he's adorable!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	_HeA's fondling and breastfeeding a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
@@ -414,12 +414,12 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
 		$assistantName casts a spell on the junior avatar as you watch. The market assistant's avatar goes from reluctance to a sudden consuming hunger for $assistantName's pregnant pussy. $assistantName laughs powerfully at the sudden oral assault.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		They're both especially pregnant today, and are gently tribbing, their legs intertwined and their torsos reclined away from one another. Each massages her belly with satisfaction, feeling her sister's heat against her own.
+		They're both especially pregnant today, and are gently tribbing, their legs intertwined and their torsos reclined away from one another. Each massages their own belly with satisfaction, feeling their sister's heat against their own.
 	<<else>>
 		They're making heavenly love, kissing deeply and fingering each other voluptuously. They somehow make mutual masturbation look like a deeply sacred act, occasionally breaking their kiss to look into each others' eyes.
 	<</if>>
 <<else>>
-	_HeA's reclined on one arm, idly stroking her heavy abdomen with the other, a contemplative look on her face. When she sees your glance she smiles placidly and sits upright, her hands resting atop her dripping breasts.
+	_HeA's reclined on one arm, idly stroking _hisA heavy abdomen with the other, a contemplative look on _hisA face. When _heA sees your glance _heA smiles placidly and sits upright, _hisA hands resting atop _hisA dripping breasts.
 <</if>>
 
 <<case "schoolgirl">>
@@ -427,69 +427,69 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		wearing a long plaid skirt and a clean white shirt. _HeA does her best to look as prim as possible, which, given her duties, often isn't very prim at all.
+		wearing a long plaid skirt and a clean white shirt. _HeA does _hisA best to look as prim as possible, which, given _hisA duties, often isn't very prim at all.
 	<<case "degradationist">>
-		wearing a plaid skirt and a white shirt, though she's hiked the skirt up to show almost everything, and torn the shirt open to bare her perky boobs.
+		wearing a plaid skirt and a white shirt, though _heA's hiked the skirt up to show almost everything, and torn the shirt open to bare _hisA perky boobs.
 	<<case "supremacist">>
 		wearing a plaid skirt and a white shirt. _HeA is constantly taking notes and studying the latest textbooks, satisfying the $arcologies[0].FSSupremacistRace race's thirst for knowledge.
 	<<case "subjugationist">>
 		wearing a plaid skirt and a white shirt. _HeA speaks with a stereotypical $arcologies[0].FSSubjugationistRace accent, giving the impression of a foreign exchange student with much to learn.
 	<<case "roman revivalist">>
-		wearing a girl's stola, with her hair pulled up into a proper upper-class Roman coiffure. _HeA usually carries a wax tablet and a stylus.
+		wearing a girl's stola, with _hisA hair pulled up into a proper upper-class Roman coiffure. _HeA usually carries a wax tablet and a stylus.
 	<<case "aztec revivalist">>
-		wearing only an overshirt, her cute little legs are complimented by her twin tails.
+		wearing only an overshirt, _hisA cute little legs are complimented by _hisA twin tails.
 	<<case "egyptian revivalist">>
-		wearing a simple white linen skirt, kohl eye shadow, sandals, and no top at all, baring her perky young breasts.
+		wearing a simple white linen skirt, kohl eye shadow, sandals, and no top at all, baring _hisA perky young breasts.
 	<<case "edo revivalist">>
 		wearing a simple robe appropriate for a proper, traditional Japanese lady.
 	<<case "arabian revivalist">>
-		wearing a long plaid skirt, a clean white shirt, and a headscarf, making her look like an Arab girl attending a Western school.
+		wearing a long plaid skirt, a clean white shirt, and a headscarf, making _himA look like an Arab girl attending a Western school.
 	<<case "chinese revivalist">>
-		wearing a plaid skirt and a white shirt. Her hair is pulled back into a bun and secured by a couple of chopsticks.
+		wearing a plaid skirt and a white shirt. _HisA hair is pulled back into a bun and secured by a couple of chopsticks.
 	<<case "chattel religionist">>
-		wearing a plaid skirt and a white shirt. _HeA has a prominent religious symbol on a necklace that rests at the level of her perky tits.
+		wearing a plaid skirt and a white shirt. _HeA has a prominent religious symbol on a necklace that rests at the level of _hisA perky tits.
 	<<case "physical idealist">>
-		wearing a plaid skirt, a white shirt, and athletic shoes. _HeA usually renders herself flushed with exercise, as though she just came from gym class.
+		wearing a plaid skirt, a white shirt, and athletic shoes. _HeA usually renders _himselfA flushed with exercise, as though _heA just came from gym class.
 	<<case "hedonistic decadence">>
-		wearing a plaid skirt and a white shirt. The buttons of her shirt struggle against her plush body and her skirt rides up her plump butt to expose her panties.
+		wearing a plaid skirt and a white shirt. The buttons of _hisA shirt struggle against _hisA plush body and _hisA skirt rides up _hisA plump butt to expose _hisA panties.
 	<<case "repopulation focus">>
-		wearing a plaid skirt and a white shirt, though her shirt rides up her growing pregnancy. It seems she found another way to support her team.
+		wearing a plaid skirt and a white shirt, though _hisA shirt rides up _hisA growing pregnancy. It seems _heA found another way to support _hisA team.
 	<<case "eugenics">>
 		wearing a plaid skirt and a white shirt. _HeA usually can be seen studying to become an upstanding member of society's elite.
 	<<case "gender radicalist">>
-		wearing a plaid skirt and a white shirt. _HeA's changed her appearance recently to make herself quite androgynous.
+		wearing a plaid skirt and a white shirt. _HeA's changed _hisA appearance recently to make _himselfA quite androgynous.
 	<<case "gender fundamentalist">>
-		wearing a plaid skirt and a white shirt. _HeA's changed her appearance recently to make herself as cute and feminine as possible, and she blushes a lot.
+		wearing a plaid skirt and a white shirt. _HeA's changed _hisA appearance recently to make _himselfA as cute and feminine as possible, and _heA blushes a lot.
 	<<case "asset expansionist">>
-		wearing a plaid skirt and a white shirt. Her breasts are unrealistically huge for her apparent age, and perfect skin is visible between the buttons of her overstrained shirt.
+		wearing a plaid skirt and a white shirt. _HisA breasts are unrealistically huge for _hisA apparent age, and perfect skin is visible between the buttons of _hisA overstrained shirt.
 	<<case "transformation fetishist">>
-		wearing a plaid skirt and a white shirt. Her breasts are rendered to make it look like she got a pair of fake tits for her birthday.
+		wearing a plaid skirt and a white shirt. _HisA breasts are rendered to make it look like _heA got a pair of fake tits for _hisA birthday.
 	<<case "pastoralist">>
-		wearing a plaid skirt and a white shirt. There's a little wet spot over each of her nipples.
+		wearing a plaid skirt and a white shirt. There's a little wet spot over each of _hisA nipples.
 	<<case "maturity preferentialist">>
-		wearing a plaid skirt and a white shirt. Her short skirt reveals a pink bottom, making it look like Teacher just spanked her.
+		wearing a plaid skirt and a white shirt. _HisA short skirt reveals a pink bottom, making it look like teacher just spanked _himA.
 	<<case "youth preferentialist">>
-		wearing a plaid skirt and a white shirt. _HeA looks quite young and innocent, and depicts herself blushing at anything lewd.
+		wearing a plaid skirt and a white shirt. _HeA looks quite young and innocent, and depicts _himselfA blushing at anything lewd.
 	<<case "slimness enthusiast">>
-		wearing a plaid skirt and a white shirt. _HeA looks quite young and innocent, and her boobs are elegantly small.
+		wearing a plaid skirt and a white shirt. _HeA looks quite young and innocent, and _hisA boobs are elegantly small.
 	<<case "body purist">>
-		wearing a plaid skirt and a white shirt. _HeA's recently improved her appearance to look more natural, with freckles and a winning smile.
+		wearing a plaid skirt and a white shirt. _HeA's recently improved _hisA appearance to look more natural, with freckles and a winning smile.
 	<<default>>
-		wearing a plaid skirt and a white shirt. Her breasts strain against the material, and her skirt is short enough to show off a bit of bottom.
+		wearing a plaid skirt and a white shirt. _HisA breasts strain against the material, and _hisA skirt is short enough to show off a bit of bottom.
 	<</switch>>
 	<<else>>
-		wearing a plaid skirt and a white shirt. Her breasts strain against the material, and her skirt is short enough to show off a bit of bottom.
+		wearing a plaid skirt and a white shirt. _HisA breasts strain against the material, and _hisA skirt is short enough to show off a bit of bottom.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves has _hisU head under the front of her skirt, and is eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the schoolgirl orgasms, blushing furiously when she notices you watching.
+	A recognizable little representation of one of your slaves has _hisU head under the front of _hisA skirt, and is eating _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the schoolgirl orgasms, blushing furiously when _heA notices you watching.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, letting the schoolgirl push two fingers gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the schoolgirl notices you watching her, blushes, looks away, and starts working faster.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, letting the schoolgirl push two fingers gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the schoolgirl notices you watching _himA, blushes, looks away, and starts working faster.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
 	_HeA's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and blushes, but then shifts a little so you can see better.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The schoolgirl is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The schoolgirl is patting the _girlU's head reassuringly.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The schoolgirl is wearing a little stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The schoolgirl is patting the _girlU's head reassuringly.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	_HeA's planting a wet kiss on a representation of one of your security drones; she pats it lovingly and manages to press quite a bit of boob against the side of one of its gun assemblies. When she sees you looking at her, she giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
+	_HeA's planting a wet kiss on a representation of one of your security drones; _heA pats it lovingly and manages to press quite a bit of boob against the side of one of its gun assemblies. When _heA sees you looking at _himA, _heA giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	_HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
@@ -497,125 +497,125 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $marketAssistantRelationship == "cute">>
 		They're sitting next to each other, and appear to be doing homework side by side. The market assistant's work looks like complicated math problems, while $assistantName is looking through lewd pictures of slaves, albeit with some kind of higher purpose.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is wearing a strap-on, and is bullying her schoolgirl conquest's pussy. The market assistant's avatar orgasms loudly as you watch, and then claps both hands over her mouth, crying a little, unwilling to give $assistantName the satisfaction.
+		$assistantName is wearing a strap-on, and is bullying _hisA schoolgirl conquest's pussy. The market assistant's avatar orgasms loudly as you watch, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction.
 	<<elseif $marketAssistantRelationship == "incestuous">>
 		They're making faces at each other and giggling, but as you watch them, this degenerates rapidly into clumsy kissing, groping of each others' breasts, and finally some enthusiastic tribbing.
 	<<else>>
-		$assistantName is giving the market assistant's avatar oral, and to go by the bespectacled girl's gasping, is doing a good job. $assistantName finishes and leans back, wiping her mouth and grinning as her lover bends over to return the favor.
+		$assistantName is giving the market assistant's avatar oral, and to go by the bespectacled _girlM's gasping, is doing a good job. $assistantName finishes and leans back, wiping _hisA mouth and grinning as _hisA lover bends over to return the favor.
 	<</if>>
 <<else>>
-	_HeA's watching you attentively, waiting for a chance to be helpful. When she sees your glance, she smiles hopefully, sticks out her chest a little, and turns from side to side to show off.
+	_HeA's watching you attentively, waiting for a chance to be helpful. When _heA sees your glance, _heA smiles hopefully, sticks out _hisA chest a little, and turns from side to side to show off.
 <</if>>
 
 <<case "hypergoddess">>
-	_HeA's a cute "little" <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>fertility goddess, with monstrously wide hips, enormous milky breasts and a room filling belly. Her overfull stomach bulges and squirms from her hundreds of occupants, as well as parts her milk swollen breasts to either side.
+	_HeA's a cute "little" <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>fertility goddess, with monstrously wide hips, enormous milky breasts and a room filling belly. _HisA overfull stomach bulges and squirms from _hisA hundreds of occupants, as well as parts _hisA milk swollen breasts to either side.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		_HeA's made herself up to look a bit classier recently: she has elegant fake nails, and has her hair piled up on her head. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's made _himselfA up to look a bit classier recently: _heA has elegant fake nails, and has _hisA hair piled up on _hisA head. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "repopulation focus">>
-		_HeA rests atop her newly modified belly. It bulges greatly from all sides and holds her far off the ground.
+		_HeA rests atop _hisA newly modified belly. It bulges greatly from all sides and holds _himA far off the ground.
 	<<case "eugenics">>
-		_HeA appears as an ugly and unkempt slavegirl, massively pregnant with hundreds of subhuman spawn. Her immense belly is coated in bulges and moving ominously. A malformed, impish child claws its way out of her ruined cunt periodically.
+		_HeA appears as an ugly and unkempt slavegirl, massively pregnant with hundreds of subhuman spawn. _HisA immense belly is coated in bulges and moving ominously. A malformed, impish child claws its way out of _hisA ruined cunt periodically.
 	<<case "degradationist">>
-		_HeA's made herself up to look almost comically evil: she's wearing black lipstick and black eyeliner. Numerous studs cover her bulging belly and a large, heavy ring is driven through her popped navel. Liquid constantly oozes from her gaping vagina where a baby is held mid-birth by several criss-crossing chains.
+		_HeA's made _himselfA up to look almost comically evil: _heA's wearing black lipstick and black eyeliner. Numerous studs cover _hisA bulging belly and a large, heavy ring is driven through _hisA popped navel. Liquid constantly oozes from _hisA gaping vagina where a baby is held mid-birth by several criss-crossing chains.
 	<<case "supremacist">>
-		_HeA is nude except for a golden tiara on her head, a symbol of the $arcologies[0].FSSupremacistRace race's divine right to rule. Occasionally a stream of liquid pours from her crotch along with a healthy $arcologies[0].FSSupremacistRace baby.
+		_HeA is nude except for a golden tiara on _hisA head, a symbol of the $arcologies[0].FSSupremacistRace race's divine right to rule. Occasionally a stream of liquid pours from _hisA crotch along with a healthy $arcologies[0].FSSupremacistRace baby.
 	<<case "subjugationist">>
-		_HeA is shackled onto a large bed, the iron chains forcing her legs apart and putting her gaping pussy on display. Occasionally a stream of liquid pours from her crotch along with a healthy $arcologies[0].FSSubjugationistRace slave baby.
+		_HeA is shackled onto a large bed, the iron chains forcing _hisA legs apart and putting _hisA gaping pussy on display. Occasionally a stream of liquid pours from _hisA crotch along with a healthy $arcologies[0].FSSubjugationistRace slave baby.
 	<<case "roman revivalist">>
-		_HeA's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "aztec revivalist">>
-		_HeA glows like a sun goddess, her life-giving belly commands awe and respect in all who see her. Every sacrifice before her coincides with another life entering the world.
+		_HeA glows like a sun goddess, _hisA life-giving belly commands awe and respect in all who see _himA. Every sacrifice before _himA coincides with another life entering the world.
 	<<case "egyptian revivalist">>
-		She's wearing an Egyptian melting perfume cake on her head. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's wearing an Egyptian melting perfume cake on _hisA head. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "edo revivalist">>
-		She's wearing a brief Japanese bathhouse robe. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's wearing a brief Japanese bathhouse robe. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "arabian revivalist">>
-		She's dressed herself like an oil millionaire's broodmother, with silken linens. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's dressed _himselfA like an oil millionaire's broodmother, with silken linens. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "chinese revivalist">>
-		She's added various tattoos of rude Chinese characters to her body recently. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's added various tattoos of rude Chinese characters to _hisA body recently. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "chattel religionist">>
-		She's wearing the garb of a priestess of the new faith, which frames her belly prominently. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's wearing the garb of a priestess of the new faith, which frames _hisA belly prominently. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<<case "physical idealist">>
-		She's extremely muscular: she hefts her massive belly easily off the floor.
+		_HeA's extremely muscular: _heA hefts _hisA massive belly easily off the floor.
 	<<case "hedonistic decadence">>
-		She's extremely fat, though it does nothing to hide her immense dome of a belly. She is constantly eating something fatty or sucking down her own milk; the only thing hungrier than her is her brood. Occasionally a stream of liquid pours from her crotch along with a plump, healthy baby.
+		_HeA's extremely fat, though it does nothing to hide _hisA immense dome of a belly. _HeA is constantly eating something fatty or sucking down _hisA own milk; the only thing hungrier than _himA is _hisA brood. Occasionally a stream of liquid pours from _hisA crotch along with a plump, healthy baby.
 	<<case "gender radicalist">>
-		Her belly is pushed upwards by a huge cock and a pair of enormous lumpy balls. Occasionally a stream of liquid pours from her crotch along with a healthy baby. At the same time, she orgasms copious amounts of cum as a bulge moves along her urethra before blasting out even more cum and a baby.
+		_HisA belly is pushed upwards by a huge cock and a pair of enormous lumpy balls. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby. At the same time, _heA orgasms copious amounts of cum as a bulge moves along _hisA urethra before blasting out even more cum and a baby.
 	<<case "gender fundamentalist">>
-		Her belly has become absolutely massive recently: It fills most of your desk when she's around. She constantly births children from her loins.
+		_HisA belly has become absolutely massive recently: It fills most of your desk when _heA's around. _HeA constantly births children from _hisA loins.
 	<<case "asset expansionist">>
-		She's increased the size of her assets recently: her boobs fill more of your desk than her belly.
+		_HeA's increased the size of _hisA assets recently: _hisA boobs fill more of your desk than _hisA belly.
 	<<case "transformation fetishist">>
-		Her tits, ass and lips are carefully rendered to make them look fake.
+		_HisA tits, ass and lips are carefully rendered to make them look fake.
 	<<case "pastoralist">>
-		Powerful jets of milk flow from her desk filling boobs.
+		Powerful jets of milk flow from _hisA desk filling boobs.
 	<<case "maturity preferentialist">>
-		She's quite mature; her belly is covered in stretch marks.
+		_HeA's quite mature; _hisA belly is covered in stretch marks.
 	<<case "youth preferentialist">>
 		<<if $minimumSlaveAge > 13>>
-			She's fresh into adulthood and already has had more children than most women. She leans against her mammoth belly as another child parts her youthful pussy.
+			_HeA's fresh into adulthood and already has had more children than most women. _HeA leans against _hisA mammoth belly as another child parts _hisA youthful pussy.
 		<<elseif $minimumSlaveAge > 8>>
-			She's fresh into her teens and firmly anchored by her mammoth belly. Her attempts to try and move are frequently interrupted as another child begins forcing is way out of her tight pussy.
+			_HeA's fresh into _hisA teens and firmly anchored by _hisA mammoth belly. _HisA attempts to try and move are frequently interrupted as another child begins forcing is way out of _hisA tight pussy.
 		<<elseif $minimumSlaveAge > 4>>
-			She's just a young girl and already has had more children than most women will in their lives. She happily embraces her mammoth belly, the force of her hug forcing milk out of her breasts and babies out of her crotch.
+			_HeA's just a young girl and already has had more children than most women will in their lives. _HeA happily embraces _hisA mammoth belly, the force of _hisA hug forcing milk out of _hisA breasts and babies out of _hisA crotch.
 		<<else>>
-			She's surprisingly young; she happily bounces atop her mammoth belly forcing milk out of her breasts and babies out of her crotch.
+			_HeA's surprisingly young; _heA happily bounces atop _hisA mammoth belly forcing milk out of _hisA breasts and babies out of _hisA crotch.
 		<</if>>
 	<<case "slimness enthusiast">>
-		Her massive pregnant belly completely dwarfs her otherwise lithe frame.
+		_HisA massive pregnant belly completely dwarfs _hisA otherwise lithe frame.
 	<<case "body purist">>
-		She's recently improved her appearance to look more natural, with prettier boobs and softer hips.
+		_HeA's recently improved _hisA appearance to look more natural, with prettier boobs and softer hips.
 	<<default>>
-		She's nude aside from a crown of flowers, her modesty protected only by her massive belly. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+		_HeA's nude aside from a crown of flowers, _hisA modesty protected only by _hisA massive belly. Occasionally a stream of liquid pours from _hisA crotch along with a healthy baby.
 	<</switch>>
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is suckling at her milky tits, _hisU stomach bloated with milk. The slave must be down in the kitchen, getting a meal out of the food dispensers. The goddess notices you watching, and smiles while she cradles the swollen slave to her nourishing bosom.
+	A recognizable little representation of one of your slaves is suckling at _hisA milky tits, _hisU stomach bloated with milk. The slave must be down in the kitchen, getting a meal out of the food dispensers. The goddess notices you watching, and smiles while _heA cradles the swollen slave to _hisA nourishing bosom.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is laying face down in her lap, letting the goddess slowly but firmly put more and more of her hand up the slave's butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. The slave writhes under the strain, and the goddess starts stroking _hisU back to calm _himU down.
+	A recognizable little representation of one of your slaves is laying face down in _hisA lap, letting the goddess slowly but firmly put more and more of _hisA hand up the slave's butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. The slave writhes under the strain, and the goddess starts stroking _hisU back to calm _himU down.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	She's having sex with a recognizable little representation of one of your slaves, kissing deeply and pulling _himU tight to her pillowy chest. The slave must be using one of the penthouse's many vibrators. She sees you watching and lays farther back, balancing the slave atop her stomach and reaching down to fondle more thoroughly.
+	_HeA's having sex with a recognizable little representation of one of your slaves, kissing deeply and pulling _himU tight to _hisA pillowy chest. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and lays farther back, balancing the slave atop _hisA stomach and reaching down to fondle more thoroughly.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The goddess is checking the slave's temperature with the back of her hand, a concerned but tender look on her face; the slave must be getting a checkup. She gently explores the slave's neck and chest for any sign of discomfort.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The goddess is checking the slave's temperature with the back of _hisA hand, a concerned but tender look on _hisA face; the slave must be getting a checkup. _HeA gently explores the slave's neck and chest for any sign of discomfort.
 <<elseif (_paSeed == 5) && ($invasionVictory == 1)>>
-	She's frolicking with a representation of one of your security drones, hugging and cradling it to her huge baby bump. When she sees you looking at her, she pets one of its gun barrel and says, "What? I like him! He was so brave, protecting us during the invasion. Besides, he's adorable!"
+	_HeA's frolicking with a representation of one of your security drones, hugging and cradling it to _hisA huge baby bump. When _heA sees you looking at _himA, _heA pets one of its gun barrel and says, "What? I like him! He was so brave, protecting us during the invasion. Besides, he's adorable!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She's fondling and breastfeeding a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
+	_HeA's fondling and breastfeeding a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's demigoddess avatar.
+	_HeA's accompanied by your market assistant's demigoddess avatar.
 	<<if $marketAssistantRelationship == "cute">>
 		They're sitting arm in arm, their subtly differing glows casting shadows from their place on your desktop. Their conversation exists on the level of code, not speech, detectable only as slight flickerings of their respective auras.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName casts a spell on the junior avatar as you watch. The market assistant's avatar's flat belly gurgles slightly before it begins quickly swelling; not stopping until it has pinned the hapless demigoddess to the floor. $assistantName waddles over her immobilized partner and plants her pregnant pussy on her face. $assistantName laughs powerfully at the forced oral assault from her bursting plaything.
+		$assistantName casts a spell on the junior avatar as you watch. The market assistant's avatar's flat belly gurgles slightly before it begins quickly swelling, not stopping until it has pinned the hapless demigoddess to the floor. $assistantName waddles over _hisA immobilized partner and plants _hisA pregnant pussy on _hisM face. $assistantName laughs powerfully at the forced oral assault from _hisA bursting plaything.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName is especially pregnant today, and is gently tribbing with her flat stomached sister goddess. As they near simultaneous orgasm, $assistantName begins rapidly transferring babies into her sister's womb, giggling as her hapless sister swells more and more gravid. When she finishes, $assistantName, the smaller of the two sisters, aids her fecund sibling to her feet and into her waiting arms.
+		$assistantName is especially pregnant today, and is gently tribbing with _hisA flat stomached sister goddess. As they near simultaneous orgasm, $assistantName begins rapidly transferring babies into _hisA sister's womb, giggling as _hisA hapless sister swells more and more gravid. When _heA finishes, $assistantName, the smaller of the two sisters, aids _hisA fecund sibling to _hisM feet and into _hisA waiting arms.
 	<<else>>
 		They're making heavenly love, kissing deeply and fingering each other voluptuously. They somehow make mutual masturbation look like a deeply sacred act, occasionally breaking their kiss to look into each others' eyes.
 	<</if>>
 <<else>>
-	She's reclined on one arm, idly stroking her huge abdomen with the other, a contemplative look on her face. When she sees your glance she smiles placidly and sits upright, her hands resting atop her dripping breasts.
+	_HeA's reclined on one arm, idly stroking _hisA huge abdomen with the other, a contemplative look on _hisA face. When _heA sees your glance _heA smiles placidly and sits upright, _hisA hands resting atop _hisA dripping breasts.
 <</if>>
 
 <<case "loli">>
-	She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>
+	_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
 		girl wearing a cute pink dress.
 	<<case "supremacist">>
-		girl wearing shorts and a pink t-shirt with the words 'Master's little $arcologies[0].FSSupremacistRace princess' on the front.
+		girl wearing shorts and a pink t-shirt with the words '<<= properMaster()>>'s little $arcologies[0].FSSupremacistRace princess' on the front.
 	<<case "subjugationist">>
-		slavegirl wearing nothing but a leather collar and trying her best to do master proud.
+		slavegirl wearing nothing but a leather collar and trying _hisA best to do master proud.
 	<<case "roman revivalist">>
 		girl wearing a girl's stola.
 	<<case "aztec revivalist">>
-		girl wearing only an overshirt; her cute little legs are complimented by her twin tails.
+		girl wearing only an overshirt; _hisA cute little legs are complimented by _hisA twin tails.
 	<<case "egyptian revivalist">>
 		girl wearing a simple white linen dress, kohl eye shadow and sandals.
 	<<case "edo revivalist">>
-		girl wearing a kimono far too large for herself.
+		girl wearing a kimono far too large for _himselfA.
 	<<case "arabian revivalist">>
 		girl wearing a simple linen dress and a headscarf.
 	<<case "chinese revivalist">>
@@ -623,33 +623,33 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<case "chattel religionist">>
 		girl wearing the garb of a priestess of the new faith.
 	<<case "repopulation focus">>
-		girl wearing a loose dress, its middle bulges considerably from her pregnancy.
+		girl wearing a loose dress, its middle bulges considerably from _hisA pregnancy.
 	<<case "eugenics">>
-		slavegirl wearing nothing but an overly complex chastity belt and trying her best to do master proud.
+		slavegirl wearing nothing but an overly complex chastity belt and trying _hisA best to do master proud.
 	<<case "degradationist">>
-		girl wearing an oversized v-neck t-shirt. The neck hole hangs low enough to show off her perky A cup tits and the piercings through them.
+		girl wearing an oversized v-neck t-shirt. The neck hole hangs low enough to show off _hisA perky A-cup tits and the piercings through them.
 	<<case "physical idealist">>
-		girl wearing spats and a tight shirt. She occasionally renders herself sweaty, as if just finishing exercising.
+		girl wearing spats and a tight shirt. _HeA occasionally renders _himselfA sweaty, as if just finishing exercising.
 	<<case "hedonistic decadence">>
-		girl wearing spats barely pulled over her big ass and a tight shirt that rides up her chubby belly. It seems someone snuck out of gym class.
+		girl wearing spats barely pulled over _hisA big ass and a tight shirt that rides up _hisA chubby belly. It seems someone snuck out of gym class.
 	<<case "gender radicalist">>
-		girl wearing shorts and a t-shirt. She's changed her appearance recently to make herself quite androgynous.
+		girl wearing shorts and a t-shirt. _HeA's changed _hisA appearance recently to make _himselfA quite androgynous.
 	<<case "gender fundamentalist">>
-		girl wearing a skirt and a white shirt. Her slightly swollen belly peeks out from under her shirt causing her to blush whenever you glance at it.
+		girl wearing a skirt and a white shirt. _HisA slightly swollen belly peeks out from under _hisA shirt causing _himA to blush whenever you glance at it.
 	<<case "asset expansionist">>
-		girl wearing a school swimsuit. Her breasts are unrealistically huge for her young age and bulge lewdly around the straps of her suit.
+		girl wearing a school swimsuit. _HisA breasts are unrealistically huge for _hisA young age and bulge lewdly around the straps of _hisA suit.
 	<<case "transformation fetishist">>
-		girl wearing short shorts and a t-shirt. At first glance it looks like she stuck two overinflated balloons up her shirt but with closer inspection they are revealed to be ridiculous implants.
+		girl wearing short shorts and a t-shirt. At first glance it looks like _heA stuck two overinflated balloons up _hisA shirt but with closer inspection they are revealed to be ridiculous implants.
 	<<case "pastoralist">>
-		girl wearing shorts and a white shirt. There's a little wet spot over each of her nipples.
+		girl wearing shorts and a white shirt. There's a little wet spot over each of _hisA nipples.
 	<<case "maturity preferentialist">>
-		girl wearing a school uniform. She keeps rubbing her bottom, making it look like Teacher just spanked her.
+		girl wearing a school uniform. _HeA keeps rubbing _hisA bottom, making it look like teacher just spanked _himA.
 	<<case "youth preferentialist">>
-		girl wearing a child's dress. She looks barely more than three.
+		girl wearing a child's dress. _HeA looks barely more than three.
 	<<case "slimness enthusiast">>
-		girl wearing shorts and a white shirt. She looks extremely thin.
+		girl wearing shorts and a white shirt. _HeA looks extremely thin.
 	<<case "body purist">>
-		girl. She's recently improved her appearance to look more natural, with freckles and a winning smile.
+		girl. _HeA's recently improved _hisA appearance to look more natural, with freckles and a winning smile.
 	<<default>>
 		girl wearing shorts and a white shirt.
 	<</switch>>
@@ -657,50 +657,50 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 		girl wearing shorts and a white shirt.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves has _hisU head between her legs, and is eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the little girl orgasms, blushing furiously when she notices you watching.
+	A recognizable little representation of one of your slaves has _hisU head between _hisA legs, and is eating _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the little _girlA orgasms, blushing furiously when _heA notices you watching.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, letting the young girl push two fingers gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the little girl notices you watching her, blushes, looks away, and starts working faster.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, letting the young _girlA push two fingers gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the little _girlA notices you watching _himA, blushes, looks away, and starts working faster.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	She's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. She sees you watching and blushes, but then shifts a little so you can see better.
+	_HeA's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and blushes, but then shifts a little so you can see better.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The little girl is wearing a toy stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The little girl is patting the _girlU's head reassuringly.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The little _girlA is wearing a toy stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The little _girlA is patting the _girlU's head reassuringly.
 <<elseif (_paSeed == 5) && ($invasionVictory == 1)>>
-	She's planting a wet kiss on a representation of one of your security drones; she hugs it lovingly and tightly. When she sees you looking at her, she giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
+	_HeA's planting a wet kiss on a representation of one of your security drones; _heA hugs it lovingly and tightly. When _heA sees you looking at _himA, _heA giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
+	_HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's chubby loli avatar.
+	_HeA's accompanied by your market assistant's chubby loli avatar.
 	<<if $marketAssistantRelationship == "cute">>
 		They're sitting face to face, playing a rapid game of pattycake. Their conversation exists on the level of code, not speech, detectable only as slight flickerings when their hands connect.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName has her chubby playmate pinned under her butt, and is inspecting her loli conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore her tight passage, and then claps both hands over her mouth, crying a little, unwilling to give $assistantName the satisfaction.
+		$assistantName has _hisA chubby playmate pinned under _hisA butt, and is inspecting _hisA loli conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore _hisM tight passage, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		They're playing doctor with each other. $assistantName is currently inspecting her sister's vagina, making sure everything is alright. Once she finishes, she states her diagnosis and the needed cure. She bends over her sister and begins administering her "cure".
+		They're playing doctor with each other. $assistantName is currently inspecting _hisA sister's vagina, making sure everything is alright. Once _heA finishes, _heA states _hisA diagnosis and the needed cure. _HeA bends over _hisA sister and begins administering _hisA "cure".
 	<<else>>
-		They're playing house with each other, well house based off your penthouse. $assistantName is pretending to be you while her friend assumes $assistantName's role. They are currently caught up in deciding the best way to arrange the beds in the slave quarters.
+		They're playing house with each other, well house based off your penthouse. $assistantName is pretending to be you while _hisA friend assumes $assistantName's role. They are currently caught up in deciding the best way to arrange the beds in the slave quarters.
 	<</if>>
 <<else>>
-	She's watching you attentively, waiting for a chance to be helpful. When she sees your glance, she smiles shyly and looks away before returning to your gaze.
+	_HeA's watching you attentively, waiting for a chance to be helpful. When _heA sees your glance, _heA smiles shyly and looks away before returning to your gaze.
 <</if>>
 
 <<case "preggololi">>
-	She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>girl with a large pregnant
+	_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>>girl with a large pregnant
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		belly wearing a cute pink dress. The middle is stretched tight by her growing belly.
+		belly wearing a cute pink dress. The middle is stretched tight by _hisA growing belly.
 	<<case "supremacist">>
-		belly wearing a cute yellow dress. She cradles her swollen belly protectively, glowing with pride at carrying a $arcologies[0].FSSupremacistRace child.
+		belly wearing a cute yellow dress. _HeA cradles _hisA swollen belly protectively, glowing with pride at carrying a $arcologies[0].FSSupremacistRace child.
 	<<case "subjugationist">>
-		belly, wearing nothing but a pregnancy biometrics collar. The collar's display reads 'Carrying 2 more $arcologies[0].FSSubjugationistRace subhumans!', something the girl occasionally reads aloud to herself.
+		belly, wearing nothing but a pregnancy biometrics collar. The collar's display reads 'Carrying 2 more $arcologies[0].FSSubjugationistRace subhumans!', something the girl occasionally reads aloud to _himselfA.
 	<<case "roman revivalist">>
 		belly wearing a girl's stola.
 	<<case "aztec revivalist">>
-		belly wearing only an overshirt which struggles to cover her rounded middle; her cute little legs are complimented by her twin tails.
+		belly wearing only an overshirt which struggles to cover _hisA rounded middle; _hisA cute little legs are complimented by _hisA twin tails.
 	<<case "egyptian revivalist">>
 		belly wearing a bulging white linen dress, kohl eye shadow and sandals.
 	<<case "edo revivalist">>
-		belly wearing a kimono far too large for herself but does nothing to distract from her swollen midriff.
+		belly wearing a kimono far too large for _himselfA but does nothing to distract from _hisA swollen midriff.
 	<<case "arabian revivalist">>
 		belly wearing a bulging linen dress and a headscarf.
 	<<case "chinese revivalist">>
@@ -708,900 +708,900 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<case "chattel religionist">>
 		belly wearing the garb of a priestess of the new faith.
 	<<case "repopulation focus">>
-		belly. She recently adjusted her pregnancy size to make it even larger. Her swelling ass and tits spill out from her shorts and tube-top and the occasional kick can be seen from her octuplets.
+		belly. _HeA recently adjusted _hisA pregnancy size to make it even larger. _HisA swelling ass and tits spill out from _hisA shorts and tube-top and the occasional kick can be seen from _hisA octuplets.
 	<<case "eugenics">>
-		belly, rather, she was. Her chastity belt has been torn open and her belly is grotesquely swollen with subhuman spawn. Occasionally a malformed, impish child claws its way out of her violated pussy.
+		belly, rather, _heA was. _HisA chastity belt has been torn open and _hisA belly is grotesquely swollen with subhuman spawn. Occasionally a malformed, impish child claws its way out of _hisA violated pussy.
 	<<case "degradationist">>
-		belly wearing an open vest and a thong. It shows off her pierced milky B cup tits and swollen pregnant belly. A large bar is driven through her popped navel.
+		belly wearing an open vest and a thong. It shows off _hisA pierced milky B-cup tits and swollen pregnant belly. A large bar is driven through _hisA popped navel.
 	<<case "physical idealist">>
-		belly wearing spats and a tight shirt. Her shirt rides up on her large belly and her growing butt fills out her spats nicely. She cradles her belly with a sullen look knowing it limits her activities.
+		belly wearing spats and a tight shirt. _HisA shirt rides up on _hisA large belly and _hisA growing butt fills out _hisA spats nicely. _HeA cradles _hisA belly with a sullen look knowing it limits _hisA activities.
 	<<case "hedonistic decadence">>
-		belly reclining on a chair with a big bowl of snack food. She belches and pats her belly happily.
+		belly reclining on a chair with a big bowl of snack food. _HeA belches and pats _hisA belly happily.
 	<<case "gender radicalist">>
-		belly wearing shorts and a t-shirt. Her androgynous look makes her look like a pregnant boy.
+		belly wearing shorts and a t-shirt. _HisA androgynous look makes _himA look like a pregnant boy.
 	<<case "gender fundamentalist">>
-		belly wearing a skirt and a white shirt. She is extremely pregnant, carrying triplets. She blushes and pats her belly whenever she notices your gaze.
+		belly wearing a skirt and a white shirt. _HeA is extremely pregnant, carrying triplets. _HeA blushes and pats _hisA belly whenever _heA notices your gaze.
 	<<case "asset expansionist">>
-		belly wearing a school swimsuit. Her breasts are unrealistically huge for her young age and bulge lewdly around the straps of her overfilled suit. Her suit is extremely tight around the middle thanks to her growing belly.
+		belly wearing a school swimsuit. _HisA breasts are unrealistically huge for _hisA young age and bulge lewdly around the straps of _hisA overfilled suit. _HisA suit is extremely tight around the middle thanks to _hisA growing belly.
 	<<case "transformation fetishist">>
-		belly wearing short shorts and a t-shirt. At first glance it looks like she stuck two overinflated balloons up her shirt but with closer inspection they are revealed to be ridiculous implants. They sit atop her bulging belly.
+		belly wearing short shorts and a t-shirt. At first glance it looks like _heA stuck two overinflated balloons up _hisA shirt but with closer inspection they are revealed to be ridiculous implants. They sit atop _hisA bulging belly.
 	<<case "pastoralist">>
-		belly wearing shorts and a white shirt. There's a little wet spot over each of her nipples. Her breasts have swollen to C cups thanks to her pregnancy and the milkings.
+		belly wearing shorts and a white shirt. There's a little wet spot over each of _hisA nipples. _HisA breasts have swollen to C-cups thanks to _hisA pregnancy and the milkings.
 	<<case "maturity preferentialist">>
-		belly wearing a school uniform. Her top is left unbuttoned to allow her belly room. She keeps rubbing her bottom, making it look like Teacher just spanked her.
+		belly wearing a school uniform. _HisA top is left unbuttoned to allow _hisA belly room. _HeA keeps rubbing _hisA bottom, making it look like Teacher just spanked _himA.
 	<<case "youth preferentialist">>
-		belly wearing nothing, as nothing will fit her lewd body. She looks barely more than three and is laying atop her proportionally enormous belly.
+		belly wearing nothing, as nothing will fit _hisA lewd body. _HeA looks barely more than three and is laying atop _hisA proportionally enormous belly.
 	<<case "slimness enthusiast">>
-		belly wearing shorts and a white shirt. Her slim body makes her pregnant belly look much bigger than it is.
+		belly wearing shorts and a white shirt. _HisA slim body makes _hisA pregnant belly look much bigger than it is.
 	<<case "body purist">>
-		belly. She's recently improved her appearance to look more natural, with freckles and a winning smile. She cradles her swelling belly and twirls when you look her way.
+		belly. _HeA's recently improved _hisA appearance to look more natural, with freckles and a winning smile. _HeA cradles _hisA swelling belly and twirls when you look _hisA way.
 	<<default>>
-		belly wearing shorts and a white shirt that rides up her growing belly.
+		belly wearing shorts and a white shirt that rides up _hisA growing belly.
 	<</switch>>
 	<<else>>
-		belly wearing shorts and a white shirt that rides up her growing belly.
+		belly wearing shorts and a white shirt that rides up _hisA growing belly.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves has _hisU head under her pregnant belly, and is eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the little girl orgasms, blushing furiously when she notices you watching.
+	A recognizable little representation of one of your slaves has _hisU head under _hisA pregnant belly, and is eating _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the little girl orgasms, blushing furiously when _heA notices you watching.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is down on _hisU knees in front of her, letting the young girl push two fingers gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the little girl notices you watching her, blushes, looks away, and starts working faster.
+	A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, letting the young girl push two fingers gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the little girl notices you watching _himA, blushes, looks away, and starts working faster.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	She's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. She sees you watching and blushes, but then shifts a little so you can see better.
+	_HeA's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and blushes, but then shifts a little so you can see better.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The little girl is wearing a toy stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The little girl is patting the _girlU's head reassuringly.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The little girl is wearing a toy stethoscope and is listening to the slave breathe; the slave must be getting a checkup. The little girl is patting the _girlU's head reassuringly.
 <<elseif (_paSeed == 5) && ($invasionVictory == 1)>>
-	She's planting a wet kiss on a representation of one of your security drones; she hugs it as best she can with her belly in the way. When she sees you looking at her, she giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
+	_HeA's planting a wet kiss on a representation of one of your security drones; _heA hugs it as best _heA can with _hisA belly in the way. When _heA sees you looking at _himA, _heA giggles and says, "What? I like him! He did really well during the invasion. And he's cute!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
+	_HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's chubby loli avatar.
+	_HeA's accompanied by your market assistant's chubby loli avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		$assistantName is laying on her back with her young friend's ear on her pregnant belly. Their conversation exists on the level of code, not speech, detectable only as slight flutterings of $assistantName's baby kicking.
+		$assistantName is laying on _hisA back with _hisA young friend's ear on _hisA pregnant belly. Their conversation exists on the level of code, not speech, detectable only as slight flutterings of $assistantName's baby kicking.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName has her chubby playmate pinned under her butt, and is inspecting her loli conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore her tight passage, and then claps both hands over her mouth, crying a little, unwilling to give $assistantName the satisfaction.
+		$assistantName has _hisA chubby playmate pinned under _hisA butt, and is inspecting _hisA loli conquest's pussy. The market assistant's avatar groans as $assistantName's fingers explore _hisM tight passage, and then claps both hands over _hisM mouth, crying a little, unwilling to give $assistantName the satisfaction.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		They're making out with each other, a hand down each other's panties. Their other hand massaging their mutually swollen bellies, since $assistantName has introduced her sister to her boyfriends.
+		They're making out with each other, one hand down each other's panties, the other massaging their mutually swollen bellies, since $assistantName has introduced _hisA sister to _hisA boyfriends.
 	<<else>>
-		They're playing house with each other, well house based off your penthouse. $assistantName is pretending to be you while her friend assumes $assistantName's role. They are currently caught up in figuring out how many children $assistantName's harem could produce.
+		They're playing house with each other - well, house based off your penthouse. $assistantName is pretending to be you while _hisA friend assumes $assistantName's role. They are currently caught up in figuring out how many children $assistantName's harem could produce.
 	<</if>>
 <<else>>
-	She's watching you attentively, waiting for a chance to be helpful. When she sees your glance, she smiles shyly and looks away before returning to your gaze.
+	_HeA's watching you attentively, waiting for a chance to be helpful. When _heA sees your glance, _heA smiles shyly and looks away before returning to your gaze.
 <</if>>
 
 <<case "fairy">>
-	She's a cute little
+	_HeA's a cute little
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		fairy wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuretsi doll.
+		fairy wearing a well-sewn blue dress, with a large red bow tied to the back of _hisA waist length golden-blonde hair. _HeA looks like a little Bucuretsi doll.
 	<<case "degradationist">>
-		fairy and completely unclothed, with her hair in a mess and covered in dirt.
+		fairy and completely unclothed, with _hisA hair in a mess and covered in dirt.
 	<<case "supremacist">>
-		fairy with distinctly $arcologies[0].FSSupremacistRace features. She has wrapped a golden ribbon around her torso to fashion herself a dress.
+		fairy with distinctly $arcologies[0].FSSupremacistRace features. _HeA has wrapped a golden ribbon around _hisA torso to fashion _himselfA a dress.
 	<<case "subjugationist">>
-		fairy with exaggerated $arcologies[0].FSSubjugationistRace features. She is completely unclothed, with her hair in a mess and covered in dirt.
+		fairy with exaggerated $arcologies[0].FSSubjugationistRace features. _HeA is completely unclothed, with _hisA hair in a mess and covered in dirt.
 	<<case "roman revivalist">>
-		fairy wearing a small handkerchief wrapped around her like a toga, with one tiny breast sticking out. A wreath made of twisted clovers sits on her head.
+		fairy wearing a small handkerchief wrapped around _himA like a toga, with one tiny breast sticking out. A wreath made of twisted clovers sits on _hisA head.
 	<<case "aztec revivalist">>
-		fairy, yellow paint creating tribal patterns across her naked form.
+		fairy, yellow paint creating tribal patterns across _hisA naked form.
 	<<case "egyptian revivalist">>
-		fairy wearing a simple white linen dress and has eye shadow poorly applied around her eyes.
+		fairy wearing a simple white linen dress and has eye shadow poorly applied around _hisA eyes.
 	<<case "edo revivalist">>
-		fairy wearing a fine kimono and holding a little fan. She looks like a little Hina doll.
+		fairy wearing a fine kimono and holding a little fan. _HeA looks like a little Hina doll.
 	<<case "arabian revivalist">>
 		fairy wearing a strip of silk as a dress.
 	<<case "chinese revivalist">>
-		fairy wearing a silk cheongsam with a little green cap on her head. Her hair is braided on the sides. She looks like a figurine from some kind of game.
+		fairy wearing a silk cheongsam with a little green cap on _hisA head. _HisA hair is braided on the sides. _HeA looks like a figurine from some kind of game.
 	<<case "chattel religionist">>
 		fairy wearing a little gold-white habit.
 	<<case "physical idealist">>
-		fairy wearing a training bra and spats. She has abs poorly drawn on her belly with a marker.
+		fairy wearing a training bra and spats. _HeA has abs poorly drawn on _hisA belly with a marker.
 	<<case "hedonistic decadence">>
 		fairy, naked and sitting in a cup of pudding, happily digging into its contents.
 	<<case "repopulation focus">>
-		fairy wearing a simple dress. Her belly appears to be swollen and ready to burst, but a quick lift of her skirt shows that she's smuggling a grape under there.
+		fairy wearing a simple dress. _HisA belly appears to be swollen and ready to burst, but a quick lift of _hisA skirt shows that _heA's smuggling a grape under there.
 	<<case "gender radicalist">>
 		fairy wearing a pair of pants. Just the pants.
 	<<case "gender fundamentalist">>
-		fairy wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll.
+		fairy wearing a well-sewn blue dress, with a large red bow tied to the back of _hisA waist length golden-blonde hair. _HeA looks like a little Bucuresti doll.
 	<<case "asset expansionist">>
-		fairy wearing a pair of pants and a t-shirt. She has two blueberries stuffed into the front of her shirt.
+		fairy wearing a pair of pants and a t-shirt. _HeA has two blueberries stuffed into the front of _hisA shirt.
 	<<case "transformation fetishist">>
-		fairy wearing a pair of tight jeans and a t-shirt. She has two grapes stuffed into her shirt, and some cotton shoved in the back of her jeans.
+		fairy wearing a pair of tight jeans and a t-shirt. _HeA has two grapes stuffed into _hisA shirt, and some cotton shoved in the back of _hisA jeans.
 	<<case "pastoralist">>
-		fairy wearing only a pair of overalls. The overalls are just loose enough to let her nearly flat chest to peek out when she turns or bends over.
+		fairy wearing only a pair of overalls. The overalls are just loose enough to let _hisA nearly flat chest to peek out when _heA turns or bends over.
 	<<case "maturity preferentialist">>
 		fairy wearing an old wool dress and spinning a cane.
 	<<case "youth preferentialist">>
 		fairy wearing a kindergartner's uniform, complete with rain cap and red backpack.
 	<<case "slimness enthusiast">>
-		fairy wearing a handkerchief with a hole in it like a poncho. She looks as slim as usual, with her naked body completely visible from the sides.
+		fairy wearing a handkerchief with a hole in it like a poncho. _HeA looks as slim as usual, with _hisA naked body completely visible from the sides.
 	<<case "body purist">>
-		fairy wearing her birthday suit, with pale unblemished skin on full display and silky golden hair cascading down her back.
+		fairy wearing _hisA birthday suit, with pale unblemished skin on full display and silky golden hair cascading down _hisA back.
 	<<default>>
-		fairy wearing her birthday suit, with her nude form obscured by the light she's giving off. Her silky golden hair cascades down her back.
+		fairy wearing _hisA birthday suit, with _hisA nude form obscured by the light _heA's giving off. _HisA silky golden hair cascades down _hisA back.
 	<</switch>>
 	<<else>>
-		fairy wearing her birthday suit, with her nude form obscured by the light she's giving off. Her silky golden hair cascades down her back.
+		fairy wearing _hisA birthday suit, with _hisA nude form obscured by the light _heA's giving off. _HisA silky golden hair cascades down _hisA back.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves underneath her, with _hisU tongue sticking out to catch her dripping love juices. The slave must be down in the kitchen, getting a meal out of the food dispensers. The fairy notices you watching and winks, dripping even more with your eyes on her.
+	A recognizable little representation of one of your slaves underneath _himA, with _hisU tongue sticking out to catch _hisA dripping love juices. The slave must be down in the kitchen, getting a meal out of the food dispensers. The fairy notices you watching and winks, dripping even more with your eyes on _himA.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is sitting upside-down in front of her, and the fairy is slowly teasing the poor slave's butt with a dildo as big as she is. The slave must be receiving _hisU drugs from one of the dildo dispensers. The fairy notices you watching her and gives you a cheerful little wave, twisting the dildo around and humming a tune.
+	A recognizable little representation of one of your slaves is sitting upside-down in front of _himA, and the fairy is slowly teasing the poor slave's butt with a dildo as big as _heA is. The slave must be receiving _hisU drugs from one of the dildo dispensers. The fairy notices you watching _himA and gives you a cheerful little wave, twisting the dildo around and humming a tune.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves fucks _himselfU with a toy while she twists the control dial around, to the slave's enjoyment. The slave must be using one of the penthouse's many vibrators. She sees you watching and whispers something in the slave's ear; the slave looks up at you and blushes.
+	A recognizable little representation of one of your slaves fucks _himselfU with a toy while _heA twists the control dial around, to the slave's enjoyment. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and whispers something in the slave's ear; the slave looks up at you and blushes.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is sitting up. The fairy is wearing a little doctor's coat and has her head pressed to the slave's chest to hear the slave breathe; the slave must be getting a checkup. The fairy is humming happily as she flies over to a tablet to take notes.
+	A recognizable little representation of one of your slaves is sitting up. The fairy is wearing a little doctor's coat and has _hisA head pressed to the slave's chest to hear the slave breathe; the slave must be getting a checkup. The fairy is humming happily as _heA flies over to a tablet to take notes.
 <<elseif (_paSeed == 5) && ($invasionVictory == 1)>>
-	She's sitting on the shoulders of a representation of one of your security drones. Every so often, she raises a fist and shouts "For the Imperium of man!" When she sees you looking at her, she grins and says, "This guy is like my robo-buddy. He's the best!"
+	_HeA's sitting on the shoulders of a representation of one of your security drones. Every so often, _heA raises a fist and shouts "For the Imperium of man!" When _heA sees you looking at _himA, _heA grins and says, "This guy is like my robo-buddy. He's the best!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	A recognizable little representation of one of your slaves is riding a sybian while she uses a handheld camera to film the action. The slave must be using one of the penthouse's many toys, and $assistantName is clearly turning the feed of it into porn.
+	A recognizable little representation of one of your slaves is riding a sybian while _heA uses a handheld camera to film the action. The slave must be using one of the penthouse's many toys, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's own fairy avatar.
+	_HeA's accompanied by your market assistant's own fairy avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		The market assistant is sitting on the end of a book, reading from a tablet for ants. $assistantName is lying down next to her, with her head resting on the other fairy's lap and slowly kicking her feet in the air. The market assistant take a moment to look down at $assistantName and gently pat her head. This elicits a big smile from her.
+		The market assistant is sitting on the end of a book, reading from a tablet for ants. $assistantName is lying down next to _himM, with _hisA head resting on the other fairy's lap and slowly kicking _hisA feet in the air. The market assistant take a moment to look down at $assistantName and gently pat _hisA head. This elicits a big smile from _himA.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		The market assistant is naked and sitting before a thimble, as $assistantName sits behind her, teasing and molesting her. She is rather annoyed by her inability to focus on her work, having her nipples and clit pinched and flicked. Her sopping pussy is constantly letting out a small stream of liquid into the thimble. $assistantName is working hard on extracting as much sweet nectar from the fairy as she can, with every climax she wrings out bringing another large deluge of pussy juice into the vessel.
+		The market assistant is naked and sitting before a thimble, as $assistantName sits behind _himM, teasing and molesting _himM. _HeM is rather annoyed by _hisM inability to focus on _hisM work, having _hisM nipples and clit pinched and flicked. _HisM sopping pussy is constantly letting out a small stream of liquid into the thimble. $assistantName is working hard on extracting as much sweet nectar from the fairy as _heA can, with every climax _heA wrings out bringing another large deluge of pussy juice into the vessel.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		The fairy sisters are lying down, each embracing the other as they languidly make out. $assistantName slips one leg in between her sister's, and the two begin rocking against one another. The two grow more and more passionate as they make love together.
+		The fairy sisters are lying down, each embracing the other as they languidly make out. $assistantName slips one leg in between _hisA sister's, and the two begin rocking against one another. The two grow more and more passionate as they make love together.
 	<<else>>
-		The two fairies are sitting on top of a virtual flower, finishing up their work. With that out of the way, they strip down and each take a stamen and give them a thorough licking. Once coated, they line their stamen up to the other fairy's pussy. They take a moment to hold each other's hand as they slowly slide down the stamen. The two bottom out with a moan, and pull each other into a warm embrace. The market assistant starts buzzing her wings, the vibration causing both of them to yelp. $assistantName grins at this new source of pleasure, locking lips with the market assistant as the two beat their wings to a rhythm only they can hear.
+		The two fairies are sitting on top of a virtual flower, finishing up their work. With that out of the way, they strip down and each take a stamen and give them a thorough licking. Once coated, they line their stamen up to the other fairy's pussy. They take a moment to hold each other's hand as they slowly slide down the stamen. The two bottom out with a moan, and pull each other into a warm embrace. The market assistant starts buzzing _hisM wings, the vibration causing both of them to yelp. $assistantName grins at this new source of pleasure, locking lips with the market assistant as the two beat their wings to a rhythm only they can hear.
 	<</if>>
 <<else>>
-	She's sitting at the edge of your desk, kicking her feet and humming a pleasant tune. She glances up to check on you and sees you looking at her, and flashes you a great big beautiful smile.
+	_HeA's sitting at the edge of your desk, kicking _hisA feet and humming a pleasant tune. _HeA glances up to check on you and sees you looking at _himA, and flashes you a great big beautiful smile.
 <</if>>
 
 <<case "pregnant fairy">>
-	She's a cute little fairy with a swollen belly
+	_HeA's a cute little fairy with a swollen belly
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll.
+		wearing a well-sewn blue dress, with a large red bow tied to the back of _hisA waist length golden-blonde hair. _HeA looks like a little Bucuresti doll.
 	<<case "degradationist">>
-		and completely unclothed, with her hair in a mess and covered in dirt.
+		and completely unclothed, with _hisA hair in a mess and covered in dirt.
 	<<case "supremacist">>
-		and distinctly $arcologies[0].FSSupremacistRace features. She has wrapped a golden ribbon around her chest to create an improvised bra, and another under her swollen belly to fashion a thong.
+		and distinctly $arcologies[0].FSSupremacistRace features. _HeA has wrapped a golden ribbon around _hisA chest to create an improvised bra, and another under _hisA swollen belly to fashion a thong.
 	<<case "subjugationist">>
-		and exaggerated $arcologies[0].FSSubjugationistRace features. She is completely unclothed, with her hair in a mess and covered in dirt.
+		and exaggerated $arcologies[0].FSSubjugationistRace features. _HeA is completely unclothed, with _hisA hair in a mess and covered in dirt.
 	<<case "roman revivalist">>
-		wearing a small handkerchief wrapped around her like a toga, with one tiny milky breast sticking out. A wreath made of twisted clovers sits on her head.
+		wearing a small handkerchief wrapped around _himA like a toga, with one tiny milky breast sticking out. A wreath made of twisted clovers sits on _hisA head.
 	<<case "aztec revivalist">>
-		yellow paint creating tribal patterns across her naked form and curving around her swollen belly.
+		yellow paint creating tribal patterns across _hisA naked form and curving around _hisA swollen belly.
 	<<case "egyptian revivalist">>
-		wearing a simple white linen dress and has eye shadow poorly applied around her eyes.
+		wearing a simple white linen dress and has eye shadow poorly applied around _hisA eyes.
 	<<case "edo revivalist">>
-		wearing a fine kimono and holding a little fan. She looks like a little Hina doll.
+		wearing a fine kimono and holding a little fan. _HeA looks like a little Hina doll.
 	<<case "arabian revivalist">>
 		wearing a strip of silk as a dress.
 	<<case "chinese revivalist">>
-		wearing a silk cheongsam with a little green cap on her head. Her hair is braided on the sides. She looks like a figurine from some kind of game.
+		wearing a silk cheongsam with a little green cap on _hisA head. _HisA hair is braided on the sides. _HeA looks like a figurine from some kind of game.
 	<<case "chattel religionist">>
 		wearing a little gold-white habit and glowing with purity.
 	<<case "physical idealist">>
-		wearing a training bra and spats. Her large belly sticks out even more.
+		wearing a training bra and spats. _HisA large belly sticks out even more.
 	<<case "hedonistic decadence">>
-		that is nude and sitting upon a large pastry, covered in cream. She occasionally pulls off a piece to nibble on.
+		that is nude and sitting upon a large pastry, covered in cream. _HeA occasionally pulls off a piece to nibble on.
 	<<case "repopulation focus">>
-		wearing a lovely maternity dress, which shows off her swollen belly.
+		wearing a lovely maternity dress, which shows off _hisA swollen belly.
 	<<case "gender radicalist">>
 		wearing a pair of pants. Just the pants.
 	<<case "gender fundamentalist">>
-		wearing a well-sewn blue dress, with a large red bow tied to the back of her waist length golden-blonde hair. She looks like a little Bucuresti doll.
+		wearing a well-sewn blue dress, with a large red bow tied to the back of _hisA waist length golden-blonde hair. _HeA looks like a little Bucuresti doll.
 	<<case "asset expansionist">>
-		wearing a pair of pants and a t-shirt. She has two blueberries stuffed into the front of her shirt.
+		wearing a pair of pants and a t-shirt. _HeA has two blueberries stuffed into the front of _hisA shirt.
 	<<case "transformation fetishist">>
-		wearing a pair of tight jeans and a t-shirt. She has two grapes stuffed into her shirt, and some cotton shoved in the back of her jeans.
+		wearing a pair of tight jeans and a t-shirt. _HeA has two grapes stuffed into _hisA shirt, and some cotton shoved in the back of _hisA jeans.
 	<<case "pastoralist">>
-		wearing only a pair of overalls. The overalls are open enough to let her belly pour out.
+		wearing only a pair of overalls. The overalls are open enough to let _hisA belly pour out.
 	<<case "maturity preferentialist">>
-		wearing an old wool dress and rocking back and forth on a rocking chair, cradling her belly.
+		wearing an old wool dress and rocking back and forth on a rocking chair, cradling _hisA belly.
 	<<case "youth preferentialist">>
-		wearing a kindergartner's uniform, complete with rain cap and red backpack. Her swollen belly looks out of place.
+		wearing a kindergartner's uniform, complete with rain cap and red backpack. _HisA swollen belly looks out of place.
 	<<case "slimness enthusiast">>
-		wearing a handkerchief with a hole in it like a poncho. Her pregnant belly forces the poncho to spread wide, leaving little of her body to the imagination.
+		wearing a handkerchief with a hole in it like a poncho. _HisA pregnant belly forces the poncho to spread wide, leaving little of _hisA body to the imagination.
 	<<case "body purist">>
-		wearing her birthday suit, with pale unblemished pregnant belly on full display and silky golden hair cascading down her back.
+		wearing _hisA birthday suit, with pale unblemished pregnant belly on full display and silky golden hair cascading down _hisA back.
 	<<default>>
-		wearing her birthday suit, with her nude form obscured by the light coming from her belly. Her silky golden hair cascades down her back.
+		wearing _hisA birthday suit, with _hisA nude form obscured by the light coming from _hisA belly. _HisA silky golden hair cascades down _hisA back.
 	<</switch>>
 	<<else>>
-		wearing her birthday suit, with her nude form obscured by the light coming from her belly. Her silky golden hair cascades down her back.
+		wearing _hisA birthday suit, with _hisA nude form obscured by the light coming from _hisA belly. _HisA silky golden hair cascades down _hisA back.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves sits beside her, with _hisU tongue scraping across her breast to catch the beads of milk that flow. The slave must be down in the kitchen, getting a meal out of the food dispensers. The fairy notices you watching and winks, her unattended breast giving out a small spray of milk.
+	A recognizable little representation of one of your slaves sits beside _himA, with _hisU tongue scraping across _hisA breast to catch the beads of milk that flow. The slave must be down in the kitchen, getting a meal out of the food dispensers. The fairy notices you watching and winks, _hisA unattended breast giving out a small spray of milk.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is sitting upside-down in front of her, and the fairy is slowly teasing the poor slave's butt with a dildo as big as she is. The slave must be receiving _hisU drugs from one of the dildo dispensers. The fairy notices you watching her and gives you a cheerful little wave, twisting the dildo around and humming a tune.
+	A recognizable little representation of one of your slaves is sitting upside-down in front of _himA, and the fairy is slowly teasing the poor slave's butt with a dildo as big as _heA is. The slave must be receiving _hisU drugs from one of the dildo dispensers. The fairy notices you watching _himA and gives you a cheerful little wave, twisting the dildo around and humming a tune.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves fucks _himselfU with a toy while she twists the control dial around, to the slave's enjoyment. The slave must be using one of the penthouse's many vibrators. She sees you watching and whispers something in the slave's ear; the slave looks up at you and blushes.
+	A recognizable little representation of one of your slaves fucks _himselfU with a toy while _heA twists the control dial around, to the slave's enjoyment. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and whispers something in the slave's ear; the slave looks up at you and blushes.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is sitting up. The fairy is wearing a little doctor's coat, kept open to accommodate for her belly, and has her head pressed to the slave's chest to hear the slave breathe; the slave must be getting a checkup. The fairy is humming happily as she flies over to a tablet to take notes.
+	A recognizable little representation of one of your slaves is sitting up. The fairy is wearing a little doctor's coat, kept open to accommodate for _hisA belly, and has _hisA head pressed to the slave's chest to hear the slave breathe; the slave must be getting a checkup. The fairy is humming happily as _heA flies over to a tablet to take notes.
 <<elseif (_paSeed == 5) && ($invasionVictory == 1)>>
-	She's sitting on the shoulders of a representation of one of your security drones. Every so often, she raises a fist and shouts "For the Imperium of man!" When she sees you looking at her, she grins and says, "This guy is like my robo-buddy. He's the best!"
+	_HeA's sitting on the shoulders of a representation of one of your security drones. Every so often, _heA raises a fist and shouts "For the Imperium of man!" When _heA sees you looking at _himA, _heA grins and says, "This guy is like my robo-buddy. He's the best!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	A recognizable little representation of one of your slaves is riding a sybian while she uses a handheld camera to film the action. The slave must be using one of the penthouse's many toys, and $assistantName is clearly turning the feed of it into porn.
+	A recognizable little representation of one of your slaves is riding a sybian while _heA uses a handheld camera to film the action. The slave must be using one of the penthouse's many toys, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's own fairy avatar.
+	_HeA's accompanied by your market assistant's own fairy avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		The market assistant is sitting on the end of a book, reading from a tablet for ants. $assistantName is sitting beside her, stroking her belly and humming a relaxing tune.
+		The market assistant is sitting on the end of a book, reading from a tablet for ants. $assistantName is sitting beside _himM, stroking _hisA belly and humming a relaxing tune.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		The market assistant is sporting her own smaller baby bump now. With her top down, $assistantName slowly squeezes and massages her breasts from behind, teasing out tiny droplets of milk, much to her annoyance. She suddenly drops her tablet with a yelp as $assistantName drags her tongue across her ear from root to tip.
+		The market assistant is sporting _hisM own smaller baby bump now. With _hisM top down, $assistantName slowly squeezes and massages _hisM breasts from behind, teasing out tiny droplets of milk, much to _hisM annoyance. _HeM suddenly drops _hisM tablet with a yelp as $assistantName drags _hisA tongue across _hisA ear from root to tip.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		Taking a break, the market assistant sits on $assistantName's lap, nursing away at her lactating breast like a baby. $assistantName coos, keeping on arm to support her sister's back while the other teases her dripping slit.
+		Taking a break, the market assistant sits on $assistantName's lap, nursing away at _hisA lactating breast like a baby. $assistantName coos, keeping on arm to support _hisA sister's back while the other teases _hisM dripping slit.
 	<<else>>
-		The two fairies are slowly making out. The market assistant gently lies $assistantName down, guiding kisses down her body. Taking a moment to suckle from each leaking tit, the market assistant continues down her swollen belly before coming to her delicate flower and tenderly eats the pregnant fairy out.
+		The two fairies are slowly making out. The market assistant gently lies $assistantName down, guiding kisses down _hisA body. Taking a moment to suckle from each leaking tit, the market assistant continues down _hisA swollen belly before coming to _hisA delicate flower and tenderly eats the pregnant fairy out.
 	<</if>>
 <<else>>
-	She's sitting at the edge of your desk, cradling her swollen belly and humming a pleasant tune. She glances up to check on you and sees you looking at her, and flashes you a great big beautiful smile.
+	_HeA's sitting at the edge of your desk, cradling _hisA swollen belly and humming a pleasant tune. _HeA glances up to check on you and sees you looking at _himA, and flashes you a great big beautiful smile.
 <</if>>
 
 <<case "slimegirl">>
-	She's a girlish shaped figure, with a crimson core, made entirely out of
+	_HeA's a girlish shaped figure, with a crimson core, made entirely out of
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		slime with a modest pink dress floating inside her.
+		slime with a modest pink dress floating inside _himA.
 	<<case "supremacist">>
-		slime. She keeps trying to shape her goo into a beautiful $arcologies[0].FSSupremacistRace girl, but she hasn't quite perfected the finer details yet.
+		slime. _HeA keeps trying to shape _hisA goo into a beautiful $arcologies[0].FSSupremacistRace girl, but _heA hasn't quite perfected the finer details yet.
 	<<case "subjugationist">>
-		slime. She keeps trying to shape her goo into a pretty face, but keeps ending up with overexaggerated $arcologies.FSSubjugationistRace features instead.
+		slime. _HeA keeps trying to shape _hisA goo into a pretty face, but keeps ending up with overexaggerated $arcologies.FSSubjugationistRace features instead.
 	<<case "roman revivalist">>
-		slime with a girl's stola sinking into her head.
+		slime with a girl's stola sinking into _hisA head.
 	<<case "egyptian revivalist">>
-		slime looking quite perturbed about the amount of sand caught in her.
+		slime looking quite perturbed about the amount of sand caught in _himA.
 	<<case "edo revivalist">>
-		slime with a silken kimono floating inside her.
+		slime with a silken kimono floating inside _himA.
 	<<case "arabian revivalist">>
-		slime with a headscarf and a pair of sunglasses floating inside her.
+		slime with a headscarf and a pair of sunglasses floating inside _himA.
 	<<case "chinese revivalist">>
-		slime with a silk qipao floating inside her.
+		slime with a silk qipao floating inside _himA.
 	<<case "chattel religionist">>
-		slime with several symbols of the your new faith floating inside her.
+		slime with several symbols of the your new faith floating inside _himA.
 	<<case "repopulation focus">>
-		slime. Her amorphous body has noticeable hip, butt, and breast curves as well as several more cores gathered in her rounded stomach.
+		slime. _HisA amorphous body has noticeable hip, butt, and breast curves as well as several more cores gathered in _hisA rounded stomach.
 	<<case "eugenics">>
-		slime with a chastity belt floating inside her.
+		slime with a chastity belt floating inside _himA.
 	<<case "degradationist">>
-		slime with a number of piercings sinking into her body.
+		slime with a number of piercings sinking into _hisA body.
 	<<case "physical idealist">>
-		slime trying to shape her goo into muscles.
+		slime trying to shape _hisA goo into muscles.
 	<<case "gender radicalist">>
-		slime with a very androgynous appearance. She keeps trying to shape her goo into a cock.
+		slime with a very androgynous appearance. _HeA keeps trying to shape _hisA goo into a cock.
 	<<case "gender fundamentalist">>
-		slime. Her amorphous body has noticeable hip, butt, and breast curves.
+		slime. _HisA amorphous body has noticeable hip, butt, and breast curves.
 	<<case "asset expansionist">>
-		slime. Her amorphous body has ridiculously huge hip, butt, and breast curves.
+		slime. _HisA amorphous body has ridiculously huge hip, butt, and breast curves.
 	<<case "transformation fetishist">>
-		slime with a pair of big silicone implants floating around her chest.
+		slime with a pair of big silicone implants floating around _hisA chest.
 	<<case "pastoralist">>
-		slime with quite a large amount of milk mixed with her body. She keeps trying to shape her goo into big milky tits.
+		slime with quite a large amount of milk mixed with _hisA body. _HeA keeps trying to shape _hisA goo into big milky tits.
 	<<case "maturity preferentialist">>
 		slime with a noticeably large core.
 	<<case "youth preferentialist">>
 		slime with a tiny core and immature body
 	<<case "slimness enthusiast">>
-		slime. She is compacting her slime to make herself look thinner.
+		slime. _HeA is compacting _hisA slime to make _himselfA look thinner.
 	<<case "body purist">>
-		slime with the purest goo her body could be made of.
+		slime with the purest goo _hisA body could be made of.
 	<<default>>
-		slime with a pair of shorts and a shirt floating inside her.
+		slime with a pair of shorts and a shirt floating inside _himA.
 	<</switch>>
 	<<else>>
-		slime with a pair of shorts and a shirt floating inside her.
+		slime with a pair of shorts and a shirt floating inside _himA.
 	<</if>>
 	<<if ($cockFeeder == 1) && (_paSeed == 1)>>
-		A recognizable little representation of one of your slaves has _hisU head in her moist crotch, and is eating her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the goo girl orgasms, nearly turning into a puddle when she notices you watching.
+		A recognizable little representation of one of your slaves has _hisU head in _hisA moist crotch, and is eating _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. As you watch, the goo girl orgasms, nearly turning into a puddle when _heA notices you watching.
 	<<elseif ($suppository == 1) && (_paSeed == 2)>>
-		A recognizable little representation of one of your slaves is down on _hisU knees in front of her, letting the slime girl insert herself gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the goo girl notices you watching her, and attempts to retract entirely into the slave's ass.
+		A recognizable little representation of one of your slaves is down on _hisU knees in front of _himA, letting the slime girl insert _himselfA gently in and out of _hisU butt. The slave must be receiving _hisU drugs from one of the dildo dispensers. As you watch, the goo girl notices you watching _himA, and attempts to retract entirely into the slave's ass.
 	<<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-		She's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. She sees you watching and blushes, but then reshapes herself so you can see better.
+		_HeA's having sex with a recognizable little representation of one of your slaves, kissing _himU and giggling occasionally. The slave must be using one of the penthouse's many vibrators. _HeA sees you watching and blushes, but then reshapes _himselfA so you can see better.
 	<<elseif (_paSeed == 4)>>
-		A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The goo girl is covering _hisU chest and is listening to the slave breathe; the slave must be getting a checkup. The goo girl is patting the _girlU's head reassuringly.
+		A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The goo girl is covering _hisU chest and is listening to the slave breathe; the slave must be getting a checkup. The goo girl is patting the _girlU's head reassuringly.
 	<<elseif (_paSeed == 5) && ($invasionVictory == 1)>>
-		She's planting a very wet kiss on a representation of one of your security drones; she hugs it as best until it pops into her. When she sees you looking at her, she giggles and says, "What? I like him! He did really well during the invasion. I promise he won't rust in here!"
+		_HeA's planting a very wet kiss on a representation of one of your security drones; _heA hugs it as best until it pops into _himA. When _heA sees you looking at _himA, _heA giggles and says, "What? I like him! He did really well during the invasion. I promise he won't rust in here!"
 	<<elseif (_paSeed == 6) && ($studio == 1)>>
-		She's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
+		_HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 	<<else>>
-		She's watching you attentively from a bowl filled with her body. When she sees your glance, she reforms herself and awaits your response.
+		_HeA's watching you attentively from a bowl filled with _hisA body. When _heA sees your glance, _heA reforms _himselfA and awaits your response.
 	<</if>>
 
 <<case "angel">>
-	She's a gorgeous little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> angel with long radiant hair and large <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings as large as her when they are folded.
+	_HeA's a gorgeous little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> angel with long radiant hair and large <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings as large as _himA when they are folded.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She is currently wearing a long, conservative skirt and a pretty white blouse complete with gaps for her wings. She is positively radiant.
+		_HeA is currently wearing a long, conservative skirt and a pretty white blouse complete with gaps for _hisA wings. _HeA is positively radiant.
 	<<case "degradationist">>
-		She is wearing black eyeliner and lipstick while using a thin black ribbon to protect her modesty. It's pretty obvious she has a stud through her left nipple.
+		_HeA is wearing black eyeliner and lipstick while using a thin black ribbon to protect _hisA modesty. It's pretty obvious _heA has a stud through _hisA left nipple.
 	<<case "supremacist">>
-		She cycles between different outfits that reflect the various holy garments of religions popular in $arcologies[0].FSSupremacistRace countries.
+		_HeA cycles between different outfits that reflect the various holy garments of religions popular in $arcologies[0].FSSupremacistRace countries.
 	<<case "subjugationist">>
-		She is wearing a simple white linen dress, and her right ankle is shackled to an iron ball and chain that prevents her from flying very high.
+		_HeA is wearing a simple white linen dress, and _hisA right ankle is shackled to an iron ball and chain that prevents _himA from flying very high.
 	<<case "roman revivalist">>
-		She is wearing a fine stola appropriate for a respectable Roman lady, with her hair up in a complicated style.
+		_HeA is wearing a fine stola appropriate for a respectable Roman lady, with _hisA hair up in a complicated style.
 	<<case "aztec revivalist">>
-		She is wearing a modest huipil with her hair braided to two ponytails; she's the picture of quiet elegance.
+		_HeA is wearing a modest huipil with _hisA hair braided to two ponytails; _heA's the picture of quiet elegance.
 	<<case "egyptian revivalist">>
-		She is wearing a simple white linen dress, kohl eye shadow, sandals, and a serene expression.
+		_HeA is wearing a simple white linen dress, kohl eye shadow, sandals, and a serene expression.
 	<<case "edo revivalist">>
-		She is wearing a fine kimono with slits for her wings, getae, tabi, and an expression of perfect serenity.
+		_HeA is wearing a fine kimono with slits for _hisA wings, getae, tabi, and an expression of perfect serenity.
 	<<case "arabian revivalist">>
-		She is wearing a tailored suit, a silk headscarf, and aviator sunglasses, making her look ridiculous.
+		_HeA is wearing a tailored suit, a silk headscarf, and aviator sunglasses, making _himA look ridiculous.
 	<<case "chinese revivalist">>
-		She is wearing a conservative silk qipao with special slits for her wings. Her hair is pulled back into a bun and secured by a couple of chopsticks.
+		_HeA is wearing a conservative silk qipao with special slits for _hisA wings. _HisA hair is pulled back into a bun and secured by a couple of chopsticks.
 	<<case "chattel religionist">>
-		She has adjusted her outfit to consist of nothing but the symbol of your new religion carefully tailored to cover her nipples and crotch. She wears another around her neck and a blush on her cheeks.
+		_HeA has adjusted _hisA outfit to consist of nothing but the symbol of your new religion carefully tailored to cover _hisA nipples and crotch. _HeA wears another around _hisA neck and a blush on _hisA cheeks.
 	<<case "physical idealist">>
-		She has swapped out her usual linen dress for one that shows off her toned arms, legs and abs.
+		_HeA has swapped out _hisA usual linen dress for one that shows off _hisA toned arms, legs and abs.
 	<<case "hedonistic decadence">>
-		She has swapped out her usual linen dress for one that covers her plush curves. She finds walking easier than trying to fly with her weighty body.
+		_HeA has swapped out _hisA usual linen dress for one that covers _hisA plush curves. _HeA finds walking easier than trying to fly with _hisA weighty body.
 	<<case "repopulation focus">>
-		Her simple white linen dress is parted by her full term pregnancy; likely a lost soul being given a new chance.
+		_HisA simple white linen dress is parted by _hisA full term pregnancy; likely a lost soul being given a new chance.
 	<<case "eugenics">>
-		She has swapped out her usual linen dress for a fabulous one to match her perfect appearance. She proudly wears the symbol of high society on her arm and, judging by the slight curve to her middle, is growing a child just as beautiful as her.
+		_HeA has swapped out _hisA usual linen dress for a fabulous one to match _hisA perfect appearance. _HeA proudly wears the symbol of high society on _hisA arm and, judging by the slight curve to _hisA middle, is growing a child just as beautiful as _himA.
 	<<case "gender radicalist">>
-		She wears a simple white linen dress and has recently changed her appearance to make herself quite androgynous.
+		_HeA wears a simple white linen dress and has recently changed _hisA appearance to make _himselfA quite androgynous.
 	<<case "gender fundamentalist">>
-		She wears a simple white linen dress that struggles to cover both her full breasts and child-bearing hips.
+		_HeA wears a simple white linen dress that struggles to cover both _hisA full breasts and child-bearing hips.
 	<<case "asset expansionist">>
-		She has recently given up on trying to cover her arm-filling breasts, resorting to just wearing a skirt; a skirt that strains against her enormous rear. She certainly won't be flying anyway.
+		_HeA has recently given up on trying to cover _hisA arm-filling breasts, resorting to just wearing a skirt; a skirt that strains against _hisA enormous rear. _HeA certainly won't be flying anyway.
 	<<case "transformation fetishist">>
-		She wears a simple white linen dress that struggles to contain her big, perky, obviously fake breasts.
+		_HeA wears a simple white linen dress that struggles to contain _hisA big, perky, obviously fake breasts.
 	<<case "pastoralist">>
-		She wears a simple white linen dress that struggles to cover her full breasts. She frequently tries to hide her nipples; her milk having rendered her dress transparent.
+		_HeA wears a simple white linen dress that struggles to cover _hisA full breasts. _HeA frequently tries to hide _hisA nipples; _hisA milk having rendered _hisA dress transparent.
 	<<case "maturity preferentialist">>
-		She wears a simple white linen dress and has recently altered appearance to be more mature. Her face is one of experience and her hair has streaks of silver.
+		_HeA wears a simple white linen dress and has recently altered appearance to be more mature. _HisA face is one of experience and _hisA hair has streaks of silver.
 	<<case "youth preferentialist">>
-		She wears a simple white linen dress that tastefully hugs her youthful body. She looks barely 18; a tantalizing risk.
+		_HeA wears a simple white linen dress that tastefully hugs _hisA youthful body. _HeA looks barely 18; a tantalizing risk.
 	<<case "slimness enthusiast">>
-		She wears a simple white linen dress that tastefully hugs her thin body.
+		_HeA wears a simple white linen dress that tastefully hugs _hisA thin body.
 	<<case "body purist">>
-		She has forgone covering herself to allow her radiant, pure body to be visible to all.
+		_HeA has forgone covering _himselfA to allow _hisA radiant, pure body to be visible to all.
 	<<default>>
-		She wears a simple white linen dress that, while concealing, shows off her pleasant curves.
+		_HeA wears a simple white linen dress that, while concealing, shows off _hisA pleasant curves.
 	<</switch>>
 	<<else>>
-		She wears a simple white linen dress that, while concealing, shows off her pleasant curves.
+		_HeA wears a simple white linen dress that, while concealing, shows off _hisA pleasant curves.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is locking lips with her. The slave must be down in the kitchen, getting a meal out of the food dispensers. The angel notices you watching, blushes deeply and covers herself and the slave with a wing.
+	A recognizable little representation of one of your slaves is locking lips with _himA. The slave must be down in the kitchen, getting a meal out of the food dispensers. The angel notices you watching, blushes deeply and covers _himselfA and the slave with a wing.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is across her lap, _hisU rear red from a recent spanking. The slave must be receiving _hisU drugs from one of the dildo dispensers. The angel notices you watching, nods, and resumes spanking, ignoring the slave's distress.
+	A recognizable little representation of one of your slaves is across _hisA lap, _hisU rear red from a recent spanking. The slave must be receiving _hisU drugs from one of the dildo dispensers. The angel notices you watching, nods, and resumes spanking, ignoring the slave's distress.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	She has a visible representation of one of your slaves across her lap, a vibrator partially inserted into _himU, which the slave is obviously enjoying. The slave must be using one of the penthouse's many vibrators. She notices you watching and blushes deeply before returning to pleasuring the slave.
+	_HeA has a visible representation of one of your slaves across _hisA lap, a vibrator partially inserted into _himU, which the slave is obviously enjoying. The slave must be using one of the penthouse's many vibrators. _HeA notices you watching and blushes deeply before returning to pleasuring the slave.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying with _hisU head in her lap. The angel is embracing her gently and silently; the slave must be getting a checkup. She looks up at you with a smile; the slave must be doing well.
+	A recognizable little representation of one of your slaves is lying with _hisU head in _hisA lap. The angel is embracing _himU gently and silently; the slave must be getting a checkup. _HeA looks up at you with a smile; the slave must be doing well.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's standing next to a representation of one of your security drones, gently caressing it. When she sees you looking at her, she blushes and says, "I like this one. He did very well during the invasion. He saved so many."
+	_HeA's standing next to a representation of one of your security drones, gently caressing it. When _heA sees you looking at _himA, _heA blushes and says, "I like this one. He did very well during the invasion. He saved so many."
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She's watching a recognizable little representation of one of your slaves masturbating, with one hand to cover her eyes and the other to hold a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
+	_HeA's watching a recognizable little representation of one of your slaves masturbating, with one hand to cover _hisA eyes and the other to hold a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's own angelic avatar.
+	_HeA's accompanied by your market assistant's own angelic avatar.
 	<<if $marketAssistantRelationship == "cute">>
 		They're deep in prayer for your benefit and the safety of you, your arcology and your slaves.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is happily brushing the market assistant while humming happily. Upon noticing you watching, she hastily sneaks a hand down the assistant's dress and pinches a nipple, eliciting a squeak from the girl.
+		$assistantName is happily brushing the market assistant while humming happily. Upon noticing you watching, _heA hastily sneaks a hand down the assistant's dress and pinches a nipple, eliciting a squeak from the _girlM.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName is naked and kissing her equally bare sister. You watch silently as they grind their bodies against each other until one notices your gaze. They both shriek, cover themselves with their wings and hustle out of sight.
+		$assistantName is naked and kissing _hisA equally bare sister. You watch silently as they grind their bodies against each other until one notices your gaze. They both shriek, cover themselves with their wings and hustle out of sight.
 	<<else>>
 		They're making out in a surprisingly girlish way, deeply kissing each other and pressing their chests together. They blush when they see you watching them, each quickly covering the other with a wing.
 	<</if>>
 <<else>>
-	She's deep in prayer. She glances up to check on you and sees you looking at her, and flashes you a look of serenity.
+	_HeA's deep in prayer. _HeA glances up to check on you and sees you looking at _himA, and flashes you a look of serenity.
 <</if>>
 
 <<case "cherub">>
-	She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> minor angel with radiant hair and arm length <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings.
+	_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> minor angel with radiant hair and arm length <<if $arcologies[0].FSDegradationist != "unset">>black<<else>>white<</if>> wings.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She has swapped her usual short skirt for a much longer one. No more panty flashes for you!
+		_HeA has swapped _hisA usual short skirt for a much longer one. No more panty flashes for you!
 	<<case "degradationist">>
-		She is wearing black lipstick along with her usual white linen dress with a short skirt. Occasionally you get a glance up that skirt; a dark black thong greets you.
+		_HeA is wearing black lipstick along with _hisA usual white linen dress with a short skirt. Occasionally you get a glance up that skirt; a dark black thong greets you.
 	<<case "supremacist">>
-		She is wearing a cute little dressed stitched with designs from $arcologies[0].FSSupremacistRace culture. Occasionally you get a glance up it; a white pair of panties with similar designs say hello.
+		_HeA is wearing a cute little dressed stitched with designs from $arcologies[0].FSSupremacistRace culture. Occasionally you get a glance up it; a white pair of panties with similar designs say hello.
 	<<case "subjugationist">>
-		She is shackled to an iron ball and chain that's almost as big as she is, and she has to slowly and comically drag it behind her to get anywhere. Occasionally she tumbles over in her struggles, flipping her white linen dress up and treating you to a good look at her panties.
+		_HeA is shackled to an iron ball and chain that's almost as big as _heA is, and _heA has to slowly and comically drag it behind _himA to get anywhere. Occasionally _heA tumbles over in _hisA struggles, flipping _hisA white linen dress up and treating you to a good look at _hisA panties.
 	<<case "roman revivalist">>
-		She is wearing a cute little toga. Occasionally you get a glance up it; a cute little pussy says hello.
+		_HeA is wearing a cute little toga. Occasionally you get a glance up it; a cute little pussy says hello.
 	<<case "aztec revivalist">>
-		wearing a huipil with her hair braided to two ponytails. You can clearly see through the sides that she has chosen to forgo underwear.
+		wearing a huipil with _hisA hair braided to two ponytails. You can clearly see through the sides that _heA has chosen to forgo underwear.
 	<<case "egyptian revivalist">>
-		She is wearing a simple white linen dress, kohl eye shadow, and a serene expression. Her dress hangs low enough to block your view, unfortunately.
+		_HeA is wearing a simple white linen dress, kohl eye shadow, and a serene expression. _HisA dress hangs low enough to block your view, unfortunately.
 	<<case "edo revivalist">>
-		She is wearing a cute little kimono with slits for her wings. Occasionally you get a glance up it; a lovely pair of panties say hello.
+		_HeA is wearing a cute little kimono with slits for _hisA wings. Occasionally you get a glance up it; a lovely pair of panties say hello.
 	<<case "arabian revivalist">>
-		She wears a fine dress, a silk headscarf, aviator sunglasses, and an overly conservative posture. No seeing up her dress for you!
+		_HeA wears a fine dress, a silk headscarf, aviator sunglasses, and an overly conservative posture. No seeing up _hisA dress for you!
 	<<case "chinese revivalist">>
-		She is wearing a conservative silk qipao with special slits for her wings. Her hair is pulled back into a bun and secured by a couple of chopsticks. It you try really hard, you can get a peek of her panties as she flutters by.
+		_HeA is wearing a conservative silk qipao with special slits for _hisA wings. _HisA hair is pulled back into a bun and secured by a couple of chopsticks. It you try really hard, you can get a peek of _hisA panties as _heA flutters by.
 	<<case "chattel religionist">>
-		She has adjusted her outfit to consist of nothing but the symbol of your new religion carefully tailored to cover her nipples and crotch. Another dangles from her neck. Her attire leaves little to the imagination.
+		_HeA has adjusted _hisA outfit to consist of nothing but the symbol of your new religion carefully tailored to cover _hisA nipples and crotch. Another dangles from _hisA neck. _HisA attire leaves little to the imagination.
 	<<case "physical idealist">>
-		She has chosen to ditch her usual linen dress for nothing but her undies in order to show off her muscles.
+		_HeA has chosen to ditch _hisA usual linen dress for nothing but _hisA undies in order to show off _hisA muscles.
 	<<case "hedonistic decadence">>
-		She has become so plump lately that no amount of tugging will get her linen dress to cover her exposed panties. She struggles to stay aloft with such a plush body.
+		_HeA has become so plump lately that no amount of tugging will get _hisA linen dress to cover _hisA exposed panties. _HeA struggles to stay aloft with such a plush body.
 	<<case "repopulation focus">>
-		She has chosen to ditch her usual linen dress for just her panties. She struggles to fly with her heavy pregnancy and milk laden breasts.
+		_HeA has chosen to ditch _hisA usual linen dress for just _hisA panties. _HeA struggles to fly with _hisA heavy pregnancy and milk laden breasts.
 	<<case "eugenics">>
-		She wears simple white linen dress with a short skirt that frequently lets you catch glimpses of her chastity belt.
+		_HeA wears simple white linen dress with a short skirt that frequently lets you catch glimpses of _hisA chastity belt.
 	<<case "gender radicalist">>
-		She wears simple white linen dress with a short skirt that frequently lets you catch glimpses of her panties. She has become rather boyish lately and you swear that there is a slight bulge in her panties.
+		_HeA wears simple white linen dress with a short skirt that frequently lets you catch glimpses of _hisA panties. _HeA has become rather boyish lately and you swear that there is a slight bulge in _hisA panties.
 	<<case "gender fundamentalist">>
-		She wears a simple white linen dress that struggles to cover both her full breasts and child-bearing hips. Her short skirt frequently rides you to give you a lovely view of her panties.
+		_HeA wears a simple white linen dress that struggles to cover both _hisA full breasts and child-bearing hips. _HisA short skirt frequently rides you to give you a lovely view of _hisA panties.
 	<<case "asset expansionist">>
-		She has recently taken to wearing nothing put her panties, having given up on fitting into her dress. She struggles to fly with her massive tits weighing her down and she commonly has to pause to pull her underwear out of her buttcrack.
+		_HeA has recently taken to wearing nothing put _hisA panties, having given up on fitting into _hisA dress. _HeA struggles to fly with _hisA massive tits weighing _himA down, and _heA commonly has to pause to pull _hisA underwear out of _hisA buttcrack.
 	<<case "transformation fetishist">>
-		She wears a simple white linen dress that struggles to cover both her big fake breasts and ass. Her short skirt feebly rests atop her panty devouring rear, giving you a lovely view.
+		_HeA wears a simple white linen dress that struggles to cover both _hisA big fake breasts and ass. _HisA short skirt feebly rests atop _hisA panty devouring rear, giving you a lovely view.
 	<<case "pastoralist">>
-		She has begun leaving the top of her white linen dress open to allow her milk laden breasts to hang free. She tends to leave a trail where ever she flies.
+		_HeA has begun leaving the top of _hisA white linen dress open to allow _hisA milk laden breasts to hang free. _HeA tends to leave a trail where ever _heA flies.
 	<<case "maturity preferentialist">>
-		She has recently updated her appearance to be more mature; an air of experience follows her as she flies around. She a wears simple white linen dress with a short skirt that frequently lets you catch glimpses of her panties; polka-dotted, oddly enough.
+		_HeA has recently updated _hisA appearance to be more mature; an air of experience follows _himA as _heA flies around. _HeA a wears simple white linen dress with a short skirt that frequently lets you catch glimpses of _hisA panties; polka-dotted, oddly enough.
 	<<case "youth preferentialist">>
-		She has recently updated her appearance to be more youthful. She frequently flutters by, enjoying her youthful vigor. She a wears simple white linen dress with a short skirt that frequently lets you catch glimpses of her panties; an adorable pair of bloomers.
+		_HeA has recently updated _hisA appearance to be more youthful. _HeA frequently flutters by, enjoying _hisA youthful vigor. _HeA a wears simple white linen dress with a short skirt that frequently lets you catch glimpses of _hisA panties; an adorable pair of bloomers.
 	<<case "slimness enthusiast">>
-		She wears simple white linen dress with a short skirt that hangs loosely of her pleasantly thin body. Her panties are obviously a bit loose too, as she frequently has to stop, swoop down and retrieve them whenever they fall off her flat ass.
+		_HeA wears simple white linen dress with a short skirt that hangs loosely off _hisA pleasantly thin body. _HisA panties are obviously a bit loose too, as _heA frequently has to stop, swoop down and retrieve them whenever they fall off _hisA flat ass.
 	<<case "body purist">>
-		She has forgone covering herself to allow her radiant, pure body to be visible to all.
+		_HeA has forgone covering _himselfA to allow _hisA radiant, pure body to be visible to all.
 	<<default>>
-		She wears a simple white linen dress with a short skirt that frequently lets you catch glimpses of her panties.
+		_HeA wears a simple white linen dress with a short skirt that frequently lets you catch glimpses of _hisA panties.
 	<</switch>>
 	<<else>>
-		She wears a simple white linen dress with a short skirt that frequently lets you catch glimpses of her panties.
+		_HeA wears a simple white linen dress with a short skirt that frequently lets you catch glimpses of _hisA panties.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	A recognizable little representation of one of your slaves is eating her out as she flutters in front of them. The slave must be down in the kitchen, getting a meal out of the food dispensers. The cherub notices you watching and shoots you a thumbs up.
+	A recognizable little representation of one of your slaves is eating _himA out as _heA flutters in front of them. The slave must be down in the kitchen, getting a meal out of the food dispensers. The cherub notices you watching and shoots you a thumbs up.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is before her, ass in the air, as she eagerly fists _hisU rear. The slave must be receiving _hisU drugs from one of the dildo dispensers. The cherub notices you watching and tosses you a thumbs up with her free hand.
+	A recognizable little representation of one of your slaves is before _himA, ass in the air, as _heA eagerly fists _hisU rear. The slave must be receiving _hisU drugs from one of the dildo dispensers. The cherub notices you watching and tosses you a thumbs up with _hisA free hand.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves is before her, ass in the air, as she eagerly fucks _himU with a strap-on, which the slave is obviously enjoying. The slave must be using one of the penthouse's many vibrators. She notices you watching, tosses up a thumbs up at you and increases her thrusting.
+	A recognizable little representation of one of your slaves is before _himA, ass in the air, as _heA eagerly fucks _himU with a strap-on, which the slave is obviously enjoying. The slave must be using one of the penthouse's many vibrators. _HeA notices you watching, tosses up a thumbs up at you and increases _hisA thrusting.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying before her. The cherub is hovering in front of _hisU chest, head to _hisU breast, listening to _hisU heartbeat; the slave must be getting a checkup. She beams you a smile; the slave must be doing well.
+	A recognizable little representation of one of your slaves is lying before _himA. The cherub is hovering in front of _hisU chest, head to _hisU breast, listening to _hisU heartbeat; the slave must be getting a checkup. _HeA beams you a smile; the slave must be doing well.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's fluttering around in circles with a representation of one of your security drones, steadily chasing it. When she sees you looking at her, she giggles and says, "I like this one. He did very well during the invasion."
+	_HeA's fluttering around in circles with a representation of one of your security drones, steadily chasing it. When _heA sees you looking at _himA, _heA giggles and says, "I like this one. He did very well during the invasion."
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She's watching a recognizable little representation of one of your slaves masturbating, while holding a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
+	_HeA's watching a recognizable little representation of one of your slaves masturbating, while holding a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's slightly taller avatar.
+	_HeA's accompanied by your market assistant's slightly taller avatar.
 	<<if $marketAssistantRelationship == "cute">>
 		They're quickly darting around, playing tag; every touch transferring a bit of data between the players.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName is lazily reclining while the market assistant fans her with a large feather. She snaps her fingers as the taller cherub sighs and lowers her head between $assistantName's legs.
+		$assistantName is lazily reclining while the market assistant fans _himA with a large feather. _HeA snaps _hisA fingers as the taller cherub sighs and lowers _hisM head between $assistantName's legs.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName and her sister are struggling to stay airborne as they lustfully trib each other. When they notice you watching, and after they both climax, they pull each other close for a deep kiss only to manage to crash to the ground. They right themselves, laughing, before returning to their makeout session.
+		$assistantName and _hisA sister are struggling to stay airborne as they lustfully trib each other. When they notice you watching, and after they both climax, they pull each other close for a deep kiss only to manage to crash to the ground. They right themselves, laughing, before returning to their makeout session.
 	<<else>>
 		They're leaning against each other while looking over a list of your slaves. They choose a pair to work on hooking up before turning to kiss each other deeply.
 	<</if>>
 <<else>>
-	She's fluttering to and fro humming to herself. You swear she keeps flashing her panties to you on purpose.
+	_HeA's fluttering to and fro humming to _himselfA. You swear _heA keeps flashing _hisA panties to you on purpose.
 <</if>>
 
 <<case "imp">>
-	She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> imp with black hair and comically tiny bat-like wings.
+	_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> imp with black hair and comically tiny bat-like wings.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She has swapped to wearing much more, relatively speaking, modest clothing; extremely tight jeans and a top so small and taut you swear she's about to pop out of it.
+		_HeA has swapped to wearing much more, relatively speaking, modest clothing; extremely tight jeans and a top so small and taut you swear _heA's about to pop out of it.
 	<<case "degradationist">>
-		She has replaced her loincloth with a chastity belt containing an immense dildo; it is clearly seen distending her belly. Countless scars line her back and ass from the frequent lashings she enjoys.
+		_HeA has replaced _hisA loincloth with a chastity belt containing an immense dildo; it is clearly seen distending _hisA belly. Countless scars line _hisA back and ass from the frequent lashings _heA enjoys.
 	<<case "supremacist">>
-		She's taken to carrying a cat o' nine tails whip at all times so that she's ready to lash a <<if $arcologies[0].FSSupremacistRace == "mixed race">>pureblooded<<else>>non-$arcologies[0].FSSupremacistRace<</if>> slave at a moment's notice.
+		_HeA's taken to carrying a cat o' nine tails whip at all times so that _heA's ready to lash a <<if $arcologies[0].FSSupremacistRace == "mixed race">>pureblooded<<else>>non-$arcologies[0].FSSupremacistRace<</if>> slave at a moment's notice.
 	<<case "subjugationist">>
-		Her cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when she isn't doing something mischievous and sneaky, which is rare.
+		_HisA cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when _heA isn't doing something mischievous and sneaky, which is rare.
 	<<case "roman revivalist">>
-		She'd fit in perfectly tormenting the condemned in Tartarus.
+		_HeA'd fit in perfectly tormenting the condemned in Tartarus.
 	<<case "aztec revivalist">>
-		She's taken to carrying a pair of ceremonial daggers perfect for bloodletting and even an impromptu sacrifice. Two things she really enjoys performing.
+		_HeA's taken to carrying a pair of ceremonial daggers perfect for bloodletting and even an impromptu sacrifice. Two things _heA really enjoys performing.
 	<<case "egyptian revivalist">>
-		She has recently adjusted her appearance to resemble an Egyptian slave; that combined with a manufactured rebellious streak are sure to earn her a whipping.
+		_HeA has recently adjusted _hisA appearance to resemble an Egyptian slave; that combined with a manufactured rebellious streak are sure to earn _himA a whipping.
 	<<case "edo revivalist">>
-		She has tightly bound herself in shibari ropes, although they don't achieve much given she can still fly freely.
+		_HeA has tightly bound _himselfA in shibari ropes, although they don't achieve much given _heA can still fly freely.
 	<<case "arabian revivalist">>
-		She has donned the skimpiest, sluttiest outfit she could think of. She's just begging to get stoned.
+		_HeA has donned the skimpiest, sluttiest outfit _heA could think of. _HeA's just begging to get stoned.
 	<<case "chinese revivalist">>
-		She has added a number of piercings to her body to allow her to be suspended by hooks rather than flying.
+		_HeA has added a number of piercings to _hisA body to allow _himA to be suspended by hooks rather than flying.
 	<<case "chattel religionist">>
-		She has chosen to go fully naked, exposing the symbols of your religion pierced through her nipples and clit.
+		_HeA has chosen to go fully naked, exposing the symbols of your religion pierced through _hisA nipples and clit.
 	<<case "physical idealist">>
-		She has adjusted her appearance to be rather muscular. Not only can she crack a whip harder than ever, but when she flexes, she nearly pops the belt around her chest.
+		_HeA has adjusted _hisA appearance to be rather muscular. Not only can _heA crack a whip harder than ever, but when _heA flexes, _heA nearly pops the belt around _hisA chest.
 	<<case "hedonistic decadence">>
-		She has become rather chubby lately. She may want to change up her routine of tormenting the hungry by devouring food before them.
+		_HeA has become rather chubby lately. _HeA may want to change up _hisA routine of tormenting the hungry by devouring food before them.
 	<<case "repopulation focus">>
-		She's added a pair of tight belts across her stomach recently. The taut material painfully digs into her growing pregnancy.
+		_HeA's added a pair of tight belts across _hisA stomach recently. The taut material painfully digs into _hisA growing pregnancy.
 	<<case "eugenics">>
-		She has an iron chastity belt under her loincloth and two large bulges in her middle. You don't have to guess she has a pair of enormous dildos locked inside her.
+		_HeA has an iron chastity belt under _hisA loincloth and two large bulges in _hisA middle. You don't have to guess _heA has a pair of enormous dildos locked inside _himA.
 	<<case "gender radicalist">>
-		She's recently begun rendering herself more androgynous. Something can be seen commonly tenting her loincloth; when ever if shifts to the side, you catch sight of a thumb sized and heavily pierced clitoris.
+		_HeA's recently begun rendering _himselfA more androgynous. Something can be seen commonly tenting _hisA loincloth; when ever if shifts to the side, you catch sight of a thumb sized and heavily pierced clitoris.
 	<<case "gender fundamentalist">>
-		She's recently increased the size of her breasts and width of her hips. The belt around her chest tightly binds her new bust and causes its flesh to bulge and jiggle delightfully.
+		_HeA's recently increased the size of _hisA breasts and width of _hisA hips. The belt around _hisA chest tightly binds _hisA new bust and causes its flesh to bulge and jiggle delightfully.
 	<<case "asset expansionist">>
-		She's had to let out her chest belt to accommodate her new excessive bust, but only a little; the belt creates a deep canyon across her chest with plenty of flesh bulging above and below the straining leather.
+		_HeA's had to let out _hisA chest belt to accommodate _hisA new excessive bust, but only a little; the belt creates a deep canyon across _hisA chest with plenty of flesh bulging above and below the straining leather.
 	<<case "transformation fetishist">>
-		She's had to let out her chest belt to accommodate her new excessive bust, but only a little; the belt creates a deep canyon across her fake chest and threatens to painfully pop the underlying implants.
+		_HeA's had to let out _hisA chest belt to accommodate _hisA new excessive bust, but only a little; the belt creates a deep canyon across _hisA fake chest and threatens to painfully pop the underlying implants.
 	<<case "pastoralist">>
-		She's exchanged her chest belt for a pair of rings with leather straps. She wears them so tightly every motion she makes forces a gush of milk from her painfully swollen breasts.
+		_HeA's exchanged _hisA chest belt for a pair of rings with leather straps. _HeA wears them so tightly every motion _heA makes forces a gush of milk from _hisA painfully swollen breasts.
 	<<case "maturity preferentialist">>
-		She has recently updated her appearance to be more mature; an air of experience follows her as she flies around. You can hear her plotting tortures, many you've never heard of.
+		_HeA has recently updated _hisA appearance to be more mature; an air of experience follows _himA as _heA flies around. You can hear _himA plotting tortures, many you've never heard of.
 	<<case "youth preferentialist">>
-		She has recently updated her appearance to be more youthful. She frequently flutters by, enjoying her youthful vigor. She looks so innocent, but looks can be deceiving!
+		_HeA has recently updated _hisA appearance to be more youthful. _HeA frequently flutters by, enjoying _hisA youthful vigor. _HeA looks so innocent, but looks can be deceiving!
 	<<case "slimness enthusiast">>
-		Her new, thinner body gives her plenty of excuses to pull her straps even tighter.
+		_HisA new, thinner body gives _himA plenty of excuses to pull _hisA straps even tighter.
 	<<case "body purist">>
-		She has forgone covering herself to allow her sinful, pure body to be visible to all.
+		_HeA has forgone covering _himselfA to allow _hisA sinful, pure body to be visible to all.
 	<<default>>
-		She wears only a belt, tightly bound, over her tiny breasts and a simple loincloth over her crotch, leaving most of her body in plain, but arousing, sight.
+		_HeA wears only a belt, tightly bound, over _hisA tiny breasts and a simple loincloth over _hisA crotch, leaving most of _hisA body in plain, but arousing, sight.
 	<</switch>>
 	<<else>>
-		She wears only a belt, tightly bound, over her tiny breasts and a simple loincloth over her crotch, leaving most of her body in plain, but arousing, sight.
+		_HeA wears only a belt, tightly bound, over _hisA tiny breasts and a simple loincloth over _hisA crotch, leaving most of _hisA body in plain, but arousing, sight.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	She is steadily forcing a dildo the size of your arm down a recognizable little representation of one of your slaves' throat. The slave must be down in the kitchen, getting a meal out of the food dispensers. The imp notices you watching, points to the obscene bulge in the slave's throat and laughs maniacally.
+	_HeA is steadily forcing a dildo the size of your arm down a recognizable little representation of one of your slaves' throat. The slave must be down in the kitchen, getting a meal out of the food dispensers. The imp notices you watching, points to the obscene bulge in the slave's throat and laughs maniacally.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is before her, ass in the air, as she enthusiastically winds an anal pear. The slave must be receiving _hisU drugs from one of the dildo dispensers. The imp notices you watching and laughs as she gapes the slave's asshole further, enjoying _hisU obvious discomfort.
+	A recognizable little representation of one of your slaves is before _himA, ass in the air, as _heA enthusiastically winds an anal pear. The slave must be receiving _hisU drugs from one of the dildo dispensers. The imp notices you watching and laughs as _heA gapes the slave's asshole further, enjoying _hisU obvious discomfort.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves is before her, perched atop a wooden horse with sexual fluids running down its sides. The slave must be using one of the penthouse's many sex toys. Noticing you watching, the imp flies above _himU and roughly forces _himU down, eliciting a scream of surprise from the horny slave. She likely upped the output on whatever toy the slave was using.
+	A recognizable little representation of one of your slaves is before _himA, perched atop a wooden horse with sexual fluids running down its sides. The slave must be using one of the penthouse's many sex toys. Noticing you watching, the imp flies above _himU and roughly forces _himU down, eliciting a scream of surprise from the horny slave. _HeA likely upped the output on whatever toy the slave was using.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying on _hisU side before her; belly painfully distended. The imp is hovering over _himU holding an enema bag; the slave must be getting a checkup. She notices your gaze and squeezes the bag, forcing a burst of liquid into the slave's gut and drawing a moan of discomfort out of the _girlU.
+	A recognizable little representation of one of your slaves is lying on _hisU side before _himA; belly painfully distended. The imp is hovering over _himU holding an enema bag; the slave must be getting a checkup. _HeA notices your gaze and squeezes the bag, forcing a burst of liquid into the slave's gut and drawing a moan of discomfort out of the _girlU.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's flapping around in circles chasing a representation of one of your security drones with a mallet. When she sees you looking at her, she quickly hides the hammer behind her back, giggles and says, "He let some get away and needed to be punished!"
+	_HeA's flapping around in circles chasing a representation of one of your security drones with a mallet. When _heA sees you looking at _himA, _heA quickly hides the hammer behind _hisA back, giggles and says, "He let some get away and needed to be punished!"
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She's hovering over a recognizable little representation of one of your slaves masturbating while holding a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into a PoV porno.
+	_HeA's hovering over a recognizable little representation of one of your slaves masturbating while holding a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and $assistantName is clearly turning the feed of it into a PoV porno.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's slightly taller avatar.
+	_HeA's accompanied by your market assistant's slightly taller avatar.
 	<<if $marketAssistantRelationship == "cute">>
 		They're tormenting a little representation of one of your slaves while giggling to each other. A closer inspection reveals they are playing with the door locks to confound a new menial.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName has her plaything tightly bound to a rack and is gleefully pouring hot wax onto the oddly silent market assistant. You see why when a drop lands on her sensitive clit, eliciting a scream from the restrained imp; $assistantName pulls her restraints even tighter as punishment.
+		$assistantName has _hisA plaything tightly bound to a rack and is gleefully pouring hot wax onto the oddly silent market assistant. You see why when a drop lands on _hisM sensitive clit, eliciting a scream from the restrained imp; $assistantName pulls _hisM restraints even tighter as punishment.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName and her sister are struggling to stay airborne as they attempt push an oversized, double-ended dildo out of their own cunt and into the other's. When they notice you watching, $assistantName seizes the opportunity to bear down hard, forcing the entirety of the toy into the distracted market assistant. She crashes to the ground, hands upon her cock bulged middle, orgasming indecently.
+		$assistantName and _hisA sister are struggling to stay airborne as they attempt push an oversized, double-ended dildo out of their own cunt and into the other's. When they notice you watching, $assistantName seizes the opportunity to bear down hard, forcing the entirety of the toy into the distracted market assistant. _HeM crashes to the ground, hands upon _hisM cock bulged middle, orgasming indecently.
 	<<else>>
 		They're taking swings at each other with switches. Giggling with each swing and moaning with every successful strike.
 	<</if>>
 <<else>>
-	She's inspecting her arsenal of toys and punishment tools. When she notices you watching; she grabs her favorite and eagerly makes use of it on herself.
+	_HeA's inspecting _hisA arsenal of toys and punishment tools. When _heA notices you watching, _heA grabs _hisA favorite and eagerly makes use of it on _himselfA.
 <</if>>
 
 <<case "witch">>
-	She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> witch with thin, flowing robes and a wide brimmed, if rather stereotypical, witch's hat.
+	_HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFSAppearance != "subjugationist">>$arcologies[0].FSSupremacistRace <<elseif $assistantFSAppearance == "subjugationist">>$arcologies[0].FSSubjugationistRace <</if>> witch with thin, flowing robes and a wide brimmed, if rather stereotypical, witch's hat.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She still hasn't managed to undo the spell; her chest is still unnaturally smooth, not one nipple peaks the fabric of the robe.
+		_HeA still hasn't managed to undo the spell; _hisA chest is still unnaturally smooth, not one nipple peaks the fabric of the robe.
 	<<case "degradationist">>
-		She still hasn't managed to undo the spell; her face, hands and every surface of her body are completely covered in tattoos. It is especially noticeable when she talks that her tongue is tattooed too; wonder what decorates the surfaces of her body you can't see?
+		_HeA still hasn't managed to undo the spell; _hisA face, hands and every surface of _hisA body are completely covered in tattoos. It is especially noticeable when _heA talks that _hisA tongue is tattooed too; wonder what decorates the surfaces of _hisA body you can't see?
 	<<case "supremacist">>
-		She's managed to correct the spell, and even succeed in it. She is now <<if $arcologies[0].FSSupremacistRace == "mixed race">>the perfect blend of every ethnicity, with all of their best qualities and none of their flaws<<else>>ethnically 100% pure $arcologies[0].FSSupremacistRace<</if>>. If she were real, she would make the perfect breeding stock for the next generation of the master race.
+		_HeA's managed to correct the spell, and even succeed in it. _HeA is now <<if $arcologies[0].FSSupremacistRace == "mixed race">>the perfect blend of every ethnicity, with all of their best qualities and none of their flaws<<else>>ethnically 100% pure $arcologies[0].FSSupremacistRace<</if>>. If _heA were real, _heA would make the perfect breeding stock for the next generation of the master race.
 	<<case "subjugationist">>
-		She still hasn't managed to undo the spell; she looks like a racist caricature of a $arcologies[0].FSSubjugationistRace girl, and has an appropiately demeaning accent to match. What's worse, the spell also seems to have stripped most of her literacy in $language, making reading her tomes an arduous task for her.
+		_HeA still hasn't managed to undo the spell; _heA looks like a racist caricature of a $arcologies[0].FSSubjugationistRace girl, and has an appropriately demeaning accent to match. What's worse, the spell also seems to have stripped most of _hisA literacy in $language, making reading _hisA tomes an arduous task for _himA.
 	<<case "roman revivalist">>
-		While she acts like a typical Roman woman, she is pretty obviously Greek. She can't even name the Pantheon correctly.
+		While _heA acts like a typical Roman woman, _heA is pretty obviously Greek. _HeA can't even name the Pantheon correctly.
 	<<case "aztec revivalist">>
-		She is still very obviously not a native and has become rather caught up in the fear that she'll soon be sacrificed.
+		_HeA is still very obviously not a native and has become rather caught up in the fear that _heA'll soon be sacrificed.
 	<<case "egyptian revivalist">>
-		She's managed to untangle herself from the wrappings, though she has chosen to leave several still wrapped around her body.
+		_HeA's managed to untangle _himselfA from the wrappings, though _heA has chosen to leave several still wrapped around _hisA body.
 	<<case "edo revivalist">>
-		She's managed to correct the spell, somewhat, though she now resembles something that belongs in a hentai.
+		_HeA's managed to correct the spell, somewhat, though _heA now resembles something that belongs in a hentai.
 	<<case "arabian revivalist">>
-		She's managed to correct the spell, and even succeed at it. She has altered her appearance to resemble a gorgeous djinn. She is seductively performing a belly dance for you.
+		_HeA's managed to correct the spell, and even succeed at it. _HeA has altered _hisA appearance to resemble a gorgeous djinn. _HeA is seductively performing a belly dance for you.
 	<<case "chinese revivalist">>
-		She has chosen to embrace the outcome of her spell, even pushing her luck a little more, leaving her wearing a long and very fashionable qipao.
+		_HeA has chosen to embrace the outcome of _hisA spell, even pushing _hisA luck a little more, leaving _himA wearing a long and very fashionable qipao.
 	<<case "chattel religionist">>
-		She has chosen to embrace the outcome of her spell, proudly displaying the various holy symbols hanging from around her neck and dangling from her nipples, navel and clit.
+		_HeA has chosen to embrace the outcome of _hisA spell, proudly displaying the various holy symbols hanging from around _hisA neck and dangling from _hisA nipples, navel and clit.
 	<<case "physical idealist">>
-		She managed to regain freedom of movement, but has chosen to leave her torn robes unfixed to further highlight her ridiculous muscles.
+		_HeA managed to regain freedom of movement, but has chosen to leave _hisA torn robes unfixed to further highlight _hisA ridiculous muscles.
 	<<case "hedonistic decadence">>
-		She has managed to lighten her body enough to regain mobility, but no amount of her magic can summon a robe big enough to cover her enormously fat body without looking ridiculous.
+		_HeA has managed to lighten _hisA body enough to regain mobility, but no amount of _hisA magic can summon a robe big enough to cover _hisA enormously fat body without looking ridiculous.
 	<<case "repopulation focus">>
 		<<if $seeHyperPreg == 1>>
-			She's managed to cast a levitation spell to allow her to move and a spell to prevent her from bursting, but she can do nothing about the dozens of active children crowding her womb. She meekly floats along with it, gently rubbing its squirming mass through her torn robe.
+			_HeA's managed to cast a levitation spell to allow _himA to move and a spell to prevent _himA from bursting, but _heA can do nothing about the dozens of active children crowding _hisA womb. _HeA meekly floats along with it, gently rubbing its squirming mass through _hisA torn robe.
 		<<else>>
-			She's managed to cast a spell to lighten her belly, but she can do nothing about the rowdy octuplets crowding her womb. She meekly pats her exposed belly, feebly trying to calm her babies, as she looks up ways to mend her torn dress.
+			_HeA's managed to cast a spell to lighten _hisA belly, but _heA can do nothing about the rowdy octuplets crowding _hisA womb. _HeA meekly pats _hisA exposed belly, feebly trying to calm _hisA babies, as _heA looks up ways to mend _hisA torn dress.
 		<</if>>
 	<<case "eugenics">>
-		She still hasn't managed to undo the spell; it's pretty obvious given how desperately horny she is.
+		_HeA still hasn't managed to undo the spell; it's pretty obvious given how desperately horny _heA is.
 	<<case "gender radicalist">>
-		She has chosen to embrace the outcome of her spell; she either sports a bulge or a tent in the front of her dress and can frequently be seen reading books on male anatomy.
+		_HeA has chosen to embrace the outcome of _hisA spell; _heA either sports a bulge or a tent in the front of _hisA dress and can frequently be seen reading books on male anatomy.
 	<<case "gender fundamentalist">>
-		She still hasn't managed to undo the spell; her belly has become so swollen with ovum she looks ready to birth triplets. She can barely concentrate; her mind focused entirely on dicks cumming in her wet pussy, but she can't risk it, knowing full well she'd become so pregnant she'd likely burst. Her ample breasts and child bearing hips only make it harder to keep away from cocks.
+		_HeA still hasn't managed to undo the spell; _hisA belly has become so swollen with ovum _heA looks ready to birth triplets. _HeA can barely concentrate; _hisA mind focused entirely on dicks cumming in _hisA wet pussy, but _heA can't risk it, knowing full well _heA'd become so pregnant _heA'd likely burst. _HisA ample breasts and child bearing hips only make it harder to keep away from cocks.
 	<<case "asset expansionist">>
-		She's managed to partially undo the spell; her breasts are merely as big as she is now. One simple, correctly performed, levitation spell later and she is fully capable of functioning with her oversized tits.
+		_HeA's managed to partially undo the spell; _hisA breasts are merely as big as _heA is now. One simple, correctly performed, levitation spell later and _heA is fully capable of functioning with _hisA oversized tits.
 	<<case "transformation fetishist">>
-		While she has managed to regain her flexibility, she still greatly resembles an overinflated blow-up doll. Her lips are stuck in an O shape, her breasts are the size of beach balls, her ass and thighs larger than any girl's you've seen, and above all else is her huge medicine ball sized belly; fortunately they don't weigh nearly as much as they should, part of the benefits of being an inflatable sex-doll.
+		While _heA has managed to regain _hisA flexibility, _heA still greatly resembles an overinflated blow-up doll. _HisA lips are stuck in an O shape, _hisA breasts are the size of beach balls, _hisA ass and thighs larger than any girl's you've seen, and above all else is _hisA huge medicine ball sized belly; fortunately they don't weigh nearly as much as they should, part of the benefits of being an inflatable sex-doll.
 	<<case "pastoralist">>
-		She's managed to shrink her nine breasts somewhat; they are merely head sized now. The front of her robes is strained from her excessive number of milky tits.
+		_HeA's managed to shrink _hisA nine breasts somewhat; they are merely head sized now. The front of _hisA robes is strained from _hisA excessive number of milky tits.
 	<<case "maturity preferentialist">>
-		She's managed to reign in her aging spell and with a little size up to her breasts, hips and ass makes a very pleasant MILF.
+		_HeA's managed to reign in _hisA aging spell and with a little size up to _hisA breasts, hips and ass makes a very pleasant MILF.
 	<<case "youth preferentialist">>
 		<<if $minimumSlaveAge == 3>>
-			She's adjusted her tiny body slightly to be less feeble. Now she is a fully capable and adorable toddler witch in an oversized robe, though she has to fight to keep her hat from covering her entire head.
+			_HeA's adjusted _hisA tiny body slightly to be less feeble. Now _heA is a fully capable and adorable toddler witch in an oversized robe, though _heA has to fight to keep _hisA hat from covering _hisA entire head.
 		<<elseif $minimumSlaveAge <= 7>>
-			She's decided to embrace her spell and now appears as an adorable loli witch. She has to watch her step to not trip over her trailing robe and has to constantly readjust her head devouring hat.
+			_HeA's decided to embrace _hisA spell and now appears as an adorable loli witch. _HeA has to watch _hisA step to not trip over _hisA trailing robe and has to constantly readjust _hisA head devouring hat.
 		<<elseif $minimumSlaveAge <= 13>>
-			She's decided to embrace her spell and now appears as a cute teenage witch. Her robe is a little long, but she manages just fine.
+			_HeA's decided to embrace _hisA spell and now appears as a cute teenage witch. _HisA robe is a little long, but _heA manages just fine.
 		<<else>>
-			She's decided to embrace her spell and now appears as a witch fresh into adulthood.
+			_HeA's decided to embrace _hisA spell and now appears as a witch fresh into adulthood.
 		<</if>>
 	<<case "slimness enthusiast">>
-		She's begun wearing a corset under her robes to hide her chubbiness. Combined with her lightened body, she manages to pull off the lithe look easily.
+		_HeA's begun wearing a corset under _hisA robes to hide _hisA chubbiness. Combined with _hisA lightened body, _heA manages to pull off the lithe look easily.
 	<<case "body purist">>
-		She has attempted to fix her misspell and succeeded in preventing her clothes from becoming transparent, to herself only. She appears nude, even though she is fully clothed, much to everyone's enjoyment.
+		_HeA has attempted to fix _hisA misspell and succeeded in preventing _hisA clothes from becoming transparent, to _himselfA only. _HeA appears nude, even though _heA is fully clothed, much to everyone's enjoyment.
 	<<default>>
-		She frequently carries a tome of new and erotic spells.
+		_HeA frequently carries a tome of new and erotic spells.
 	<</switch>>
 	<<else>>
-		She frequently carries a tome of new and erotic spells.
+		_HeA frequently carries a tome of new and erotic spells.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	She is steadily conjuring cake slices out of thin air and sending them down a recognizable little representation of one of your slaves' throat as _hisU belly swells. The slave must be down in the kitchen, getting a meal out of the food dispensers. The witch notices you watching, creates a whole cake, and sends it on its way, causing the slave's gut to double in size.
+	_HeA is steadily conjuring cake slices out of thin air and sending them down a recognizable little representation of one of your slaves' throat as _hisU belly swells. The slave must be down in the kitchen, getting a meal out of the food dispensers. The witch notices you watching, creates a whole cake, and sends it on its way, causing the slave's gut to double in size.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is before her, writhing in pleasure, as a summoned tentacle explores _hisU anus. The slave must be receiving _hisU drugs from one of the dildo dispensers. The witch notices you watching and pats her own squirming belly, causing the tentacle to seek shelter deeper in the slave.
+	A recognizable little representation of one of your slaves is before _himA, writhing in pleasure, as a summoned tentacle explores _hisU anus. The slave must be receiving _hisU drugs from one of the dildo dispensers. The witch notices you watching and pats _hisA own squirming belly, causing the tentacle to seek shelter deeper in the slave.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves is squatting atop a magic circle before her, a dildo pistoning in and out of _himU. The slave must be using one of the penthouse's many sex toys. Noticing you watching, the witch snaps her fingers, causing the toy to blow a load deep inside the slave. A load moan echoes down the halls of your penthouse; someone must be having a good time.
+	A recognizable little representation of one of your slaves is squatting atop a magic circle before _himA, a dildo pistoning in and out of _himU. The slave must be using one of the penthouse's many sex toys. Noticing you watching, the witch snaps _hisA fingers, causing the toy to blow a load deep inside the slave. A load moan echoes down the halls of your penthouse; someone must be having a good time.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is lying before her as she runs her wand over _hisU body. The slave must be getting a checkup. She notices your gaze and taps the wand to the slave's breasts, causing them to jump up a cup size.
+	A recognizable little representation of one of your slaves is lying before _himA as _heA runs _hisA wand over _hisU body. The slave must be getting a checkup. _HeA notices your gaze and taps the wand to the slave's breasts, causing them to jump up a cup size.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's riding a broom alongside a representation of one of your security drones as it carries out its patrol route through your arcology. When she sees you looking at her, she giggles and says, "I like this one. He did very well during the invasion."
+	_HeA's riding a broom alongside a representation of one of your security drones as it carries out its patrol route through your arcology. When _heA sees you looking at _himA, _heA giggles and says, "I like this one. He did very well during the invasion."
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	A hovering camera is aimed at a recognizable little representation of one of your slaves masturbating. The slave must be using one of the penthouse's many vibrators, and $assistantName is likely invisible holding the camera, turning the feed of it into a PoV porno.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's chubby, bespectacled avatar.
+	_HeA's accompanied by your market assistant's chubby, bespectacled avatar.
 	<<if $marketAssistantRelationship == "cute">>
 		They're sitting back to back, reading their books and giggling to each other over whispers of what erotic tricks they can do.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		$assistantName has her test subject stripped and bound. She focuses a spell on a single of the girls breasts and records the results as it steadily begins swelling, leaving its twin behind. The market assistant moans as an egg pushes its way out of her erect nipple.
+		$assistantName has _hisA test subject stripped and bound. _HeA focuses a spell on a single of the _girlM's breasts and records the results as it steadily begins swelling, leaving its twin behind. The market assistant moans as an egg pushes its way out of _hisM erect nipple.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		$assistantName is lustfully groping her sister's plush breasts. Upon noticing your gaze, she channels her magic and <<if $seeDicks != 0>>sprouts a huge dick straight into her sister's plump rear<<else>>begins to enlarge the already lovely handfuls<</if>>. The market assistant can only finger herself in response, oblivious to everything going on.
+		$assistantName is lustfully groping _hisA sister's plush breasts. Upon noticing your gaze, _heA channels _hisA magic and <<if $seeDicks != 0>>sprouts a huge dick straight into _hisA sister's plump rear<<else>>begins to enlarge the already lovely handfuls<</if>>. The market assistant can only finger _himselfM in response, oblivious to everything going on.
 	<<else>>
-		They've pulled open each other's robes and are gently tribbing. Upon noticing you, $assistantName casts a spell to triple the market assistant's sensitivity and braces for the impending orgasm. She cums so hard she passes out; $assistantName gently pulls her into a close embrace until she recovers.
+		They've pulled open each other's robes and are gently tribbing. Upon noticing you, $assistantName casts a spell to triple the market assistant's sensitivity and braces for the impending orgasm. _HeM cums so hard _heM passes out; $assistantName gently pulls _himM into a close embrace until _heM recovers.
 	<</if>>
 <<else>>
-	She's idly turning the pages of her spell book. When she notices you watching, she flips the book around to show you a new and kinky trick she wants to try out.
+	_HeA's idly turning the pages of _hisA spell book. When _heA notices you watching, _heA flips the book around to show you a new and kinky trick _heA wants to try out.
 <</if>>
 
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-	She's an odd little girl, with slightly off mannerisms,
+	_HeA's an odd little girl, with slightly off mannerisms,
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		wearing ill fitting clothing. Various movements can be seen under her misbuttoned shirt and lopsided skirt.
+		wearing ill fitting clothing. Various movements can be seen under _hisA misbuttoned shirt and lopsided skirt.
 	<<case "degradationist">>
-		wearing nothing except some oversized, strange looking piercings all over her body. You swear you see movement under her skin and her piercings have a habit of never being in the same shape or location.
+		wearing nothing except some oversized, strange looking piercings all over _hisA body. You swear you see movement under _hisA skin and _hisA piercings have a habit of never being in the same shape or location.
 	<<case "supremacist">>
-		wearing nothing at all. She looks vaguely $arcologies[0].FSSupremacistRace, but wrong. You swear you see patches of fish-like scales on her skin, but they keep disappearing whenever you try to focus on them.
+		wearing nothing at all. _HeA looks vaguely $arcologies[0].FSSupremacistRace, but wrong. You swear you see patches of fish-like scales on _hisA skin, but they keep disappearing whenever you try to focus on them.
 	<<case "subjugationist">>
-		wearing nothing at all. She looks vaguely $arcologies[0].FSSubjugationistRace, but wrong. You swear you see patches of fish-like scales on her skin, but they keep disappearing whenever you try to focus on them.
+		wearing nothing at all. _HeA looks vaguely $arcologies[0].FSSubjugationistRace, but wrong. You swear you see patches of fish-like scales on _hisA skin, but they keep disappearing whenever you try to focus on them.
 	<<case "roman revivalist">>
-		wearing a poorly folded toga. You swear you see movement under her skin.
+		wearing a poorly folded toga. You swear you see movement under _hisA skin.
 	<<case "aztec revivalist">>
-		wearing a torn huipil. She looks vaguely Aztec, but wrong. You swear you see movement under her skin.
+		wearing a torn huipil. _HeA looks vaguely Aztec, but wrong. You swear you see movement under _hisA skin.
 	<<case "egyptian revivalist">>
-		wearing nothing at all. She looks vaguely Egyptian, but wrong. You swear you see movement under her skin.
+		wearing nothing at all. _HeA looks vaguely Egyptian, but wrong. You swear you see movement under _hisA skin.
 	<<case "edo revivalist">>
-		wearing a loose kimono. She looks vaguely Japanese, but wrong. You swear you see movement under her skin.
+		wearing a loose kimono. _HeA looks vaguely Japanese, but wrong. You swear you see movement under _hisA skin.
 	<<case "arabian revivalist">>
-		wearing various silks. She looks vaguely Arabic, but wrong. You swear you see movement under her skin.
+		wearing various silks. _HeA looks vaguely Arabic, but wrong. You swear you see movement under _hisA skin.
 	<<case "chinese revivalist">>
-		wearing an ill fitting qipao. She looks vaguely Chinese, but wrong. You swear you see movement under her clothing and even skin.
+		wearing an ill fitting qipao. _HeA looks vaguely Chinese, but wrong. You swear you see movement under _hisA clothing and even skin.
 	<<case "chattel religionist">>
-		wearing nothing at all. A pulsing symbol of your religion sprouts from her chest, runs between her breasts and down to her crotch, where it penetrates her pussy. If the symbol weren't offputting enough, you also swear you see movement under her skin.
+		wearing nothing at all. A pulsing symbol of your religion sprouts from _hisA chest, runs between _hisA breasts and down to _hisA crotch, where it penetrates _hisA pussy. If the symbol weren't off-putting enough, you also swear you see movement under _hisA skin.
 	<<case "physical idealist">>
-		wearing nothing at all. She is covered in what appear to be muscles, though they bulge and squirm uncomfortably.
+		wearing nothing at all. _HeA is covered in what appear to be muscles, though they bulge and squirm uncomfortably.
 	<<case "hedonistic decadence">>
-		wearing nothing at all. She is covered in what appears to be a dense layer of fat, though occasionally you swear you see something peering out from between her folds.
+		wearing nothing at all. _HeA is covered in what appears to be a dense layer of fat, though occasionally you swear you see something peering out from between _hisA folds.
 	<<case "repopulation focus">>
 		<<if $seeHyperPreg == 1>>
-			wearing nothing at all. Her belly is immensely swollen, squirming and practically ready to burst. Her navel resembles a pussy; a pussy birthing countless larva like creatures.
+			wearing nothing at all. _HisA belly is immensely swollen, squirming and practically ready to burst. _HisA navel resembles a pussy; a pussy birthing countless larva like creatures.
 		<<else>>
-			wearing nothing at all. Her belly is rounded and squirming in some state of gravidity. Every so often her navel spreads apart and a wormlike creature flops out.
+			wearing nothing at all. _HisA belly is rounded and squirming in some state of gravidity. Every so often _hisA navel spreads apart and a wormlike creature flops out.
 		<</if>>
 	<<case "eugenics">>
-		wearing nothing at all. You can't take your eyes off of her perfect body, but at the same time, you feel a strange sense of danger about her.
+		wearing nothing at all. You can't take your eyes off of _hisA perfect body, but at the same time, you feel a strange sense of danger about _himA.
 	<<case "gender radicalist">>
-		wearing nothing at all. Even though she lacks a penis, you can't shake the feeling that it's not a trap.
+		wearing nothing at all. Even though _heA lacks a penis, you can't shake the feeling that it's not a trap.
 	<<case "gender fundamentalist">>
-		full breasts, wide hips and wearing absolutely nothing. You swear her tits are moving slightly and an unusual bulge can be seen writhing in her lower belly.
+		full breasts, wide hips and wearing absolutely nothing. You swear _hisA tits are moving slightly and an unusual bulge can be seen writhing in _hisA lower belly.
 	<<case "asset expansionist">>
-		wearing nothing at all; not that anything could fit her. She is absolutely massive; her breasts easily dwarfing the rest of her body and quivering obscenely. Every so often, a bulge moves up a nipple as a wormlike creature is born into the world.
+		wearing nothing at all; not that anything could fit _himA. _HeA is absolutely massive; _hisA breasts easily dwarfing the rest of _hisA body and quivering obscenely. Every so often, a bulge moves up a nipple as a wormlike creature is born into the world.
 	<<case "transformation fetishist">>
-		wearing nothing at all; not that anything could fit her. Her breasts and ass are splitting around the massive, round objects distending them. The orbs are slightly translucent; lots of small wormlike creatures can be seen squirming within inside.
+		wearing nothing at all; not that anything could fit _himA. _HisA breasts and ass are splitting around the massive, round objects distending them. The orbs are slightly translucent; lots of small wormlike creatures can be seen squirming within inside.
 	<<case "pastoralist">>
-		wearing nothing at all; not that anything could fit her. She is absolutely massive; her breasts easily dwarfing the rest of her body and quivering obscenely. An extremely dense, white liquid is steadily forcing its way from her gaping nipples.
+		wearing nothing at all; not that anything could fit _himA. _HeA is absolutely massive; _hisA breasts easily dwarfing the rest of _hisA body and quivering obscenely. An extremely dense, white liquid is steadily forcing its way from _hisA gaping nipples.
 	<<case "maturity preferentialist">>
-		wearing nothing at all. She seems to be quite old and vulnerable, but something feels off about her.
+		wearing nothing at all. _HeA seems to be quite old and vulnerable, but something feels off about _himA.
 	<<case "youth preferentialist">>
 		wearing nothing at all.
 		<<if $minimumSlaveAge == 3>>
-			She's an adorable toddler just ripe for the taking; though a feeling of danger radiates from her tiny body.
+			_HeA's an adorable toddler just ripe for the taking; though a feeling of danger radiates from _hisA tiny body.
 		<<elseif $minimumSlaveAge <= 7>>
-			She's a cute loli and ripe for the taking; though a feeling of danger radiates from her small body.
+			_HeA's a cute loli and ripe for the taking; though a feeling of danger radiates from _hisA small body.
 		<<elseif $minimumSlaveAge <= 13>>
-			She's a pretty teenager and ripe for the taking; though a feeling of danger radiates from her.
+			_HeA's a pretty teenager and ripe for the taking; though a feeling of danger radiates from _himA.
 		<<else>>
-			She seems to be fresh into adulthood and ripe for the taking; though a feeling of danger radiates from her.
+			_HeA seems to be fresh into adulthood and ripe for the taking; though a feeling of danger radiates from _himA.
 		<</if>>
 	<<case "slimness enthusiast">>
-		wearing nothing at all. She is extremely thin; multiple tube-like appendages can be seen writhing within her compressed body.
+		wearing nothing at all. _HeA is extremely thin; multiple tube-like appendages can be seen writhing within _hisA compressed body.
 	<<case "body purist">>
-		wearing nothing at all. Her body is absolutely flawless, too flawless; you can't help but feel a sense of discomfort when looking at her.
+		wearing nothing at all. _HisA body is absolutely flawless, too flawless; you can't help but feel a sense of discomfort when looking at _himA.
 	<<default>>
-		wearing absolutely nothing. She periodically twitches when you aren't looking and you swear you see movement under her skin.
+		wearing absolutely nothing. _HeA periodically twitches when you aren't looking and you swear you see movement under _hisA skin.
 	<</switch>>
 	<<else>>
-		wearing absolutely nothing. She periodically twitches when you aren't looking and you swear you see movement under her skin.
+		wearing absolutely nothing. _HeA periodically twitches when you aren't looking and you swear you see movement under _hisA skin.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	She is steadily thrusting several tentacles extending from her crotch down the throat of a recognizable little representation of one of your slaves. The slave must be down in the kitchen, getting a meal out of the food dispensers. She notices you watching and moans as multiple bulges work their way down her shafts and into the slave. Your eyes are drawn to the hapless _girlU's rapidly swelling stomach as the creature's seed takes root.
+	_HeA is steadily thrusting several tentacles extending from _hisA crotch down the throat of a recognizable little representation of one of your slaves. The slave must be down in the kitchen, getting a meal out of the food dispensers. _HeA notices you watching and moans as multiple bulges work their way down _hisA shafts and into the slave. Your eyes are drawn to the hapless _girlU's rapidly swelling stomach as the creature's seed takes root.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	A recognizable little representation of one of your slaves is before her, writhing in pleasure and pain, as multiple tentacles fuck _hisU ass. The slave must be receiving _hisU drugs from one of the dildo dispensers. She notices you watching and moans as multiple bulges work their way down her shafts and into the slave. Your eyes are drawn to the hapless _girlU's rapidly swelling stomach as the creature's seed takes root.
+	A recognizable little representation of one of your slaves is before _himA, writhing in pleasure and pain, as multiple tentacles fuck _hisU ass. The slave must be receiving _hisU drugs from one of the dildo dispensers. _HeA notices you watching and moans as multiple bulges work their way down _hisA shafts and into the slave. Your eyes are drawn to the hapless _girlU's rapidly swelling stomach as the creature's seed takes root.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves is lying on _hisU back, writhing in pleasure and pain, as multiple tentacles fuck _himU. The slave must be using one of the penthouse's many sex toys. She notices you watching and moans as multiple bulges work their way down her shafts and into the slave. Your eyes are drawn to the hapless _girlU's rapidly swelling stomach as the creature's seed takes root. A loud moan echoes through the penthouse; it seems the slave got a little surprise _himselfU.
+	A recognizable little representation of one of your slaves is lying on _hisU back, writhing in pleasure and pain, as multiple tentacles fuck _himU. The slave must be using one of the penthouse's many sex toys. _HeA notices you watching and moans as multiple bulges work their way down _hisA shafts and into the slave. Your eyes are drawn to the hapless _girlU's rapidly swelling stomach as the creature's seed takes root. A loud moan echoes through the penthouse; it seems the slave got a little surprise _himselfU.
 <<elseif (_paSeed == 4)>>
-	A recognizable little representation of one of your slaves is partially merged with her body. The slave must be getting a checkup. She notices your gaze and forces her way more into the slave, causing the breast, butt and thighs on her side of the body to swell disproportionately.
+	A recognizable little representation of one of your slaves is partially merged with _hisA body. The slave must be getting a checkup. _HeA notices your gaze and forces _hisA way more into the slave, causing the breast, butt and thighs on _hisA side of the body to swell disproportionately.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's partially enveloped a representation of one of your security drones. When she sees you looking at her, she bluntly states, "This one did good. Captured many for your nest."
+	_HeA's partially enveloped a representation of one of your security drones. When _heA sees you looking at _himA, _heA bluntly states, "This one did good. Captured many for your nest."
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She is holding dozens of cameras at a recognizable little representation of one of your slaves masturbating. The slave must be using one of the penthouse's many vibrators, and $assistantName is likely turning the feed of it into a porno.
+	_HeA is holding dozens of cameras at a recognizable little representation of one of your slaves masturbating. The slave must be using one of the penthouse's many vibrators, and $assistantName is likely turning the feed of it into a porno.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's fecund avatar.
+	_HeA's accompanied by your market assistant's fecund avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		The market assistant is tightly wrapped in a bodysuit made of $assistantName, save for her exposed, very pregnant, belly. Her head briefly appears over the girls face and eyes you, while the market assistant giggles at the sensations covering her body.
+		The market assistant is tightly wrapped in a bodysuit made of $assistantName, save for _hisM exposed, very pregnant, belly. _HisA head briefly appears over the _girlM's face and eyes you, while the market assistant giggles at the sensations covering _hisM body.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		The market assistant has been reduced to nothing more than a bloated incubator. $assistantName runs her tendrils across her breeder's swollen body, fondling her squirming, offspring filled breasts and massaging her octuplet sized, bulging pregnancy. The hapless girl twitches slightly as several more wormlike creatures slip from her body, prompting $assistantName to drive her tentacles into all her holes and vigorously pump her full of even more aphrodisiacs and eggs.
+		The market assistant has been reduced to nothing more than a bloated incubator. $assistantName runs _hisA tendrils across _hisA breeder's swollen body, fondling _hisM squirming, offspring filled breasts and massaging _hisM octuplet sized, bulging pregnancy. The hapless girl twitches slightly as several more wormlike creatures slip from _hisM body, prompting $assistantName to drive _hisA tentacles into all _hisM holes and vigorously pump _himM full of even more aphrodisiacs and eggs.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		The market assistant's arms and legs are sunken into a wall of $assistantName's flesh; her immense stomach and breasts allowed to hang free. One of her breasts visibly shifts as another wormlike larva pushes its way out of her nipple, waking the addled girl from her stupor. She moans lustfully, her mind thoroughly warped by $assistantName's aphrodisiacs, "Shishter! I need more... I feel sho empty! Fill me up till I bursht!" $assistantName wastes no time in snaking into her gaping holes and pumping her so full her belly touches the floor and breasts heave massively.
+		The market assistant's arms and legs are sunken into a wall of $assistantName's flesh; _hisM immense stomach and breasts allowed to hang free. One of _hisM breasts visibly shifts as another wormlike larva pushes its way out of _hisM nipple, waking the addled girl from _hisM stupor. _HeM moans lustfully, _hisM mind thoroughly warped by $assistantName's aphrodisiacs, "Shishter! I need more... I feel sho empty! Fill me up till I bursht!" $assistantName wastes no time in snaking into _hisM gaping holes and pumping _himM so full _hisM belly touches the floor and breasts heave massively.
 	<<else>>
-		They're sitting side by side, the market assistant resting an arm atop her huge, larvae filled belly while clutching a newborn to her breast. $assistantName embraces her pregnant lover with several tentacles before drawing one to the girl's lips. She delicately kisses it before wrapping her lips around it and pleasuring her mate.
+		They're sitting side by side, the market assistant resting an arm atop _hisM huge, larvae filled belly while clutching a newborn to _hisM breast. $assistantName embraces _hisA pregnant lover with several tentacles before drawing one to the girl's lips. _HeM delicately kisses it before wrapping _hisM lips around it and pleasuring _hisM mate.
 	<</if>>
 <<else>>
-	She's idly standing there, at least when you look at her; you catch strange things in the corner of your vision while you are working.
+	_HeA's idly standing there, at least when you look at _himA; you catch strange things in the corner of your vision while you are working.
 <</if>>
 
 <<case "incubus">>
-	She's a handsome little sex demon with a big dick and heavy balls.
+	_HeA's a handsome little sex demon with a big dick and heavy balls.
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She's begun wearing rather conservative clothing, but nothing can hide the bulge running down one pant leg and the two round globes in the other.
+		_HeA's begun wearing rather conservative clothing, but nothing can hide the bulge running down one pant leg and the two round globes in the other.
 	<<case "degradationist">>
-		She's recently added an obscene number of piercings to her cock and balls in addition to a pair of nipple rings. A thin chain links a ring attached to the head of her penis to the heavy rings adorning her chest.
+		_HeA's recently added an obscene number of piercings to _hisA cock and balls in addition to a pair of nipple rings. A thin chain links a ring attached to the head of _hisA penis to the heavy rings adorning _hisA chest.
 	<<case "supremacist">>
-		She is an ideal $arcologies[0].FSSupremacistRace man, and her massive dick is always hard and ready to continue propagating the master race.
+		_HeA is an ideal $arcologies[0].FSSupremacistRace man, and _hisA massive dick is always hard and ready to continue propagating the master race.
 	<<case "subjugationist">>
-		She is a deceptively handsome $arcologies[0].FSSubjugationistRace man, and gives off an air of lust and danger that serves as a warning to not let the inferior race's libido run unchecked.
+		_HeA is a deceptively handsome $arcologies[0].FSSubjugationistRace man, and gives off an air of lust and danger that serves as a warning to not let the inferior race's libido run unchecked.
 	<<case "roman revivalist">>
-		She is an ideal Roman man, complete with something big and heavy hanging under her toga.
+		_HeA is an ideal Roman man, complete with something big and heavy hanging under _hisA toga.
 	<<case "aztec revivalist">>
-		She is an ideal Aztec man wearing a headdress and a loincloth, which can't hide her enviable package.
+		_HeA is an ideal Aztec man wearing a headdress and a loincloth, which can't hide _hisA enviable package.
 	<<case "egyptian revivalist">>
-		She is an ideal Egyptian man, complete with something big and heavy dangling behind her loincloth.
+		_HeA is an ideal Egyptian man, complete with something big and heavy dangling behind _hisA loincloth.
 	<<case "edo revivalist">>
-		She is an ideal Japanese man, complete with something big and heavy between her legs.
+		_HeA is an ideal Japanese man, complete with something big and heavy between _hisA legs.
 	<<case "arabian revivalist">>
-		She is an ideal Arabian man, complete with something big and heavy filling out her silken pants.
+		_HeA is an ideal Arabian man, complete with something big and heavy filling out _hisA silken pants.
 	<<case "chinese revivalist">>
-		She is an ideal Chinese man, complete with something big and heavy between her legs.
+		_HeA is an ideal Chinese man, complete with something big and heavy between _hisA legs.
 	<<case "chattel religionist">>
-		She is wearing nothing but an immense erection. Her balls visibly pulse, begging for release, but her load is blocked by a large plug capped with the symbol of your new religion. One pull is all it would take to bathe in her blessing.
+		_HeA is wearing nothing but an immense erection. _HisA balls visibly pulse, begging for release, but _hisA load is blocked by a large plug capped with the symbol of your new religion. One pull is all it would take to bathe in _hisA blessing.
 	<<case "physical idealist">>
-		She is wearing nothing but an immense erection and is coated in the perfect amount of muscle.
+		_HeA is wearing nothing but an immense erection and is coated in the perfect amount of muscle.
 	<<case "hedonistic decadence">>
-		She is wearing nothing but an immense erection and is coated in the perfect amount of fat.
+		_HeA is wearing nothing but an immense erection and is coated in the perfect amount of fat.
 	<<case "repopulation focus">>
-		Her belly is round with child and is in a constant struggle with her erect cock over which gets to protrude out her front.
+		_HisA belly is round with child and is in a constant struggle with _hisA erect cock over which gets to protrude out _hisA front.
 	<<case "eugenics">>
-		She's become even more irresistible lately; <<if $PC.vagina == 1>>you can help but think of that perfect cock cumming deep in your pussy and your belly rounding with a gorgeous child<<else>>the children sired by such a stud are unimaginable<</if>>.
+		_HeA's become even more irresistible lately; <<if $PC.vagina == 1>>you can help but think of that perfect cock cumming deep in your pussy and your belly rounding with a gorgeous child<<else>>the children sired by such a stud are unimaginable<</if>>.
 	<<case "gender radicalist">>
 		<<if $arcologies[0].FSGenderRadicalistLawFuta == 1>>
-			She is wearing nothing at all and has recently rendered herself slightly more feminine. She makes sure to make exaggerated motions to show off the pussy hidden beneath her swinging nuts.
+			_HeA is wearing nothing at all and has recently rendered _himselfA slightly more feminine. _HeA makes sure to make exaggerated motions to show off the pussy hidden beneath _hisA swinging nuts.
 		<<elseif $arcologies[0].FSGenderRadicalistLawFuta == 2>>
-			She has recently increased the size of her genitals and has given up trying to wear pants; they just get in the way of her prominent erection.
+			_HeA has recently increased the size of _hisA genitals and has given up trying to wear pants; they just get in the way of _hisA prominent erection.
 		<<elseif $arcologies[0].FSGenderRadicalistLawFuta == 3>>
-			She is wearing nothing at all; not that anything could fit her. Her cock and balls are utterly dwarfed by her door-jamming hips, massive ass and extra thick thighs.
+			_HeA is wearing nothing at all; not that anything could fit _himA. _HisA cock and balls are utterly dwarfed by _hisA door-jamming hips, massive ass and extra thick thighs.
 		<<elseif $arcologies[0].FSGenderRadicalistLawFuta == 4>>
-			She is wearing loose clothing and has recently rendered herself slightly more feminine. She does her best to appear the perfect little femboy despite what's slipping down her pant leg.
+			_HeA is wearing loose clothing and has recently rendered _himselfA slightly more feminine. _HeA does _hisA best to appear the perfect little femboy despite what's slipping down _hisA pant leg.
 		<<else>>
-			She is wearing nothing at all and has recently rendered herself even more handsome, since she was already a perfect fit for society.
+			_HeA is wearing nothing at all and has recently rendered _himselfA even more handsome, since _heA was already a perfect fit for society.
 		<</if>>
 	<<case "gender fundamentalist">>
-		She is wearing a cute dress that tightly hugs her attractive curves. She may be rendering herself more feminine, but can't hide the bulge under her skirt.
+		_HeA is wearing a cute dress that tightly hugs _hisA attractive curves. _HeA may be rendering _himselfA more feminine, but can't hide the bulge under _hisA skirt.
 	<<case "asset expansionist">>
-		She is wearing nothing at all; not that anything could fit her. Her cock and balls are so large they reach the ground when she stands.
+		_HeA is wearing nothing at all; not that anything could fit _himA. _HisA cock and balls are so large they reach the ground when _heA stands.
 	<<case "transformation fetishist">>
-		She is wearing jeans and a tight shirt. Her overly long erection runs up her front and protrudes out the neck of her top.
+		_HeA is wearing jeans and a tight shirt. _HisA overly long erection runs up _hisA front and protrudes out the neck of _hisA top.
 	<<case "pastoralist">>
-		She is wearing nothing at all; not that anything could fit her. Her balls are absolutely massive; her sizable cock looks tiny resting atop them. She can barely take a step without overstimulating and orgasming across her sack.
+		_HeA is wearing nothing at all; not that anything could fit _himA. _HisA balls are absolutely massive; _hisA sizable cock looks tiny resting atop them. _HeA can barely take a step without overstimulating and orgasming across _hisA sack.
 	<<case "maturity preferentialist">>
-		She has recently begun presenting herself as an experienced, mature man with an oddly familiar mustache and goatee.
+		_HeA has recently begun presenting _himselfA as an experienced, mature man with an oddly familiar mustache and goatee.
 	<<case "youth preferentialist">>
-		She has recently adjusted her age to reflect your youth focused society.
+		_HeA has recently adjusted _hisA age to reflect your youth focused society.
 		<<if $minimumSlaveAge == 3>>
-			She's an adorable toddler with an enormous cock hanging from her shorts.
+			_HeA's an adorable toddler with an enormous cock hanging from _hisA shorts.
 		<<elseif $minimumSlaveAge <= 7>>
-			She's a cute shota with ball-filled shorts and a huge erection sneaking up her shirt.
+			_HeA's a cute shota with ball-filled shorts and a huge erection sneaking up _hisA shirt.
 		<<elseif $minimumSlaveAge <= 13>>
-			She's an attractive teenager with an immodest bulge running down her pant leg.
+			_HeA's an attractive teenager with an immodest bulge running down _hisA pant leg.
 		<<else>>
-			She's an attractive young adult with an immodest bulge running down her pantleg.
+			_HeA's an attractive young adult with an immodest bulge running down _hisA pant leg.
 		<</if>>
 	<<case "slimness enthusiast">>
-		She has recently slimmed her body down; everywhere but her proportionally huge cock, that is.
+		_HeA has recently slimmed _hisA body down; everywhere but _hisA proportionally huge cock, that is.
 	<<case "body purist">>
-		She is wearing nothing at all, happy to show off her flawless body. Her cock and balls are now the ideal size to penetrate a natural girl.
+		_HeA is wearing nothing at all, happy to show off _hisA flawless body. _HisA cock and balls are now the ideal size to penetrate a natural girl.
 	<<default>>
-		She enjoys wearing absolutely nothing but an enormous hard-on. She frequently, and openly, masturbates to your naked body.
+		_HeA enjoys wearing absolutely nothing but an enormous hard-on. _HeA frequently, and openly, masturbates to your naked body.
 	<</switch>>
 	<<else>>
-		She enjoys wearing absolutely nothing but an enormous hard-on. She frequently, and openly, masturbates to your naked body.
+		_HeA enjoys wearing absolutely nothing but an enormous hard-on. _HeA frequently, and openly, masturbates to your naked body.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	She has a recognizable little representation of one of your slaves with _hisU lips around the base of her dick and a huge bulge down _hisU throat. The slave must be down in the kitchen, getting a meal out of the food dispensers. She notices you watching and energetically renews deepthroating the slave. She moans lewdly as she blows her load in the slave's mouth, forcing cum to spray out the slave's nose and around her cock. She sighs with disappointment at the mess the slave has made.
+	_HeA has a recognizable little representation of one of your slaves with _hisU lips around the base of _hisA dick and a huge bulge down _hisU throat. The slave must be down in the kitchen, getting a meal out of the food dispensers. _HeA notices you watching and energetically renews deepthroating the slave. _HeA moans lewdly as _heA blows _hisA load in the slave's mouth, forcing cum to spray out the slave's nose and around _hisA cock. _HeA sighs with disappointment at the mess the slave has made.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	She is happily assfucking a recognizable little representation of one of your slaves. The slave must be receiving _hisU drugs from one of the dildo dispensers. She notices you watching, increases her pace and cums deep in the slave's rear, slightly rounding _hisU belly with cum.
+	_HeA is happily assfucking a recognizable little representation of one of your slaves. The slave must be receiving _hisU drugs from one of the dildo dispensers. _HeA notices you watching, increases _hisA pace and cums deep in the slave's rear, slightly rounding _hisU belly with cum.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves is riding her erect cock. The slave must be using one of the penthouse's many sex toys. She notices you watching and winks at you, before promising not to suck too much life from her enthusiastic partner.
+	A recognizable little representation of one of your slaves is riding _hisA erect cock. The slave must be using one of the penthouse's many sex toys. _HeA notices you watching and winks at you, before promising not to suck too much life from _hisA enthusiastic partner.
 <<elseif (_paSeed == 4)>>
-	She has her cock forced deep into a recognizable little representation of one of your slaves. The slave must be getting a checkup. She notices your gaze, and states "What? I can feel _hisU heartbeat clearly like this."
+	_HeA has _hisA cock forced deep into a recognizable little representation of one of your slaves. The slave must be getting a checkup. _HeA notices your gaze, and states "What? I can feel _hisU heartbeat clearly like this."
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's intently staring down a representation of one of your security drones. When she sees you looking at her, she coyly says, "I like this one. She did very well during the invasion and I wanted to reward her, but I can't find a hole..."
+	_HeA's intently staring down a representation of one of your security drones. When _heA sees you looking at _himA, _heA coyly says, "I like this one. _HeA did very well during the invasion and I wanted to reward _himA, but I can't find a hole..."
 <<elseif (_paSeed == 6) && ($studio == 1)>>
-	She has a camera strapped to her cock and is recording a recognizable little representation of one of your slaves sucking it. The slave must be playing with one of the penthouse's many dildos, and $assistantName is likely turning the feed of it into a PoV porno.
+	_HeA has a camera strapped to _hisA cock and is recording a recognizable little representation of one of your slaves sucking it. The slave must be playing with one of the penthouse's many dildos, and $assistantName is likely turning the feed of it into a PoV porno.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
-	She's accompanied by your market assistant's still inexperienced avatar.
+	_HeA's accompanied by your market assistant's still inexperienced avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		The market assistant has cleaned up nicely since the last time you saw her. She does a little twirl to show off her new look before squeaking in shock as a burst of cum splashes across her face. She pouts at $assistantName, who is eagerly prepping a second load to fire at her.
+		The market assistant has cleaned up nicely since the last time you saw _himM. _HeM does a little twirl to show off _hisM new look before squeaking in shock as a burst of cum splashes across _hisM face. _HeM pouts at $assistantName, who is eagerly prepping a second load to fire at _himM.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		The market assistant is being violently penetrated by $assistantName, her bloated belly swaying in tune to her thrusts. The hapless girl struggles in discomfort as the incubus blows another load into her already full womb, causing cum to backflow out of her now loose pussy. $assistantName leans back, motions to you, and asks, "Plenty of holes still to go around, if you want one!"
+		The market assistant is being violently penetrated by $assistantName, _hisM bloated belly swaying in tune to _hisA thrusts. The hapless _girlM struggles in discomfort as the incubus blows another load into _hisM already full womb, causing cum to backflow out of _hisM now loose pussy. $assistantName leans back, motions to you, and asks, "Plenty of holes still to go around, if you want one!"
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		The market assistant is eagerly riding her big brother, <<print $assistantName>>'s, dick. You can't help but notice how full her breasts have gotten and how plump her ass and thighs now are. She moans with lust as $assistantName cums into her fertile pussy; a glowing sigil appearing below her navel. She is well on her way to becoming the succubus consort of her once human brother.
+		The market assistant is eagerly riding _hisM big brother, <<print $assistantName>>'s, dick. You can't help but notice how full _hisM breasts have gotten and how plump _hisM ass and thighs now are. _HeM moans with lust as $assistantName cums into _hisM fertile pussy; a glowing sigil appearing below _hisM navel. _HeM is well on _hisM way to becoming the succubus consort of _hisM once human brother.
 	<<else>>
-		The market assistant is embracing $assistantName as she is lovingly penetrated by the caring incubus. They pull each other close as they cum together, locking lips and refusing to let go until the other is completely satisfied. It takes quite some before they settle down and wave to you, thanking you deeply for the true love you've gifted them.
+		The market assistant is embracing $assistantName as _heM is lovingly penetrated by the caring incubus. They pull each other close as they cum together, locking lips and refusing to let go until the other is completely satisfied. It takes quite some before they settle down and wave to you, thanking you deeply for the true love you've gifted them.
 	<</if>>
 <<else>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		_HeA has her pants unfastened and is absentmindedly jerking off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA has _hisA pants unfastened and is absentmindedly jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "degradationist">>
-		_HeA's fed a number of beads down her urethra and is struggling to hold back her orgasm. When she notices you watching, she waves her throbbing erection at you, imploring you to yank out the beads and give her release.
+		_HeA's fed a number of beads down _hisA urethra and is struggling to hold back _hisA orgasm. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to yank out the beads and give _himA release.
 	<<case "roman revivalist">>
-		_HeA has her toga undone and is absentmindedly jerking off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA has _hisA toga undone and is absentmindedly jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "egyptian revivalist" "aztec revivalist">>
-		_HeA is absentmindedly jerking off, her loincloth pushed aside to make room. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA is absentmindedly jerking off, _hisA loincloth pushed aside to make room. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "edo revivalist" "chinese revivalist">>
-		_HeA has undone her clothing and is absentmindedly jerking off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA has undone _hisA clothing and is absentmindedly jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "arabian revivalist">>
-		_HeA has her pants pulled off and is absentmindedly using them to jerk off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA has _hisA pants pulled off and is absentmindedly using them to jerk off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "chattel religionist">>
-		_HeA is gingerly massaging her swollen balls. When she notices you watching, she struggles to sit up and implores you to pull out the stopper and bathe in her blessing.
+		_HeA is gingerly massaging _hisA swollen balls. When _heA notices you watching, _heA struggles to sit up and implores you to pull out the stopper and bathe in _hisA blessing.
 	<<case "physical idealist">>
-		_HeA's vigorously jerking off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA's vigorously jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "hedonistic decadence">>
-		_HeA's lazily jerking off. When she notices you watching, she waves a plate of cake at you, imploring you to have a bite.
+		_HeA's lazily jerking off. When _heA notices you watching, _heA waves a plate of cake at you, imploring you to have a bite.
 	<<case "repopulation focus">>
-		_HeA's leaning back with both hands beneath her swollen middle struggling to jack off. When she notices you watching, she sits up and sighs as her belly pushes her erection out of sight.
+		_HeA's leaning back with both hands beneath _hisA swollen middle struggling to jack off. When _heA notices you watching, _heA sits up and sighs as _hisA belly pushes _hisA erection out of sight.
 	<<case "eugenics">>
-		_HeA's reclining while absentmindedly jacking off. When she notices you watching, <<if $PC.vagina == 1>>sits back, making plenty of room for you to spear yourself on her erection<<else>>she waves her throbbing erection at you, imploring you to finish her off<</if>>.
+		_HeA's reclining while absentmindedly jacking off. When _heA notices you watching, <<if $PC.vagina == 1>>sits back, making plenty of room for you to spear yourself on _hisA erection<<else>>_heA waves _hisA throbbing erection at you, imploring you to finish _himA off<</if>>.
 	<<case "gender radicalist">>
 		<<if $arcologies[0].FSGenderRadicalistLawFuta == 1>>
-			_HeA's reclining while absentmindedly jacking off with one hand and playing with her hidden pussy with the other. When she notices you watching, she spreads her legs wide so you can watch her spasm in orgasm.
+			_HeA's reclining while absentmindedly jacking off with one hand and playing with _hisA hidden pussy with the other. When _heA notices you watching, _heA spreads _hisA legs wide so you can watch _himA spasm in orgasm.
 		<<elseif $arcologies[0].FSGenderRadicalistLawFuta == 2>>
-			_HeA's leaning back with both hands wrapped around her huge cock, struggling to jack off. When she notices you watching, she invites you to lend a hand or two to help her out.
+			_HeA's leaning back with both hands wrapped around _hisA huge cock, struggling to jack off. When _heA notices you watching, _heA invites you to lend a hand or two to help _himA out.
 		<<elseif $arcologies[0].FSGenderRadicalistLawFuta == 3>>
-			_HeA is laying on her stomach, her ass and legs jiggling delightfully as she gives herself a thighjob. When she notices you watching, she struggles to roll onto her side and waves her throbbing erection at you, imploring you to finish her off.
+			_HeA is laying on _hisA stomach, _hisA ass and legs jiggling delightfully as _heA gives _himselfA a thighjob. When _heA notices you watching, _heA struggles to roll onto _hisA side and waves _hisA throbbing erection at you, imploring you to finish _himA off.
 		<<elseif $arcologies[0].FSGenderRadicalistLawFuta == 4>>
-			_HeA's got her hands down her pants absentmindedly jerking off. When she notices you watching, she quickly stops, but it does little to hide the large wet spot forming on _hisA tented pants.
+			_HeA's got _hisA hands down _hisA pants absentmindedly jerking off. When _heA notices you watching, _heA quickly stops, but it does little to hide the large wet spot forming on _hisA tented pants.
 		<<else>>
 			_HeA's absentmindedly jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 		<</if>>
 	<<case "gender fundamentalist">>
-		_HeA has hiked up her skirt and is absentmindedly jerking off. When she notices you watching, she quickly covers herself; though she can't hide the movements she makes under her dress.
+		_HeA has hiked up _hisA skirt and is absentmindedly jerking off. When _heA notices you watching, _heA quickly covers _himselfA; though _heA can't hide the movements _heA makes under _hisA dress.
 	<<case "asset expansionist">>
-		_HeA is lying on her back, legs squeezing her immense balls as she struggles to jack off her monolithic dick. When she notices you watching, she struggles to sit up before giving up and inviting you to lend a hand in beating her meat.
+		_HeA is lying on _hisA back, legs squeezing _hisA immense balls as _heA struggles to jack off _hisA monolithic dick. When _heA notices you watching, _heA struggles to sit up before giving up and inviting you to lend a hand in beating _hisA meat.
 	<<case "transformation fetishist">>
-		_HeA has her jeans unbuttoned and is absentmindedly trying to jerk off. When she notices you watching, she waves her throbbing erection at you, inviting you to lend a pair of hands.
+		_HeA has _hisA jeans unbuttoned and is absentmindedly trying to jerk off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, inviting you to lend a pair of hands.
 	<<case "pastoralist">>
-		_HeA is lying on her back, legs squeezing her immense balls as she cums again and again across herself. When she notices you watching, she struggles to sit up before giving into the sensations and blowing another load across your desk.
+		_HeA is lying on _hisA back, legs squeezing _hisA immense balls as _heA cums again and again across _himselfA. When _heA notices you watching, _heA struggles to sit up before giving into the sensations and blowing another load across your desk.
 	<<case "maturity preferentialist">>
-		_HeA has a hand down her pants. When she notices you watching, she begins eagerly stroking herself while describing, in detail, what she'd love to do to you.
+		_HeA has a hand down _hisA pants. When _heA notices you watching, _heA begins eagerly stroking _himselfA while describing, in detail, what _heA'd love to do to you.
 	<<case "youth preferentialist">>
-		_HeA has recently adjusted her age to reflect your youth centered society. _HeA has her
+		_HeA has recently adjusted _hisA age to reflect your youth centered society. _HeA has _hisA
 		<<if $minimumSlaveAge == 3>>
 			shorts pulled down
 		<<elseif $minimumSlaveAge <= 7>>
@@ -1609,11 +1609,11 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 		<<else>>
 			pants unfastened
 		<</if>>
-		and is absentmindedly jerking off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		and is absentmindedly jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<case "slimness enthusiast">>
-		_HeA's absentmindedly using both hands to jerk off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA's absentmindedly using both hands to jerk off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<<default>>
-		_HeA's absentmindedly jerking off. When she notices you watching, she waves her throbbing erection at you, imploring you to finish her off.
+		_HeA's absentmindedly jerking off. When _heA notices you watching, _heA waves _hisA throbbing erection at you, imploring you to finish _himA off.
 	<</switch>>
 <</if>>
 
@@ -1622,162 +1622,162 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		_HeA's wearing an absolutely stunning dress that perfectly hugs her curves. Surprisingly, she even has underwear on.
+		_HeA's wearing an absolutely stunning dress that perfectly hugs _hisA curves. Surprisingly, _heA even has underwear on.
 	<<case "degradationist">>
-		_HeA's recently added an obscene number of piercings to her labia in addition to a pair of nipple rings and a big, heavy ring on her clit. A thin chain links the clit ring to the heavy rings adorning her chest.
+		_HeA's recently added an obscene number of piercings to _hisA labia in addition to a pair of nipple rings and a big, heavy ring on _hisA clit. A thin chain links the clit ring to the heavy rings adorning _hisA chest.
 	<<case "supremacist">>
-		In fact, she is the most gorgeous $arcologies[0].FSSupremacistRace woman you've ever seen.
+		In fact, _heA is the most gorgeous $arcologies[0].FSSupremacistRace woman you've ever seen.
 	<<case "subjugationist">>
-		In fact, she is the most gorgeous $arcologies[0].FSSubjugationistRace woman you've ever seen.
+		In fact, _heA is the most gorgeous $arcologies[0].FSSubjugationistRace woman you've ever seen.
 	<<case "roman revivalist">>
-		In fact, she is the most gorgeous Roman woman you've ever seen.
+		In fact, _heA is the most gorgeous Roman woman you've ever seen.
 	<<case "aztec revivalist">>
-		In fact, she is the most gorgeous Aztec woman you've ever seen.
+		In fact, _heA is the most gorgeous Aztec woman you've ever seen.
 	<<case "egyptian revivalist">>
-		In fact, she is the most gorgeous Egyptian woman you've ever seen.
+		In fact, _heA is the most gorgeous Egyptian woman you've ever seen.
 	<<case "edo revivalist">>
-		In fact, she is the most gorgeous Japanese woman you've ever seen.
+		In fact, _heA is the most gorgeous Japanese woman you've ever seen.
 	<<case "arabian revivalist">>
-		In fact, she is the most gorgeous Arabic woman you've ever seen.
+		In fact, _heA is the most gorgeous Arabic woman you've ever seen.
 	<<case "chinese revivalist">>
-		In fact, she is the most gorgeous Chinese woman you've ever seen.
+		In fact, _heA is the most gorgeous Chinese woman you've ever seen.
 	<<case "chattel religionist">>
-		_HeA is wearing a tight dress modeled after the symbol of your new religion; it leaves her nipples and crotch fully exposed.
+		_HeA is wearing a tight dress modeled after the symbol of your new religion; it leaves _hisA nipples and crotch fully exposed.
 	<<case "physical idealist">>
 		<<if $arcologies[0].FSPhysicalIdealistStrongFat == 1>>
-			_HeA is wearing nothing but a thong barely visible under her thick layer of fat. Her soft figure hides her immense strength.
+			_HeA is wearing nothing but a thong barely visible under _hisA thick layer of fat. _HisA soft figure hides _hisA immense strength.
 		<<else>>
-			_HeA is wearing nothing but a tight thong to show off her perfectly muscled body.
+			_HeA is wearing nothing but a tight thong to show off _hisA perfectly muscled body.
 		<</if>>
 	<<case "hedonistic decadence">>
-		_HeA is wearing nothing, opting let to her fat belly cover her privates.<<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>> _HeA may look soft and squishy, but her thick flab hides her immense musculature.<</if>>
+		_HeA is wearing nothing, opting let to _hisA fat belly cover _hisA privates.<<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>> _HeA may look soft and squishy, but _hisA thick flab hides _hisA immense musculature.<</if>>
 	<<case "repopulation focus">>
-		_HeA is wearing an overly taut dress that clings tightly to her triplet rounded middle and milk-laden breasts. _HeA is positively glowing with motherhood.
+		_HeA is wearing an overly taut dress that clings tightly to _hisA triplet rounded middle and milk-laden breasts. _HeA is positively glowing with motherhood.
 	<<case "eugenics">>
-		_HeA's become even more irresistible lately; <<if $PC.dick == 1>>you can't help but fantasize about fucking her pregnant with your perfect child<<else>>you can't help but feel slightly envious of her body<</if>>.
+		_HeA's become even more irresistible lately; <<if $PC.dick == 1>>you can't help but fantasize about fucking _himA pregnant with your perfect child<<else>>you can't help but feel slightly envious of _hisA body<</if>>.
 	<<case "gender radicalist">>
 		<<if $arcologies[0].FSGenderRadicalistLawFuta == 3>>
-			_HeA is wearing an amazingly ill-fitting pair of stretch pants barely pulled midway over her ass. Her door-jamming hips, massive rear and extra thick thighs jiggle spectacularly under the strained material.
+			_HeA is wearing an amazingly ill-fitting pair of stretch pants barely pulled midway over _hisA ass. _HisA door-jamming hips, massive rear and extra thick thighs jiggle spectacularly under the strained material.
 		<<else>>
-			_HeA is wearing baggy pants and a loose fitting shirt. Having altered her appearance to be alluringly androgynous, it is hard to make out her gender at a glance.
+			_HeA is wearing baggy pants and a loose fitting shirt. Having altered _hisA appearance to be alluringly androgynous, it is hard to make out _hisA gender at a glance.
 		<</if>>
 	<<case "gender fundamentalist">>
-		_HeA is wearing a form fitting dress that emphasizes her feminine curves. A lovely sight, given that she has recently adjusted her body to be a lovely future mother.
+		_HeA is wearing a form fitting dress that emphasizes _hisA feminine curves. A lovely sight, given that _heA has recently adjusted _hisA body to be a lovely future mother.
 	<<case "asset expansionist">>
-		_HeA is wearing nothing at all; not that anything could fit her. Her breasts nearly touch the ground when she stands, yet are naturally perky. Her butt is so enormous it is a wonder she can even walk.
+		_HeA is wearing nothing at all; not that anything could fit _himA. _HisA breasts nearly touch the ground when _heA stands, yet are naturally perky. _HisA butt is so enormous it is a wonder _heA can even walk.
 	<<case "transformation fetishist">>
-		_HeA is wearing a minidress so tight it fully outlines her huge butt implants and barely contains the lower half of her beach ball sized tits.
+		_HeA is wearing a minidress so tight it fully outlines _hisA huge butt implants and barely contains the lower half of _hisA beach ball sized tits.
 	<<case "pastoralist">>
-		_HeA is wearing a pair of cow-print bikinis over her head sized breasts. A quartet of wet spots adorn her tops at all times.
+		_HeA is wearing a pair of cow-print bikinis over _hisA head sized breasts. A quartet of wet spots adorn _hisA tops at all times.
 	<<case "maturity preferentialist">>
-		_HeA has recently begun presenting herself as an experienced, mature woman; one can only wonder what positions and tricks she knows.
+		_HeA has recently begun presenting _himselfA as an experienced, mature woman; one can only wonder what positions and tricks _heA knows.
 	<<case "youth preferentialist">>
-		_HeA has recently adjusted her age to reflect your youth focused society.
+		_HeA has recently adjusted _hisA age to reflect your youth focused society.
 		<<if $minimumSlaveAge == 3>>
 			_HeA's an adorable toddler wearing a cute pink dress.
 		<<elseif $minimumSlaveAge <= 7>>
-			_HeA's a cute loli wearing tight, crotch hugging spats and a tight tub top across her flat chest.
+			_HeA's a cute loli wearing tight, crotch hugging spats and a tight tub top across _hisA flat chest.
 		<<elseif $minimumSlaveAge <= 13>>
-			_HeA's an attractive teenager wearing short shorts and a sheer top that shows off her newly grown breasts.
+			_HeA's an attractive teenager wearing short shorts and a sheer top that shows off _hisA newly grown breasts.
 		<<else>>
-			_HeA's an attractive young adult wearing a sheer dress that shows off her youthful curves.
+			_HeA's an attractive young adult wearing a sheer dress that shows off _hisA youthful curves.
 		<</if>>
 	<<case "slimness enthusiast">>
 		<<if $arcologies[0].FSSlimnessEnthusiastLaw == 1>>
-			_HeA has recently slimmed her body down tremendously; her breasts are flat as can be, as is her rear. _HeA enjoys wearing an extremely thin string bikini that tightly hugs her body and barely covers her non-existent assets.
+			_HeA has recently slimmed _hisA body down tremendously; _hisA breasts are flat as can be, as is _hisA rear. _HeA enjoys wearing an extremely thin string bikini that tightly hugs _hisA body and barely covers _hisA non-existent assets.
 		<<else>>
-			_HeA has recently slimmed her body down and begun wearing form fitting clothing to show off her lithe figure.
+			_HeA has recently slimmed _hisA body down and begun wearing form fitting clothing to show off _hisA lithe figure.
 		<</if>>
 	<<case "body purist">>
-		_HeA is wearing nothing at all, happy to show off her flawless body. Her curves are perfect; it's the only way to describe her.
+		_HeA is wearing nothing at all, happy to show off _hisA flawless body. _HisA curves are perfect; it's the only way to describe _himA.
 	<<default>>
-		_HeA enjoys using a tight strip of leather to support her ample bosom and a minuscule thong to cover her crotch. _HeA commonly strikes sexy poses, her spaded tail wrapping around her legs seductively, hoping to catch her <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> eye.
+		_HeA enjoys using a tight strip of leather to support _hisA ample bosom and a minuscule thong to cover _hisA crotch. _HeA commonly strikes sexy poses, _hisA spaded tail wrapping around _hisA legs seductively, hoping to catch _hisA <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> eye.
 	<</switch>>
 	<<else>>
-		_HeA enjoys using a tight strip of leather to support her ample bosom and a minuscule thong to cover her crotch. _HeA commonly strikes sexy poses, her spaded tail wrapping around her legs seductively, hoping to catch her <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> eye.
+		_HeA enjoys using a tight strip of leather to support _hisA ample bosom and a minuscule thong to cover _hisA crotch. _HeA commonly strikes sexy poses, _hisA spaded tail wrapping around _hisA legs seductively, hoping to catch _hisA <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> eye.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
-	_HeA has a recognizable little representation of one of your slave between her legs and is moaning with lust as the slave eagerly eats her out. The slave must be down in the kitchen, getting a meal out of the food dispensers. When she notices you watching, she gives you a show by cumming hard across the slave's face.
+	_HeA has a recognizable little representation of one of your slave between _hisA legs and is moaning with lust as the slave eagerly eats _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. When _heA notices you watching, _heA gives you a show by cumming hard across the slave's face.
 <<elseif ($suppository == 1) && (_paSeed == 2)>>
-	_HeA is happily assfucking a recognizable little representation of one of your slaves with a strap on. The slave must be receiving _hisU drugs from one of the dildo dispensers. Noticing you watching, she unwinds her tail from the around the slave and begins fucking her own pussy with it.
+	_HeA is happily assfucking a recognizable little representation of one of your slaves with a strap on. The slave must be receiving _hisU drugs from one of the dildo dispensers. Noticing you watching, _heA unwinds _hisA tail from the around the slave and begins fucking _hisA own pussy with it.
 <<elseif ($masturbationAllowed == 1) && (_paSeed == 3)>>
-	A recognizable little representation of one of your slaves is sharing a double-ended dildo with her. The slave must be using one of the penthouse's many sex toys. _HeA notices you watching and blows you a kiss, before promising not to suck too much life from her enthusiastic partner.
+	A recognizable little representation of one of your slaves is sharing a double-ended dildo with _himA. The slave must be using one of the penthouse's many sex toys. _HeA notices you watching and blows you a kiss, before promising not to suck too much life from _hisA enthusiastic partner.
 <<elseif (_paSeed == 4)>>
-	_HeA has her body pressed up against a recognizable little representation of one of your slaves as she feels _himU up. The slave must be getting a checkup. _HeA notices your gaze and pinches the slave's erect nipples.
+	_HeA has _hisA body pressed up against a recognizable little representation of one of your slaves as _heA feels _himU up. The slave must be getting a checkup. _HeA notices your gaze and pinches the slave's erect nipples.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	_HeA's intently staring down a representation of one of your security drones. When she sees you looking at her, she coyly says, "I like this one. He did very well during the invasion and I wanted to reward him, but I can't find a dick..." A small schematic pops on screen, detailing plans for a rather large penetrating attachment for your model of drone. "It vibrates!" _heA teases.
+	_HeA's intently staring down a representation of one of your security drones. When _heA sees you looking at _himA, _heA coyly says, "I like this one. He did very well during the invasion and I wanted to reward him, but I can't find a dick..." A small schematic pops on screen, detailing plans for a rather large penetrating attachment for your model of drone. "It vibrates!" _heA teases.
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	_HeA's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
 	_HeA's accompanied by your market assistant's still inexperienced avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		$assistantName has the market assistant's pants down and is eagerly sucking him off. He tenses with orgasm and sighs with relief only for $assistantName to deeply kiss him and force him to taste his cum with _himA.
+		$assistantName has the market assistant's pants down and is eagerly sucking _himM off. _HeM tenses with orgasm and sighs with relief only for $assistantName to deeply kiss _himM and force _himM to taste _hisM cum with _himA.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
-		The market assistant is being violently ridden by $assistantName, her fuller assets swaying in tune to her movements. The hapless boy struggles pitifully as the succubus coaxes another load out of her exhausted toy. $assistantName leans back, strokes her luscious body and says, "His energy is making me even more beautiful for you!"
+		The market assistant is being violently ridden by $assistantName, _hisA fuller assets swaying in tune to _hisA movements. The hapless _girlM struggles pitifully as the succubus coaxes another load out of _hisA exhausted toy. $assistantName leans back, strokes _hisA luscious body and says, "_HisM energy is making me even more beautiful for you!"
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		The market assistant is being ridden by his enormously pregnant big sister, $assistantName. He's supporting her taut belly as she uses her hands to hold their twins to her swollen breasts. You can't help but notice how full his balls have become and thick his shaft is. He moans with lust as $assistantName bucks with orgasm before painting her womb with another coat of sperm. $assistantName grunts slightly as his dick grows larger inside her and his balls swell for a second round. He is well on his way to becoming the incubus lover of his once human sister.
+		The market assistant is being ridden by _hisM enormously pregnant big sister, $assistantName. _HeM's supporting _hisA taut belly as _heA uses _hisA hands to hold their twins to _hisA swollen breasts. You can't help but notice how full _hisM balls have become and thick _hisM shaft is. _HeM moans with lust as $assistantName bucks with orgasm before painting _hisA womb with another coat of sperm. $assistantName grunts slightly as _hisM dick grows larger inside _himA and _hisM balls swell for a second round. _HeM is well on _hisM way to becoming the incubus lover of _hisM once human sister.
 	<<else>>
-		The market assistant is tenderly fucking $assistantName in the missionary position. He leans in as they cum together, locking lips and kissing his lover deeply. Once they are both satisfied, they snuggle up for a post coitus rest and thank you deeply for the true love you've gifted them.
+		The market assistant is tenderly fucking $assistantName in the missionary position. _HeM leans in as they cum together, locking lips and kissing _hisM lover deeply. Once they are both satisfied, they snuggle up for a post coitus rest and thank you deeply for the true love you've gifted them.
 	<</if>>
 <<else>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and leans forward giving you a tantalizing view of her cleavage.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and leans forward giving you a tantalizing view of _hisA cleavage.
 	<<case "degradationist">>
-		_HeA's absentmindedly playing with her nipple rings. When she notices you eyeing her, she smiles coyly and runs her hands down her curves to her crotch where she traces the piercings dangling from her labia.
+		_HeA's absentmindedly playing with _hisA nipple rings. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA curves to _hisA crotch where _heA traces the piercings dangling from _hisA labia.
 	<<case "supremacist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her curves, tempting you with her pure $arcologies[0].FSSupremacistRace body.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA curves, tempting you with _hisA pure $arcologies[0].FSSupremacistRace body.
 	<<case "subjugationist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her curves while coming onto you like a needy $arcologies[0].FSSubjugationistRace slut.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA curves while coming onto you like a needy $arcologies[0].FSSubjugationistRace slut.
 	<<case "chattel religionist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her sides and to her pussy while moaning seductively.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA sides and to _hisA pussy while moaning seductively.
 	<<case "physical idealist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and flexes her muscles in some of the most seductive ways imaginable<<if $arcologies[0].FSPhysicalIdealistStrongFat == 1>>, her layer of flab jiggling along to her motions<</if>>.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and flexes _hisA muscles in some of the most seductive ways imaginable<<if $arcologies[0].FSPhysicalIdealistStrongFat == 1>>, _hisA layer of flab jiggling along to _hisA motions<</if>>.
 	<<case "hedonistic decadence">>
-		_HeA's absentmindedly groping her fat tits. When she notices you eyeing her, she smiles coyly and lewdly gropes her soft body.<<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>> You catch the occasional glimpse of her hidden muscles while she effortlessly manhandles her heavy figure.<</if>>
+		_HeA's absentmindedly groping _hisA fat tits. When _heA notices you eyeing _himA, _heA smiles coyly and lewdly gropes _hisA soft body.<<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>> You catch the occasional glimpse of _hisA hidden muscles while _heA effortlessly manhandles _hisA heavy figure.<</if>>
 	<<case "repopulation focus">>
-		_HeA's absentmindedly sucking a tit. When she notices you eyeing her, she smiles coyly and runs her hands down her curves and across her pregnancy where she traces her popped navel. A flurry of kicks bulge her belly as it grows slightly larger. _HeA sighs and pats her added mass.
+		_HeA's absentmindedly sucking a tit. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA curves and across _hisA pregnancy where _heA traces _hisA popped navel. A flurry of kicks bulge _hisA belly as it grows slightly larger. _HeA sighs and pats _hisA added mass.
 	<<case "eugenics">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and spreads her legs, inviting you to enjoy her perfect pussy.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and spreads _hisA legs, inviting you to enjoy _hisA perfect pussy.
 	<<case "gender radicalist">>
 		<<if $arcologies[0].FSGenderRadicalistLawFuta == 3>>
-			_HeA's absentmindedly fondling her asscheeks. When she notices you eyeing her, she smiles coyly and spins around, splitting her pants and revealing her enticing butthole.
+			_HeA's absentmindedly fondling _hisA asscheeks. When _heA notices you eyeing _himA, _heA smiles coyly and spins around, splitting _hisA pants and revealing _hisA enticing butthole.
 		<<else>>
-			_HeA's absentmindedly playing with her hair. When she notices you eyeing her, she leaps to her feet and invites you to chance what resides between her legs.
+			_HeA's absentmindedly playing with _hisA hair. When _heA notices you eyeing _himA, _heA leaps to _hisA feet and invites you to chance what resides between _hisA legs.
 		<</if>>
 	<<case "gender fundamentalist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her motherly curves while moaning seductively.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA motherly curves while moaning seductively.
 	<<case "asset expansionist">>
-		_HeA's absentmindedly massaging her tits. When she notices you eyeing her, she smiles coyly and proceeds to trace the length of her breasts to her nipple; she never reaches them, as her breasts steadily outpace her as she reaches outwards.
+		_HeA's absentmindedly massaging _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and proceeds to trace the length of _hisA breasts to _hisA nipple; _heA never reaches them, as _hisA breasts steadily outpace _himA as _heA reaches outwards.
 	<<case "transformation fetishist">>
-		_HeA's absentmindedly groping her ass. When she notices you eyeing her, she smiles coyly and flexes causing her tits to pop out of her overly short top. Giggling, she puckers her huge, fake lips and blows you a kiss.
+		_HeA's absentmindedly groping _hisA ass. When _heA notices you eyeing _himA, _heA smiles coyly and flexes causing _hisA tits to pop out of _hisA overly short top. Giggling, _heA puckers _hisA huge, fake lips and blows you a kiss.
 	<<case "pastoralist">>
-		_HeA's absentmindedly milking a pair of her tits. When she notices you eyeing her, she smiles coyly and leaps to her feet causing her quartet of milk bags to spring loose from her tops. _HeA giggles as she gestures the many ways you could titfuck her.
+		_HeA's absentmindedly milking a pair of _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and leaps to _hisA feet, causing _hisA quartet of milk bags to spring loose from _hisA tops. _HeA giggles as _heA gestures the many ways you could titfuck _himA.
 	<<case "maturity preferentialist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and begins making a motion you can only fathom the meaning of.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and begins making a motion you can only fathom the meaning of.
 	<<case "youth preferentialist">>
 		<<if $minimumSlaveAge == 3>>
-			_HeA has her hands down her dress and is happily fondling herself. When she notices you eyeing her, she quickly hides her hands behind her back and plays innocent.
+			_HeA has _hisA hands down _hisA dress and is happily fondling _himselfA. When _heA notices you eyeing _himA, _heA quickly hides _hisA hands behind _hisA back and plays innocent.
 		<<elseif $minimumSlaveAge <= 7>>
-			_HeA has both hands up her top and is happily playing with her nipples. When she notices you eyeing her, she quickly yanks her tube top off and lewdly waves her flat chest at you.
+			_HeA has both hands up _hisA top and is happily playing with _hisA nipples. When _heA notices you eyeing _himA, _heA quickly yanks _hisA tube top off and lewdly waves _hisA flat chest at you.
 		<<elseif $minimumSlaveAge <= 13>>
-			_HeA has both hands down her shorts and is eagerly playing with her pussy. When she notices you eyeing her, she quickly pulls her bottoms down and spreads her legs, desperate for you to relieve her of this new feeling.
+			_HeA has both hands down _hisA shorts and is eagerly playing with _hisA pussy. When _heA notices you eyeing _himA, _heA quickly pulls _hisA bottoms down and spreads _hisA legs, desperate for you to relieve _himA of this new feeling.
 		<<else>>
-			_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her new curves while moaning seductively.
+			_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA new curves while moaning seductively.
 		<</if>>
 	<<case "slimness enthusiast">>
 		<<if $arcologies[0].FSSlimnessEnthusiastLaw == 1>>
-			_HeA's absentmindedly pinching her nipples. When she notices you eyeing her, she smiles coyly and runs her hands across her flat chest while moaning seductively.
+			_HeA's absentmindedly pinching _hisA nipples. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands across _hisA flat chest while moaning seductively.
 		<<else>>
-			_HeA's absentmindedly groping her small tits. When she notices you eyeing her, she smiles coyly and runs her hands down her lithe body while moaning seductively.
+			_HeA's absentmindedly groping _hisA small tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA lithe body while moaning seductively.
 		<</if>>
 	<<case "body purist">>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her perfect curves while moaning seductively.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA perfect curves while moaning seductively.
 	<<default>>
-		_HeA's absentmindedly groping her tits. When she notices you eyeing her, she smiles coyly and runs her hands down her curves while moaning seductively.
+		_HeA's absentmindedly groping _hisA tits. When _heA notices you eyeing _himA, _heA smiles coyly and runs _hisA hands down _hisA curves while moaning seductively.
 	<</switch>>
 <</if>>
 
 <<default>>
-	It's a little abstract symbol; when _heA speaks, the symbol glows slightly.
+	_HeA's a little abstract symbol; when _heA speaks, the symbol glows slightly.
 <</switch>>
\ No newline at end of file
diff --git a/src/uncategorized/prestigiousSlave.tw b/src/uncategorized/prestigiousSlave.tw
index dc4b910eea59635e7604058b6392aaf08b5f8c6b..1cdd6e120a1ad79069fcecd85a2b45f276ad46aa 100644
--- a/src/uncategorized/prestigiousSlave.tw
+++ b/src/uncategorized/prestigiousSlave.tw
@@ -79,7 +79,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.entertainSkill = 100>>
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
-	<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "anorexic")>>
+	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy")>>
 	<<set $activeSlave.fetish = "none">>
 	<<set $activeSlave.fetishKnown = 1>>
 	<<set $activeSlave.customDesc = "She has seen and done almost everything sexually possible, on camera.">>
@@ -118,7 +118,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.entertainSkill = 15>>
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
-	<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "anorexic")>>
+	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy")>>
 	<<set $activeSlave.fetish = "none">>
 	<<set $activeSlave.fetishKnown = 1>>
 	<<set $activeSlave.customTat = "Her ex-husband's name is prettily tattooed on her left arm, but a black line has been subsequently tattooed across it.">>
@@ -154,7 +154,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.combatSkill = 1>>
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
-	<<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>>
+	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
 	<<set $activeSlave.behavioralFlaw = "arrogant">>
 	<<set $activeSlave.customDesc = "She's not particularly bright, and enjoys solving problems with physical force.">>
 
@@ -184,7 +184,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.entertainSkill = 35>>
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
-	<<set $activeSlave.behavioralFlaw = either("arrogant", "anorexic")>>
+	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant")>>
 	<<set $activeSlave.customDesc = "She moves with the practiced grace of someone who unconsciously still pictures herself on the runway.">>
 
 <<case "albino">>
@@ -219,7 +219,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.career = "a slave">>
 	<<set $activeSlave.boobsImplant += random(10,15)*200>>
 	<<set $activeSlave.boobs += $activeSlave.boobsImplant>>
-	<<set $activeSlave.nipples = either("cute", "puffy", "huge")>>
+	<<set $activeSlave.nipples = either("cute", "huge", "puffy")>>
 	<<set $activeSlave.areolae = 2>>
 	<<set $activeSlave.butt += 4>>
 	<<set $activeSlave.buttImplant += 4>>
@@ -293,8 +293,8 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
 	<<set $activeSlave.addict = 20>>
-	<<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>>
-	<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "odd", "anorexic")>>
+	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
+	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "odd")>>
 	<<set $activeSlave.customDesc = "She sometimes forgets herself and acts as though she were still a coming celebrity.">>
 
 <<case "politician">>
@@ -532,7 +532,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.career = "a porn star">>
 	<<set $activeSlave.boobsImplant += random(4,6)*200>>
 	<<set $activeSlave.boobs += $activeSlave.boobsImplant>>
-	<<set $activeSlave.nipples = either("cute", "puffy", "huge")>>
+	<<set $activeSlave.nipples = either("cute", "huge", "puffy")>>
 	<<set $activeSlave.areolae = 1>>
 	<<set $activeSlave.butt += 1>>
 	<<set $activeSlave.buttImplant += 1>>
@@ -624,7 +624,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.combatSkill = 1>>
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
-	<<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>>
+	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
 	<<set $activeSlave.behavioralFlaw = "arrogant">>
 	<<set $activeSlave.customDesc = "She's not particularly bright, and enjoys solving problems with physical force.">>
 
@@ -656,7 +656,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
 	<<set $activeSlave.sexualFlaw = either("hates women")>>
-	<<set $activeSlave.behavioralFlaw = either("arrogant", "anorexic")>>
+	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant")>>
 	<<set $activeSlave.customDesc = "She moves with the practiced grace of someone who unconsciously still pictures herself on the runway.">>
 
 <<case "d albino">>
@@ -689,7 +689,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.career = "a prostitute">>
 	<<set $activeSlave.boobsImplant += random(10,15)*200>>
 	<<set $activeSlave.boobs += $activeSlave.boobsImplant>>
-	<<set $activeSlave.nipples = either("cute", "puffy", "huge")>>
+	<<set $activeSlave.nipples = either("cute", "huge", "puffy")>>
 	<<set $activeSlave.areolae = 2>>
 	<<set $activeSlave.butt += 4>>
 	<<set $activeSlave.buttImplant += 4>>
@@ -763,8 +763,8 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.pubicHStyle = "waxed">>
 	<<set $activeSlave.underArmHStyle = "waxed">>
 	<<set $activeSlave.addict = 20>>
-	<<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>>
-	<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "odd", "anorexic")>>
+	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
+	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "odd")>>
 	<<set $activeSlave.customDesc = "She sometimes forgets herself and acts as though she were still a coming celebrity.">>
 
 <<case "d politician">>
diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw
index 5604f315adf5758276b20022178bd474cacb46f2..8fb1aac38e0b2ef66b71bbe7cf5ec3e3af3290ce 100644
--- a/src/uncategorized/ptWorkaround.tw
+++ b/src/uncategorized/ptWorkaround.tw
@@ -2,6 +2,7 @@
 
 &nbsp;&nbsp;&nbsp;&nbsp;
 <<set _ptwi = $personalAttention.findIndex(function(s) { return s.ID == $activeSlave.ID; })>>
+<<setLocalPronouns $activeSlave>>
 <<if $personalAttention[_ptwi].trainingRegimen == "look after her">>
 	''You care for''
 <<else>>
@@ -19,46 +20,46 @@
 <<case "build her devotion">>
 	<<set $activeSlave.devotion += 6>>
 	<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "submissive")>>
-		Since $activeSlave.slaveName is a submissive, you @@.hotpink;build $his devotion to you@@ by indulging $his need to be dominated. Already smiling to herself, she changes into bondage gear that blinds her, forces her arms behind her back, forces her to present her breasts uncomfortably, and forces a painfully large dildo up her <<if $activeSlave.vagina > 0>>vagina<<if $activeSlave.anus > 0>> and anus<</if>><<elseif $activeSlave.anus > 0>>anus<</if>>. Thus attired, she is forced to serve you in whatever petty ways occur to you. She holds your tablet for you on her upthrust ass as you work, holds a thin beverage glass for you in her upturned mouth when you eat, and lies still so you can use her tits as a pillow whenever you recline. She loves it.
+		Since $activeSlave.slaveName is a submissive, you @@.hotpink;build $his devotion to you@@ by indulging $his need to be dominated. Already smiling to $himself, $he changes into bondage gear that blinds $him, forces $his arms behind $his back, forces $him to present $his breasts uncomfortably, and forces a painfully large dildo up $his <<if $activeSlave.vagina > 0>>vagina<<if $activeSlave.anus > 0>> and anus<</if>><<elseif $activeSlave.anus > 0>>anus<</if>>. Thus attired, $he is forced to serve you in whatever petty ways occur to you. $He holds your tablet for you on $his upthrust ass as you work, holds a thin beverage glass for you in $his upturned mouth when you eat, and lies still so you can use $his tits as a pillow whenever you recline. $He loves it.
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "cumslut") && ($PC.dick == 1)>>
-		Since $activeSlave.slaveName has an unusual taste for oral sex and cum, you @@.hotpink;build her devotion to you@@ by indulging her. You allow her to spend her free time following you around. She is permitted to act as your private cum receptacle. If you use another slave, you usually pull out and give her smiling face a facial. When you come inside another slave instead, $activeSlave.slaveName is allowed to get your cum anyway, regardless of whether that requires the other slave to spit it into her mouth or $activeSlave.slaveName to suck it out of the other slave's vagina or rectum. Either way, she rubs her stomach happily after she's swallowed it down.
+		Since $activeSlave.slaveName has an unusual taste for oral sex and cum, you @@.hotpink;build $his devotion to you@@ by indulging $him. You allow $him to spend $his free time following you around. $He is permitted to act as your private cum receptacle. If you use another slave, you usually pull out and give $his smiling face a facial. When you come inside another slave instead, $activeSlave.slaveName is allowed to get your cum anyway, regardless of whether that requires the other slave to spit it into $his mouth or $activeSlave.slaveName to suck it out of the other slave's vagina or rectum. Either way, $he rubs $his stomach happily after $he's swallowed it down.
 		<<set $activeSlave.oralCount += 20, $oralTotal += 20>>
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "boobs")>>
-		Since $activeSlave.slaveName has an unusual taste for having her tits fondled, you @@.hotpink;build her devotion to you@@ by indulging her. You keep her near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and play with her. She sometimes masturbates while you massage her breasts and <<if $activeSlave.nipples == "fuckable">>finger<<else>>pinch<</if>> her nipples, but often she doesn't even need to.
+		Since $activeSlave.slaveName has an unusual taste for having $his tits fondled, you @@.hotpink;build $his devotion to you@@ by indulging $him. You keep $him near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and play with $him. $He sometimes masturbates while you massage $his breasts and <<if $activeSlave.nipples == "fuckable">>finger<<else>>pinch<</if>> $his nipples, but often $he doesn't even need to.
 		<<set $activeSlave.mammaryCount += 20, $mammaryTotal += 20>>
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "pregnancy")>>
-		Since $activeSlave.slaveName has an unusual taste for big pregnant bellies, you @@.hotpink;build her devotion to you@@ by indulging her. You <<if isItemAccessible("a small empathy belly") && $activeSlave.belly < 1500 && $activeSlave.weight < 130>>strap an enormous sympathy belly onto her and <<elseif $activeSlave.belly < 1500>>strap a pillow around her middle, give her an oversized shirt and <</if>>keep her near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and rub her dome of a belly for luck. Occasionally you pay more attention to her, making sure to fondle her rounded middle as you feel up her motherly body. She sometimes masturbates when you aren't groping her, enjoying her gravid figure, but often she doesn't even need to.
+		Since $activeSlave.slaveName has an unusual taste for big pregnant bellies, you @@.hotpink;build $his devotion to you@@ by indulging $him. You <<if isItemAccessible("a small empathy belly") && $activeSlave.belly < 1500 && $activeSlave.weight < 130>>strap an enormous sympathy belly onto $him and <<elseif $activeSlave.belly < 1500>>strap a pillow around $his middle, give $him an oversized shirt and <</if>>keep $him near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and rub $his dome of a belly for luck. Occasionally you pay more attention to $him, making sure to fondle $his rounded middle as you feel up $his motherly body. $He sometimes masturbates when you aren't groping $him, enjoying $his gravid figure, but often $he doesn't even need to.
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "humiliation") && ((canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0))>>
-		Since $activeSlave.slaveName has an unusual sexuality, you @@.hotpink;build her devotion to you@@ by indulging her perversions. Since she's an absolute slut for humiliation, you let her whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you bring her on a leash and fuck her in public. She comes harder than ever when you push her naked body up against the wall of a crowded public arcology elevator and molest her.
+		Since $activeSlave.slaveName has an unusual sexuality, you @@.hotpink;build $his devotion to you@@ by indulging $his perversions. Since $he's an absolute slut for humiliation, you let $him whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you bring $him on a leash and fuck $him in public. $He comes harder than ever when you push $his naked body up against the wall of a crowded public arcology elevator and molest $him.
 		<<set $activeSlave.oralCount += 4, $oralTotal += 4>>
 		<<= BothVCheck(4, 2)>>
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "humiliation")>>
-		Since $activeSlave.slaveName has an unusual sexuality, you @@.hotpink;build her devotion to you@@ by indulging her perversions. Since she's an absolute slut for humiliation, you let her whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you
+		Since $activeSlave.slaveName has an unusual sexuality, you @@.hotpink;build $his devotion to you@@ by indulging $his perversions. Since $he's an absolute slut for humiliation, you let $him whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you
 		<<if ($activeSlave.amp != 1)>>
-			bring her on a leash and have her service you in public. She comes harder than ever when you push her down on her knees in a crowded public arcology elevator and facefuck her while she masturbates fervently.
+			bring $him on a leash and have $him service you in public. $He comes harder than ever when you push $him down on $his knees in a crowded public arcology elevator and facefuck $him while $he masturbates fervently.
 		<<else>>
-			carry her out and have her service you in public. She comes harder than ever when you push her face to your <<if $PC.dick == 1>>dick<<else>>pussy<</if>> in a crowded public arcology elevator and facefuck her while she tries her hardest to masturbate.
+			carry $him out and have $him service you in public. $He comes harder than ever when you push $his face to your <<if $PC.dick == 1>>dick<<else>>pussy<</if>> in a crowded public arcology elevator and facefuck $him while $he tries $his hardest to masturbate.
 		<</if>>
 		<<set $activeSlave.oralCount += 8, $oralTotal += 8>>
 	<<elseif ($activeSlave.anus == 3) && ($activeSlave.vagina == 3) && $activeSlave.geneMods.rapidCellGrowth != 1>>
-		$activeSlave.slaveName is a stretched-out, well-traveled slut. Some like their holes loose, but most prefer cunts and butts that don't make sloppy noises when fucked. So, you spend some quality care time with her, carefully massaging her abused holes with oils and lotions. She comes, of course, but her pussy and asshole do benefit from the treatment. You allow her to service you with her mouth to avoid spoiling your work right away. Afterward, she <<if ($activeSlave.amp != 1)>>@@.hotpink;hugs you and gives you a kiss@@<<else>>@@.hotpink;gives you a kiss and tries to hug you,@@ but without arms, all she manages is a sort of nuzzle<</if>>.
+		$activeSlave.slaveName is a stretched-out, well-traveled slut. Some like their holes loose, but most prefer cunts and butts that don't make sloppy noises when fucked. So, you spend some quality care time with $him, carefully massaging $his abused holes with oils and lotions. $He comes, of course, but $his pussy and asshole do benefit from the treatment. You allow $him to service you with $his mouth to avoid spoiling your work right away. Afterward, $he <<if ($activeSlave.amp != 1)>>@@.hotpink;hugs you and gives you a kiss@@<<else>>@@.hotpink;gives you a kiss and tries to hug you,@@ but without arms, all $he manages is a sort of nuzzle<</if>>.
 		<<set $activeSlave.vagina--, $activeSlave.anus--,
 		$activeSlave.oralCount += 5, $oralTotal += 5>>
 	<<elseif $activeSlave.vagina == 0>>
-		$activeSlave.slaveName's accustomed to the slave life, so the experience is almost novel for her and she is @@.hotpink;touched by the affection.@@ She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her virginity. You gently stimulate her <<if $activeSlave.dick>>dick<<elseif $activeSlave.clit>>clit<<else>>nipples<</if>> while she sucks you off, bringing her to a moaning climax as you cum in her mouth.
+		$activeSlave.slaveName's accustomed to the slave life, so the experience is almost novel for $him and $he is @@.hotpink;touched by the affection.@@ $He isn't used to being kissed, teased and massaged. $He's almost disappointed when it becomes clear that you don't mean to take $his virginity. You gently stimulate $his <<if $activeSlave.dick>>dick<<elseif $activeSlave.clit>>clit<<else>>nipples<</if>> while $he sucks you off, bringing $him to a moaning climax as you cum in $his mouth.
 		<<set $activeSlave.oralCount += 5, $oralTotal += 5>>
 	<<elseif ($activeSlave.anus == 0) && ($activeSlave.vagina < 0)>>
-		You haven't decided to take $activeSlave.slaveName's anus yet, so you let her suck you off and play with herself while she does. You stroke her hair, play with her tits, and generally pamper her while she orally services you. She's accustomed to the slave life, so the experience of affection is novel for her and she is @@.hotpink;touched by the affection.@@ She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her virgin hole.
+		You haven't decided to take $activeSlave.slaveName's anus yet, so you let $him suck you off and play with $himself while $he does. You stroke $his hair, play with $his tits, and generally pamper $him while $he orally services you. $He's accustomed to the slave life, so the experience of affection is novel for $him and $he is @@.hotpink;touched by the affection.@@ $He isn't used to being kissed, teased and massaged. $He's almost disappointed when it becomes clear that you don't mean to take $his virgin hole.
 		<<set $activeSlave.oralCount += 5, $oralTotal += 5>>
 	<<elseif ($activeSlave.anus == 0) && ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>>
-		You fuck $activeSlave.slaveName, of course, but you do it slowly and lovingly, and keep well clear of her still-virgin asshole in the process. She's accustomed to the slave life, so the experience is almost novel for her and she is affectingly @@.hotpink;touched by the affection.@@ She isn't used to being kissed, teased and massaged before she takes cock. Slaves are usually used without regard to their orgasm, so she's also surprised and gratified when you make meticulous efforts to delay your own orgasm so it can coincide with her own. She's a puddle on the sheets under your hands.
+		You fuck $activeSlave.slaveName, of course, but you do it slowly and lovingly, and keep well clear of $his still-virgin asshole in the process. $He's accustomed to the slave life, so the experience is almost novel for $him and $he is affectingly @@.hotpink;touched by the affection.@@ $He isn't used to being kissed, teased and massaged before $he takes cock. Slaves are usually used without regard to their orgasm, so $he's also surprised and gratified when you make meticulous efforts to delay your own orgasm so it can coincide with $his own. $He's a puddle on the sheets under your hands.
 		<<set $activeSlave.oralCount += 4, $oralTotal += 4>>
 		<<= VaginalVCheck(4)>>
 	<<elseif $activeSlave.anus == 0>>
-		$activeSlave.slaveName's accustomed to the slave life, so the experience is almost novel for her and she is @@.hotpink;touched by the affection.@@ She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her anal virginity. You gently stimulate her <<if $activeSlave.dick>>dick<<elseif $activeSlave.clit>>clit<<else>>nipples<</if>> while she sucks you off, bringing her to a moaning climax as you cum in her mouth.
+		$activeSlave.slaveName's accustomed to the slave life, so the experience is almost novel for $him and $he is @@.hotpink;touched by the affection.@@ $He isn't used to being kissed, teased and massaged. $He's almost disappointed when it becomes clear that you don't mean to take $his anal virginity. You gently stimulate $his <<if $activeSlave.dick>>dick<<elseif $activeSlave.clit>>clit<<else>>nipples<</if>> while $he sucks you off, bringing $him to a moaning climax as you cum in $his mouth.
 		<<set $activeSlave.oralCount += 5, $oralTotal += 5>>
 	<<else>>
-		You fuck $activeSlave.slaveName, of course, but you do it slowly and lovingly. She's accustomed to the slave life, so the experience is almost novel for her and she is affectingly @@.hotpink;touched by the affection.@@ She isn't used to being kissed, teased and massaged before she takes cock. Slaves are usually used without regard to their orgasm, so she's also surprised and gratified when you make meticulous efforts to delay your own orgasm so it can coincide with her own. She's a puddle on the sheets under your hands.
+		You fuck $activeSlave.slaveName, of course, but you do it slowly and lovingly. $He's accustomed to the slave life, so the experience is almost novel for $him and $he is affectingly @@.hotpink;touched by the affection.@@ $He isn't used to being kissed, teased and massaged before $he takes cock. Slaves are usually used without regard to their orgasm, so $he's also surprised and gratified when you make meticulous efforts to delay your own orgasm so it can coincide with $his own. $He's a puddle on the sheets under your hands.
 		<<set $activeSlave.oralCount += 4, $oralTotal += 4>>
 		<<if $activeSlave.vagina == 0>>
 			<<= VaginalVCheck(4)>>
@@ -67,127 +68,127 @@
 		<</if>>
 	<</if>>
 	<<if ($PC.slaving >= 100)>>
-		Your @@.springgreen;slave training experience@@ allows you to @@.hotpink;bend her to your will@@ more quickly without provoking resistance.
+		Your @@.springgreen;slave training experience@@ allows you to @@.hotpink;bend $him to your will@@ more quickly without provoking resistance.
 		<<set $activeSlave.devotion += 1>>
 	<</if>>
 	<<if ($activeSlave.trust > 10)>>
 		Spending time with you @@.mediumaquamarine;builds $his trust in $his <<= WrittenMaster($activeSlave)>>.@@
 		<<set $activeSlave.trust += 4>>
 	<<else>>
-		Spending time with you @@.mediumaquamarine;reduces her fear towards you.@@
+		Spending time with you @@.mediumaquamarine;reduces $his fear towards you.@@
 		<<set $activeSlave.trust += 6>>
 	<</if>>
 	<<set $activeSlave.training = 0>>
 
 <<case "look after her">>
 	<<if $activeSlave.relationship == -3 && $activeSlave.fetish == "mindbroken">>
-		Since $activeSlave.slaveName is your wife and not all there, you keep her under a watchful eye to make sure no harm comes to the broken girl. She almost seems in better spirits under your care, not that it will matter in an hour or two.
+		Since $activeSlave.slaveName is your wife and not all there, you keep $him under a watchful eye to make sure no harm comes to the broken $girl. $He almost seems in better spirits under your care, not that it will matter in an hour or two.
 		<<set $activeSlave.kindness++>>
 	<</if>>
 	<<if ($activeSlave.health < 100)>>
-		Your close and expert attention improves her health in a way drug treatment or mere medical intervention cannot. @@.green;Her health has improved.@@
+		Your close and expert attention improves $his health in a way drug treatment or mere medical intervention cannot. @@.green;$His health has improved.@@
 		<<set $activeSlave.health = $activeSlave.health+10>>
 	<</if>>
 	<<if (($activeSlave.anus == 3) || ($activeSlave.vagina == 3)) && $activeSlave.geneMods.rapidCellGrowth != 1>>
-		$activeSlave.slaveName is a veteran sex slave and has seen hard use. Tightening up a slave is difficult, but with close supervision and attention it can be done. You and your other slaves carefully apply injections, creams, and massage, and her other work is carefully managed to reduce wear and tear.
+		$activeSlave.slaveName is a veteran sex slave and has seen hard use. Tightening up a slave is difficult, but with close supervision and attention it can be done. You and your other slaves carefully apply injections, creams, and massage, and $his other work is carefully managed to reduce wear and tear.
 		<<if ($activeSlave.anus == 3) && (random(1,100) > 50)>>
-			@@.orange;Her anus has recovered and is now merely loose.@@
+			@@.orange;$His anus has recovered and is now merely loose.@@
 			<<set $activeSlave.anus-->>
 		<<elseif ($activeSlave.anus == 3)>>
-			Her distended anus does not improve this week.
+			$His distended anus does not improve this week.
 		<</if>>
 		<<if ($activeSlave.vagina == 3) && (random(1,100) > 50)>>
-			@@.orange;Her pussy has tightened.@@
+			@@.orange;$His pussy has tightened.@@
 			<<set $activeSlave.vagina-->>
 		<<elseif ($activeSlave.vagina == 3)>>
-			Her loose pussy does not recover this week.
+			$His loose pussy does not recover this week.
 		<</if>>
 	<</if>>
 	<<set $activeSlave.training = 0>>
 
 <<case "soften her behavioral flaw">>
 	<<if ($activeSlave.behavioralFlaw == "none")>>
-		$activeSlave.slaveName got over her behavioral flaw without you,
-		@@.yellow;her training assignment has defaulted to
-		<<if ["cum addict", "anal addict", "attention whore", "breast growth", "abusive", "malicious", "self hating", "neglectful", "breeder", "none"].includes($activeSlave.sexualFlaw)>>
+		$activeSlave.slaveName got over $his behavioral flaw without you,
+		@@.yellow;$his training assignment has defaulted to
+		<<if ["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "none", "self hating"].includes($activeSlave.sexualFlaw)>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				breaking her will.
+				breaking $his will.
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 			<<else>>
 				fostering devotion.
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 			<</if>>
 		<<else>>
-			softening her sexual flaw.
+			softening $his sexual flaw.
 			<<set $personalAttention[_ptwi].trainingRegimen = "soften her sexual flaw">>
 		<</if>>
 		@@
 	<<else>>
 		<<if ($activeSlave.behavioralFlaw == "arrogant")>>
-			$activeSlave.slaveName thinks she's better than everyone else. She has some basis for a high opinion of herself; otherwise you wouldn't be bothering with her. You do your best to maintain her belief that she has something special to offer while training her to offer it to you without objection.
+			$activeSlave.slaveName thinks $he's better than everyone else. $He has some basis for a high opinion of $himself; otherwise you wouldn't be bothering with $him. You do your best to maintain $his belief that $he has something special to offer while training $him to offer it to you without objection.
 		<<elseif ($activeSlave.behavioralFlaw == "bitchy")>>
-			$activeSlave.slaveName always has a cutting remark ready. Some of them are actually pretty good, and you'd prefer to keep her cutting wit intact. You strike a careful balance with her, punishing the wrong remark at the wrong time, but rewarding appropriately biting comments.
+			$activeSlave.slaveName always has a cutting remark ready. Some of them are actually pretty good, and you'd prefer to keep $his cutting wit intact. You strike a careful balance with $him, punishing the wrong remark at the wrong time, but rewarding appropriately biting comments.
 		<<elseif ($activeSlave.behavioralFlaw == "odd")>>
-			$activeSlave.slaveName is odd. She's usually annoying, but on occasion her oddities can produce great comic relief. You strike a careful balance with her, punishing her when she irritates you, but allowing and even rewarding harmless little idiosyncrasies.
+			$activeSlave.slaveName is odd. $He's usually annoying, but on occasion $his oddities can produce great comic relief. You strike a careful balance with $him, punishing $him when $he irritates you, but allowing and even rewarding harmless little idiosyncrasies.
 		<<elseif ($activeSlave.behavioralFlaw == "hates men")>>
-			$activeSlave.slaveName does not like men. She desperately needs social contact, though, so you encourage her to rely on women to address her emotional needs. This is easy, since
+			$activeSlave.slaveName does not like men. $He desperately needs social contact, though, so you encourage $him to rely on women to address $his emotional needs. This is easy, since
 			<<if $PC.vagina == 1>>
 				you've got a pussy yourself.
 			<<else>>
 				there are several readily available.
 			<</if>>
 		<<elseif ($activeSlave.behavioralFlaw == "hates women")>>
-			$activeSlave.slaveName does not like girls. She desperately needs social contact, though, so you encourage her to rely on men to address her emotional needs. This is easy, since
+			$activeSlave.slaveName does not like girls. $He desperately needs social contact, though, so you encourage $him to rely on men to address $his emotional needs. This is easy, since
 			<<if $PC.dick == 0>>
 				there are several readily available.
 			<<else>>
 				you've got a cock yourself.
 			<</if>>
 		<<elseif ($activeSlave.behavioralFlaw == "anorexic")>>
-			$activeSlave.slaveName suffers from anorexia. You work with her patiently, applying the very best in modern therapy for this troubling condition. It's usually a product of poor self esteem, and you do your best to build hers up without diminishing her submission to you.
+			$activeSlave.slaveName suffers from anorexia. You work with $him patiently, applying the very best in modern therapy for this troubling condition. It's usually a product of poor self esteem, and you do your best to build $hers up without diminishing $his submission to you.
 		<<elseif ($activeSlave.behavioralFlaw == "gluttonous")>>
-			$activeSlave.slaveName's diet is already closely controlled, but the impulse to overeat is strong in her and like most gluttons she manages to be quite cunning. You take a hard line with her, and do your best to replace her addiction to the endorphin release of eating with an addiction to the endorphin release of exercise.
+			$activeSlave.slaveName's diet is already closely controlled, but the impulse to overeat is strong in $him and like most gluttons $he manages to be quite cunning. You take a hard line with $him, and do your best to replace $his addiction to the endorphin release of eating with an addiction to the endorphin release of exercise.
 		<<elseif ($activeSlave.behavioralFlaw == "liberated")>>
-			$activeSlave.slaveName can express a decent argument for why it's wrong to use her as a sex slave. With a combination of rote training, discussion, and reinforcement, you do your best to turn this into a sincere belief in the moral rightness of slavery.
+			$activeSlave.slaveName can express a decent argument for why it's wrong to use $him as a sex slave. With a combination of rote training, discussion, and reinforcement, you do your best to turn this into a sincere belief in the moral rightness of slavery.
 		<<elseif ($activeSlave.behavioralFlaw == "devout")>>
-			$activeSlave.slaveName remains devoted to an old world faith that serves her as a reservoir of mental resilience. Like all such beliefs, hers has certain sexual elements; you amuse yourself by forcing her to break them, and rewarding her generously when she does.
+			$activeSlave.slaveName remains devoted to an old world faith that serves $him as a reservoir of mental resilience. Like all such beliefs, $hers has certain sexual elements; you amuse yourself by forcing $him to break them, and rewarding $him generously when $he does.
 		<</if>>
 		<<if $activeSlave.training < 100>>
-			You make progress, but she's the same at the end of the week.
+			You make progress, but $he's the same at the end of the week.
 		<<else>>
 			<<set $activeSlave.training = 0>>
-			By the end of the week, @@.green;you resolve her flaw into something special.@@ @@.hotpink;Her obedience has increased.@@
+			By the end of the week, @@.green;you resolve $his flaw into something special.@@ @@.hotpink;$His obedience has increased.@@
 			<<run SoftenBehavioralFlaw($activeSlave)>>
 			<<set $activeSlave.devotion += 4>>
 		<</if>>
 		<<if $activeSlave.fetishKnown != 1>>
 			<<if ($activeSlave.fetish == "submissive")>>
-				She really takes to your close attention; @@.pink;she's a natural submissive!@@
+				$He really takes to your close attention; @@.pink;$he's a natural submissive!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<<elseif ($activeSlave.fetish == "cumslut")>>
-				While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
+				While you're giving $him personal attention, you discover by chance that @@.pink;$he has an oral fixation!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<<elseif ($activeSlave.fetish == "masochist")>>
-				While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
+				While you're giving $him personal correction, you discover by chance that @@.pink;$he likes pain!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<<elseif ($activeSlave.fetish == "humiliation")>>
-				While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
+				While you're giving $him personal attention in public, you discover by chance that @@.pink;$he likes humiliation!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<</if>>
 		<</if>>
 		<<if ($activeSlave.behavioralFlaw == "none")>>
-			With her behavioral flaw softened,
-			@@.yellow;her training assignment has defaulted to
+			With $his behavioral flaw softened,
+			@@.yellow;$his training assignment has defaulted to
 			<<if ($activeSlave.sexualFlaw == "none")>>
 				<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				breaking her will.
+				breaking $his will.
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 				<<else>>
 				fostering devotion.
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 				<</if>>
 			<<else>>
-				softening her sexual flaw.
+				softening $his sexual flaw.
 				<<set $personalAttention[_ptwi].trainingRegimen = "soften her sexual flaw">>
 			<</if>>
 			@@
@@ -196,18 +197,18 @@
 
 <<case "soften her sexual flaw">>
 	<<if ($activeSlave.sexualFlaw == "none")>>
-		$activeSlave.slaveName got over her sexual flaw without you,
-		@@.yellow;her training assignment has defaulted to
+		$activeSlave.slaveName got over $his sexual flaw without you,
+		@@.yellow;$his training assignment has defaulted to
 		<<if ($activeSlave.behavioralFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				breaking her will.
+				breaking $his will.
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 			<<else>>
 				fostering devotion.
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 			<</if>>
 		<<else>>
-			softening her behavioral flaw.
+			softening $his behavioral flaw.
 			<<set $personalAttention[_ptwi].trainingRegimen = "soften her behavioral flaw">>
 		<</if>>
 		@@
@@ -215,103 +216,103 @@
 		$activeSlave.slaveName
 		<<switch $activeSlave.sexualFlaw>>
 		<<case "hates oral">>
-			has a powerful gag reflex. Though it would be simpler to train her out of it, you do your best to train her to safely take a rough facefuck without losing the fun aspects of forcing a slave to swallow a phallus, like the struggles, the gagging, and the tears.
+			has a powerful gag reflex. Though it would be simpler to train $him out of it, you do your best to train $him to safely take a rough facefuck without losing the fun aspects of forcing a slave to swallow a phallus, like the struggles, the gagging, and the tears.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<case "hates anal">>
-			does not like it up the butt. Though it would be simpler to train her out of it, you do your best to train her to safely take a rough buttfuck without losing the fun aspects of anal rape, like the struggles, the whining, and the tears.
+			does not like it up the butt. Though it would be simpler to train $him out of it, you do your best to train $him to safely take a rough buttfuck without losing the fun aspects of anal rape, like the struggles, the whining, and the tears.
 			<<if canDoAnal($activeSlave)>>
 				<<= AnalVCheck(10)>>
 			<<else>>
-				The inability to actually penetrate her ass hinders your efforts, however.
+				The inability to actually penetrate $his ass hinders your efforts, however.
 				<<set $activeSlave.training -= 20>> /* more difficult training */
 			<</if>>
 		<<case "hates penetration">>
 			<<if ($activeSlave.vagina > -1) && canDoVaginal($activeSlave)>>
-				does not like sex. Though it would be simpler to train her out of it, you do your best to train her to safely take a hard pounding without losing the fun aspects of forced sex, like the struggles, the whining, and the tears.
+				does not like sex. Though it would be simpler to train $him out of it, you do your best to train $him to safely take a hard pounding without losing the fun aspects of forced sex, like the struggles, the whining, and the tears.
 				<<= VaginalVCheck(10)>>
 			<<elseif canDoAnal($activeSlave)>>
-				does not like it up the butt. Though it would be simpler to train her out of it, you do your best to train her to safely take a rough buttfuck without losing the fun aspects of anal rape, like the struggles, the whining, and the tears.
+				does not like it up the butt. Though it would be simpler to train $him out of it, you do your best to train $him to safely take a rough buttfuck without losing the fun aspects of anal rape, like the struggles, the whining, and the tears.
 				<<= AnalVCheck(10)>>
 			<<else>>
-				does not dicks in her mouth. Though it would be simpler to train her out of it, you do your best to train her to safely take a rough facefuck without losing the fun aspects of forcing a slave to swallow a phallus, like the struggles, the gagging, and the tears.
+				does not dicks in $his mouth. Though it would be simpler to train $him out of it, you do your best to train $him to safely take a rough facefuck without losing the fun aspects of forcing a slave to swallow a phallus, like the struggles, the gagging, and the tears.
 				<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 			<</if>>
 		<<case "apathetic">>
-			doesn't put out much effort when having sex. You do your best to redirect this apathy into caring for her partners; since she obviously doesn't think much of herself, she can spare the effort.
+			doesn't put out much effort when having sex. You do your best to redirect this apathy into caring for $his partners; since $he obviously doesn't think much of $himself, $he can spare the effort.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<case "crude">>
-			does not pay enough attention to standards when having sex, leading to crude comments and unsexy noises. To remedy this, you have her give you oral regularly: a sacrifice, but you make sacrifices for your slaves' improvement. Oral sex can be difficult to make elegant, but you work with her to make it as pretty as possible, even when you require her to apply her mouth to some of the less common erogenous zones. You do your best to retain her sexual openness while making her more sexually presentable.
+			does not pay enough attention to standards when having sex, leading to crude comments and unsexy noises. To remedy this, you have $him give you oral regularly: a sacrifice, but you make sacrifices for your slaves' improvement. Oral sex can be difficult to make elegant, but you work with $him to make it as pretty as possible, even when you require $him to apply $his mouth to some of the less common erogenous zones. You do your best to retain $his sexual openness while making $him more sexually presentable.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<case "judgemental">>
-			has a bad habit of being sexually judgemental, belittling anyone who doesn't live up to her pretensions of standards. You do your best to train her to perform regardless of her partners' endowments, aiming for a delicate balance that will allow her to get off with anyone while permitting her to retain and even build on her appetite for big dicks. You permit her to achieve release only when she's done well with <<if $PC.dick == 1>>your thick cock<<else>>a fat dildo<</if>>
+			has a bad habit of being sexually judgemental, belittling anyone who doesn't live up to $his pretensions of standards. You do your best to train $him to perform regardless of $his partners' endowments, aiming for a delicate balance that will allow $him to get off with anyone while permitting $him to retain and even build on $his appetite for big dicks. You permit $him to achieve release only when $he's done well with <<if $PC.dick == 1>>your thick cock<<else>>a fat dildo<</if>>
 			<<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>>
-				lodged up her cunt.
+				lodged up $his cunt.
 				<<= VaginalVCheck(10)>>
 			<<elseif $activeSlave.anus > 0 && canDoAnal($activeSlave)>>
-				lodged up her butt.
+				lodged up $his butt.
 				<<= AnalVCheck(10)>>
 			<<else>>
-				down her throat.
+				down $his throat.
 				<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 			<</if>>
 		<<case "shamefast">>
-			is shamefast. You do your best to train her out of this, but carefully retain the essential core of embarrassment, aiming for a slave that can use her body to titillate the viewer and then offer an authentic blush at herself.
+			is shamefast. You do your best to train $him out of this, but carefully retain the essential core of embarrassment, aiming for a slave that can use $his body to titillate the viewer and then offer an authentic blush at $himself.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<case "idealistic">>
-			still sees sex in a naïve light, hoping to be romanced, teased to arousal, and asked permission. Training her directly out of this would shatter the poor girl's world, so you work with her carefully, doing your best to keep sex special for her.
+			still sees sex in a naïve light, hoping to be romanced, teased to arousal, and asked permission. Training $him directly out of this would shatter the poor $girl's world, so you work with $him carefully, doing your best to keep sex special for $him.
 		<<case "repressed">>
-			is repressed. You strike a delicate balance with her, doing your best to train her to fuck as a sex slave should, but trying to retain the rush of doing the forbidden that makes her flush, shiver, and moan.
+			is repressed. You strike a delicate balance with $him, doing your best to train $him to fuck as a sex slave should, but trying to retain the rush of doing the forbidden that makes $him flush, shiver, and moan.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
-		<<case "cum addict" "anal addict" "attention whore" "breast growth" "abusive" "malicious" "self hating" "neglectful" "breeder">>
+		<<case "abusive" "anal addict" "attention whore" "breast growth" "breeder" "cum addict" "malicious" "neglectful" "self hating">>
 			has a paraphilia. Typical methods will have no effect on this kind of flaw.
 			<<set $activeSlave.training = 0>>
-			@@.yellow;Her training assignment has defaulted to
+			@@.yellow;$His training assignment has defaulted to
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				breaking her will.
+				breaking $his will.
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 			<<else>>
 				fostering devotion.
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 			<</if>>
 		<<default>>
-			has something. You should probably report this as nobody knows what is currently happening. Her flaw was supposed to be $activeSlave.sexualFlaw.
+			has something. You should probably report this as nobody knows what is currently happening. $His flaw was supposed to be $activeSlave.sexualFlaw.
 		<</switch>>
 		<<if $activeSlave.training < 100>>
-			You make progress, but she's the same at the end of the week.
+			You make progress, but $he's the same at the end of the week.
 		<<else>>
 			<<set $activeSlave.training = 0>>
-			By the end of the week, @@.green;you resolve her flaw into something special.@@ @@.hotpink;Her obedience has increased.@@
+			By the end of the week, @@.green;you resolve $his flaw into something special.@@ @@.hotpink;$His obedience has increased.@@
 			<<run SoftenSexualFlaw($activeSlave)>>
 			<<set $activeSlave.devotion += 4>>
 		<</if>>
 		<<if $activeSlave.fetishKnown != 1>>
 			<<if ($activeSlave.fetish == "submissive")>>
-				She really takes to your close attention; @@.pink;she's a natural submissive!@@
+				$He really takes to your close attention; @@.pink;$he's a natural submissive!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<<elseif ($activeSlave.fetish == "cumslut")>>
-				While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
+				While you're giving $him personal attention, you discover by chance that @@.pink;$he has an oral fixation!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<<elseif ($activeSlave.fetish == "masochist")>>
-				While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
+				While you're giving $him personal correction, you discover by chance that @@.pink;$he likes pain!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<<elseif ($activeSlave.fetish == "humiliation")>>
-				While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
+				While you're giving $him personal attention in public, you discover by chance that @@.pink;$he likes humiliation!@@
 				<<set ($activeSlave.fetishKnown = 1)>>
 			<</if>>
 		<</if>>
 		<<if ($activeSlave.sexualFlaw == "none")>>
-			With her sexual flaw softened,
-			@@.yellow;her training assignment has defaulted to
+			With $his sexual flaw softened,
+			@@.yellow;$his training assignment has defaulted to
 			<<if ($activeSlave.behavioralFlaw == "none")>>
 				<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				breaking her will.
+				breaking $his will.
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 				<<else>>
 				fostering devotion.
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 				<</if>>
 			<<else>>
-				softening her behavioral flaw.
+				softening $his behavioral flaw.
 				<<set $personalAttention[_ptwi].trainingRegimen = "soften her behavioral flaw">>
 			<</if>>
 			@@
@@ -321,63 +322,63 @@
 <<case "learn skills">>
 	<<set _trainingEfficiency = 10+Math.trunc($activeSlave.devotion/30)+Math.floor($activeSlave.intelligence/32)>>
 	<<if $PC.career == "escort">>
-		You are well-versed in sexual techniques and how to employ them, giving you an edge in teaching her.
+		You are well-versed in sexual techniques and how to employ them, giving you an edge in teaching $him.
 		<<set _trainingEfficiency += 10>>
 	<</if>>
 	<<set $skillIncrease = _trainingEfficiency>>
 	<<if $activeSlave.devotion > 50>>
-		She's devoted to you, making sexual training much easier.
+		$He's devoted to you, making sexual training much easier.
 	<<elseif $activeSlave.devotion > 20>>
-		She's accepted her place as a sex slave, making sexual training easier.
+		$He's accepted $his place as a sex slave, making sexual training easier.
 	<<elseif $activeSlave.devotion < -20>>
-		She's unhappy being a sex slave, making sexual training harder.
+		$He's unhappy being a sex slave, making sexual training harder.
 	<</if>>
 	<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>>
-		Her intelligence allows her to absorb her lessons quickly.
+		$His intelligence allows $him to absorb $his lessons quickly.
 	<<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>>
-		Her stupidity makes her absorb her lessons slowly.
+		$His stupidity makes $him absorb $his lessons slowly.
 	<</if>>
 	<<if $activeSlave.oralSkill <= 10>>
-		Since she's orally unskilled, you start with her mouth. She <<if $PC.dick == 1>>sucks your dick<<else>>eats you out<</if>>, of course, but her training is more creative than just that. You give her delicious hard candies to suck and feed her phallic fruits and vegetables that she must deepthroat before she can eat. As her skill improves, she wears a gag with an inward-facing dildo, which is swapped out for a bigger size every so often. You only let her orgasm when she's sucking, and before long she's associating giving someone oral pleasure with experiencing pleasure herself. @@.lime;Her oral skills have improved.@@
+		Since $he's orally unskilled, you start with $his mouth. $He <<if $PC.dick == 1>>sucks your dick<<else>>eats you out<</if>>, of course, but $his training is more creative than just that. You give $him delicious hard candies to suck and feed $him phallic fruits and vegetables that $he must deepthroat before $he can eat. As $his skill improves, $he wears a gag with an inward-facing dildo, which is swapped out for a bigger size every so often. You only let $him orgasm when $he's sucking, and before long $he's associating giving someone oral pleasure with experiencing pleasure $himself. @@.lime;$His oral skills have improved.@@
 		<<OralSkillIncrease $activeSlave>>
 	<<elseif ($activeSlave.vaginalSkill <= 10) && ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>>
-		Since she's vaginally unskilled, and not a virgin, you start with her pussy. @@.lime;Her vaginal skills have improved.@@
+		Since $he's vaginally unskilled, and not a virgin, you start with $his pussy. @@.lime;$His vaginal skills have improved.@@
 		<<VaginalSkillIncrease $activeSlave>>
 	<<elseif ($activeSlave.analSkill <= 10) && ($activeSlave.anus > 0) && canDoAnal($activeSlave)>>
-		Since she's anally unskilled, and not an anal virgin, you start with her ass. @@.lime;Her anal skills have improved.@@
+		Since $he's anally unskilled, and not an anal virgin, you start with $his ass. @@.lime;$His anal skills have improved.@@
 		<<AnalSkillIncrease $activeSlave>>
 	<<elseif $activeSlave.oralSkill <= 30>>
-		Since she's sexually experienced, you work with her on the finer points of oral sex. @@.lime;Her oral skills have improved.@@
+		Since $he's sexually experienced, you work with $him on the finer points of oral sex. @@.lime;$His oral skills have improved.@@
 		<<OralSkillIncrease $activeSlave>>
 	<<elseif ($activeSlave.vaginalSkill <= 30) && ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>>
-		Since she's sexually experienced, you work with her on the finer points of penetrative sex. She can already fuck pretty well, but her muscular control could be improved. She works her kegel muscles all week, using fingers, dildos, and your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> as training tools. She becomes expert enough that she is able to make you cum without any thrusting at all by you or any riding by her; she just flexes her muscles enough to <<if $PC.dick == 0>>grind the fake phallus back against your cunt<<else>>stimulate you<</if>>. @@.lime;Her vaginal skills have improved.@@
+		Since $he's sexually experienced, you work with $him on the finer points of penetrative sex. $He can already fuck pretty well, but $his muscular control could be improved. $He works $his kegel muscles all week, using fingers, dildos, and your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> as training tools. $He becomes expert enough that $he is able to make you cum without any thrusting at all by you or any riding by $him; $he just flexes $his muscles enough to <<if $PC.dick == 0>>grind the fake phallus back against your cunt<<else>>stimulate you<</if>>. @@.lime;$His vaginal skills have improved.@@
 		<<VaginalSkillIncrease $activeSlave>>
 	<<elseif ($activeSlave.analSkill <= 30) && ($activeSlave.anus > 0) && canDoAnal($activeSlave)>>
-		Since she's anally experienced, you work with her on the finer points of penetrative sex. She can already take it up her ass, but her muscular control could be improved. She works her kegel muscles and anal sphincter all week, using fingers, dildos, and your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> as training tools. She becomes expert enough that she is able to make you cum without any thrusting at all by you or any riding by her; she just flexes her muscles enough to <<if $PC.dick == 0>>squeeze the fake phallus<<else>>stimulate you<</if>>. @@.lime;Her anal skills have improved.@@
+		Since $he's anally experienced, you work with $him on the finer points of penetrative sex. $He can already take it up $his ass, but $his muscular control could be improved. $He works $his kegel muscles and anal sphincter all week, using fingers, dildos, and your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> as training tools. $He becomes expert enough that $he is able to make you cum without any thrusting at all by you or any riding by $him; $he just flexes $his muscles enough to <<if $PC.dick == 0>>squeeze the fake phallus<<else>>stimulate you<</if>>. @@.lime;$His anal skills have improved.@@
 		<<AnalSkillIncrease $activeSlave>>
 	<<elseif $activeSlave.oralSkill < 100>>
-		She is already a skilled oral whore, but her skills can be polished further. You train her in the basics of urine play, massage, pet play, needle play, and many other niche skills. You also expand her oral endurance, enabling her to deepthroat for extended periods. @@.lime;Her oral skills have improved.@@
+		$He is already a skilled oral whore, but $his skills can be polished further. You train $him in the basics of urine play, massage, pet play, needle play, and many other niche skills. You also expand $his oral endurance, enabling $him to deepthroat for extended periods. @@.lime;$His oral skills have improved.@@
 		<<OralSkillIncrease $activeSlave>>
 	<<elseif ($activeSlave.vaginalSkill < 100) && ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>>
-		She is already a skilled pussy slut, but her skills can be polished further. You train her in the basics of urine play, massage, pet play, needle play, and many other niche skills. You also work with her to develop a personal regimen of vaginal muscle exercises. This will enable her to squeeze and massage dicks with her practiced vaginal walls. @@.lime;Her vaginal skills have improved.@@
+		$He is already a skilled pussy slut, but $his skills can be polished further. You train $him in the basics of urine play, massage, pet play, needle play, and many other niche skills. You also work with $him to develop a personal regimen of vaginal muscle exercises. This will enable $him to squeeze and massage dicks with $his practiced vaginal walls. @@.lime;$His vaginal skills have improved.@@
 		<<VaginalSkillIncrease $activeSlave>>
 	<<elseif ($activeSlave.analSkill < 100) && ($activeSlave.anus > 0) && canDoAnal($activeSlave)>>
-		She is already a skilled anal bitch, but her skills can be polished further. You train her in the basics of urine play, massage, pet play, needle play, and many other niche skills. You also expand her knowledge of sexual positions. She learns to balance herself on tiptoe for the challenge of standing anal sex without support. @@.lime;Her sexual skills have improved.@@
+		$He is already a skilled anal bitch, but $his skills can be polished further. You train $him in the basics of urine play, massage, pet play, needle play, and many other niche skills. You also expand $his knowledge of sexual positions. $He learns to balance $himself on tiptoe for the challenge of standing anal sex without support. @@.lime;$His sexual skills have improved.@@
 		<<AnalSkillIncrease $activeSlave>>
 	<<elseif $activeSlave.whoreSkill <= 10>>
-		Since she's dangerously naïve about selling sex, you teach her the basics of self protection and business. @@.lime;Her prostitution skills have improved.@@
+		Since $he's dangerously naïve about selling sex, you teach $him the basics of self protection and business. @@.lime;$His prostitution skills have improved.@@
 		<<WhoreSkillIncrease $activeSlave>>
 	<<elseif $activeSlave.entertainSkill <= 10>>
-		Since she's rough and unskilled at entertainment, you teach her the basics of polite conversation, music, and dance. @@.lime;Her entertainment skills have improved.@@
+		Since $he's rough and unskilled at entertainment, you teach $him the basics of polite conversation, music, and dance. @@.lime;$His entertainment skills have improved.@@
 		<<EntertainSkillIncrease $activeSlave>>
 	<<elseif $activeSlave.whoreSkill <= 30>>
-		Since she has only basic entertainment skills, you teach her to steer clients to more lucrative sex acts. @@.lime;Her prostitution skills have improved.@@
+		Since $he has only basic entertainment skills, you teach $him to steer clients to more lucrative sex acts. @@.lime;$His prostitution skills have improved.@@
 		<<WhoreSkillIncrease $activeSlave>>
 	<<elseif $activeSlave.entertainSkill <= 30>>
-		Since she has only basic entertainment skills, you teach her more about poise and Free Cities etiquette. @@.lime;Her entertainment skills have improved.@@
+		Since $he has only basic entertainment skills, you teach $him more about poise and Free Cities etiquette. @@.lime;$His entertainment skills have improved.@@
 		<<EntertainSkillIncrease $activeSlave>>
 	<<else>>
-		She's learned everything you can teach, and is now a masterful
+		$He's learned everything you can teach, and is now a masterful
 		<<if ($activeSlave.vaginalSkill >= 100)>>
 			slut;
 		<<elseif ($activeSlave.vagina == 0)>>
@@ -387,11 +388,11 @@
 		<<elseif ($activeSlave.vagina == -1)>>
 			shemale slut;
 		<<elseif ($activeSlave.vaginalAccessory == "chastity belt") || ($activeSlave.vaginalAccessory == "combined chastity")>>
-			slut, notwithstanding her chastity belt;
+			slut, notwithstanding $his chastity belt;
 		<<else>>
 			slave;
 		<</if>>
-		 @@.yellow;her assignment has defaulted to fostering devotion.@@
+		@@.yellow;$his assignment has defaulted to fostering devotion.@@
 		<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 	<</if>>
 	<<set $activeSlave.training = 0>>
@@ -404,38 +405,38 @@
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 	<<if ($activeSlave.devotion < -80)>>
-		You bind her securely to a special chair in your office<<if !canDoAnal($activeSlave) || ($activeSlave.vagina > -1 && !canDoVaginal($activeSlave))>> with her holes exposed and vulnerable<</if>>. Yours is a busy week, with a lot of business interviews, so whenever the interviewee has pleased you, you offer him or her the use of the poor slave's body on the way out. The chair is specially designed so that the seat, back and armrests can rotate vertically relative to the ground, so her body can be spun to make any of her available holes convenient. Fortunately, it also has a pan beneath it to stop the generous stream of ejaculate and lubricant that drips from her from besmirching the floor. She can't help but @@.gold;become used to the abuse@@ despite her @@.mediumorchid;resentment.@@
+		You bind $him securely to a special chair in your office<<if !canDoAnal($activeSlave) || ($activeSlave.vagina > -1 && !canDoVaginal($activeSlave))>> with $his holes exposed and vulnerable<</if>>. Yours is a busy week, with a lot of business interviews, so whenever the interviewee has pleased you, you offer him or her the use of the poor slave's body on the way out. The chair is specially designed so that the seat, back and armrests can rotate vertically relative to the ground, so $his body can be spun to make any of $his available holes convenient. Fortunately, it also has a pan beneath it to stop the generous stream of ejaculate and lubricant that drips from $him from besmirching the floor. $He can't help but @@.gold;become used to the abuse@@ despite $his @@.mediumorchid;resentment.@@
 		<<= BothVCheck(10, 5)>>
 	<<elseif ($activeSlave.devotion < -60) && ($activeSlave.anus != 0)>>
-		$activeSlave.slaveName is really wild and stern measures must be taken. So, she is<<if !canDoAnal($activeSlave) || ($activeSlave.vagina > -1 && !canDoVaginal($activeSlave))>> stripped of her protective chastity and<</if>> forced, struggling and screaming, into a latex suit that completely blinds, deafens, and immobilizes her. So attired, the only places where she can feel any sensations at all other than endless latex darkness are her <<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>pussy, and cock<<elseif ($activeSlave.dick != 0)>>cock<<else>>pussy<</if>> and backdoor. For her, time becomes a featureless, torturous boredom broken only by occasional rape. Eventually, she becomes so @@.mediumorchid;desperate@@ for something, anything, to break the monotony that she begins to look forward to the next time a phallus will @@.gold;force@@ its way into her.
+		$activeSlave.slaveName is really wild and stern measures must be taken. So, $he is<<if !canDoAnal($activeSlave) || ($activeSlave.vagina > -1 && !canDoVaginal($activeSlave))>> stripped of $his protective chastity and<</if>> forced, struggling and screaming, into a latex suit that completely blinds, deafens, and immobilizes $him. So attired, the only places where $he can feel any sensations at all other than endless latex darkness are $his <<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>pussy, and cock<<elseif ($activeSlave.dick != 0)>>cock<<else>>pussy<</if>> and backdoor. For $him, time becomes a featureless, torturous boredom broken only by occasional rape. Eventually, $he becomes so @@.mediumorchid;desperate@@ for something, anything, to break the monotony that $he begins to look forward to the next time a phallus will @@.gold;force@@ its way into $him.
 		<<= BothVCheck(6, 3)>>
 	<<elseif ($activeSlave.devotion < -50) && ($activeSlave.hStyle != "shaved") && (random(1,100) > 90)>>
-		$activeSlave.slaveName needs to be taken down a peg. Fortunately, you know just the thing. You bring her into a bathroom, place a chair in the tub, and tie her securely to the chair. She isn't too perturbed - she probably expects a face fuck under running water or something like that - but she begins to cry when she hears you switch on an electric shaver. She luxuriates in her hair, flaunting it every chance she gets; it's something of value in a bleak slave world and she sobs as you shave it off her. Afterward, she sniffles and @@.gold;looks at you in fear@@ and @@.mediumorchid;unhappiness@@ when you rub her newly bald scalp. Of course, there's always the body modification studio if you ever feel like she's earned her hair back.
+		$activeSlave.slaveName needs to be taken down a peg. Fortunately, you know just the thing. You bring $him into a bathroom, place a chair in the tub, and tie $him securely to the chair. $He isn't too perturbed - $he probably expects a face fuck under running water or something like that - but $he begins to cry when $he hears you switch on an electric shaver. $he luxuriates in $his hair, flaunting it every chance $he gets; it's something of value in a bleak slave world and $he sobs as you shave it off $him. Afterward, $he sniffles and @@.gold;looks at you in fear@@ and @@.mediumorchid;unhappiness@@ when you rub $his newly bald scalp. Of course, there's always the body modification studio if you ever feel like $he's earned $his hair back.
 		<<set $activeSlave.hStyle = "shaved", $activeSlave.hLength = 0>>
 	<<elseif canDoAnal($activeSlave) && (random(1,100) < 10)>>
-		Sometimes, there's no need to be clever. The first indication she gets that you've decided to train her this week is when she wakes suddenly in the middle of the night to the burning sensation of a <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> being shoved up her ass. Not knowing what is happening, she struggles, but since she was already lying in her bed you just lie on top of her and press her wriggling body into the sheets as you assrape her. For the rest of the week, she finds herself grabbed and fucked. She can't help but @@.gold;become used to the abuse@@ despite her @@.mediumorchid;resentment.@@
+		Sometimes, there's no need to be clever. The first indication $he gets that you've decided to train $him this week is when $he wakes suddenly in the middle of the night to the burning sensation of a <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> being shoved up $his ass. Not knowing what is happening, $he struggles, but since $he was already lying in $his bed you just lie on top of $him and press $his wriggling body into the sheets as you assrape $him. For the rest of the week, $he finds $himself grabbed and fucked. $He can't help but @@.gold;become used to the abuse@@ despite $his @@.mediumorchid;resentment.@@
 		<<= AnalVCheck(6)>>
 	<<elseif canDoVaginal($activeSlave) && (random(1,100) < 10)>>
-		Sometimes, there's no need to be clever. The first indication she gets that you've decided to train her this week is when she wakes suddenly in the middle of the night to the filling sensation of a <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> being shoved up into her pussy. Not knowing what is happening, she struggles, but since she was already lying in her bed you just lie on top of her and press her wriggling body into the sheets as you assrape her. For the rest of the week, she finds herself grabbed and fucked. She can't help but @@.gold;become used to the abuse@@ despite her @@.mediumorchid;resentment.@@
+		Sometimes, there's no need to be clever. The first indication $he gets that you've decided to train $him this week is when $he wakes suddenly in the middle of the night to the filling sensation of a <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> being shoved up into $his pussy. Not knowing what is happening, $he struggles, but since $he was already lying in $his bed you just lie on top of $him and press $his wriggling body into the sheets as you assrape $him. For the rest of the week, $he finds $himself grabbed and fucked. $He can't help but @@.gold;become used to the abuse@@ despite $his @@.mediumorchid;resentment.@@
 		<<= VaginalVCheck(6)>>
 	<<else>>
-		$activeSlave.slaveName violently resists you whenever she can. This cannot be permitted, so after a particularly severe bout of physical resistance, you decide to employ an old method of breaking a mind without damaging a body. You secure her to a board and gently wash her face with a wet cloth. She spits in defiance, only to be surprised when you lower the board so that her feet are higher than her head. You tie the cloth around her face. A thin stream of water onto the cloth produces all the feeling and none of the reality of a slow death by drowning. Waterboarding isn't much use for extracting information, but it works well for @@.gold;slavebreaking.@@
+		$activeSlave.slaveName violently resists you whenever $he can. This cannot be permitted, so after a particularly severe bout of physical resistance, you decide to employ an old method of breaking a mind without damaging a body. You secure $him to a board and gently wash $his face with a wet cloth. $He spits in defiance, only to be surprised when you lower the board so that $his feet are higher than $his head. You tie the cloth around $his face. A thin stream of water onto the cloth produces all the feeling and none of the reality of a slow death by drowning. Waterboarding isn't much use for extracting information, but it works well for @@.gold;slavebreaking.@@
 	<</if>>
 	<<if ($PC.slaving >= 100)>>
 		Your @@.springgreen;slavebreaking experience@@ allows you to apply @@.gold;exquisitely calibrated@@ mental pressure.
 		<<set $activeSlave.trust -= 2>>
 	<</if>>
 	<<if ($activeSlave.trust < -20) && ($activeSlave.fetishKnown == 0)>>
-		She is now fully broken; @@.yellow;her training assignment has defaulted to exploring her sexuality.@@
+		$He is now fully broken; @@.yellow;$his training assignment has defaulted to exploring $his sexuality.@@
 		<<set $personalAttention[_ptwi].trainingRegimen = "explore her sexuality">>
 	<<elseif ($activeSlave.trust < -20)>>
-		She is now fully broken; @@.yellow;her training assignment has defaulted to fostering devotion.@@
+		$He is now fully broken; @@.yellow;$his training assignment has defaulted to fostering devotion.@@
 		<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 	<<elseif ($activeSlave.devotion > 20) && ($activeSlave.fetishKnown == 0)>>
-		She is now obedient and attentive; @@.yellow;her training assignment has defaulted to exploring her sexuality.@@
+		$He is now obedient and attentive; @@.yellow;$his training assignment has defaulted to exploring $his sexuality.@@
 		<<set $personalAttention[_ptwi].trainingRegimen = "explore her sexuality">>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She is now obedient and attentive; @@.yellow;her training assignment has defaulted to fostering devotion.@@
+		$He is now obedient and attentive; @@.yellow;$his training assignment has defaulted to fostering devotion.@@
 		<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 	<</if>>
 	<<set $activeSlave.training = 0>>
@@ -443,58 +444,58 @@
 <<case "harshly break her will">>
 	<<set $activeSlave.devotion -= 5, $activeSlave.trust -= 10, $activeSlave.health-->>
 	<<if ($activeSlave.fetish == "mindbroken")>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName's mind is broken. She is a boring slave to torture, though her body will still occasionally react to intense pain. No matter what you try, nothing really reaches her destroyed soul. The agonies do @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		$activeSlave.slaveName's mind is broken. $He is a boring slave to torture, though $his body will still occasionally react to intense pain. No matter what you try, nothing really reaches $his destroyed soul. The agonies do @@.red;affect $his health, leaving $him with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.devotion < -90)>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		Old traditions should not be forgotten. The scourge is the oldest slavebreaking tool known to man, and to slave girls who do not properly obey men. For the whole week, whenever $activeSlave.slaveName disobeys you or whenever the whim strikes, you bind her securely and flog her without mercy. You use a soft leather appliance and apply medical care afterward, so there will be no permanent scarring, but @@.red;her health is affected and the beatings leave her with a $activeSlave.minorInjury.@@ She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		Old traditions should not be forgotten. The scourge is the oldest slavebreaking tool known to man, and to slave girls who do not properly obey men. For the whole week, whenever $activeSlave.slaveName disobeys you or whenever the whim strikes, you bind $him securely and flog $him without mercy. You use a soft leather appliance and apply medical care afterward, so there will be no permanent scarring, but @@.red;$his health is affected and the beatings leave $him with a $activeSlave.minorInjury.@@ $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience.@@
 	<<elseif ($activeSlave.devotion < -50) && canDoAnal($activeSlave)>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName is willing to physically defend herself against sexual abuse. Training her out of this rebelliousness is a nice sexual change of pace. For the entire week, whenever she commits some minor sin, you fight her into a state of physical submission and then sodomize her. This usually requires an extended beating to render her quiescent, followed by holding her down so that her struggles do not dislodge your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> from her delightfully spasming butthole. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects her health, leaving her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		$activeSlave.slaveName is willing to physically defend $himself against sexual abuse. Training $him out of this rebelliousness is a nice sexual change of pace. For the entire week, whenever $he commits some minor sin, you fight $him into a state of physical submission and then sodomize $him. This usually requires an extended beating to render $him quiescent, followed by holding $him down so that $his struggles do not dislodge your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> from $his delightfully spasming butthole. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects $his health, leaving $him with a $activeSlave.minorInjury.@@
 		<<= AnalVCheck(6)>>
 	<<elseif ($activeSlave.scrotum > 0)>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName has indefensible, obvious targets for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her <<if $activeSlave.dick>>cock and <</if>>balls are dangling defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to her <<if $activeSlave.dick>>member and <</if>>sack, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		$activeSlave.slaveName has indefensible, obvious targets for harsh breaking. Whenever $he falls short in the smallest way, you bind $him in such a way that $his <<if $activeSlave.dick>>cock and <</if>>balls are dangling defenseless, and $he cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to $his <<if $activeSlave.dick>>member and <</if>>sack, while beating the rest of $him thoroughly. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect $his health, leaving $him with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.dick > 0)>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her cock is dangling defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to her member, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever $he falls short in the smallest way, you bind $him in such a way that $his cock is dangling defenseless, and $he cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to $his member, while beating the rest of $him thoroughly. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect $his health, leaving $him with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.clit > 0)>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her unusually large clit is visible and defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple slaps to her womanhood, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever $he falls short in the smallest way, you bind $him in such a way that $his unusually large clit is visible and defenseless, and $he cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple slaps to $his womanhood, while beating the rest of $him thoroughly. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect $his health, leaving $him with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.nipples == "huge")>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName's nipples beg for punishment. Whenever she falls short in the smallest way, you bind her in such a way that breasts dangle, her nipples are free and at your mercy, and she can only move enough to cause her boobs to sway erotically when she flinches with pain. You then indulge your inventiveness, applying clips, weights, and simple abuse to her nipples, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		$activeSlave.slaveName's nipples beg for punishment. Whenever $he falls short in the smallest way, you bind $him in such a way that breasts dangle, $his nipples are free and at your mercy, and $he can only move enough to cause $his boobs to sway erotically when $he flinches with pain. You then indulge your inventiveness, applying clips, weights, and simple abuse to $his nipples, while beating the rest of $him thoroughly. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect $his health, leaving $him with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.anus > 0) && canDoAnal($activeSlave)>>
-		You bind $activeSlave.slaveName with the head of an uncomfortably large dildo just inside her anus. The setup offers her a choice: she can either stand and have only tip up her butt, or she can take her weight off her legs, and take a massive phallus up the ass. You keep her like this for hours on end. At the start she tries to stand all the time. Then, she tries to rest on it for short periods, but realizes that this up and down motion really just leads to her assraping herself. Finally, she becomes so tired and apathetic that she accepts having a dildo up the ass, and sits down. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects her health.@@
+		You bind $activeSlave.slaveName with the head of an uncomfortably large dildo just inside $his anus. The setup offers $him a choice: $he can either stand and have only tip up $his butt, or $he can take $his weight off $his legs, and take a massive phallus up the ass. You keep $him like this for hours on end. At the start $he tries to stand all the time. Then, $he tries to rest on it for short periods, but realizes that this up and down motion really just leads to $him assraping $himself. Finally, $he becomes so tired and apathetic that $he accepts having a dildo up the ass, and sits down. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects $his health.@@
 	<<else>>
-		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		The first time you force $activeSlave.slaveName to please you this week, she could be forgiven for thinking sexual abuse is to be her sentence. By the end of the week she remembers only fearing rape as a pleasant dream. This change is due to your program of roughly using her whenever she shows any sign of sleeping. You reward her with a short doze now and then, but she is slowly reduced to a nearly insensible state of agonizing fatigue. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress and rough treatment @@.red;affect her health and leave her with a $activeSlave.minorInjury.@@
+		<<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>
+		The first time you force $activeSlave.slaveName to please you this week, $he could be forgiven for thinking sexual abuse is to be $his sentence. By the end of the week $he remembers only fearing rape as a pleasant dream. This change is due to your program of roughly using $him whenever $he shows any sign of sleeping. You reward $him with a short doze now and then, but $he is slowly reduced to a nearly insensible state of agonizing fatigue. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress and rough treatment @@.red;affect $his health and leave $him with a $activeSlave.minorInjury.@@
 	<</if>>
 	<<if ($activeSlave.fetish != "mindbroken")>>
 		<<set _seed = random(1,100)>>
 		<<if (_seed > 90)>>
-			This abuse has shattered her already-fragile self; @@.red;her mind has been broken.@@
+			This abuse has shattered $his already-fragile self; @@.red;$his mind has been broken.@@
 			<<set $activeSlave.fetish = "mindbroken", $activeSlave.sexualFlaw = "none", $activeSlave.behavioralFlaw = "none">>
 		<<elseif (_seed > 80) && ($activeSlave.behavioralFlaw != "hates men") && ($activeSlave.behavioralFlaw != "hates women")>>
 			This abuse has associated
 			<<if ($PC.dick == 1)>>
-				cocks and masculinity with pain in her mind; @@.red;she now instinctively hates men.@@
+				cocks and masculinity with pain in $his mind; @@.red;$he now instinctively hates men.@@
 				<<set $activeSlave.behavioralFlaw = "hates men">>
 			<<else>>
-				pussies and femininity with pain in her mind; @@.red;she now instinctively hates women.@@
+				pussies and femininity with pain in $his mind; @@.red;$he now instinctively hates women.@@
 				<<set $activeSlave.behavioralFlaw = "hates women">>
 			<</if>>
 		<<elseif (_seed > 70) && ($activeSlave.sexualFlaw != "odd")>>
-			This abuse has changed her a bit; @@.red;she has begun to act strangely.@@
+			This abuse has changed $him a bit; @@.red;$he has begun to act strangely.@@
 			<<set $activeSlave.behavioralFlaw = "odd">>
 		<</if>>
 	<</if>>
 	A week of agony
 	<<if ($activeSlave.trust > 20)>>
-		@@.gold;reduces her trust@@ in you.
+		@@.gold;reduces $his trust@@ in you.
 		<<set $activeSlave.trust -= 10>>
 	<<else>>
-		@@.gold;encourages her fear@@ of you.
+		@@.gold;encourages $his fear@@ of you.
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 	<<if $PC.slaving >= 100>>
@@ -502,80 +503,80 @@
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
 	<<if ($activeSlave.devotion > 20)>>
-		She is now fully broken; @@.yellow;her training assignment has defaulted to fostering devotion.@@
+		$He is now fully broken; @@.yellow;$his training assignment has defaulted to fostering devotion.@@
 		<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 	<</if>>
 	<<set $activeSlave.training = 0>>
 
 <<case "fix her behavioral flaw">>
 	<<if ($activeSlave.behavioralFlaw == "arrogant")>>
-		$activeSlave.slaveName seems to think she's better than everyone else. Naturally, as her owner you have the means to correct this sad misapprehension. As you train her during the week, you ensure that she submits to anyone and everyone. She is rarely permitted to enjoy sex under your tutelage, but is instead required to use her mouth and hands to get others off. She cleans, washes, and serves.
+		$activeSlave.slaveName seems to think $he's better than everyone else. Naturally, as $his owner you have the means to correct this sad misapprehension. As you train $him during the week, you ensure that $he submits to anyone and everyone. $He is rarely permitted to enjoy sex under your tutelage, but is instead required to use $his mouth and hands to get others off. $He cleans, washes, and serves.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<elseif ($activeSlave.behavioralFlaw == "bitchy")>>
-		$activeSlave.slaveName always has a cutting remark ready. The more obedient she's feeling, the more she directs them at people other than her <<= WrittenMaster($activeSlave)>>, but it's still a serious problem. When you train her this week, you keep a sharp ear on her. Whenever she bitches out, you require her to promptly offer the target of her pissiness the use of her mouth. She'll either shut her mouth or have it roughly filled.
+		$activeSlave.slaveName always has a cutting remark ready. The more obedient $he's feeling, the more $he directs them at people other than $his <<= WrittenMaster($activeSlave)>>, but it's still a serious problem. When you train $him this week, you keep a sharp ear on $him. Whenever $he bitches out, you require $him to promptly offer the target of $his pissiness the use of $his mouth. $He'll either shut $his mouth or have it roughly filled.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<elseif ($activeSlave.behavioralFlaw == "odd")>>
-		$activeSlave.slaveName is odd. She behaves strangely, speaking randomly at times and doing things for no apparent reason. In earlier times this might have been considered 'adorable' or 'unique,' but in a slave it's just annoying. You punish her severely whenever she fails to do or say the right thing for the right reasons.
+		$activeSlave.slaveName is odd. $He behaves strangely, speaking randomly at times and doing things for no apparent reason. In earlier times this might have been considered 'adorable' or 'unique,' but in a slave it's just annoying. You punish $him severely whenever $he fails to do or say the right thing for the right reasons.
 	<<elseif ($activeSlave.behavioralFlaw == "hates men")>>
-		$activeSlave.slaveName does not like spending time around men. This is of course a huge obstacle to her performing her duties well. Breaking her of this is an unusually difficult task,
+		$activeSlave.slaveName does not like spending time around men. This is of course a huge obstacle to $him performing $his duties well. Breaking $him of this is an unusually difficult task,
 		<<if $PC.dick == 1>>
-			so you approach it subtly. You simply require her to spend as much time as possible around you, eating, sleeping, and going about normal business. She already understood what you were to your slaves, sexually; she now is accustomed to who you are when your cock isn't pounding a nice hole.
+			so you approach it subtly. You simply require $him to spend as much time as possible around you, eating, sleeping, and going about normal business. $He already understood what you were to your slaves, sexually; $he now is accustomed to who you are when your cock isn't pounding a nice hole.
 		<<else>>
-			all the more so since you cannot use yourself as a teaching tool. Fortunately, there are any number of men coming and going as you do business, and it's trivial to force her to rely on them for social contact.
+			all the more so since you cannot use yourself as a teaching tool. Fortunately, there are any number of men coming and going as you do business, and it's trivial to force $him to rely on them for social contact.
 		<</if>>
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<elseif ($activeSlave.behavioralFlaw == "hates women")>>
-		$activeSlave.slaveName does not like spending time around girls. This is of course a huge obstacle to her performing her duties well. Breaking her of this is an unusually difficult task,
+		$activeSlave.slaveName does not like spending time around girls. This is of course a huge obstacle to $him performing $his duties well. Breaking $him of this is an unusually difficult task,
 		<<if $PC.dick != 0>>
-			all the moreso since you cannot use your penis-equipped self as a teaching tool. Fortunately, there are any number of girls around, and it's trivial to force her to rely on them for social contact.
+			all the more so since you cannot use your penis-equipped self as a teaching tool. Fortunately, there are any number of girls around, and it's trivial to force $him to rely on them for social contact.
 		<<else>>
-			so you approach it subtly. You simply require her to spend as much time as possible around you, eating, sleeping, and going about normal business. She already understood what you were to your slaves, sexually; she now is accustomed to who you are when you're not fucking.
+			so you approach it subtly. You simply require $him to spend as much time as possible around you, eating, sleeping, and going about normal business. $He already understood what you were to your slaves, sexually; $he now is accustomed to who you are when you're not fucking.
 		<</if>>
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<elseif ($activeSlave.behavioralFlaw == "anorexic")>>
-		$activeSlave.slaveName has an unreasonable, psychologically based belief that she is too fat. This is a serious enough condition in the clinical sense that the usual routine of punishment will not affect it. Instead, you apply a regime of positive reinforcement: she is given attention and approval for her curves when they grow.
+		$activeSlave.slaveName has an unreasonable, psychologically based belief that $he is too fat. This is a serious enough condition in the clinical sense that the usual routine of punishment will not affect it. Instead, you apply a regime of positive reinforcement: $he is given attention and approval for $his curves when they grow.
 	<<elseif ($activeSlave.behavioralFlaw == "gluttonous")>>
-		$activeSlave.slaveName's diet is already closely controlled, but the impulse to overeat is strong in her and like most gluttons she manages to be quite cunning. You watch her closely and administer harsh punishment to associate overeating with pain in her mind.
+		$activeSlave.slaveName's diet is already closely controlled, but the impulse to overeat is strong in $him and like most gluttons $he manages to be quite cunning. You watch $him closely and administer harsh punishment to associate overeating with pain in $his mind.
 	<<elseif ($activeSlave.behavioralFlaw == "liberated")>>
-		$activeSlave.slaveName has not yet accepted that her world has changed. You could wait for the weight of circumstances to bear it home to her, but you accelerated the process by giving her as many trivial orders as possible. She is required to receive orders to perform the most humiliatingly obvious of tasks.
+		$activeSlave.slaveName has not yet accepted that $his world has changed. You could wait for the weight of circumstances to bear it home to $him, but you accelerated the process by giving $him as many trivial orders as possible. $He is required to receive orders to perform the most humiliatingly obvious of tasks.
 	<<elseif ($activeSlave.behavioralFlaw == "devout")>>
-		$activeSlave.slaveName remains devoted to an old world faith that serves her as a reservoir of mental resilience. You carefully select pressure points to break her of this by forcing her to violate her faith's purity codes, constantly. She is forced to eat, dress, and fuck in ways that convince her that she must either condemn herself as an irredeemable sinner, or abandon her beliefs.
+		$activeSlave.slaveName remains devoted to an old world faith that serves $him as a reservoir of mental resilience. You carefully select pressure points to break $him of this by forcing $him to violate $his faith's purity codes, constantly. $He is forced to eat, dress, and fuck in ways that convince $him that $he must either condemn $himself as an irredeemable sinner, or abandon $his beliefs.
 	<</if>>
 	<<set $activeSlave.training += 40>> /* fixing is easier than softening */
 	<<if $activeSlave.training < 100>>
-		You make progress, but she's the same at the end of the week.
+		You make progress, but $he's the same at the end of the week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		By the end of the week, @@.green;you break her of her bad habits.@@ @@.hotpink;Her obedience has increased.@@
+		By the end of the week, @@.green;you break $him of $his bad habits.@@ @@.hotpink;$His obedience has increased.@@
 		<<set $activeSlave.behavioralFlaw = "none", $activeSlave.devotion += 4>>
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 		<<if ($activeSlave.fetish == "submissive")>>
-			She really takes to your close attention; @@.pink;she's a natural submissive!@@
+			$He really takes to your close attention; @@.pink;$he's a natural submissive!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "cumslut")>>
-			While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
+			While you're giving $his personal attention, you discover by chance that @@.pink;$he has an oral fixation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "masochist")>>
-			While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
+			While you're giving $his personal correction, you discover by chance that @@.pink;$he likes pain!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "humiliation")>>
-			While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
+			While you're giving $his personal attention in public, you discover by chance that @@.pink;$he likes humiliation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<</if>>
 	<</if>>
 	<<if ($activeSlave.behavioralFlaw == "none")>>
-		With her behavioral flaw trained out,
+		With $his behavioral flaw trained out,
 		<<if ($activeSlave.sexualFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				@@.yellow;her training assignment has defaulted to breaking her will.@@
+				@@.yellow;$his training assignment has defaulted to breaking $his will.@@
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 			<<else>>
-				@@.yellow;her training assignment has defaulted to fostering devotion.@@
+				@@.yellow;$his training assignment has defaulted to fostering devotion.@@
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 			<</if>>
 		<<else>>
-			@@.yellow;her training assignment has defaulted to addressing her sexual flaw.@@
+			@@.yellow;$his training assignment has defaulted to addressing $his sexual flaw.@@
 			<<set $personalAttention[_ptwi].trainingRegimen = "fix her sexual flaw">>
 		<</if>>
 	<</if>>
@@ -583,131 +584,131 @@
 <<case "fix her sexual flaw">>
 	<<switch $activeSlave.sexualFlaw>>
 	<<case "hates oral">>
-		$activeSlave.slaveName has a powerful gag reflex. As a result, it's pretty unpleasant to receive oral sex from her, no matter how hard she tries. You apply various inventive techniques for addressing this, all of which involve requiring her to repeatedly deepthroat some object or other.
+		$activeSlave.slaveName has a powerful gag reflex. As a result, it's pretty unpleasant to receive oral sex from $him, no matter how hard $he tries. You apply various inventive techniques for addressing this, all of which involve requiring $him to repeatedly deepthroat some object or other.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<case "hates anal">>
 		<<if canDoAnal($activeSlave)>>
-			$activeSlave.slaveName does not like it up the butt. She views her rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities sex slave to hold. The best way to address this foolishness is by long practice, so you take every opportunity to stick things up her behind, and when you bore of that, you require her to assfuck herself with a dildo instead.
+			$activeSlave.slaveName does not like it up the butt. $He views $his rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities sex slave to hold. The best way to address this foolishness is by long practice, so you take every opportunity to stick things up $his behind, and when you bore of that, you require $him to assfuck $himself with a dildo instead.
 			<<= AnalVCheck(10)>>
 		<<else>>
-			$activeSlave.slaveName does not like it up the butt. She views her rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities sex slave to hold. The best way to address this foolishness is by long practice, so you take every opportunity to toy with her rear. The inability to actually penetrate her ass hinders your efforts, however.
+			$activeSlave.slaveName does not like it up the butt. $He views $his rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities sex slave to hold. The best way to address this foolishness is by long practice, so you take every opportunity to toy with $his rear. The inability to actually penetrate $his ass hinders your efforts, however.
 			<<set $activeSlave.training -= 20>> /* more difficult training */
 		<</if>>
 	<<case "hates penetration">>
 		<<if ($activeSlave.vagina > -1)>>
-			$activeSlave.slaveName does not like sex. In earlier times, it was accepted and understood that some, particularly some women, had a low sex drive. No Free Cities sex slave is allowed to engage in such foolishness. It's a hard flaw to fix, and for now you substitute obedience for honest enjoyment, and just get her used to strong stimulation without putting anything in her.
+			$activeSlave.slaveName does not like sex. In earlier times, it was accepted and understood that some, particularly some women, had a low sex drive. No Free Cities sex slave is allowed to engage in such foolishness. It's a hard flaw to fix, and for now you substitute obedience for honest enjoyment, and just get $him used to strong stimulation without putting anything in $him.
 		<<elseif canDoAnal($activeSlave)>>
-			$activeSlave.slaveName does not like it up the butt. She views her rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities slut to hold. The best way to address this foolishness is by long practice, so you take every opportunity to stick things up her behind, and when you bore of that, you require her to assfuck herself instead.
+			$activeSlave.slaveName does not like it up the butt. $He views $his rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities slut to hold. The best way to address this foolishness is by long practice, so you take every opportunity to stick things up $his behind, and when you bore of that, you require $him to assfuck $himself instead.
 			<<= AnalVCheck(10)>>
 		<<else>>
-			$activeSlave.slaveName does not like it up the butt. She views her rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities slut to hold. It's a hard flaw to fix when you can't introduce her anus to things, but for now you substitute obedience for honest enjoyment, and just get her used to strong stimulation without putting anything in her.
+			$activeSlave.slaveName does not like it up the butt. $He views $his rectum as a dirty place that should not be involved in sex. Naturally, this is an unacceptable view for a Free Cities slut to hold. It's a hard flaw to fix when you can't introduce $his anus to things, but for now you substitute obedience for honest enjoyment, and just get $him used to strong stimulation without putting anything in $him.
 		<</if>>
 	<<case "apathetic">>
-		You are well practiced at forcing slaves to get you off or suffer punishment. To address $activeSlave.slaveName's sexual apathy, you adapt the method by requiring her to work her mouth under your desk while you do business. She does all the work, start to finish, and she does it well if she wants to avoid pain.
+		You are well practiced at forcing slaves to get you off or suffer punishment. To address $activeSlave.slaveName's sexual apathy, you adapt the method by requiring $him to work $his mouth under your desk while you do business. $He does all the work, start to finish, and $he does it well if $he wants to avoid pain.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<case "crude">>
-		$activeSlave.slaveName does not pay enough attention to standards when having sex, leading to crude comments and unsexy noises. To remedy this, you have her give you oral regularly: a sacrifice, but you make sacrifices for your slaves' improvement. Oral sex can be difficult to make elegant, but you work with her to make it as pretty as possible, and spank her cruelly when she fails.
+		$activeSlave.slaveName does not pay enough attention to standards when having sex, leading to crude comments and unsexy noises. To remedy this, you have $him give you oral regularly: a sacrifice, but you make sacrifices for your slaves' improvement. Oral sex can be difficult to make elegant, but you work with $him to make it as pretty as possible, and spank $him cruelly when $he fails.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<case "judgemental">>
-		$activeSlave.slaveName has a bad habit of being sexually judgemental, belittling anyone who doesn't live up to her pretensions of standards. To her regret, she frequently implies that she prefers partners with big dicks: regret, because whenever she's caught doing this, you have her brought to you and <<if $PC.dick == 1>>apply your big dick<<else>>apply a big dildo<</if>>
+		$activeSlave.slaveName has a bad habit of being sexually judgemental, belittling anyone who doesn't live up to $his pretensions of standards. To $his regret, $he frequently implies that $he prefers partners with big dicks: regret, because whenever $he's caught doing this, you have $him brought to you and <<if $PC.dick == 1>>apply your big dick<<else>>apply a big dildo<</if>>
 		<<if ($activeSlave.anus > 0) && canDoAnal($activeSlave)>>
-			to her anus without mercy.
+			to $his anus without mercy.
 			<<= AnalVCheck(10)>>
 		<<else>>
-			to her gagging throat.
+			to $his gagging throat.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<</if>>
 	<<case "shamefast">>
-		Fortunately, shamefastness is a simple problem to break. Whenever you feel the inclination, you strip $activeSlave.slaveName naked, drag her out into whatever public space catches your fancy, and force her to <<if $PC.dick != 0>>suck your dick<<else>>eat you out<</if>>. To make sure she's really working over her shame despite having her face buried against you, you force her to spread her buttocks to show off her asshole while she <<if $PC.dick != 0>>sucks<<else>>licks you<</if>>.
+		Fortunately, shamefastness is a simple problem to break. Whenever you feel the inclination, you strip $activeSlave.slaveName naked, drag $him out into whatever public space catches your fancy, and force $him to <<if $PC.dick != 0>>suck your dick<<else>>eat you out<</if>>. To make sure $he's really working over $his shame despite having $his face buried against you, you force $him to spread $his buttocks to show off $his asshole while $he <<if $PC.dick != 0>>sucks<<else>>licks you<</if>>.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<case "idealistic">>
-		$activeSlave.slaveName still sees sex in a naïve light, hoping to be romanced, teased to arousal, and asked permission. This might be an annoyingly ignorant outlook if it wasn't so amusing to break. By the tenth time you slap her $activeSlave.skin face at the slightest hesitation to <<if $PC.dick != 0>>suck your cock<<else>>eat your pussy<</if>>, her illusions are guttering low.
+		$activeSlave.slaveName still sees sex in a naïve light, hoping to be romanced, teased to arousal, and asked permission. This might be an annoyingly ignorant outlook if it wasn't so amusing to break. By the tenth time you slap $his $activeSlave.skin face at the slightest hesitation to <<if $PC.dick != 0>>suck your cock<<else>>eat your pussy<</if>>, $his illusions are guttering low.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<case "repressed">>
-		$activeSlave.slaveName's innocence and hesitations about sex are unlikely to survive much longer, but you decide to hurry the process along by making her <<if $PC.dick != 0>>eat dick<<else>>eat your pussy<</if>> while masturbating. She's repressed enough that masturbation is still a partial punishment for her, but she usually gets herself off anyway, shaking with release and sobbing with crushed illusions.
+		$activeSlave.slaveName's innocence and hesitations about sex are unlikely to survive much longer, but you decide to hurry the process along by making $him <<if $PC.dick != 0>>eat dick<<else>>eat your pussy<</if>> while masturbating. $He's repressed enough that masturbation is still a partial punishment for $him, but $he usually gets $himself off anyway, shaking with release and sobbing with crushed illusions.
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<case "cum addict">>
-		$activeSlave.slaveName is utterly addicted to cum. You keep her in your office whenever you can, and subject her to a strict sexual diet of
+		$activeSlave.slaveName is utterly addicted to cum. You keep $him in your office whenever you can, and subject $him to a strict sexual diet of
 		<<if canDoVaginal($activeSlave)>>sex,<<elseif canDoAnal($activeSlave)>>buttsex,<<else>>breast play,<</if>>
-		no oral allowed, no matter how much she begs to be permitted to <<if $PC.dick == 1>>suck you off<<else>>eat you out<</if>>.
+		no oral allowed, no matter how much $he begs to be permitted to <<if $PC.dick == 1>>suck you off<<else>>eat you out<</if>>.
 		<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><</if>>
 	<<case "anal addict">>
-		$activeSlave.slaveName is utterly addicted to buttsex. You keep her in your office whenever you can, and subject her to a strict sexual diet of
+		$activeSlave.slaveName is utterly addicted to buttsex. You keep $him in your office whenever you can, and subject $him to a strict sexual diet of
 		<<if canDoVaginal($activeSlave)>>vanilla sex,<<else>>oral and manual intercourse,<</if>>
-		no anal allowed, no matter how much she begs you to stick something, anything, up her ass.
+		no anal allowed, no matter how much $he begs you to stick something, anything, up $his ass.
 		<<if ($activeSlave.vagina > -1) && canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<case "attention whore">>
-		$activeSlave.slaveName is an obnoxious attention whore. You keep her in your office and make love to her whenever you can, but only whenever you're alone in the office. You even instruct $assistantName not to bother you while the slave is receiving her therapy.
+		$activeSlave.slaveName is an obnoxious attention whore. You keep $him in your office and make love to $him whenever you can, but only whenever you're alone in the office. You even instruct $assistantName not to bother you while the slave is receiving $his therapy.
 		<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><</if>>
 	<<case "breast growth">>
-		$activeSlave.slaveName is completely devoted to her own tits. You keep her in your office whenever you can, <<if canDoVaginal($activeSlave)>>fucking her<<elseif canDoAnal($activeSlave)>>fucking her ass<<else>>fucking her face<</if>>
-		in positions that offer her boobs no stimulation at all. When you're not broadening her sexual horizons, she's restrained to keep her from touching her own nipples, despite piteous begging.
+		$activeSlave.slaveName is completely devoted to $his own tits. You keep $him in your office whenever you can, <<if canDoVaginal($activeSlave)>>fucking $him<<elseif canDoAnal($activeSlave)>>fucking $his ass<<else>>fucking $his face<</if>>
+		in positions that offer $his boobs no stimulation at all. When you're not broadening $his sexual horizons, $he's restrained to keep $him from touching $his own nipples, despite piteous begging.
 		<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><</if>>
 	<<case "abusive" "malicious">>
-		$activeSlave.slaveName seems to have forgotten that she's your bitch, so you remind her. You keep her in your office whenever she's not otherwise occupied, and hold her down and fuck her whenever you feel like it. It's been a long time since she was on the bottom this regularly.
+		$activeSlave.slaveName seems to have forgotten that $he's your bitch, so you remind $him. You keep $him in your office whenever $he's not otherwise occupied, and hold $him down and fuck $him whenever you feel like it. It's been a long time since $he was on the bottom this regularly.
 		<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><</if>>
 	<<case "self hating">>
-		$activeSlave.slaveName hates herself much more than is normal for a well trained sex slave, to the point where she actively seeks out unhealthy and destructive assignments. You build up her sexual self esteem with a steady diet of
+		$activeSlave.slaveName hates $himself much more than is normal for a well trained sex slave, to the point where $he actively seeks out unhealthy and destructive assignments. You build up $his sexual self esteem with a steady diet of
 		<<if canDoVaginal($activeSlave)>>missionary lovemaking,<<elseif canDoAnal($activeSlave)>>gentle anal loving,<<else>>gentle oral sex,<</if>>
-		and make sure to praise her and keep her spirits up as much as you can.
+		and make sure to praise $him and keep $his spirits up as much as you can.
 		<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><</if>>
 	<<case "neglectful">>
-		$activeSlave.slaveName has given up on her own sexual pleasure to an extent, focusing only on getting others off. You keep her in your office and play with her regularly, making a game of getting her off as often as possible. You're careful to use other slaves for your own pleasure.
+		$activeSlave.slaveName has given up on $his own sexual pleasure to an extent, focusing only on getting others off. You keep $him in your office and play with $him regularly, making a game of getting $him off as often as possible. You're careful to use other slaves for your own pleasure.
 		<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><</if>>
 	<<case "breeder">>
-		$activeSlave.slaveName has become so sexually obsessed with pregnancy that impregnation holds less interest for her than being pregnant.
+		$activeSlave.slaveName has become so sexually obsessed with pregnancy that impregnation holds less interest for $him than being pregnant.
 		<<if $activeSlave.pregKnown == 1>>
-			Since she's pregnant, getting her out of this perversion is more difficult than just fucking her.
+			Since $he's pregnant, getting $him out of this perversion is more difficult than just fucking $him.
 		<<elseif !canDoAnal($activeSlave)>>
 			Fortunately, all slaves have a convenient hole in which they can be fucked without even the slightest danger of pregnancy.
-			Since her ass is off-limits, you address the situation by fucking her throat, and making sure she enjoys it, too.
+			Since $his ass is off-limits, you address the situation by fucking $his throat, and making sure $he enjoys it, too.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<elseif $activeSlave.mpreg == 1>>
-			Fortunately, all slaves have a convenient hole in which they can be fucked without even the slightest danger of pregnancy, which, in her case, is not her fertile ass.
-			So, you address the situation by fucking her throat, and making sure she enjoys it, too.
+			Fortunately, all slaves have a convenient hole in which they can be fucked without even the slightest danger of pregnancy, which, in $his case, is not $his fertile ass.
+			So, you address the situation by fucking $his throat, and making sure $he enjoys it, too.
 			<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 		<<else>>
 			Fortunately, all slaves have a convenient hole in which they can be fucked without even the slightest danger of pregnancy.
-			So, you address the situation by fucking her up the ass, and making sure she gets off to it, too.
+			So, you address the situation by fucking $him up the ass, and making sure $he gets off to it, too.
 			<<= AnalVCheck(10)>>
 		<</if>>
 	<</switch>>
 	<<set $activeSlave.training += 40>> /* fixing is easier than softening */
 	<<if $activeSlave.training < 100>>
-		You make progress, but she's the same at the end of the week.
+		You make progress, but $he's the same at the end of the week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		By the end of the week, @@.green;you break her of her bad habits.@@ @@.hotpink;Her obedience has increased.@@
+		By the end of the week, @@.green;you break $him of $his bad habits.@@ @@.hotpink;$His obedience has increased.@@
 		<<set $activeSlave.sexualFlaw = "none", $activeSlave.devotion += 4>>
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 		<<if ($activeSlave.fetish == "submissive")>>
-			She really takes to your close attention; @@.pink;she's a natural submissive!@@
+			$He really takes to your close attention; @@.pink;$he's a natural submissive!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "cumslut")>>
-			While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
+			While you're giving $him personal attention, you discover by chance that @@.pink;$he has an oral fixation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "masochist")>>
-			While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
+			While you're giving $him personal correction, you discover by chance that @@.pink;$he likes pain!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "humiliation")>>
-			While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
+			While you're giving $him personal attention in public, you discover by chance that @@.pink;$he likes humiliation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<</if>>
 	<</if>>
 	<<if ($activeSlave.sexualFlaw == "none")>>
-		With her sexual flaw trained out,
-		@@.yellow;her training assignment has defaulted to
+		With $his sexual flaw trained out,
+		@@.yellow;$his training assignment has defaulted to
 		<<if ($activeSlave.behavioralFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>>
-				breaking her will.
+				breaking $his will.
 				<<set $personalAttention[_ptwi].trainingRegimen = "break her will">>
 			<<else>>
 				fostering devotion.
 				<<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">>
 			<</if>>
 		<<else>>
-			addressing her behavioral flaw.
+			addressing $his behavioral flaw.
 			<<set $personalAttention[_ptwi].trainingRegimen = "fix her behavioral flaw">>
 		<</if>>
 		@@
@@ -715,14 +716,14 @@
 
 <<case "explore her sexuality">>
 	<<set $activeSlave.attrKnown = 1>>
-	You set about investigating her sexuality.
+	You set about investigating $his sexuality.
 	<<if ($activeSlave.devotion < -20) && ($activeSlave.trust >= -20)>>
-		She's so resistant that you have to fill her with psychoactive drugs and restrain her painfully in order to learn anything. This abuse @@.mediumorchid;increases her hatred.@@
+		$He's so resistant that you have to fill $him with psychoactive drugs and restrain $him painfully in order to learn anything. This abuse @@.mediumorchid;increases $his hatred.@@
 		<<set $activeSlave.devotion -= 5>>
 	<<elseif $activeSlave.devotion <= 20>>
-		You anticipate that she won't be sufficiently compliant with some of the extreme practices you mean to investigate, so you give her a hearty dose of aphrodisiacs and place her in bondage gear. She isn't happy, but soon she's too horny to care.
+		You anticipate that $he won't be sufficiently compliant with some of the extreme practices you mean to investigate, so you give $him a hearty dose of aphrodisiacs and place $him in bondage gear. $He isn't happy, but soon $he's too horny to care.
 	<<else>>
-		She's obedient enough that there is no trouble with any of the sexual kinks you subject her to. Some she likes more than others, but when she's not enjoying herself, she grits her teeth and concentrates on obeying you.
+		$He's obedient enough that there is no trouble with any of the sexual kinks you subject $him to. Some $he likes more than others, but when $he's not enjoying $himself, $he grits $his teeth and concentrates on obeying you.
 	<</if>>
 	You start off by making $him view a medley of pornography while $assistantName monitors $him for arousal. It seems $he is
 	<<if $activeSlave.attrXY <= 5>>
@@ -760,84 +761,85 @@
 	<<set $activeSlave.fetishKnown = 1>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;You then give $him a good exploratory fondle. You play with $his nipples and each of $his holes and gauge $his reaction.
 	<<if $activeSlave.fetish == "boobs">>
-		You've barely touched $his nipples before she moans. After some experimentation, it becomes clear that her nipples might as well be a pair of slightly less sensitive <<if $activeSlave.nipples == "fuckable">>pussies<<else>>clits<</if>>. Finding her mammary fixation with you has @@.hotpink;increased her devotion to you.@@
+		You've barely touched $his nipples before $he moans. After some experimentation, it becomes clear that $his nipples might as well be a pair of slightly less sensitive <<if $activeSlave.nipples == "fuckable">>pussies<<else>>clits<</if>>. Finding $his mammary fixation with you has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.fetish == "buttslut">>
-		<<if $activeSlave.vagina >= 0>>When you move from fingering her pussy to her asshole,<<else>>When you move from fondling her mouth to her asshole,<</if>> you've barely touched her butt before she comes explosively. After some experimentation, it becomes clear that her g-spot might as well be located up her ass. Finding her anal fixation with you has @@.hotpink;increased her devotion to you.@@
+		<<if $activeSlave.vagina >= 0>>When you move from fingering $his pussy to $his asshole,<<else>>When you move from fondling $his mouth to $his asshole,<</if>> you've barely touched $his butt before $he comes explosively. After some experimentation, it becomes clear that $his g-spot might as well be located up $his ass. Finding $his anal fixation with you has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She shows no real reaction when you move your fingers from hole to hole, because she seems to react with arousal to fingers in any of them.
+		$He shows no real reaction when you move your fingers from hole to hole, because $he seems to react with arousal to fingers in any of them.
 	<<else>>
 		Nothing unusual happens.
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Next, you demand extreme submission from $him. You make her change into bondage gear that blinds her, restricts her movement, forces her to present her breasts uncomfortably, and holds vibrators against her. Thus attired, she is forced to serve you in whatever petty ways occur to you.
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Next, you demand extreme submission from $him. You make $him change into bondage gear that blinds $him, restricts $his movement, forces $him to present $his breasts uncomfortably, and holds vibrators against $him. Thus attired, $he is forced to serve you in whatever petty ways occur to you.
 	<<if $activeSlave.fetish == "submissive">>
-		During the first hour of this treatment, she cums hard against the vibrators. She's a natural submissive! Discovering this about herself under your hands has @@.hotpink;increased her devotion to you.@@
+		During the first hour of this treatment, $he cums hard against the vibrators. $He's a natural submissive! Discovering this about $himself under your hands has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She complies, showing the same enthusiasm for this as for other sex.
+		$He complies, showing the same enthusiasm for this as for other sex.
 	<<else>>
-		She complies, but she's not a natural submissive.
+		$He complies, but $he's not a natural submissive.
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Before you let her out of the extreme bondage, you rain a series of light blows across her nipples and buttocks.
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Before you let $him out of the extreme bondage, you rain a series of light blows across $his nipples and buttocks.
 	<<if $activeSlave.fetish == "masochist">>
-		She almost orgasms at the stinging pain. She's a masochist! This discovery has @@.hotpink;increased her devotion to you.@@
+		$He almost orgasms at the stinging pain. $He's a masochist! This discovery has @@.hotpink;increased $his devotion to $He.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She enjoys the pain play, but she seems to enjoy everything you try.
+		$He enjoys the pain play, but $he seems to enjoy everything you try.
 	<<else>>
-		She struggles and tries to avoid the blows.
+		$He struggles and tries to avoid the blows.
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;The next day, she continues to accompany you. Whenever cum is involved in your day's affairs in any way, you require her to clean it up with her mouth.
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;The next day, $he continues to accompany you. Whenever cum is involved in your day's affairs in any way, you require $him to clean it up with $his mouth.
 	<<if $activeSlave.fetish == "cumslut">>
-		She enjoys this treatment. She's a cumslut! Discovering this about herself under your hands has @@.hotpink;increased her devotion to you.@@
+		$He enjoys this treatment. $He's a cumslut! Discovering this about $himself under your hands has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She enjoys using her mouth, but no more than other kinds of sexual activity.
+		$He enjoys using $his mouth, but no more than other kinds of sexual activity.
 	<<else>>
-		If she had any special regard for cum, you'd know it, and she doesn't.
+		If $he had any special regard for cum, you'd know it, and $he doesn't.
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;You carefully watch her reaction as you let her spend a short time relaxing with a pregnant slave.
+	<<setNonlocalPronouns 0>>
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;You carefully watch $his reaction as you let $him spend a short time relaxing with a pregnant slave.
 	<<if $activeSlave.fetish == "pregnancy">>
-		She's fascinated. She fetishizes fertility! Discovering this with you has @@.hotpink;increased her devotion to you.@@
+		$He's fascinated. $He fetishizes fertility! Discovering this with you has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She spends most of the rest ogling the pregnant slave's boobs.
+		$He spends most of the rest ogling the pregnant slave's boobs.
 	<<else>>
-		She simply enjoys the rest.
+		$He simply enjoys the rest.
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;You restrain the pregnant slave and administer a brief beating across her bare buttocks, ensuring that you cause enough pain to produce a few tears, a bit of begging, and some struggling.
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;You restrain the pregnant slave and administer a brief beating across _hisU bare buttocks, ensuring that you cause enough pain to produce a few tears, a bit of begging, and some struggling.
 	<<if $activeSlave.fetish == "sadist">>
-		She's almost painfully aroused. She's titillated by the idea of causing pain! Discovering this about herself under your direction has @@.hotpink;increased her devotion to you.@@
+		$He's almost painfully aroused. $He's titillated by the idea of causing pain! Discovering this about $himself under your direction has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She enjoys watching the poor pregnant slave wriggle, but she's watching her butt rather than the beating.
+		$He enjoys watching the poor pregnant slave wriggle, but $he's watching _hisU butt rather than the beating.
 	<<else>>
-		She's a bit disturbed by the sight of you punishing the pregnant girl.
+		$He's a bit disturbed by the sight of you punishing the pregnant _girlU.
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Before letting the poor pregnant slave go, you require $activeSlave.slaveName to add a blindfold to the restraints.
 	<<if $activeSlave.fetish == "dom">>
-		She seems to really enjoy blindfolding the poor girl, reassuring her as she does. She's a natural sexual top! Discovering this about herself under your direction has @@.hotpink;increased her devotion to you.@@
+		$He seems to really enjoy blindfolding the poor _girlU, reassuring _himU as $he does. $He's a natural sexual top! Discovering this about $himself under your direction has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She enjoys getting closer to the slave, mostly so she can give her pregnant pussy a thorough grope.
+		$He enjoys getting closer to the slave, mostly so $he can give _hisU pregnant pussy a thorough grope.
 	<<else>>
-		She just follows orders.
+		$He just follows orders.
 	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Lastly, you place her in a special room in your penthouse filled with live video equipment. They get to see her groped, deepthroated, facial'd, teased, and tortured.
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Lastly, you place $him in a special room in your penthouse filled with live video equipment. They get to see $him groped, deepthroated, facial'd, teased, and tortured.
 	<<if $activeSlave.fetish == "humiliation">>
-		The more viewers she gets, the harder she comes. She's a slut for humiliation! Discovering this about herself under your hands has @@.hotpink;increased her devotion to you.@@
+		The more viewers $he gets, the harder $he comes. $He's a slut for humiliation! Discovering this about $himself under your hands has @@.hotpink;increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She enjoys showing off sexually, but focuses on the sex first. She got off on everything, and is clearly a nympho. Discovering this about herself under your hands has @@.hotpink;greatly increased her devotion to you.@@
+		$He enjoys showing off sexually, but focuses on the sex first. $He got off on everything, and is clearly a nympho. Discovering this about $himself under your hands has @@.hotpink;greatly increased $his devotion to you.@@
 		<<set $activeSlave.devotion += 9>>
 	<<else>>
-		She gets through it, but she doesn't seem to enjoy seeing her audience on the screen.
+		$He gets through it, but $he doesn't seem to enjoy seeing $his audience on the screen.
 	<</if>>
 	<<else>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;You already know that she
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;You already know that $he
 		<<switch $activeSlave.fetish>>
-		<<case "submissive" "cumslut" "buttslut" "sadist" "masochist" "dom">>
+		<<case "buttslut" "cumslut" "dom" "masochist" "sadist" "submissive">>
 			is a @@.coral;$activeSlave.fetish,@@
 		<<case "mindbroken">>
 			is @@.red;mindbroken,@@
@@ -851,280 +853,280 @@
 	<<BasicTrainingDefaulter>>
 
 <<case "induce arrogance">>
-	Since you've decided to incite her to arrogance, you praise her effusively, and give orders that others are to do so as well. Other slaves are punished for things she's allowed to get away with.
+	Since you've decided to incite $him to arrogance, you praise $him effusively, and give orders that others are to do so as well. Other slaves are punished for things $he's allowed to get away with.
 	<<InduceFlawLenityEffects>>
 	<<if $activeSlave.training < 100>>
-		She isn't seriously affected; you'll have to be more subtle next week.
+		$He isn't seriously affected; you'll have to be more subtle next week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		She begins to think herself special, and is now @@.red;arrogant.@@
+		$He begins to think $himself special, and is now @@.red;arrogant.@@
 		<<set $activeSlave.behavioralFlaw = "arrogant">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce bitchiness">>
-	Since you've decided to induce her to bitchiness, you keep her in your office and induce her to criticize other slaves, rewarding her when she's especially catty.
+	Since you've decided to induce $him to bitchiness, you keep $him in your office and induce $him to criticize other slaves, rewarding $him when $he's especially catty.
 	<<InduceFlawLenityEffects>>
 	<<if $activeSlave.training < 100>>
-		She goes along, but remains cautious and will need more practice.
+		$He goes along, but remains cautious and will need more practice.
 	<<else>>
-		She starts making @@.red;bitchy@@ remarks without being prompted.
+		$He starts making @@.red;bitchy@@ remarks without being prompted.
 		<<set $activeSlave.behavioralFlaw = "bitchy">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce odd behavior">>
-	Since you've decided to abuse her into odd behavior, you target her for a campaign of surprise sex. You constantly ambush her, shove her onto the ground, and fuck her. Sometimes she wakes up from bad dreams to find you penetrating her.
+	Since you've decided to abuse $him into odd behavior, you target $him for a campaign of surprise sex. You constantly ambush $him, shove $him onto the ground, and fuck $him. Sometimes $he wakes up from bad dreams to find you penetrating $him.
 	<<InduceFlawAbuseEffects>>
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She does her best to tolerate the abuse.
+		$He does $his best to tolerate the abuse.
 	<<else>>
-		She starts @@.red;behaving oddly,@@ jumping at noises and mumbling to herself.
+		$He starts @@.red;behaving oddly,@@ jumping at noises and mumbling to $himself.
 		<<set $activeSlave.behavioralFlaw = "odd">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce hatred of men">>
-	In order to make her hate men, you sometimes simply <<if $PC.dick == 1>>stick your dick in her without asking<<else>>stuff a strap-on inside her without asking<</if>>, and sometimes force shockingly juvenile pranks on her. She is regularly smacked in the face with floppy dildos.
+	In order to make $him hate men, you sometimes simply <<if $PC.dick == 1>>stick your dick in $him without asking<<else>>stuff a strap-on inside $him without asking<</if>>, and sometimes force shockingly juvenile pranks on $him. $He is regularly smacked in the face with floppy dildos.
 	<<InduceFlawAbuseEffects>>
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She focuses more on you than on the masculine aspects of this. You'll need to be more subtle next week.
+		$He focuses more on you than on the masculine aspects of this. You'll need to be more subtle next week.
 	<<else>>
-		You notice her starting to @@.red;shoot hateful glances@@ at any men she sees.
+		You notice $him starting to @@.red;shoot hateful glances@@ at any men $he sees.
 		<<set $activeSlave.behavioralFlaw = "hates men">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce hatred of women">>
-	In order to make her hate women, you keep her in your office when she's not otherwise occupied, and <<if $PC.vagina == 0>>make her eat other slaves out<<else>>sit on her face<</if>> until she's thoroughly sick of pussy.
+	In order to make $him hate women, you keep $him in your office when $he's not otherwise occupied, and <<if $PC.vagina == 0>>make $him eat other slaves out<<else>>sit on $his face<</if>> until $he's thoroughly sick of pussy.
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She focuses more on you than on the feminine aspects of this. You'll need to be more subtle next week.
+		$He focuses more on you than on the feminine aspects of this. You'll need to be more subtle next week.
 	<<else>>
-		You notice her starting to @@.red;shoot hateful glances@@ at any vaginas she sees.
+		You notice $him starting to @@.red;shoot hateful glances@@ at any vaginas $he sees.
 		<<set $activeSlave.behavioralFlaw = "hates women">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce gluttony">>
-	Inducing gluttony is harder than inducing anorexia; you force her to orgasm when she's eating, and praise her effusively when she gains weight. You also provide her with ample rations for stress eating.
+	Inducing gluttony is harder than inducing anorexia; you force $him to orgasm when $he's eating, and praise $him effusively when $he gains weight. You also provide $him with ample rations for stress eating.
 	<<set $activeSlave.training -= 20>> /* more difficult training */
 	<<if $activeSlave.training < 100>>
-		She eats when ordered, but isn't deeply affected. She'll need more practice being a pig.
+		$He eats when ordered, but isn't deeply affected. $He'll need more practice being a pig.
 	<<else>>
-		You notice her starting to @@.red;enjoy eating@@ for its own sake, even when she's not hungry.
+		You notice $him starting to @@.red;enjoy eating@@ for its own sake, even when $he's not hungry.
 		<<set $activeSlave.behavioralFlaw = "gluttonous">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce anorexia">>
-	You criticize her cruelly whenever she eats, and praise thinner slaves to her face at every opportunity.
+	You criticize $him cruelly whenever $he eats, and praise thinner slaves to $his face at every opportunity.
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She continues consuming her rations when ordered, and will need further training.
+		$He continues consuming $his rations when ordered, and will need further training.
 	<<else>>
-		She begins to @@.red;eat only when repeatedly ordered to.@@
+		$He begins to @@.red;eat only when repeatedly ordered to.@@
 		<<set $activeSlave.behavioralFlaw = "anorexic">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce religious devotion">>
-	You direct a campaign of abuse and threats at her, and surreptitiously ensure that a little religious text from her home country finds its way into a hiding place in her living area.
+	You direct a campaign of abuse and threats at $him, and surreptitiously ensure that a little religious text from $his home country finds its way into a hiding place in $his living area.
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She keeps her head down and shows no sign of religious introspection, at least this week.
+		$He keeps $his head down and shows no sign of religious introspection, at least this week.
 	<<else>>
-		She begins to read it when she thinks she's alone, and @@.red;talks to God@@ when she thinks only He is listening.
+		$He begins to read it when $he thinks $he's alone, and @@.red;talks to God@@ when $he thinks only He is listening.
 		<<set $activeSlave.behavioralFlaw = "devout">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce liberation">>
-	You direct a campaign of abuse and threats at her, making sure to threaten her with the absolute worst of slavery in your arcology. You also arrange for her to witness other citizen's slaves in situations that aren't much fun.
+	You direct a campaign of abuse and threats at $him, making sure to threaten $him with the absolute worst of slavery in your arcology. You also arrange for $him to witness other citizen's slaves in situations that aren't much fun.
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She does her best to endure the abuse, unknowingly condemning herself to more.
+		$He does $his best to endure the abuse, unknowingly condemning $himself to more.
 	<<else>>
-		A deep @@.red;anger about slavery@@ builds within her.
+		A deep @@.red;anger about slavery@@ builds within $him.
 		<<set $activeSlave.behavioralFlaw = "liberated">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce hatred of oral">>
-	Since you've decided to force her to dislike oral sex, you're forced to use a complicated and refined slave breaking technique: constantly raping her face.
+	Since you've decided to force $him to dislike oral sex, you're forced to use a complicated and refined slave breaking technique: constantly raping $his face.
 	<<InduceFlawAbuseEffects>>
 	<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<if $activeSlave.training < 100>>
-		She does her best to comply with the oral abuse, unknowingly condemning herself to more.
+		$He does $his best to comply with the oral abuse, unknowingly condemning $himself to more.
 	<<else>>
-		After gagging enough, she finally starts to @@.red;hate oral.@@
+		After gagging enough, $he finally starts to @@.red;hate oral.@@
 		<<set $activeSlave.sexualFlaw = "hates oral">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce hatred of anal">>
-	Since you've decided to force her to dislike anal sex, you're forced to use a complicated and refined slave breaking technique: constantly raping her ass.
-	<<if !canDoAnal($activeSlave)>>Every time you catch her with her chastity off, you're there to penetrate her rectum<</if>>.
+	Since you've decided to force $him to dislike anal sex, you're forced to use a complicated and refined slave breaking technique: constantly raping $his ass.
+	<<if !canDoAnal($activeSlave)>>Every time you catch $him with $his chastity off, you're there to penetrate $his rectum<</if>>.
 	<<InduceFlawAbuseEffects>>
 	<<= AnalVCheck(10)>>
 	<<if $activeSlave.training < 100>>
-		She does her best to comply with your abuse of her butthole, unknowingly condemning herself to more assrape.
+		$He does $his best to comply with your abuse of $his butthole, unknowingly condemning $himself to more assrape.
 	<<else>>
-		After feeling her poor sphincter grow sorer and sorer, she starts to @@.red;hate anal.@@
+		After feeling $his poor sphincter grow sorer and sorer, $he starts to @@.red;hate anal.@@
 		<<set $activeSlave.sexualFlaw = "hates anal">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce hatred of penetration">>
-	Since you've decided to force her to dislike penetration, you're forced to use a complicated and refined slave breaking technique: constantly raping her.
+	Since you've decided to force $him to dislike penetration, you're forced to use a complicated and refined slave breaking technique: constantly raping $him.
 	<<InduceFlawAbuseEffects>>
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She does her best to comply with your abuse, unknowingly condemning herself to more of it.
+		$He does $his best to comply with your abuse, unknowingly condemning $himself to more of it.
 	<<else>>
-		After feeling her poor holes grow sorer and sorer, she starts to @@.red;hate getting fucked.@@
+		After feeling $his poor holes grow sorer and sorer, $he starts to @@.red;hate getting fucked.@@
 		<<set $activeSlave.sexualFlaw = "hates penetration">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce shame">>
-	Since you've decided to force shame on her, you keep her in your office whenever she's not otherwise occupied, and heap derision on her at every opportunity, even inviting visitors to join you in chats about how unattractive and worthless she is.
+	Since you've decided to force shame on $him, you keep $him in your office whenever $he's not otherwise occupied, and heap derision on $him at every opportunity, even inviting visitors to join you in chats about how unattractive and worthless $he is.
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She does her best to keep her chin up, unknowingly condemning herself to more of this abuse.
+		$He does $his best to keep $his chin up, unknowingly condemning $himself to more of this abuse.
 	<<else>>
-		She wants nothing more than to hide in corner and cry, and is now @@.red;shamefast.@@
+		$He wants nothing more than to hide in corner and cry, and is now @@.red;shamefast.@@
 		<<set $activeSlave.sexualFlaw = "shamefast">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce sexual idealism">>
-	Since you've decided to induce her to sexual idealism, you keep her in your office, and when the two of you are all alone, gossip with her about other slaves and even citizens. You do your best to encourage her to believe absurdities.
+	Since you've decided to induce $him to sexual idealism, you keep $him in your office, and when the two of you are all alone, gossip with $him about other slaves and even citizens. You do your best to encourage $him to believe absurdities.
 	<<InduceFlawLenityEffects>>
 	<<if $activeSlave.training < 100>>
-		She doesn't know what to make of this; you'll have to keep at it.
+		$He doesn't know what to make of this; you'll have to keep at it.
 	<<else>>
-		She follows along, and is now @@.red;sexually idealistic.@@
+		$He follows along, and is now @@.red;sexually idealistic.@@
 		<<set $activeSlave.sexualFlaw = "idealistic">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce sexual repression">>
-	Since you've decided to force sexual repression on her, you keep her in your office whenever she's not otherwise occupied. You use the monitoring systems to reveal her sexual arousal whenever it appears, and castigate and punish her for it.
+	Since you've decided to force sexual repression on $him, you keep $him in your office whenever $he's not otherwise occupied. You use the monitoring systems to reveal $his sexual arousal whenever it appears, and castigate and punish $him for it.
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She does her best to keep her chin up, unknowingly condemning herself to more of this abuse.
+		$He does $his best to keep $his chin up, unknowingly condemning $himself to more of this abuse.
 	<<else>>
-		She desperately tries to avoid even thinking about subjects that get her punished, and is now @@.red;sexually repressed.@@
+		$He desperately tries to avoid even thinking about subjects that get $him punished, and is now @@.red;sexually repressed.@@
 		<<set $activeSlave.sexualFlaw = "repressed">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce sexual apathy">>
-	Since you've decided to force sexual apathy on her, you keep her in your office whenever she's not otherwise occupied. You use her regularly, and punish her whenever she shows any sign of enjoyment.
+	Since you've decided to force sexual apathy on $him, you keep $him in your office whenever $he's not otherwise occupied. You use $him regularly, and punish $him whenever $he shows any sign of enjoyment.
 	<<InduceFlawAbuseEffects>>
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She continues to experience arousal when fucked, and will need more of this treatment.
+		$He continues to experience arousal when fucked, and will need more of this treatment.
 	<<else>>
-		She desperately tries to avoid arousal, and is now @@.red;sexually apathetic.@@
+		$He desperately tries to avoid arousal, and is now @@.red;sexually apathetic.@@
 		<<set $activeSlave.sexualFlaw = "apathetic">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce crudity">>
-	Since you've decided to force sexual crudeness on her, you keep her in your office whenever she's not otherwise occupied, and degrade her cruelly. You relax the normal cleanliness rules, and require her to leave her used holes as they are until she's too disgusting to fuck.
+	Since you've decided to force sexual crudeness on $him, you keep $him in your office whenever $he's not otherwise occupied, and degrade $him cruelly. You relax the normal cleanliness rules, and require $him to leave $his used holes as they are until $he's too disgusting to fuck.
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<InduceFlawAbuseEffects>>
 	<<if $activeSlave.training < 100>>
-		She does her best to tolerate the unclean feelings, condemning herself to more of this.
+		$He does $his best to tolerate the unclean feelings, condemning $himself to more of this.
 	<<else>>
-		She slowly stops caring, and is now @@.red;sexually crude.@@
+		$He slowly stops caring, and is now @@.red;sexually crude.@@
 		<<set $activeSlave.sexualFlaw = "crude">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce judgement">>
-	Since you've decided to make her sexually judgemental, you keep her in your office and fuck her, <<if $PC.dick == 1>>praising her whenever she takes your big dick well<<else>>using a huge strap-on on her and praising her when she takes it like a good girl<</if>>. You also judge others' endowments in her presence.
+	Since you've decided to make $him sexually judgemental, you keep $him in your office and fuck $him, <<if $PC.dick == 1>>praising $him whenever $he takes your big dick well<<else>>using a huge strap-on on $him and praising $him when $he takes it like a good girl<</if>>. You also judge others' endowments in $his presence.
 	<<InduceFlawLenityEffects>>
 	<<if $activeSlave.training < 100>>
-		She writes this off as bravado, and will need more training.
+		$He writes this off as bravado, and will need more training.
 	<<else>>
-		She starts to consider herself reserved for special sexual treatment, and is now @@.red;sexually judgemental.@@
+		$He starts to consider $himself reserved for special sexual treatment, and is now @@.red;sexually judgemental.@@
 		<<set $activeSlave.sexualFlaw = "judgemental">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce cum addiction">>
-	The cumslut is quite pleased when you order her to stay in your office whenever she can for use as one of your personal oral toys. You carefully limit her orgasms to when <<if $PC.dick == 1>>you're blowing your load down her throat<<else>>she's swallowing your pussyjuice<</if>>, and make her oral adventures predictably regular.
+	The cumslut is quite pleased when you order $him to stay in your office whenever $he can for use as one of your personal oral toys. You carefully limit $his orgasms to when <<if $PC.dick == 1>>you're blowing your load down $his throat<<else>>$he's swallowing your pussyjuice<</if>>, and make $his oral adventures predictably regular.
 	<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<if $activeSlave.training < 100>>
-		She enjoys giving you lots of oral, but will need more training to develop psychological addiction to it.
+		$He enjoys giving you lots of oral, but will need more training to develop psychological addiction to it.
 	<<else>>
-		She begins to develop a psychological @@.yellow;addiction to cum.@@
+		$He begins to develop a psychological @@.yellow;addiction to cum.@@
 		<<set $activeSlave.sexualFlaw = "cum addict">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce anal addiction">>
-	The buttslut is quite pleased when you order her to stay in your office<<if !canDoAnal($activeSlave)>>and remove her chastity<</if>> whenever she can for use as one of your personal anal toys. You make her anal orgasms predictably regular, doing your best to inculcate reliance on them.
+	The buttslut is quite pleased when you order $him to stay in your office<<if !canDoAnal($activeSlave)>>and remove $his chastity<</if>> whenever $he can for use as one of your personal anal toys. You make $his anal orgasms predictably regular, doing your best to inculcate reliance on them.
 	<<= AnalVCheck(10)>>
 	<<if $activeSlave.training < 100>>
-		She enjoys all the anal attention, but will need more training to develop psychological addiction to buttsex.
+		$He enjoys all the anal attention, but will need more training to develop psychological addiction to buttsex.
 	<<else>>
-		She begins to develop a psychological @@.yellow;addiction to anal sex.@@
+		$He begins to develop a psychological @@.yellow;addiction to anal sex.@@
 		<<set $activeSlave.sexualFlaw = "anal addict">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce attention whoring">>
-	The humiliation slut is quite pleased when you order her to stay in your office whenever she can, and fucking her whenever other slaves are present. You do your best to focus her attention on how the others react to the spectacle.
+	The humiliation slut is quite pleased when you order $him to stay in your office whenever $he can, and fucking $him whenever other slaves are present. You do your best to focus $his attention on how the others react to the spectacle.
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She enjoys all the humiliation, but will need more training to become a true attention whore.
+		$He enjoys all the humiliation, but will need more training to become a true attention whore.
 	<<else>>
-		She becomes a @@.yellow;true attention whore,@@ caring more about the spectators than the sex.
+		$He becomes a @@.yellow;true attention whore,@@ caring more about the spectators than the sex.
 		<<set $activeSlave.sexualFlaw = "attention whore">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce breast growth obsession">>
-	You inspect her breasts multiple times a day, and praise her effusively when they grow at all. You treat it as though it were something she could control personally.
+	You inspect $his breasts multiple times a day, and praise $him effusively when they grow at all. You treat it as though it were something $he could control personally.
 	<<if $activeSlave.training < 100>>
-		She enjoys your attention to her favorite part of herself, but doesn't truly internalize your focus on their growth.
+		$He enjoys your attention to $his favorite part of $himself, but doesn't truly internalize your focus on their growth.
 	<<else>>
-		She begins to believe you despite herself, and becomes @@.yellow;obsessed with breast growth.@@
+		$He begins to believe you despite $himself, and becomes @@.yellow;obsessed with breast growth.@@
 		<<set $activeSlave.sexualFlaw = "breast growth">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce abusiveness">>
-	The dom is gratified when you order her to stay in your office whenever she can to fuck any slave you feel like throwing her way. You do your best to limit her menu items to reluctant or even rebellious slaves, and praise her when she forces herself on them.
+	The dom is gratified when you order $him to stay in your office whenever $he can to fuck any slave you feel like throwing $his way. You do your best to limit $his menu items to reluctant or even rebellious slaves, and praise $him when $he forces $himself on them.
 	<<set $activeSlave.penetrativeCount += 20, $penetrativeTotal += 20>>
 	<<if $activeSlave.training < 100>>
-		She has fun, but she continues to enjoy getting off more than getting to use bitches. She'll need more practice.
+		$He has fun, but $he continues to enjoy getting off more than getting to use bitches. $He'll need more practice.
 	<<else>>
-		She becomes @@.yellow;sexually abusive,@@ looking over each slave that comes into your office in the hope they'll resist.
+		$He becomes @@.yellow;sexually abusive,@@ looking over each slave that comes into your office in the hope they'll resist.
 		<<set $activeSlave.sexualFlaw = "abusive">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce maliciousness">>
-	The sadist is gratified when you order her to stay in your office whenever she can to have her way with any slave you feel like throwing her way. You do your best to limit her menu items to rebellious slaves, and praise her when her sadism makes her an effective punishment tool.
+	The sadist is gratified when you order $him to stay in your office whenever $he can to have $his way with any slave you feel like throwing $his way. You do your best to limit $his menu items to rebellious slaves, and praise $him when $his sadism makes $him an effective punishment tool.
 	<<set $activeSlave.penetrativeCount += 20, $penetrativeTotal += 20>>
 	<<if $activeSlave.training < 100>>
-		She enjoys herself, but still betrays occasional concern when slaves are really broken by what she does to them. She'll need more practice.
+		$He enjoys $himself, but still betrays occasional concern when slaves are really broken by what $he does to them. $He'll need more practice.
 	<<else>>
-		She becomes @@.yellow;sexually malicious,@@ going so far as to lick tears off her victims' faces.
+		$He becomes @@.yellow;sexually malicious,@@ going so far as to lick tears off $his victims' faces.
 		<<set $activeSlave.sexualFlaw = "malicious">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce self hatred">>
-	You order the masochist to stay in your office whenever she's not working or resting. You fuck her cruelly, going beyond the pain she enjoys into harsh degradation. And every time you use her, you make sure to tell her how useless she is.
+	You order the masochist to stay in your office whenever $he's not working or resting. You fuck $him cruelly, going beyond the pain $he enjoys into harsh degradation. And every time you use $him, you make sure to tell $him how useless $he is.
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She gets off on the pain, but her sense of self isn't seriously affected this week.
+		$He gets off on the pain, but $his sense of self isn't seriously affected this week.
 	<<else>>
-		She becomes @@.yellow;sexually self hating,@@ and tearfully begs to you do worse to her, no matter how bad it gets.
+		$He becomes @@.yellow;sexually self hating,@@ and tearfully begs to you do worse to $him, no matter how bad it gets.
 		<<set $activeSlave.sexualFlaw = "self hating">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce sexual self neglect">>
-	You order the sub to stay in your office whenever she's not working or resting, and use her body for your pleasure. The instant you climax, you go back to your work or to another slave, treating her like a piece of used tissue.
+	You order the sub to stay in your office whenever $he's not working or resting, and use $his body for your pleasure. The instant you climax, you go back to your work or to another slave, treating $him like a piece of used tissue.
 	<<if canDoVaginal($activeSlave)>><<= VaginalVCheck(10)>><<elseif canDoAnal($activeSlave)>><<= AnalVCheck(10)>><<else>><<set $activeSlave.oralCount += 10, $oralTotal += 10>><</if>>
 	<<if $activeSlave.training < 100>>
-		She accepts her utterly submissive role, but her sense of self isn't seriously affected this week.
+		$He accepts $his utterly submissive role, but $his sense of self isn't seriously affected this week.
 	<<else>>
-		She becomes @@.yellow;sexually self neglectful,@@ and loses all expectation that those who use her will address her pleasure at all.
+		$He becomes @@.yellow;sexually self neglectful,@@ and loses all expectation that those who use $him will address $his pleasure at all.
 		<<set $activeSlave.sexualFlaw = "neglectful">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
 <<case "induce breeding obsession">>
-	You order the pregnant slut to stay in your office whenever she's not working or resting.
-	<<if $activeSlave.pregKnown == 0>>Since she's not pregnant, you keep her rigged up with an enormous sympathy belly when she's there.<</if>> Rather than fucking her, you praise her pregnancy effusively, and only allow her to get off when you're doing so.
+	You order the pregnant slut to stay in your office whenever $he's not working or resting.
+	<<if $activeSlave.pregKnown == 0>>Since $he's not pregnant, you keep $him rigged up with an enormous sympathy belly when $he's there.<</if>> Rather than fucking $him, you praise $his pregnancy effusively, and only allow $him to get off when you're doing so.
 	<<if $activeSlave.training < 100>>
-		She enjoys herself, but mostly because of the pleasure. She'll need more training.
+		$He enjoys $himself, but mostly because of the pleasure. $He'll need more training.
 	<<else>>
-		She develops an @@.yellow;obsession with breeding,@@ and begins to stroke her belly in a disturbingly masturbatory way.
+		$He develops an @@.yellow;obsession with breeding,@@ and begins to stroke $his belly in a disturbingly masturbatory way.
 		<<set $activeSlave.sexualFlaw = "breeder">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
diff --git a/src/uncategorized/reBrothelFunction.tw b/src/uncategorized/reBrothelFunction.tw
index 5586dc3a0799dedfe62ae2689caa5f524531e508..69b5258015ebedfff9d3ff107130fd4560d7f64e 100644
--- a/src/uncategorized/reBrothelFunction.tw
+++ b/src/uncategorized/reBrothelFunction.tw
@@ -7,7 +7,7 @@ $brothelNameCaps is a reputable establishment in $arcologies[0].name, a veritabl
 <br><br>
 One request comes to you written on a letterhead featuring the logo of a fellow arcology owner. She describes her husband's preference for your hard working brothel whores, whom he patronizes on his regular business trips to your arcology. Such indulgences have been a distraction to her husband of late, and she has dispatched him to undertake a task in your arcology that simply cannot go poorly. With this in mind, she beseeches you to close down your brothel for a single day out of solidarity for a fellow arcology owner - and for the significant sum of <<print cashFormat(10000)>>.
 <br><br>
-Another of these bids for your brothel comes in the form of a curious video call. The video comes from an infamous lothario in your arcology, a seducer of powerful and prominent women citizens. Indeed, the recording was surreptitiously recorded in the bedroom of one such influential woman, with the casanova describing his request in hushed tones while his wealthy host minces about unknowingly in the background. He explains that he is finally ready to hang up his coat and end his days of debauchery and copious casual sex, but that he would like to do so by engaging in a full day of indulgence at $brothelNameCaps.
+Another of these bids for your brothel comes in the form of a curious video call. The video comes from an infamous lothario in your arcology, a seducer of powerful and prominent women citizens. Indeed, the recording was surreptitiously recorded in the bedroom of one such influential woman, with the Casanova describing his request in hushed tones while his wealthy host minces about unknowingly in the background. He explains that he is finally ready to hang up his coat and end his days of debauchery and copious casual sex, but that he would like to do so by engaging in a full day of indulgence at $brothelNameCaps.
 <br><br>
 The last of these requests comes in the form of a letter, stamped with the herald of a prominent arcology family. It seems the eldest son of the family, known to you largely as a spoiled child riding on the coattails of his parents, is about to reach the age of majority. At his behest, his parents have contacted you to reserve your brothel for a day so that their son may become a man in true Free Cities fashion - amongst a roil of writhing flesh and wanton debauchery. 
 
@@ -19,7 +19,7 @@ The last of these requests comes in the form of a letter, stamped with the heral
 	Though you close down $brothelNameCaps for a day, it's far from a day off for your hard-working brothel girls. In the absence of the convenient center for the sale of sexual services that a brothel represents, you disperse them onto the streets to sell their bodies the old fashioned way. At the end of the day you receive a brief message of gratitude from your fellow arcology owner while your girls @@.hotpink;appreciate the opportunity to stretch their legs on the street@@ for a change of pace.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "work in the brothel">>
-		<<set $slaves[$i].devotion += 4>>
+			<<set $slaves[$i].devotion += 4>>
 		<</if>>
 	<</for>>
 	<<set $cash += 10000>>
@@ -31,21 +31,21 @@ The last of these requests comes in the form of a letter, stamped with the heral
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "work in the brothel">>
 			<<if $slaves[$i].whoreSkill < 100>>
-			<<set $slaves[$i].whoreSkill += 10>>
+				<<set $slaves[$i].whoreSkill += 10>>
 			<<else>>
-			<<set $slaves[$i].devotion += 4>>
+				<<set $slaves[$i].devotion += 4>>
 			<</if>>
 			<<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>
-			<<set $slaves[$i].vaginalCount += 3>>
-			<<set $vaginalTotal += 3>>
-			<<set $slaves[$i].analCount += 3>>
-			<<set $analTotal += 3>>
+				<<set $slaves[$i].vaginalCount += 3>>
+				<<set $vaginalTotal += 3>>
+				<<set $slaves[$i].analCount += 3>>
+				<<set $analTotal += 3>>
 			<<elseif canDoAnal($slaves[$i])>>
-			<<set $slaves[$i].analCount += 5>>
-			<<set $analTotal += 5>>
+				<<set $slaves[$i].analCount += 5>>
+				<<set $analTotal += 5>>
 			<<else>>
-			<<set $slaves[$i].oralCount += 10>>
-			<<set $oralTotal += 10>>
+				<<set $slaves[$i].oralCount += 10>>
+				<<set $oralTotal += 10>>
 			<</if>>
 		<</if>>
 	<</for>>
@@ -59,16 +59,16 @@ The last of these requests comes in the form of a letter, stamped with the heral
 		<<if $slaves[$i].assignment == "work in the brothel">>
 			<<set $slaves[$i].health -= 5>>
 			<<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>
-			<<set $slaves[$i].vaginalCount += 1>>
-			<<set $vaginalTotal += 1>>
-			<<set $slaves[$i].analCount += 1>>
-			<<set $analTotal += 1>>
+				<<set $slaves[$i].vaginalCount += 1>>
+				<<set $vaginalTotal += 1>>
+				<<set $slaves[$i].analCount += 1>>
+				<<set $analTotal += 1>>
 			<<elseif canDoAnal($slaves[$i])>>
-			<<set $slaves[$i].analCount += 2>>
-			<<set $analTotal += 2>>
+				<<set $slaves[$i].analCount += 2>>
+				<<set $analTotal += 2>>
 			<<else>>
-			<<set $slaves[$i].oralCount += 4>>
-			<<set $oralTotal += 4>>
+				<<set $slaves[$i].oralCount += 4>>
+				<<set $oralTotal += 4>>
 			<</if>>
 		<</if>>
 	<</for>>
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 93b42f688980e4d264558dd6b1279001975704ba..9651b0dbadc9c5ea0e208c4ee54825a34e777ef4 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -1076,13 +1076,13 @@
 <<switch $FSAcquisitionEvents>>
 <<case "Pastoralist">>
 
-You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
+You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
 This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. This proves to be right on the money in this case, though the woman isn't too terribly bedraggled; $his situation must be recent. $He asks to be enslaved with the crushing sadness most such people experience during their last free hours. "I'm pregnant," $he says through tears. "I know I'm not that pretty, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But," and $he brings $his sizable chest into view, "I've got pretty big boobs, and I started giving milk yesterday. I was searching the net, and I saw that you milk women, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. It seems like a better life than getting fucked all the time."
 
 <<case "Pastoralist Two">>
 
-You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
+You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
 This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the woman in the video call is modestly dressed, so $his newfound situation must be exceedingly recent. Nonetheless, $he asks to be enslaved with the same poignant sadness most people experience during their last free hours. "All my children are gone and my husband left me," $he says through tears. "I know I'm older than most, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But", $he says as $he brings $his motherly chest into view, "I've still got pretty big breasts, and they still give milk. One of my friends told me that you milk women, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I can't do anything else to make a living."
 
@@ -1136,13 +1136,13 @@ Having $him disappear discreetly into $arcologies[0].name would be a convenient
 
 <<case "Paternalist">>
 
-You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
+You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
 This one is interesting, even by the standards of messages from people who want to become slaves. The individual is neither sick nor abused, and speaks with intelligence and directness. "I've heard a lot about how $arcologies[0].name treats slaves," $he says. "And, well, I don't know how closely you watch the old world from where you are, but it's pretty bad. Being smart and driven out here doesn't always keep you fed and clothed, or even alive. I'm smart and driven, and I understand that might make me a Madam or a DJ or even a Head Girl in $arcologies[0].name. I'm not dumb enough to rely on that, but I'll take that chance."
 
 <<case "Paternalist Two">>
 
-You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
+You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
 This one is interesting, even by the standards of messages from people who want to become slaves. The individual is a normal looking woman, neither sick nor visibly abused. "I've heard a lot about how $arcologies[0].name treats slaves," $he says. "And, well, I don't know how closely you watch the old world from where you are, but it's pretty bad. Saving your whole life doesn't always keep you fed and clothed, or even alive. I never had much and now I have even less, and I'd rather live as your slave in $arcologies[0].name than on the streets back home."
 
@@ -1154,7 +1154,7 @@ The face and voice are obscured by a petty anonymization program, the sort that
 
 <<case "Degradationist Two">>
 
-<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> does not typically permit anonymous messages through to you. If someone wishes to speak to you, they can do so under their own name and with their own face. She makes an exception, however, for a message offering you a slave so long as you pay the costs of enslavement, nothing else.
+<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> does not typically permit anonymous messages through to you. If someone wishes to speak to you, they can do so under their own name and with their own face. _HeA makes an exception, however, for a message offering you a slave so long as you pay the costs of enslavement, nothing else.
 <br><br>
 In lieu of a face, a plain page of mostly text and a scant few pictures fills the screen and details a number of potential slaves for sale, though most of the merchandise seems visibly too damaged to be worthy of purchase. Yet, one of the slaves catches your eye - an older woman covered in lashes, bruises and marks yet absent the dead-eyed expression of $his peers. The document claims $he has been in their possession longer than any of the other slaves, but has proven resistant to their breaking methods.
 
diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw
index 222baddc98d7413258e861cbecbad108e6d4fe76..16bfd57d6d613cc01d76fbafadc7fc3ffcf0443a 100644
--- a/src/uncategorized/reHGReplacement.tw
+++ b/src/uncategorized/reHGReplacement.tw
@@ -39,7 +39,7 @@ When $HeadGirl.slaveName leaves, $he clears $his throat nervously. $He gathers $
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
-<br><<link "Let your Head Girl sort this out however she sees fit">>
+<br><<link "Let your Head Girl sort this out however _he2 sees fit">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	<<run Enunciate($HeadGirl)>>
diff --git a/src/uncategorized/reLegendaryBalls.tw b/src/uncategorized/reLegendaryBalls.tw
index 89df4c600c16239deea5c577086a112839f92cfb..3dc3acc512cb15e9790347e6316ce603a479fd26 100644
--- a/src/uncategorized/reLegendaryBalls.tw
+++ b/src/uncategorized/reLegendaryBalls.tw
@@ -7,22 +7,23 @@
 	<<goto "RIE Eligibility Check">>
 <<else>>
 
+<<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-<<EventNameLink $activeSlave>> is an incredible producer of cum. She's producing in volumes that would have been unthinkable in the days when it was illegal to restrain a slave so that she could have every drop of her ejaculate milked out by a machine. A nascent slave stock organization will be holding a public livestock show tomorrow, and since they're aware you're experimenting with cockmilking, they've sent you an invitation to enter an especially productive slave to be judged.
+<<EventNameLink $activeSlave>> is an incredible producer of cum. $He's producing in volumes that would have been unthinkable in the days when it was illegal to restrain a slave so that $he could have every drop of $his ejaculate milked out by a machine. A nascent slave stock organization will be holding a public livestock show tomorrow, and since they're aware you're experimenting with cockmilking, they've sent you an invitation to enter an especially productive slave to be judged.
 
 <br><br>
 
-This is a rare opportunity. The idea of cockmilking is new and understandably fascinating to many, so the livestock show is likely to draw some serious press. Were $activeSlave.slaveName to win, she would probably be remembered for a long time as a special slave.
+This is a rare opportunity. The idea of cockmilking is new and understandably fascinating to many, so the livestock show is likely to draw some serious press. Were $activeSlave.slaveName to win, $he would probably be remembered for a long time as a special slave.
 
 <br><br>
 
 <span id="result">
-<<link "Fairly enter her in the livestock show">>
+<<link "Fairly enter $him in the livestock show">>
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 90>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, but her massive junk wins the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, but $his massive junk wins the day. Against all odds $he is named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
 		<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a cockmilker.">>
@@ -31,7 +32,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her junk is easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's nuts anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, and it is fatal to $his chances of winning. Though $his junk is easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's nuts anyway; as you are $his owner, your reputation has @@.green;increased@@ a little.
 		<<set $rep += 100>>
 		<</replace>>
 	<</if>>
@@ -40,7 +41,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look $him over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -50,7 +51,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another milker. The public is impressed with $activeSlave.slaveName's balls anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look $him over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another milker. The public is impressed with $activeSlave.slaveName's balls anyway; as you are $his owner, your reputation has @@.green;increased@@ a little.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
@@ -60,7 +61,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's urethra, making her whine and squeal when cockmilked. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. After $he's put through $his paces, the most unfortunate series of accidents somehow befalls $his fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's urethra, making them whine and squeal when cockmilked. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -79,4 +80,3 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 </span>
 
 <</if>> /* closes validity check */
-
diff --git a/src/uncategorized/reLegendaryCow.tw b/src/uncategorized/reLegendaryCow.tw
index 2aacc1319de6fd857a1adb8f257259172bd7dfd1..3bbb5cbb6141bf7cf2f11bb9b5b9b47fb695ce77 100644
--- a/src/uncategorized/reLegendaryCow.tw
+++ b/src/uncategorized/reLegendaryCow.tw
@@ -7,22 +7,23 @@
 	<<goto "RIE Eligibility Check">>
 <<else>>
 
+<<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-<<EventNameLink $activeSlave>> is an incredible producer of milk. She's lactating in volumes that would have been unthinkable in the days when drug treatments were limited by consent. A nascent slave dairy trade organization will be holding a public stock show tomorrow, and since they're aware you keep cows, they've sent you an invitation to enter stock to be judged.
+<<EventNameLink $activeSlave>> is an incredible producer of milk. $He's lactating in volumes that would have been unthinkable in the days when drug treatments were limited by consent. A nascent slave dairy trade organization will be holding a public stock show tomorrow, and since they're aware you keep cows, they've sent you an invitation to enter stock to be judged.
 
 <br><br>
 
-This is a rare opportunity. The idea of human dairy is new and understandably fascinating to many, so the stock show is likely to draw some serious press. Were $activeSlave.slaveName to win, she would probably be remembered for a long time as a special cow.
+This is a rare opportunity. The idea of human dairy is new and understandably fascinating to many, so the stock show is likely to draw some serious press. Were $activeSlave.slaveName to win, $he would probably be remembered for a long time as a special cow.
 
 <br><br>
 
 <span id="result">
-<<link "Fairly enter her in the stock show">>
+<<link "Fairly enter $him in the stock show">>
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 90>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, but her massive tits win the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, but $his massive tits win the day. Against all odds $he is named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
 		<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a dairy cow.">>
@@ -31,7 +32,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her tits are easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's tits anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, and it is fatal to $his chances of winning. Though $his tits are easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's tits anyway; as you are $his owner, your reputation has @@.green;increased@@ a little.
 		<<set $rep += 100>>
 		<</replace>>
 	<</if>>
@@ -40,7 +41,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look $him over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -50,7 +51,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another cow. The public is impressed with $activeSlave.slaveName's tits anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look $him over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another cow. The public is impressed with $activeSlave.slaveName's tits anyway; as you are $his owner, your reputation has @@.green;increased@@ a little.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
@@ -60,7 +61,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's ass, making her whine and squeal constantly. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. After $he's put through $his paces, the most unfortunate series of accidents somehow befalls $his fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's ass, making them whine and squeal constantly. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -79,4 +80,3 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 </span>
 
 <</if>> /* closes validity check */
-
diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw
index 5a7a369eb0f86d9f2ab3b30827d82d3e96c6a5f7..fc52eb1642f82307a8060242e26eb6fc94882d7e 100644
--- a/src/uncategorized/reLegendaryEntertainer.tw
+++ b/src/uncategorized/reLegendaryEntertainer.tw
@@ -7,29 +7,30 @@
 	<<goto "RIE Eligibility Check">>
 <<else>>
 
+<<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-The Free Cities fashion scene extends to slave bodies, of course; stopping at mere clothes and behaviors is an old world conceit. This week, <<EventNameLink $activeSlave>> is in vogue. Such a crowd of gawkers and hangers-on follows her around the club that the fine citizens who have a chance at an hour of her time must shoulder their way through the throng.
+The Free Cities fashion scene extends to slave bodies, of course; stopping at mere clothes and behaviors is an old world conceit. This week, <<EventNameLink $activeSlave>> is in vogue. Such a crowd of gawkers and hangers-on follows $him around the club that the fine citizens who have a chance at an hour of $his time must shoulder their way through the throng.
 
 <br><br>
 
-This is a rare opportunity. Such popularity and fame is here today, and gone tomorrow. It might be possible, with a serious investment of funds in publicity, to really fix her in the public mind as a courtesan of note. There's no guarantee of success, but if you are successful, her value will increase a great deal.
+This is a rare opportunity. Such popularity and fame is here today, and gone tomorrow. It might be possible, with a serious investment of funds in publicity, to really fix $him in the public mind as a courtesan of note. There's no guarantee of success, but if you are successful, $his value will increase a great deal.
 
 <br><br>
 
 <span id="result">
-<<link "Just capitalize on her popularity as it is">>
+<<link "Just capitalize on $his popularity as it is">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You decide to limit your advantage on her temporary popularity to a little publicity and some advertising. You've gained a little @@.green;notoriety.@@
+	You decide to limit your advantage on $his temporary popularity to a little publicity and some advertising. You've gained a little @@.green;notoriety.@@
 	<<set $rep += 200>>
 	<</replace>>
 <</link>>
-<br><<link "Invest <<print cashFormat(5000)>> in her image">>
+<br><<link "Invest <<print cashFormat(5000)>> in $his image">>
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her gentle caresses. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;respected and famous courtesan.@@ As her owner, your reputation has @@.green;also increased.@@
+		You buy media coverage of $him, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review $his gentle caresses. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;respected and famous courtesan.@@ As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 200>>
 		<<if $activeSlave.prestige <= 1>>
@@ -41,17 +42,17 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
+		You buy media coverage of $him, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review $his gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As $his owner, your reputation has @@.green;increased,@@ but in a week $he'll be forgotten.
 		<<set $cash -= 5000>>
 		<<set $rep += 200>>
 		<</replace>>
 	<</if>>
 <</link>>
-<br><<link "Lavish <<print cashFormat(10000)>> on her fame">>
+<br><<link "Lavish <<print cashFormat(10000)>> on $his fame">>
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her gentle caresses. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;respected and famous courtesan.@@ As her owner, your reputation has @@.green;also increased.@@
+		You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review $his gentle caresses. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;respected and famous courtesan.@@ As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 400>>
 		<<if $activeSlave.prestige <= 1>>
@@ -63,7 +64,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
+		You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review $his gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As $his owner, your reputation has @@.green;increased,@@ but in a week $he'll be forgotten.
 		<<set $cash -= 10000>>
 		<<set $rep += 400>>
 		<</replace>>
diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw
index bbabccf43189bc8e49aa8082843ac7cc0a7058c3..eb794180b0fdd18664ad5a79125308dec1bbff02 100644
--- a/src/uncategorized/reLegendaryWhore.tw
+++ b/src/uncategorized/reLegendaryWhore.tw
@@ -7,30 +7,31 @@
 	<<goto "RIE Eligibility Check">>
 <<else>>
 
+<<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-The Free Cities red light areas are so overcharged with cheap and easy sex that the fashion in whores is comically unstable. This week, <<EventNameLink $activeSlave>> is in vogue. So many customers are interested in renting her body that it's necessary to assign other girls to take some of the load off her by diverting less important customers away from her.
+The Free Cities red light areas are so overcharged with cheap and easy sex that the fashion in whores is comically unstable. This week, <<EventNameLink $activeSlave>> is in vogue. So many customers are interested in renting $his body that it's necessary to assign other whores to take some of the load off $him by diverting less important customers away from $him.
 
 <br><br>
 
-This is a rare opportunity. Such popularity and fame is here today, and gone tomorrow. It might be possible, with a serious investment of funds in publicity, to really fix her in the public mind as a whore of note. There's no guarantee of success, but if you are successful, her value will increase a great deal.
+This is a rare opportunity. Such popularity and fame is here today, and gone tomorrow. It might be possible, with a serious investment of funds in publicity, to really fix $him in the public mind as a whore of note. There's no guarantee of success, but if you are successful, $his value will increase a great deal.
 
 <br><br>
 
 <span id="result">
-<<link "Just capitalize on her popularity as it is">>
+<<link "Just capitalize on $his popularity as it is">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You decide to limit your advantage on her temporary popularity to a little marketing and some minor price increases. You've made some unexpected @@.yellowgreen;profits,@@ and gained a little @@.green;notoriety.@@
+	You decide to limit your advantage on $his temporary popularity to a little marketing and some minor price increases. You've made some unexpected @@.yellowgreen;profits,@@ and gained a little @@.green;notoriety.@@
 	<<set $cash += 1000>>
 	<<set $rep += 100>>
 	<</replace>>
 <</link>>
-<br><<link "Invest <<print cashFormat(5000)>> in her notoriety">>
+<br><<link "Invest <<print cashFormat(5000)>> in $his notoriety">>
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her many delights. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;notorious and very popular prostitute.@@ As her owner, your reputation has @@.green;also increased.@@
+		You buy media coverage of $him, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review $his many delights. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;notorious and very popular prostitute.@@ As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -40,17 +41,17 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
+		You buy media coverage of $him, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review $his many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As $his owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
 	<</if>>
 <</link>>
-<br><<link "Lavish <<print cashFormat(10000)>> on her fame">>
+<br><<link "Lavish <<print cashFormat(10000)>> on $his fame">>
 	<<EventNameDelink $activeSlave>>
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her many delights. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;notorious and very popular prostitute.@@ As her owner, your reputation has @@.green;also increased.@@
+		You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review $his many delights. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;notorious and very popular prostitute.@@ As $his owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 200>>
 		<<set $activeSlave.prestige = 1>>
@@ -60,7 +61,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
+		You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review $his many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As $his owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 10000>>
 		<<set $rep += 200>>
 		<</replace>>
@@ -69,4 +70,3 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 </span>
 
 <</if>> /* closes validity check */
-
diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw
index 012e5e288deb146ee9c3cbeb453baec0675a8059..e0e3c7fa62234ba7ae83b9d5c4f7ae5446f6422f 100644
--- a/src/uncategorized/reMalefactor.tw
+++ b/src/uncategorized/reMalefactor.tw
@@ -603,17 +603,17 @@ She is easily taken into custody and her contraband confiscated once the jeering
 	<<replace "#result">>
 		<<switch $malefactor>>
 		<<case "addict">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned recovers enough by the end of the process to start masturbating weakly, even as she begins begging for a fix. Then it's off to slave markets for sale.
+			You complete the legalities and biometric scanning quickly and without fuss. The condemned recovers enough by the end of the process to start masturbating weakly, even as $he begins begging for a fix. Then it's off to slave markets for sale.
 		<<case "escapee">>
-			You complete the legalities and biometric scanning quickly and without fuss. She remains limp throughout the process, only recovering enough to barely grasp the situation as she is enslaved and heading to the slave markets.
+			You complete the legalities and biometric scanning quickly and without fuss. $He remains limp throughout the process, only recovering enough to barely grasp the situation as $he is enslaved and heading to the slave markets.
 		<<case "orphanloli">>
-			You complete the legalities and biometric scanning quickly and without fuss. She sobs throughout the process, though stops once she realizes being a slave means free food. She starts crying again once she realizes she is heading for the slave markets.
+			You complete the legalities and biometric scanning quickly and without fuss. $He sobs throughout the process, though stops once $he realizes being a slave means free food. $He starts crying again once $he realizes $he is heading for the slave markets.
 		<<case "anchorBaby">>
-			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. Her children <<if $cash4Babies == 1>>head off to be sold as well<<else>>will be sent to a slave orphanage for future sale<</if>>.
+			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. $His children <<if $cash4Babies == 1>>head off to be sold as well<<else>>will be sent to a slave orphanage for future sale<</if>>.
 		<<case "businesswoman" "mule" "rapist" "whore">>
 			You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale.
 		<<case "liberator">>
-			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. Based on the drone logs, she is likely to be violent when she does. You make sure that she isn't going to get loose as $he is sent off to the slave market; the public would not be pleased if she went on another rampage.
+			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, $he could awake at any time. Based on the drone logs, $he is likely to be violent when $he does. You make sure that $he isn't going to get loose as $he is sent off to the slave market; the public would not be pleased if $he went on another rampage.
 		<</switch>>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/reStandardPunishment.tw b/src/uncategorized/reStandardPunishment.tw
index 3b8d0389db056590f8c486cee07904f888b072eb..951c44166578476b81b35a53aa08fc8676f3ba2b 100644
--- a/src/uncategorized/reStandardPunishment.tw
+++ b/src/uncategorized/reStandardPunishment.tw
@@ -69,7 +69,13 @@
 	ERROR: bad sin
 <</switch>>
 
-<<if $HeadGirl != 0>>$HeadGirl.slaveName<<else>>$assistantName<</if>> is <<if $activeSlave.standardPunishment == "situational">>assessing an appropriate punishment<<else>>sentencing her to her standard punishment, <<switch $activeSlave.standardPunishment>><<case "confinement">>several hours in confinement<<case "whipping">>a whipping<<case "chastity">>several hours in chastity<</switch>><</if>>. <<if ($HeadGirl != 0) || ($assistant != 0)>>She<<else>>It<</if>> immediately defers to you, should you wish to take over.
+<<if $HeadGirl != 0>>
+	<<setLocalPronouns $HeadGirl 2>>
+	$HeadGirl.slaveName is <<if $activeSlave.standardPunishment == "situational">>assessing an appropriate punishment<<else>>sentencing $him to $his standard punishment, <<switch $activeSlave.standardPunishment>><<case "confinement">>several hours in confinement<<case "whipping">>a whipping<<case "chastity">>several hours in chastity<</switch>><</if>>. _He2 immediately defers to you, should you wish to take over.
+<<else>>
+	<<setAssistantPronouns>>
+	$assistantName is <<if $activeSlave.standardPunishment == "situational">>assessing an appropriate punishment<<else>>sentencing $him to $his standard punishment, <<switch $activeSlave.standardPunishment>><<case "confinement">>several hours in confinement<<case "whipping">>a whipping<<case "chastity">>several hours in chastity<</switch>><</if>>. _HeA immediately defers to you, should you wish to take over.
+<</if>>
 
 <br><br>
 <span id="result">
diff --git a/src/uncategorized/resMove.tw b/src/uncategorized/resMove.tw
index ef00aca55b4b86336acd91cb55d62b4a2788ce67..131d907bd81d6d5f17771c229c80c6409c394cf6 100644
--- a/src/uncategorized/resMove.tw
+++ b/src/uncategorized/resMove.tw
@@ -156,7 +156,7 @@ as you suspected,
 		<<case "incubus">>
 			those amazing breasts; I can't wait to wrap them around my dick!" She exclaims, her hard-on twitching with anticipation.
 		<<case "succubus">>
-			those saggy tits and fat asses, then compare them to MINE." She states, pushing out her perfectly perky M-cup bust before twirling around to show off her enormous, toned ass.
+			those saggy tits and fat asses, then compare them to MINE." _HeA states, pushing out _hisA perfectly perky M-cup bust before twirling around to show off _hisA enormous, toned ass.
 		<<case "imp">>
 			those heavy tits," her avatar says, "I just want to tease them all day long!"
 		<<case "witch">>
@@ -190,21 +190,21 @@ as you suspected,
 		<<case "loli" "preggololi">>
 			those fat butts!" her avatar exclaims cheerfully.
 		<<case "angel">>
-			your soul! Pussies are for sex, not buttholes!" She shouts, bright red with embarrassment at what she is saying.
+			your soul! Pussies are for sex, not buttholes!" _heA shouts, bright red with embarrassment at what _heA is saying.
 		<<case "cherub">>
-			all those big butts!" Her avatar says while clutching her own. "Would I look cute with a bigger rear?"
+			all those big butts!" _hisA avatar says while clutching _hisA own. "Would I look cute with a bigger rear?"
 		<<case "incubus">>
-			those amazing assholes; I bet they know just how to squeeze as you fuck'em!" She exclaims, her hard-on twitching with anticipation.
+			those amazing assholes; I bet they know just how to squeeze as you fuck 'em!" _heA exclaims, _hisA hard-on twitching with anticipation.
 		<<case "succubus">>
-			my ass instead," she says, shaking her own giant ass and tight butthole at you.
+			my ass instead," _heA says, shaking _hisA own giant ass and tight butthole at you.
 		<<case "imp">>
-			those bouncing asses," her avatar says. "I just want to spank them all day long..."
+			those bouncing asses," _hisA avatar says. "I just want to spank them all day long..."
 		<<case "witch">>
-			all that assflesh," her avatar mutters. "So many panties ruined by that spell..."
+			all that assflesh," _hisA avatar mutters. "So many panties ruined by that spell..."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			ass pussies," her avatar states, sprouting a large dick-like appendage from its crotch. "Perfect for filling with young."
+			ass pussies," _hisA avatar states, sprouting a large dick-like appendage from its crotch. "Perfect for filling with young."
 		<<case "schoolgirl">>
-			those soft little bitches!" her avatar trills.
+			those soft little bitches!" _hisA avatar trills.
 		<<default>>
 			those bottoms," she says.
 		<</switch>>
@@ -212,15 +212,15 @@ as you suspected,
 		"Just think of
 		<<switch $assistantAppearance>>
 		<<case "monstergirl">>
-			their sweaty bodies," she concludes, her avatar starting to masturbate.
+			their sweaty bodies," she concludes, _hisA avatar starting to masturbate.
 		<<case "shemale">>
-			those muscly bodies, all sweaty and..." she trails off, her avatar starting to masturbate.
+			those muscly bodies, all sweaty and..." she trails off, _hisA avatar starting to masturbate.
 		<<case "amazon">>
 			how they can fight!" she concludes, more loudly than is really necessary.
 		<<case "businesswoman">>
-			all that bodyguard potential," her avatar says, looking aroused at the possibilities.
+			all that bodyguard potential," _hisA avatar says, looking aroused at the possibilities.
 		<<case "fairy" "pregnant fairy">>
-			those big, strong, sweaty, sexy bodies!" her avatar squeaks, looking beet red and breathing heavily.
+			those big, strong, sweaty, sexy bodies!" _hisA avatar squeaks, looking beet red and breathing heavily.
 		<<case "goddess" "hypergoddess">>
 			all those hard, strong, rippling..." she trails off, too breathless to be specific.
 		<<case "loli" "preggololi">>
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index 173367bf15c820556c125d61585802a4fbdb007b..8b009d7b071d052968853d75e7480ff09353722b 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -94,9 +94,9 @@ You pause for a moment, and she plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'
 		<<case "businesswoman">>
 			sell her fresh pussy to the highest bidder," the businesswoman exclaims.
 		<<case "fairy">>
-			play with her clit and lap up those sweet virgin juices!" the fairy exclaims, licking her lips.
+			play with her clit and lap up those sweet virgin juices!" the fairy exclaims, licking _hisA lips.
 		<<case "pregnant fairy">>
-			play with her clit and lap up those sweet motherly juices!" the fairy exclaims, licking her lips.
+			play with her clit and lap up those sweet motherly juices!" the fairy exclaims, licking _hisA lips.
 		<<case "goddess">>
 			teach her all about being a real woman," the goddess exclaims, rubbing her belly in anticipation.
 		<<case "hypergoddess">>
@@ -104,9 +104,9 @@ You pause for a moment, and she plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'
 		<<case "loli">>
 			play with her!" The little girl exclaims happily while jumping up and down.
 		<<case "preggololi">>
-			play with her!" The little girl exclaims happily while caressing her belly.
+			play with her!" The little girl exclaims happily while caressing _hisA belly.
 		<<case "angel">>
-			keep her safe and craft the perfect future slavewife for someone," the angel says, crossing her arms under her chest.
+			keep her safe and craft the perfect future slavewife for someone," the angel says, crossing _hisA arms under _hisA chest.
 		<<case "cherub">>
 			pretty her up for her first love!" the cherub says, clasping her hands together and fluttering back and forth.
 		<<case "incubus">>
diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw
index 45c50e6f28b06a95eaf78a8585ab2606e965a3be..740419ecfb8104a616bd524355c73166458fc6e4 100644
--- a/src/uncategorized/saDevotion.tw
+++ b/src/uncategorized/saDevotion.tw
@@ -903,23 +903,23 @@
 
 <<else>> /* IS FUCKDOLL */
 
-It is confined in a suit that limits its perception of the outside world to tonal commands from the suit itself and things that are inserted into its mouth<<if $activeSlave.vagina > -1>>, vagina,<</if>> and anus.
+$He is confined in a suit that limits $his perception of the outside world to tonal commands from the suit itself and things that are inserted into $his mouth<<if $activeSlave.vagina > -1>>, vagina,<</if>> and anus.
 <<if $slaves[$i].sexualFlaw == "self hating">>
-	Its self hatred @@.gold;cannot eliminate the growing fear@@ engendered by its remaining spark of self-preservation.
+	$His self hatred @@.gold;cannot eliminate the growing fear@@ engendered by $his remaining spark of self-preservation.
 	<<set $slaves[$i].trust -= 5>>
 <<elseif $slaves[$i].trust > 50>>
-	It still hopes you'll let it out of its suit so it can be your good slave again, but @@.gold;fear and doubt creep in@@ by the minute. And there are a lot of them.
+	$He still hopes you'll let $him out of $his suit so $he can be your good slave again, but @@.gold;fear and doubt creep in@@ by the minute. And there are a lot of them.
 <<else>>
-	With little to do but <<if $activeSlave.fuckdoll <= 60>>wonder if it's about to be used<<else>>desperately hope it'll be used soon<</if>>, it dwells on the @@.gold;horrible fear@@ that this dark existence will be perpetual.
+	With little to do but <<if $activeSlave.fuckdoll <= 60>>wonder if $he's about to be used<<else>>desperately hope $he'll be used soon<</if>>, $he dwells on the @@.gold;horrible fear@@ that this dark existence will be perpetual.
 <</if>>
 <<set $slaves[$i].trust -= 10>>
 <<if $slaves[$i].sexualFlaw == "self hating">>
-	It knows to its core that it deserves this, @@.mediumorchid;slowing but not stopping its descent into depression.@@
+	$He knows to $his core that $he deserves this, @@.mediumorchid;slowing but not stopping $his descent into depression.@@
 	<<set $slaves[$i].devotion += 5>>
 <<elseif $slaves[$i].devotion > 50>>
-	It spirals through @@.mediumorchid;obsessive depression,@@ wondering what it did to deserve this fate.
+	$He spirals through @@.mediumorchid;obsessive depression,@@ wondering what $he did to deserve this fate.
 <<else>>
-	In the silence and darkness between the times it's used, it has little to do but @@.mediumorchid;hate you.@@
+	In the silence and darkness between the times $he's used, $he has little to do but @@.mediumorchid;hate you.@@
 <</if>>
 <<set $slaves[$i].devotion -= 10>>
 
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 8de9d0d3fae03e73ad6b3b15430b0a1092a09d1a..a7d970fa6f00a65a67cda949a6b21d07c6051f08 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -7240,7 +7240,7 @@
 	<<set $repGain += (100*$slaves[$i].pornPrestige)>>
 	<<set _donations = Math.floor($slaves[$i].pornFame/(random(13,20)))+(random(-5000,5000))>>
 	<<if _donations > 0>>
-		A number of gifts and donations totalling @@.yellowgreen;<<print cashFormat(_donations)>>@@ were also sent to $him, among other things.
+		A number of gifts and donations totaling @@.yellowgreen;<<print cashFormat(_donations)>>@@ were also sent to $him, among other things.
 		<<set $cash += _donations>>
 	<</if>>
 <<elseif $slaves[$i].pornFeed > 0>>
diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw
index 3235207e566cfea0c43eed2cec6ec5d1d65a8b2e..d2707b90b89030f14b89f651bd77b5eb6a18b5b9 100644
--- a/src/uncategorized/saPleaseYou.tw
+++ b/src/uncategorized/saPleaseYou.tw
@@ -273,7 +273,7 @@ serves you this week.
 			<</if>>
 			<<set $slaves[$i].analCount += _analUse, $analTotal += _analUse>>
 		<<else>>
-			You keep $him with you all week, using it as your personal sex toy
+			You keep $him with you all week, using $him as your personal sex toy
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
 				<<set _analUse = random(21,40)>>
 				several times a day.
@@ -284,7 +284,7 @@ serves you this week.
 				<<set _analUse = random(3,7)>>
 				on occasion.
 			<</if>>
-			When you're not using it, it <<if $activeSlave.amp > 0>>rests<<else>>stands<</if>> nearby, waiting silently for your order to present its asshole.
+			When you're not using $him, $he <<if $activeSlave.amp > 0>>rests<<else>>stands<</if>> nearby, waiting silently for your order to present its asshole.
 			<<if $PC.dick == 1>>
 				<<set _cervixPump = _analUse>>
 				<<if canImpreg($slaves[$i], $PC)>>
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 3d061ad0961d492c162439fbce1180614bd31548..fb70c4cbcf7597fa01b90cfe706facdc968b5394 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -2,34 +2,36 @@
 
 <<if $slaves[$i].fuckdoll == 0>>
 	<<set _SL = $slaves.length, _SlaveI = $slaves[$i], _SlaveJ = null, _drop = 0>>
+	<<setLocalPronouns _SlaveI>>
 	<<if _SlaveI.relationship == 0 && _SlaveI.fetish != "mindbroken">>
 		<<if (_SlaveI.devotion + _SlaveI.trust > 175) && (random(1,3) == 1)>>
-			_SlaveI.slaveName is quite devoted to you, and trusts both you and her place as a slave. Since she does not have a strong relationship with another slave,
+			_SlaveI.slaveName is quite devoted to you, and trusts both you and $his place as a slave. Since $he does not have a strong relationship with another slave,
 			<<if (_SlaveI.sexualQuirk == "romantic")>>
-				and persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;She's become emotionally bonded to you!@@
+				and persistently interprets sex in the most romantic possible terms, $he has decided that $he wants to be yours in $his heart as well as $his <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;$He's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<<elseif (_SlaveI.assignment == "be your Concubine")>>
-				and is your concubine, she almost inevitably comes to view you as much as a lover as an owner. @@.lightgreen;She's become emotionally bonded to you!@@
+				and is your concubine, $he almost inevitably comes to view you as much as a lover as an owner. @@.lightgreen;$He's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<<elseif ($masterSuiteUpgradeLuxury == 2) && (_SlaveI.assignment == "serve in the master suite")>>
-				and does nothing but eat, sleep, and make love to your other fucktoys, she slowly loses sight of any distinction between emotional attachment and sexual congress. @@.lightgreen;She's become an emotional slut!@@
+				and does nothing but eat, sleep, and make love to your other fucktoys, $he slowly loses sight of any distinction between emotional attachment and sexual congress. @@.lightgreen;$He's become an emotional slut!@@
 				<<set _SlaveI.relationship = -1>>
 			<<elseif (_SlaveI.assignment == "please you") || (_SlaveI.assignment == "serve in the master suite")>>
-				and spends her days worshipping your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>, she begins to focus more and more of her happiness on how happy you are. @@.lightgreen;She's become emotionally bonded to you!@@
+				and spends $his days worshipping your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>, $he begins to focus more and more of $his happiness on how happy you are. @@.lightgreen;$He's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<<elseif (_SlaveI.assignment == "serve the public") || (_SlaveI.assignment == "serve in the club")>>
-				and her life is an endless stream of lovers, she unconsciously loses any sense of emotional attachment outside the intimacy of sex. @@.lightgreen;She's become an emotional slut!@@
+				and $his life is an endless stream of lovers, $he unconsciously loses any sense of emotional attachment outside the intimacy of sex. @@.lightgreen;$He's become an emotional slut!@@
 				<<set _SlaveI.relationship = -1>>
 			<<elseif (_SlaveI.energy > 95) && ((_SlaveI.analCount + _SlaveI.vaginalCount + _SlaveI.oralCount + _SlaveI.mammaryCount + _SlaveI.penetrativeCount) > ($week - _SlaveI.weekAcquired) * random(20, 30))>>
-				is a total sex addict, and has a spectacularly promiscuous sexual history, she begins to think of sex as her only meaningful emotional connection with people. @@.lightgreen;She's become an emotional slut!@@
+				is a total sex addict, and has a spectacularly promiscuous sexual history, $he begins to think of sex as $his only meaningful emotional connection with people. @@.lightgreen;$He's become an emotional slut!@@
 				<<set _SlaveI.relationship = -1>>
 			<<else>>
-				and loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@.lightgreen;She's become emotionally bonded to you!@@
+				and loves you, $he begins to think of you as a $woman might think of $his lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. $He knows $he cannot hope for more of a relationship with you than $he has, but $he finds emotional support in serving you nonetheless. @@.lightgreen;$He's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<</if>>
 		<<elseif _SlaveI.career == "a Futanari Sister" && _SlaveI.relationshipRules == "permissive">>
 			<<for _j = 0; _j < _SL; _j++>>
 				<<set _SlaveJ = $slaves[_j]>>
+				<<setLocalPronouns _SlaveJ 2>>
 				<<if (_SlaveJ.career == "a Futanari Sister") && _SlaveJ.relationshipRules == "permissive" && (_SlaveJ.relationship == 0) && (_SlaveI.rivalryTarget != _SlaveJ.ID) && (_SlaveJ.ID != _SlaveI.ID) && _SlaveJ.fetish != "mindbroken">>
 					_SlaveI.slaveName greets _SlaveJ.slaveName with joy. It's not clear whether they ever knew each other during their lives as Futanari Sisters, but it seems that they believe themselves to be in a relationship by simple virtue of having been Sisters. In any case, _SlaveI.slaveName and _SlaveJ.slaveName @@.lightgreen;become inseparable lovers@@ instantly, as though there's no possibility they would do anything else. They're even surprised when other slaves ask them about it; it's as though they're unaware that other possibilities even exist.
 					<<set _SlaveJ.relationship = 4, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 4, _SlaveI.relationshipTarget = _SlaveJ.ID>>
@@ -42,8 +44,9 @@
 		<<elseif (_SlaveI.origin == "You were acquainted with her before you were an arcology owner; your rival tried to use her to manipulate you, but you rescued her.") && ($rivalryDuration > 20) && (($rivalryFS != "Racial Supremacism") || ($rivalryFS != "Paternalism")) && _SlaveI.newGamePlus == 0>>
 			<<for _j = 0; _j < _SL; _j++>>
 				<<set _SlaveJ = $slaves[_j]>>
+				<<setLocalPronouns _SlaveJ 2>>
 				<<if _SlaveJ.fetish != "mindbroken" && _SlaveJ.prestigeDesc == "You bankrupted and enslaved her in revenge for her part in the attack on your arcology by the Daughters of Liberty.">>
-					_SlaveI.slaveName greets _SlaveJ.slaveName with joy, happy to see her former owner again. Without any regard to you, they continue their prior relationship.
+					_SlaveI.slaveName greets _SlaveJ.slaveName with joy, happy to see $his former owner again. Without any regard to you, they continue their prior relationship.
 					<<if _SlaveJ.relationship > 0>>
 						<<set _k = $slaveIndices[_SlaveJ.relationshipTarget]>>
 						<<if def _k>>
@@ -68,6 +71,7 @@
 			<<set $resentment = 0>>
 			<<for _j = 0; _j < _SL; _j++>>
 				<<set _SlaveJ = $slaves[_j]>>
+				<<setLocalPronouns _SlaveJ 2>>
 				<<if (_SlaveJ.ID != _SlaveI.ID) && (_SlaveJ.relationship == 0) && (_SlaveI.rivalryTarget != _SlaveJ.ID) && (_SlaveJ.assignment != "stay confined") && (_SlaveJ.fetish != "mindbroken")>>
 				<<if (_SlaveJ.ID == $Madam.ID) && (_SlaveI.assignment == "work in the brothel")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
@@ -153,7 +157,7 @@
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Wardeness, _SlaveJ.slaveName and is @@.gold;beaten@@ by _SlaveJ.slaveName for her trouble.
+							_SlaveI.slaveName tries to strike up a friendship with the Wardeness, _SlaveJ.slaveName and is @@.gold;beaten@@ by _SlaveJ.slaveName for $his trouble.
 							<<set _SlaveI.trust -= 5>>
 						<</if>>
 					<</if>>
@@ -176,7 +180,7 @@
 						<<break>>
 					<<else>>
 						<<if $resentment == 0>>
-							_SlaveI.slaveName tries to strike up a friendship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; she @@.mediumorchid;resents@@ being castigated for simple sociability.
+							_SlaveI.slaveName tries to strike up a friendship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; $he @@.mediumorchid;resents@@ being castigated for simple sociability.
 							<<set _SlaveI.devotion -= 2, _SlaveI.trust -= 2, $resentment++>>
 						<</if>>
 					<</if>>
@@ -188,7 +192,7 @@
 							<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 							<<break>>
 						<<else>>
-							_SlaveI.slaveName tries to renew her relationship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; she @@.mediumorchid;resents@@ being prevented from reuniting with her.
+							_SlaveI.slaveName tries to renew $his relationship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; $he @@.mediumorchid;resents@@ being prevented from reuniting with _him2.
 							<<set _SlaveI.devotion -= 2, _SlaveI.trust -= 2>>
 						<</if>>
 					<</if>>
@@ -218,6 +222,7 @@
 		<<set _J = $slaveIndices[_SlaveI.relationshipTarget]>>
 		<<if def _J>>
 			<<set _SlaveJ = $slaves[_J], _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveJ.relationship = _SlaveI.relationship>>
+			<<setLocalPronouns _SlaveJ 2>>
 		<</if>>
 		<<if (_SlaveI.relationship > 0) && (_SlaveJ == null)>>
 			<br>@@.red;_SlaveI.slaveName's relationship was _SlaveI.relationship and relationshipTarget was _SlaveI.relationshipTarget but no slave with that ID was found@@<br>
@@ -231,7 +236,7 @@
 			<</if>>
 		<</if>>
 		<<if _SlaveI.fetish == "mindbroken" && _SlaveI.relationship != -3>>
-			Since she is mindbroken, she @@.lightsalmon;can't really maintain@@ any meaningful relationship with
+			Since $he is mindbroken, $he @@.lightsalmon;can't really maintain@@ any meaningful relationship with
 			<<if _SlaveJ != null>>
 				_SlaveJ.slaveName
 				<<set _SlaveJ.relationship = 0, _SlaveJ.relationshipTarget = 0>>
@@ -262,7 +267,7 @@
 				<</if>>
 			<<elseif _SlaveI.relationship == -2>>
 				<<if _SlaveI.mother == -1>>
-					She
+					$He
 					<<if _SlaveI.sexualQuirk == "perverted">>
 						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion += 1>>
@@ -328,9 +333,9 @@
 						<</if>>
 					<</if>>
 				<<elseif _SlaveI.father == -1>>
-					She
+					$He
 					<<if _SlaveI.sexualQuirk == "perverted">>
-						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
+						is such a pervert that $he @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own father.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
 						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
@@ -394,9 +399,9 @@
 						<</if>>
 					<</if>>
 				<<elseif $PC.mother == _SlaveI.ID || $PC.father == _SlaveI.ID>>
-					She
+					$He
 					<<if _SlaveI.sexualQuirk == "perverted">>
-						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is such a pervert that $he @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
 						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
@@ -476,9 +481,9 @@
 							<<set _PCrelative = "half-sister">>
 						<</if>>
 					<</if>>
-					She
+					$He
 					<<if _SlaveI.sexualQuirk == "perverted">>
-						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
 						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
@@ -553,7 +558,7 @@
 				<</if>>
 				<<if _SlaveI.relationship == -2>>
 					<<switch _SlaveI.assignment>>
-					<<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">>
+					<<case "be a servant" "be your Concubine" "please you" "serve in the master suite" "work as a servant">>
 						She is @@.hotpink;happy@@ to be allowed to serve you personally, since it's as close a relationship to you as she can aspire to. In addition, her deep love for you produces a slow but steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@
 						<<set _SlaveI.devotion++, _SlaveI.trust++>>
 					<<default>>
@@ -663,13 +668,13 @@
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies she's carrying are<<else>>y she's carrying is<</if>> her father's, though she tries her best not to think about it.
+								$He's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies $he's carrying are<<else>>y $he's carrying is<</if>> $his father's, though $he tries $his best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies she's carrying are<<else>>y she's carrying is<</if>> her father's that she often wakes up crying about it.
+								$He's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies $he's carrying are<<else>>y $he's carrying is<</if>> $his father's that $he often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								$He's @@.mediumorchid;passionately hateful@@ of you for making $him carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
@@ -695,47 +700,47 @@
 						<</if>>
 					<</if>>
 				<<elseif ($PC.mother == _SlaveI.ID || $PC.father == _SlaveI.ID) && _SlaveI.fetish != "mindbroken">>
-					She
+					$He
 					<<if _SlaveI.sexualQuirk == "perverted">>
-						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is such a pervert that $he @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is so inured to the perversities of slavery that $he @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk == "sinful">>
-						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is torn between sinful delight and deep disgust that $he's carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 					<<elseif _SlaveI.devotion > 75>>
-						is so devoted to you that she accepts carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is so devoted to you that $he accepts carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is somewhat @@.mediumorchid;disturbed@@ that $he's carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that $he's carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that $he's carrying on an incestuous relationship with $his own <<if $PC.title == 1>>son<<else>>daughter<</if>>.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.pregKnown == 1>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk == "perverted">>
-								She's even @@.hotpink;aroused@@ by the constant awareness that her <<if $PC.title == 1>>son<<else>>daughter<</if>> is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								$He's even @@.hotpink;aroused@@ by the constant awareness that $his <<if $PC.title == 1>>son<<else>>daughter<</if>> is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> $he's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk == "sinful">>
-								Her feelings about carrying her <<if $PC.title == 1>>son<<else>>daughter<</if>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
+								$His feelings about carrying $his <<if $PC.title == 1>>son<<else>>daughter<</if>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
-								She occasionally remembers that she's carrying her <<if $PC.title == 1>>son<<else>>daughter<</if>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
+								$He occasionally remembers that $he's carrying $his <<if $PC.title == 1>>son<<else>>daughter<</if>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>, but does $his best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies she's carrying are<<else>>y she's carrying is<</if>> her <<if $PC.title == 1>>son<<else>>daughter<</if>>'s, though she tries her best not to think about it.
+								$He's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies $he's carrying are<<else>>y $he's carrying is<</if>> $his <<if $PC.title == 1>>son<<else>>daughter<</if>>'s, though $he tries $his best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies she's carrying are<<else>>y she's carrying is<</if>> her <<if $PC.title == 1>>son<<else>>daughter<</if>>'s that she often wakes up crying about it.
+								$He's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies $he's carrying are<<else>>y $he's carrying is<</if>> $his <<if $PC.title == 1>>son<<else>>daughter<</if>>'s that $he often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								$He's @@.mediumorchid;passionately hateful@@ of you for making $him carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
@@ -777,47 +782,47 @@
 							<<set _PCrelative = "half-sister">>
 						<</if>>
 					<</if>>
-					She
+					$He
 					<<if _SlaveI.sexualQuirk == "perverted">>
-						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is such a pervert that $he @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is so inured to the perversities of slavery that $he @@.hotpink;enjoys@@ carrying on an incestuous relationship with $his own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk == "sinful">>
-						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own _PCrelative.
+						is torn between sinful delight and deep disgust that $he's carrying on an incestuous relationship with $his own _PCrelative.
 					<<elseif _SlaveI.devotion > 75>>
-						is so devoted to you that she accepts carrying on an incestuous relationship with her own _PCrelative.
+						is so devoted to you that $he accepts carrying on an incestuous relationship with $his own _PCrelative.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is somewhat @@.mediumorchid;disturbed@@ that $he's carrying on an incestuous relationship with $his own _PCrelative.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that $he's carrying on an incestuous relationship with $his own _PCrelative.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that $he's carrying on an incestuous relationship with $his own _PCrelative.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.pregKnown == 1>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk == "perverted">>
-								She's even @@.hotpink;aroused@@ by the constant awareness that her _PCrelative is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								$He's even @@.hotpink;aroused@@ by the constant awareness that $his _PCrelative is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> $he's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk == "sinful">>
-								Her feelings about carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
+								$His feelings about carrying $his <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
-								She occasionally remembers that she's carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
+								$He occasionally remembers that $he's carrying $his <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>, but does $his best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies she's carrying are<<else>>y she's carrying is<</if>> her <<print _PCrelative>>'s, though she tries her best not to think about it.
+								$He's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies $he's carrying are<<else>>y $he's carrying is<</if>> $his <<print _PCrelative>>'s, though $he tries $his best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies she's carrying are<<else>>y she's carrying is<</if>> her <<print _PCrelative>>'s that she often wakes up crying about it.
+								$He's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies $he's carrying are<<else>>y $he's carrying is<</if>> $his <<print _PCrelative>>'s that $he often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								$He's @@.mediumorchid;passionately hateful@@ of you for making $him carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
@@ -954,15 +959,15 @@
 			<<case 1>> /% friends %/
 				is friends with _SlaveJ.slaveName.
 				<<if (_SlaveI.devotion + _SlaveI.trust > 170) && (random(1, 2) == 1)>>
-					She's very devoted to you, and strongly trusts both you and her place as a slave. Since she is just friends with _SlaveJ.slaveName,
+					$He's very devoted to you, and strongly trusts both you and $his place as a slave. Since $he is just friends with _SlaveJ.slaveName,
 					<<if _SlaveI.sexualQuirk == "romantic">>
-						and persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;She's become emotionally bonded to you!@@
+						and persistently interprets sex in the most romantic possible terms, $he has decided that $he wants to be yours in $his heart as well as $his <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;$He's become emotionally bonded to you!@@
 						<<set _SlaveI.relationship = -2>>
 					<<elseif _SlaveI.energy > 90>>
-						and is a total sex addict, she begins to think of sex as her only meaningful emotional connection with people. @@.lightgreen;She's become an emotional slut!@@
+						and is a total sex addict, $he begins to think of sex as her only meaningful emotional connection with people. @@.lightgreen;$He's become an emotional slut!@@
 						<<set _SlaveI.relationship = -1>>
 					<<else>>
-						and loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@.lightgreen;She's become emotionally bonded to you!@@
+						and loves you, $he begins to think of you as a $woman might think of $his lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. $He knows $he cannot hope for more of a relationship with you than $he has, but $he finds emotional support in serving you nonetheless. @@.lightgreen;$He's become emotionally bonded to you!@@
 						<<set _SlaveI.relationship = -2>>
 					<</if>>
 					<<set _SlaveJ.relationship = 0, _SlaveJ.relationshipTarget = 0, _SlaveI.relationshipTarget = 0>>
@@ -1021,7 +1026,7 @@
 					Driven by nymphomania to attempt to have sex with everyone, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (80-_seed))>>
-					Revelling in the taboo nature of her attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces her and they become @@.lightgreen;friends with benefits.@@
+					Reveling in the taboo nature of $his attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces _him2 and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (80 - _seed))>>
 					Reveling in the taboo nature of her attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces her and they become @@.lightgreen;friends with benefits.@@
@@ -1069,17 +1074,17 @@
 			<<case 3>> /% FWB %/
 				keeps up a sexual friendship with _SlaveJ.slaveName.
 				<<if _SlaveI.sexualQuirk == "romantic">>
-					Her romantic bent drives her to do her best to advance her relationship to an emotional level.
+					$His romantic bent drives $him to do $his best to advance $his relationship to an emotional level.
 					<<set _seed = 10>>
 				<</if>>
 				<<if $familyTesting == 1 && _SlaveI.energy > 95 && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (90-_seed))>>
-					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
+					$He's such a desperate nympho that constant incest is nothing to $him. $He develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (90 - _seed))>>
-					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
+					$He's such a desperate nympho that constant incest is nothing to $him. $He develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (80-_seed))>>
-					Revelling in the taboo nature of her sexual relationship with _SlaveJ.slaveName, she not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
+					Reveling in the taboo nature of $his sexual relationship with _SlaveJ.slaveName, $he not only enjoys _SlaveJ.slaveName's body, but looks after _his2 pleasure, too. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (80 - _seed))>>
 					Reveling in the taboo nature of her sexual relationship with _SlaveJ.slaveName, she not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
@@ -1344,30 +1349,30 @@
 		<<if _SlaveI.releaseRules != "restrictive" && _SlaveI.releaseRules != "masturbation" && _SlaveI.releaseRules != "chastity">>
 			<<if (_SlaveI.sexualQuirk == "size queen") && (canPenetrate(_SlaveJ))>>
 			<<if _SlaveJ.dick > 5>>
-				She's @@.hotpink;very happy@@ with her romantic status, since it means she gets monster cock.
+				$He's @@.hotpink;very happy@@ with $his romantic status, since it means $he regularly gets monster cock.
 				<<if ((_SlaveI.anus > 0) && (_SlaveI.anus < 3))>>
-					She's such a size queen that she takes it up her ass as often as she can bear it, despite her poor anus not being used to such abuse. This @@.lime;stretches out her sphincter.@@
+					$He's such a size queen that $he takes it up $his ass as often as $he can bear it, despite $his poor anus not being used to such abuse. This @@.lime;stretches out $his sphincter.@@
 					<<set _SlaveI.anus++>>
 				<</if>>
-				For her part, _SlaveJ.slaveName @@.hotpink;can barely believe her luck,@@ their sex life is so good.
+				For _his2 part, _SlaveJ.slaveName @@.hotpink;can barely believe _his2 luck,@@ their sex life is so good.
 				<<set _SlaveI.devotion += 2, _SlaveJ.devotion += 2>>
 			<<elseif _SlaveJ.dick > 4>>
-				She @@.hotpink;quite likes@@ being in a sexual relationship with a slave who has such an impressive dick.
+				$He @@.hotpink;quite likes@@ being in a sexual relationship with a slave who has such an impressive dick.
 				<<if ((_SlaveI.anus > 0) && (_SlaveI.anus < 2))>>
-					She's such a size queen that she takes it up her ass as often as she can bear it, despite her tight butt not being used to such abuse. This @@.lime;stretches out her sphincter.@@
+					$He's such a size queen that $he takes it up $his ass as often as $he can bear it, despite $his tight butt not being used to such abuse. This @@.lime;stretches out $his sphincter.@@
 					<<set _SlaveI.anus++>>
 				<</if>>
-				For her part, _SlaveJ.slaveName @@.hotpink;enjoys@@ the benefits of having a lover so interested in her junk.
+				For _his2 part, _SlaveJ.slaveName @@.hotpink;enjoys@@ the benefits of having a lover so interested in _his2 junk.
 				<<set _SlaveI.devotion++, _SlaveJ.devotion++>>
 			<<elseif _SlaveJ.dick > 3>>
-				_SlaveI.slaveName @@.hotpink;certainly doesn't mind@@ having reliable access to such a nice big dick. For her part, _SlaveJ.slaveName @@.hotpink;likes@@ having a lover who finds her penis appealing.
+				_SlaveI.slaveName @@.hotpink;certainly doesn't mind@@ having reliable access to such a nice big dick. For _his2 part, _SlaveJ.slaveName @@.hotpink;likes@@ having a lover who finds _his2 penis appealing.
 				<<set _SlaveI.devotion++, _SlaveJ.devotion++>>
 			<</if>>
 			<</if>>
 
 			<<if (_SlaveI.energy <= 90)>>
 				<<if (_SlaveJ.energy > 95)>>
-					_SlaveJ.slaveName is such a sex addict that she drags _SlaveI.slaveName along with her in their enthusiastic sex life, @@.green;slowly improving her sex drive.@@
+					_SlaveJ.slaveName is such a sex addict that _he2 drags _SlaveI.slaveName along with _him2 in their enthusiastic sex life, @@.green;slowly improving $his sex drive.@@
 					<<set _SlaveI.energy += 3>>
 				<<elseif (_SlaveJ.fetish == _SlaveI.fetish) && (_SlaveJ.fetishKnown == 1) && (_SlaveI.fetishKnown == 1)>>
 					_SlaveJ.slaveName and _SlaveI.slaveName enjoy sharing their sexual fetishes so much it @@.green;improves their sex drives@@ in proportion to the strength of their kinks.
@@ -1376,7 +1381,7 @@
 					_SlaveI.slaveName is very much attracted to _SlaveJ.slaveName, and their fulfilling sexual relationship @@.green;gradually improves _SlaveI.slaveName's sex drive.@@
 					<<set _SlaveI.energy++>>
 				<<elseif (_SlaveI.attrXY > 65) && (_SlaveI.attrKnown == 1) && (_SlaveJ.dick > 0)>>
-					_SlaveI.slaveName enjoys _SlaveJ.slaveName and her cock, and their fulfilling sexual relationship @@.green;gradually improves _SlaveI.slaveName's sex drive.@@
+					_SlaveI.slaveName enjoys _SlaveJ.slaveName and _his2 cock, and their fulfilling sexual relationship @@.green;gradually improves _SlaveI.slaveName's sex drive.@@
 					<<set _SlaveI.energy++>>
 				<</if>>
 			<</if>>
@@ -1393,13 +1398,13 @@
 			<<if ((_SlaveJ.fetish != "none") && (_SlaveJ.fetish != "mindbroken")) && (_SlaveI.fetishStrength <= 95) && (_SlaveJ.fetish != _SlaveI.fetish) && (fetishChangeChance(_SlaveI) > (random(0, 100) - (_SlaveI.relationship * 5)))>>
 				<<switch _SlaveJ.fetish>>
 				<<case "boobs">>
-					After experiencing _SlaveJ.slaveName's love of breasts, her own and _SlaveI.slaveName's, _SlaveI.slaveName happily joins her as a @@.lightcoral;boob fanatic.@@
+					After experiencing _SlaveJ.slaveName's love of breasts, both _his2 own and _SlaveI.slaveName's, _SlaveI.slaveName happily joins _him2 as a @@.lightcoral;boob fanatic.@@
 					<<set _SlaveI.fetish = "boobs", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "buttslut">>
-					_SlaveJ.slaveName begs _SlaveI.slaveName to fuck her ass so many times that _SlaveI.slaveName reconsiders her stance on buttsex. She becomes just as much of an @@.lightcoral;anal slut@@ as _SlaveJ.slaveName.
+					_SlaveJ.slaveName begs _SlaveI.slaveName to fuck _his2 ass so many times that _SlaveI.slaveName reconsiders $his stance on buttsex. $He becomes just as much of an @@.lightcoral;anal slut@@ as _SlaveJ.slaveName.
 					<<set _SlaveI.fetish = "buttslut", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "cumslut">>
-					After sharing blowjobs with _SlaveJ.slaveName enough times, _SlaveI.slaveName develops an @@.lightcoral;oral fixation@@ of her own.
+					After sharing blowjobs with _SlaveJ.slaveName enough times, _SlaveI.slaveName develops an @@.lightcoral;oral fixation@@ of $his own.
 					<<set _SlaveI.fetish = "cumslut", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "submissive">>
 					<<if (_SlaveI.fetish != "dom")>>
@@ -1413,19 +1418,19 @@
 					<</if>>
 				<<case "masochist">>
 					<<if (_SlaveI.fetish != "sadist")>>
-						_SlaveJ.slaveName begs _SlaveI.slaveName to hurt her so many times that _SlaveI.slaveName gets used to sadism, and finds she likes it. She becomes just as much of an @@.lightcoral;sexual sadist@@ as a slave can be.
+						_SlaveJ.slaveName begs _SlaveI.slaveName to hurt _him2 so many times that _SlaveI.slaveName gets used to sadism, and finds $he likes it. $He becomes just as much of an @@.lightcoral;sexual sadist@@ as a slave can be.
 						<<set _SlaveI.fetish = "sadist", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 					<</if>>
 				<<case "sadist">>
 					<<if (_SlaveI.fetish != "masochist")>>
-						_SlaveJ.slaveName hits _SlaveI.slaveName during sex so often that _SlaveI.slaveName starts to get off on being beaten. She becomes a true @@.lightcoral;masochist,@@ and loves _SlaveJ.slaveName all the more for abusing her.
+						_SlaveJ.slaveName hits _SlaveI.slaveName during sex so often that _SlaveI.slaveName starts to get off on being beaten. $He becomes a true @@.lightcoral;masochist,@@ and loves _SlaveJ.slaveName all the more for abusing $him.
 						<<set _SlaveI.fetish = "masochist", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 					<</if>>
 				<<case "humiliation">>
-					_SlaveJ.slaveName begs _SlaveI.slaveName to humiliate her sexually so many times that _SlaveI.slaveName can't help but be embarrassed by all the public sex, herself. She gets off on the @@.lightcoral;humiliation@@ with _SlaveJ.slaveName.
+					_SlaveJ.slaveName begs _SlaveI.slaveName to humiliate _him2 sexually so many times that _SlaveI.slaveName can't help but be embarrassed by all the public sex, $himself. $He gets off on the @@.lightcoral;humiliation@@ with _SlaveJ.slaveName.
 					<<set _SlaveI.fetish = "humiliation", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "pregnancy">>
-					_SlaveJ.slaveName shares her hopes and dreams of pregnancy and children with _SlaveI.slaveName all the time, and _SlaveI.slaveName can't help but feel her @@.lightcoral;biological clock@@ tick in time with _SlaveJ.slaveName's.
+					_SlaveJ.slaveName shares _his2 hopes and dreams of pregnancy and children with _SlaveI.slaveName all the time, and _SlaveI.slaveName can't help but feel $his @@.lightcoral;biological clock@@ tick in time with _SlaveJ.slaveName's.
 					<<set _SlaveI.fetish = "pregnancy", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<</switch>>
 			<</if>>
@@ -1435,13 +1440,13 @@
 			<<if (_SlaveJ.oralSkill > _SlaveI.oralSkill) || ((_SlaveJ.analSkill > _SlaveI.analSkill) && (_SlaveI.anus > 0)) || ((_SlaveJ.vaginalSkill > _SlaveI.vaginalSkill) && (_SlaveI.vagina > 0) && (_SlaveJ.vagina > 0)) || (_SlaveJ.trust > _SlaveI.trust)>>
 				_SlaveI.slaveName's <<if _SlaveI.relationship >= 5>>wife<<else>>lover<</if>> is older, more experienced, and
 				<<if (_SlaveJ.oralSkill > _SlaveI.oralSkill)>>
-					better at blowjobs than she is. They are such good slaves that the senior girl serves as a mentor to the junior, improving her oral skills.
+					better at blowjobs than $he is. They are such good slaves that the senior girl serves as a mentor to the junior, improving $his oral skills.
 					<<set $skillIncrease = 5>><<OralSkillIncrease _SlaveI>>
 				<<elseif (_SlaveJ.analSkill > _SlaveI.analSkill) && (_SlaveI.anus > 0)>>
-					better at taking a buttfuck than she is, and they are such good slaves that the senior girl serves as a mentor to the junior, improving her anal skills.
+					better at taking a buttfuck than $he is, and they are such good slaves that the senior girl serves as a mentor to the junior, improving $his anal skills.
 					<<set $skillIncrease = 5>><<AnalSkillIncrease _SlaveI>>
 				<<elseif (_SlaveJ.vaginalSkill > _SlaveI.vaginalSkill) && (_SlaveI.vagina > 0) && (_SlaveJ.vagina > 0)>>
-					a better lover than she is, and they are such good slaves that the senior girl serves as a mentor to the junior, improving her vaginal skills.
+					a better lover than $he is, and they are such good slaves that the senior girl serves as a mentor to the junior, improving $his vaginal skills.
 					<<set $skillIncrease = 5>><<VaginalSkillIncrease _SlaveI>>
 				<<elseif (_SlaveJ.trust > _SlaveI.trust)>>
 					a better slave than she is, and they are such obedient slaves that the senior girl serves as a mentor to the junior, @@.mediumaquamarine;improving her trust.@@
@@ -1459,31 +1464,32 @@
 
 	<<if totalRelatives(_SlaveI) > 0 && _SlaveI.trust <= 95>>
 	<<for _j = 0; _j < $slaves.length; _j++>>
+		<<setLocalPronouns $slaves[_j] 2>>
 		<<if _SlaveI.trust < -20>>
 			<<if $slaves[_j].mother == _SlaveI.ID || $slaves[_j].father == _SlaveI.ID>>
 				<<if _SlaveI.rivalry != $slaves[_j].ID>>
-				_SlaveI.slaveName is @@.gold;agonizingly aware@@ that her child $slaves[_j].slaveName is also your slave and might suffer if either of them angers you, and @@.hotpink;does her best@@ to protect her.
+				_SlaveI.slaveName is @@.gold;agonizingly aware@@ that $his child $slaves[_j].slaveName is also your slave and might suffer if either of them angers you, and @@.hotpink;does $his best@@ to protect _him2.
 				<<set _SlaveI.trust -= 2, _SlaveI.devotion += 6>>
 				<</if>>
 			<</if>>
 			<<if _SlaveI.mother == $slaves[_j].ID || _SlaveI.father == $slaves[_j].ID || areSisters(_SlaveI, $slaves[_j]) > 0>>
 				<<if _SlaveI.rivalry != $slaves[_j].ID>>
 				<<if _SlaveI.mother == $slaves[_j].ID>>
-					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her mother $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that $his mother $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1, _SlaveI.devotion += 3>>
 				<<elseif _SlaveI.father == $slaves[_j].ID>>
-					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her father $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that $his father $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1, _SlaveI.devotion += 3>>
 				<<else>>
 					<<switch areSisters(_SlaveI, $slaves[_j])>>
 					<<case 1>>
-						_SlaveI.slaveName is @@.gold;painfully conscious@@ that her twin sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+						_SlaveI.slaveName is @@.gold;painfully conscious@@ that $his twin sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 						<<set _SlaveI.trust -= 1, _SlaveI.devotion += 3>>
 					<<case 2>>
-						_SlaveI.slaveName is @@.gold;painfully conscious@@ that her sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+						_SlaveI.slaveName is @@.gold;painfully conscious@@ that $his sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 						<<set _SlaveI.trust -= 1, _SlaveI.devotion += 3>>
 					<<case 3>>
-						_SlaveI.slaveName is @@.gold;painfully conscious@@ that her half-sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+						_SlaveI.slaveName is @@.gold;painfully conscious@@ that $his half-sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 						<<set _SlaveI.trust -= 1, _SlaveI.devotion += 3>>
 					<</switch>>
 				<</if>>
@@ -1494,34 +1500,34 @@
 				<<if _SlaveI.mother == $slaves[_j].ID>>
 					_SlaveI.slaveName knows that her mother $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@.hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for _him2.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
-						is an obedient sex slave, and hopes she'll avoid punishment.
+						is an obedient sex slave, and hopes _he2'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@.gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for _him2.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif _SlaveI.father == $slaves[_j].ID>>
-					_SlaveI.slaveName knows that her father $slaves[_j].slaveName
+					_SlaveI.slaveName knows that $his father $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@.hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for _him2.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
-						is an obedient sex slave, and hopes she'll avoid punishment.
+						is an obedient sex slave, and hopes _he2'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@.gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for _him2.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif $slaves[_j].mother == _SlaveI.ID || $slaves[_j].father == _SlaveI.ID>>
-					_SlaveI.slaveName knows that her daughter $slaves[_j].slaveName
+					_SlaveI.slaveName knows that $his daughter $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@.hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for _him2.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
-						is an obedient sex slave, and hopes she'll avoid punishment.
+						is an obedient sex slave, and hopes _he2'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@.gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for _him2.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<else>>
@@ -1571,24 +1577,25 @@
 	<<if _SlaveI.rivalryTarget != _SlaveI.relationTarget>>
 		<<set _K = $slaveIndices[_SlaveI.relationTarget]>>
 		<<if def _K && _SlaveI.trust <= 95>>
+			<<setLocalPronouns $slaves[_K] 2>>
 			_SlaveI.slaveName
 			<<if _SlaveI.trust < -20>>
 				<<if _SlaveI.relation == "mother">>
-					is @@.gold;agonizingly aware@@ that her child $slaves[_K].slaveName is also your slave and might suffer if either of them angers you, and @@.hotpink;does her best@@ to protect her.
+					is @@.gold;agonizingly aware@@ that $his child $slaves[_K].slaveName is also your slave and might suffer if either of them angers you, and @@.hotpink;does $his best@@ to protect _him2.
 					<<set _SlaveI.trust -= 4, _SlaveI.devotion += 4>>
 				<<else>>
-					is @@.gold;painfully conscious@@ that her <<if _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					is @@.gold;painfully conscious@@ that her <<if _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best $he can.
 					<<set _SlaveI.trust -= 2, _SlaveI.devotion += 2>>
 				<</if>>
 			<<else>>
-				knows that her <<if _SlaveI.relation == "mother">>daughter<<elseif _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName
+				knows that $his <<if _SlaveI.relation == "mother">>daughter<<elseif _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName
 				<<if $slaves[_K].devotion > 50>>
-					loves being your sex slave, and is @@.hotpink;happy@@ for her.
+					loves being your sex slave, and is @@.hotpink;happy@@ for _him2.
 					<<set _SlaveI.devotion += 2>>
 				<<elseif ($slaves[_K].devotion > 20) || ($slaves[_K].trust < -20)>>
-					is an obedient sex slave, and hopes she'll avoid punishment.
+					is an obedient sex slave, and hopes $he'll avoid punishment.
 				<<else>>
-					hates being a sex slave, and is @@.gold;afraid@@ for her.
+					hates being a sex slave, and is @@.gold;afraid@@ for _him2.
 					<<set _SlaveI.trust -= 2>>
 				<</if>>
 			<</if>>
diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index 600dc035c4b284215e2d45572f958d5e805faf6b..399fe45077f1b1eaf3836a03661f228e67ae1666 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -6,6 +6,8 @@
 	<<set _fighterOne = $slaveFightingBG.ID>>
 	<<set _fighterOne = getSlave(_fighterOne)>>
 	<<set _fighterTwo = getSlave($Bodyguard.ID)>>
+	<<setLocalPronouns _fighterOne>>
+	<<setLocalPronouns _fighterTwo 2>>
 <<else>>
 	<<if $pitBG == 0>>
 		<<set _fighterOne = $fighterIDs.pluck()>> /* .pluck() removes the element from the array, preventing _fighterTwo from also choosing this ID */
@@ -13,12 +15,14 @@
 	<<else>>
 		<<set _fighterOne = getSlave($Bodyguard.ID)>>
 	<</if>>
+	<<setLocalPronouns _fighterOne>>
 	<<if $pitAnimal == 0>>
 		<<set _fighterTwo = $fighterIDs.pluck()>>
 		<<set _fighterTwo = getSlave(_fighterTwo)>>
 		<<if ndef _fighterOne || ndef _fighterTwo || (_fighterOne == 0) || (_fighterTwo == 0)>>
 			<<goto "Nonrandom Event">>
 		<</if>>
+		<<setLocalPronouns _fighterTwo 2>>
 	<<else>>
 		<<switch $pitAnimalType>>
 		<<case "canine">>
@@ -35,9 +39,9 @@ This week's pit fight is between _fighterOne.slaveName and <<if $pitAnimal == 0>
 <<if $pitAudience == "none">>
 	You are alone above the pit, left to watch them kill and die in private.
 <<elseif $pitAudience == "free">>
-	Your guests line the rim of the pit, joking and betting, nervous and excited by the close prospect of watching a girl die.
+	Your guests line the rim of the pit, joking and betting, nervous and excited by the close prospect of watching a $girl die.
 <<else>>
-	The attendees line the rim of the pit, betting and arguing, nervous and excited by the close prospect of watching a girl die.
+	The attendees line the rim of the pit, betting and arguing, nervous and excited by the close prospect of watching a $girl die.
 <</if>>
 
 <<if $arcologies[0].FSRomanRevivalist != "unset">>
@@ -50,18 +54,18 @@ This week's pit fight is between _fighterOne.slaveName and <<if $pitAnimal == 0>
 	<<set $arcologies[0].FSAztecRevivalist += 0.2*$FSSingleSlaveRep>>
 <</if>>
 
-You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>> will use their choice of swords, and the fight will be to the death<<if $pitAnimal == 0>>, with both combatants executed if no decision is reached<</if>>. <<if $pitAnimal == 0>>The winner<<else>>If she wins, she<</if>> will earn two complete days of rest, not to mention continued life. You take a moment to look over your <<if $pitAnimal == 0>>girls<<else>>slave<</if>> before giving the word. After all, it<<if $pitAnimal == 0>>'s<<else>> might be<</if>> the last time you'll be seeing <<if $pitAnimal == 0>>one of them<<else>>her<</if>> alive.
+You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>> will use their choice of swords, and the fight will be to the death<<if $pitAnimal == 0>>, with both combatants executed if no decision is reached<</if>>. <<if $pitAnimal == 0>>The winner<<else>>If $he wins, $he<</if>> will earn two complete days of rest, not to mention continued life. You take a moment to look over your <<if $pitAnimal == 0>>fighters<<else>>slave<</if>> before giving the word. After all, it<<if $pitAnimal == 0>>'s<<else>> might be<</if>> the last time you'll be seeing <<if $pitAnimal == 0>>one of them<<else>>$him<</if>> alive.
 
 <br><br>
 
 <<set _fighterOneDeadliness = Deadliness(_fighterOne)>>
 
 <<if _fighterOne.fetish == "mindbroken">>
-	_fighterOne.slaveName is too broken to care about whether she lives or dies;
+	_fighterOne.slaveName is too broken to care about whether $he lives or dies;
 <<elseif _fighterOneDeadliness > 5>>
 	_fighterOne.slaveName seems very confident;
 <<elseif _fighterOneDeadliness > 3>>
-	_fighterOne.slaveName seems nervous, but steels herself;
+	_fighterOne.slaveName seems nervous, but steels $himself;
 <<elseif _fighterOneDeadliness > 1>>
 	_fighterOne.slaveName seems hesitant and unsure;
 <<else>>
@@ -69,138 +73,138 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>>
 <</if>>
 
 <<if _fighterOne.fetish == "mindbroken">>
-	she is indifferent to the prospect of killing, as well.
+	$he is indifferent to the prospect of killing, as well.
 <<elseif _fighterOne.devotion > 95>>
-	she is clearly willing to do her best to kill for you.
+	$he is clearly willing to do $his best to kill for you.
 <<elseif (_fighterOne.fetish == "sadist") && (_fighterOne.fetishKnown == 1) && (_fighterOne.fetishStrength > 60)>>
-	the prospect of killing does not seem to concern her.
+	the prospect of killing does not seem to concern $him.
 <<elseif _fighterOne.devotion > 50>>
-	she obviously does not want to kill, but will do as you order.
+	$he obviously does not want to kill, but will do as you order.
 <<elseif _fighterOne.devotion >= -20>>
-	she is clearly unhappy at the prospect of killing, but knows that the alternative is death.
+	$he is clearly unhappy at the prospect of killing, but knows that the alternative is death.
 <<else>>
-	she knows that it's kill or be killed, and puts aside her hatred of you in an effort to live.
+	$he knows that it's kill or be killed, and puts aside $his hatred of you in an effort to live.
 <</if>>
 
 <<if _fighterOne.combatSkill > 0>>
-	Her grip on her sword is sure and easy.
+	$His grip on $his sword is sure and easy.
 <</if>>
 
 <<if _fighterOne.muscles > 95>>
-	She is wielding a massive two-handed blade few others could even heft.
+	$He is wielding a massive two-handed blade few others could even heft.
 <<elseif _fighterOne.muscles > 30>>
-	She is strong enough to handle a bastard sword.
+	$He is strong enough to handle a bastard sword.
 <<elseif _fighterOne.muscles > 5>>
-	She has selected a longsword suited to her strength.
+	$He has selected a longsword suited to $his strength.
 <<elseif _fighterOne.muscles < -95>>
-	She has selected a meager dagger; even then she can barely wield it.
+	$He has selected a meager dagger; even then $he can barely wield it.
 <<elseif _fighterOne.muscles < -30>>
-	She has selected a dagger, the heaviest weapon she can manage.
+	$He has selected a dagger, the heaviest weapon $he can manage.
 <<elseif _fighterOne.muscles < -5>>
-	She has selected a short sword, despite being able to barely lift it.
+	$He has selected a short sword, despite being able to barely lift it.
 <<else>>
-	She has selected a short sword, the heaviest weapon she can manage.
+	$He has selected a short sword, the heaviest weapon $he can manage.
 <</if>>
 
 <<if _fighterOne.height >= 170>>
-	Her height gives her a reach advantage.
+	$His height gives $him a reach advantage.
 <</if>>
 
 <<if _fighterOne.health > 50>>
-	Her shining health makes her a better fighter.
+	$His shining health makes $him a better fighter.
 <</if>>
 
 <<if _fighterOne.weight > 190>>
-	Her extreme weight nearly immobilizes her. She struggles to move let alone fight.
+	$His extreme weight nearly immobilizes $him. $He struggles to move let alone fight.
 <<elseif _fighterOne.weight > 160>>
-	Her extreme weight limits her mobility and range of motion making her an easy target.
+	$His extreme weight limits $his mobility and range of motion, making $him an easy target.
 <<elseif _fighterOne.weight > 130>>
-	Her extreme weight holds her back as a pit fighter.
+	$His extreme weight holds $him back as a pit fighter.
 <<elseif _fighterOne.weight > 30>>
-	Her heavy weight is an impediment as a pit fighter.
+	$His heavy weight is an impediment as a pit fighter.
 <<elseif _fighterOne.weight < -10>>
-	Her light weight is an impediment as a pit fighter.
+	$His light weight is an impediment as a pit fighter.
 <</if>>
 
 <<if _fighterOne.health < -50>>
-	Her poor health makes her a weaker combatant.
+	$His poor health makes $him a weaker combatant.
 <</if>>
 
 <<if _fighterOne.pregKnown == 1 || _fighterOne.bellyPreg >= 1500>>
 	<<if _fighterOne.bellyPreg >= 750000>>
-		Her monolithic pregnancy guarantees her and her many, many children's deaths; not only is she on the verge of splitting open, but it is an unmissable, indefensible target. She has no hope of attacking around the straining mass, let alone stopping her opponent. She is damned.
+		$His monolithic pregnancy guarantees $his and $his many, many children's deaths; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target. $He has no hope of attacking around the straining mass, let alone stopping $his opponent. $He is damned.
 	<<elseif _fighterOne.bellyPreg >= 600000>>
-		Her titanic pregnancy is practically a death sentence; not only does she risk bursting, but it is an unmissable, indefensible target. She can barely keep it together while thinking about the lives of her brood.
+		$His titanic pregnancy is practically a death sentence; not only does $he risk bursting, but it is an unmissable, indefensible target. $He can barely keep it together while thinking about the lives of $his brood.
 	<<elseif _fighterOne.bellyPreg >= 450000>>
-		Her gigantic pregnancy practically damns her; it presents an unmissable, indefensible target for her adversary. She can barely keep it together while thinking about the lives of her brood.
+		$His gigantic pregnancy practically damns $him; it presents an unmissable, indefensible target for $his adversary. $He can barely keep it together while thinking about the lives of $his brood.
 	<<elseif _fighterOne.bellyPreg >= 300000>>
-		Her massive pregnancy obstructs her movement and greatly hinders her. She struggles to think of how she could even begin to defend it from harm.
+		$His massive pregnancy obstructs $his movement and greatly hinders $him. $He struggles to think of how $he could even begin to defend it from harm.
 	<<elseif _fighterOne.bellyPreg >= 150000>>
-		Her giant pregnancy obstructs her movement and greatly slows her down. She tries not to think of how many lives are depending on her.
+		$His giant pregnancy obstructs $his movement and greatly slows $him down. $He tries not to think of how many lives are depending on $him.
 	<<elseif _fighterOne.bellyPreg >= 100000>>
-		Her giant belly gets in her way and weighs her down. She is terrified for the lives of her many children.
+		$His giant belly gets in $his way and weighs $him down. $He is terrified for the lives of $his many children.
 	<<elseif _fighterOne.bellyPreg >= 10000>>
-		Her huge belly gets in her way and weighs her down. She is terrified for the <<if _fighterOne.pregType > 1>>lives of her children<<else>>life of her child<</if>>.
+		$His huge belly gets in $his way and weighs $him down. $He is terrified for the <<if _fighterOne.pregType > 1>>lives of $his children<<else>>life of $his child<</if>>.
 	<<elseif _fighterOne.bellyPreg >= 5000>>
-		Her advanced pregnancy makes her much less effective, not to mention terrified for her child.
+		$His advanced pregnancy makes $him much less effective, not to mention terrified for $his child.
 	<<elseif _fighterOne.bellyPreg >= 1500>>
-		Her growing pregnancy distracts her with concern over the life growing within her.
+		$His growing pregnancy distracts $him with concern over the life growing within $him.
 	<<else>>
-		The life just beginning to grow inside her distracts her from the fight.
+		The life just beginning to grow inside $him distracts $him from the fight.
 	<</if>>
 <<elseif _fighterOne.bellyImplant >= 1500>>
 	<<if _fighterOne.bellyImplant >= 750000>>
-		Her monolithic, <<print _fighterOne.bellyImplant>>cc implant filled belly guarantees her death; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent.
+		$His monolithic, <<print _fighterOne.bellyImplant>>cc implant filled belly guarantees $his death; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag $him to the ground. $He has no hope of attacking around the straining mass, let alone stopping $his opponent.
 	<<elseif _fighterOne.bellyImplant >= 600000>>
-		Her titanic, <<print _fighterOne.bellyImplant>>cc implant filled belly is practically a guaranteed death; she can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but she can feel it straining to hold the sheer amount of filler forced into it.
+		$His titanic, <<print _fighterOne.bellyImplant>>cc implant filled belly is practically a guaranteed death; $he can barely stand let alone fight. Not only is it cripplingly heavy, unwieldy and an easy target, but $he can feel it straining to hold the sheer amount of filler forced into it.
 	<<elseif _fighterOne.bellyImplant >= 450000>>
-		Her gigantic, <<print _fighterOne.bellyImplant>>cc implant filled belly is nearly a guaranteed death; it presents an unmissable, indefensible target for her adversary.
+		$His gigantic, <<print _fighterOne.bellyImplant>>cc implant filled belly is nearly a guaranteed death; it presents an unmissable, indefensible target for $his adversary.
 	<<elseif _fighterOne.bellyImplant >= 300000>>
-		Her massive, <<print _fighterOne.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
+		$His massive, <<print _fighterOne.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning $him in combat.
 	<<elseif _fighterOne.bellyImplant >= 150000>>
-		Her giant, <<print _fighterOne.bellyImplant>>cc implant filled belly obstructs her movement and greatly slows her down.
+		$His giant, <<print _fighterOne.bellyImplant>>cc implant filled belly obstructs $his movement and greatly slows $him down.
 	<<elseif _fighterOne.bellyImplant >= 100000>>
-		Her giant, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+		$His giant, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off $his weight and making $him far less effective.
 	<<elseif _fighterOne.bellyImplant >= 10000>>
-		Her huge, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+		$His huge, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off $his weight and making $him far less effective.
 	<<elseif _fighterOne.bellyImplant >= 5000>>
-		Her large, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective.
+		$His large, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering $him less effective.
 	<<elseif _fighterOne.bellyImplant >= 1500>>
-		Her swollen, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and makes her less effective.
+		$His swollen, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and makes $him less effective.
 	<</if>>
 <</if>>
 <<if _fighterOne.labor == 1>>
-	She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious to the fact that it will mean the death of <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother.
+	$He's feeling labor pains. $His child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious to the fact that it will mean the death of <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother.
 <<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor suppressors">>
-	She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
+	$He'll be going into labor any time now and $he knows it. $He's terrified of the thought of $his water breaking during the fight.
 <</if>>
 
 <<if _fighterOne.bellyFluid >= 10000>>
-	Her hugely bloated, <<print _fighterOne.inflationType>>-filled belly is taut and painful, hindering her ability to fight.
+	$His hugely bloated, <<print _fighterOne.inflationType>>-filled belly is taut and painful, hindering $his ability to fight.
 <<elseif _fighterOne.bellyFluid >= 5000>>
-	Her bloated, <<print _fighterOne.inflationType>>-stuffed belly is constantly jiggling and moving, distracting her and throwing off her weight.
+	$His bloated, <<print _fighterOne.inflationType>>-stuffed belly is constantly jiggling and moving, distracting $him and throwing off $his weight.
 <<elseif _fighterOne.bellyFluid >= 2000>>
-	Her distended, <<print _fighterOne.inflationType>>-belly is uncomfortable and heavy, distracting her.
+	$His distended, <<print _fighterOne.inflationType>>-belly is uncomfortable and heavy, distracting $him.
 <</if>>
 
 <<if !canSee(_fighterOne)>>
-	Her lack of eyesight is certain death.
+	$His lack of eyesight is certain death.
 <<elseif ((_fighterOne.eyes == -1) && (_fighterOne.eyewear != "corrective glasses") && (_fighterOne.eyewear != "corrective contacts")) || (_fighterOne.eyes == 1 && (_fighterOne.eyewear == "blurring glasses" || _fighterOne.eyewear == "blurring contacts"))>>
-	Her poor eyesight makes her a weaker combatant.
+	$His poor eyesight makes $him a weaker combatant.
 <</if>>
 
 <<if !canHear(_fighterOne)>>
-	Her lack of hearing is a major detriment.
+	$His lack of hearing is a major detriment.
 <<elseif ((_fighterOne.hears == -1) && (_fighterOne.earwear != "hearing aids")) || (_fighterOne.hears == 0 && (_fighterOne.earwear == "muffling ear plugs"))>>
-	Her lack of hearing is a minor detriment.
+	$His poor hearing is a minor detriment.
 <</if>>
 
 <<if _fighterOne.amp < 0>>
-	The pit lights gleam on her P-Limbs.
+	The pit lights gleam on $his P-Limbs.
 	<<if _fighterOne.amp == -4>>
 		Their integral weapons are fully uncaged.
 	<<elseif _fighterOne.amp == -5>>
-		The limits on her cybernetic limbs have been lifted, turning them deadly.
+		The limits on $his cybernetic limbs have been lifted, turning them deadly.
 	<</if>>
 <</if>>
 
@@ -209,11 +213,11 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>>
 	<<set _fighterTwoDeadliness = Deadliness(_fighterTwo)>>
 
 	<<if _fighterTwo.fetish == "mindbroken">>
-		_fighterTwo.slaveName is too broken to care about whether she lives or dies;
+		_fighterTwo.slaveName is too broken to care about whether _he2 lives or dies;
 	<<elseif _fighterTwoDeadliness > 5>>
 		_fighterTwo.slaveName seems very confident;
 	<<elseif _fighterTwoDeadliness > 3>>
-		_fighterTwo.slaveName seems nervous, but steels herself;
+		_fighterTwo.slaveName seems nervous, but steels _himself2;
 	<<elseif _fighterTwoDeadliness > 1>>
 		_fighterTwo.slaveName seems hesitant and unsure;
 	<<else>>
@@ -221,138 +225,138 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>>
 	<</if>>
 
 	<<if _fighterTwo.fetish == "mindbroken">>
-		she is indifferent to the prospect of killing, as well.
+		_he2 is indifferent to the prospect of killing, as well.
 	<<elseif _fighterTwo.devotion > 95>>
-		she is clearly willing to do her best to kill for you.
+		_he2 is clearly willing to do _his2 best to kill for you.
 	<<elseif (_fighterTwo.fetish == "sadist") && (_fighterTwo.fetishKnown == 1) && (_fighterTwo.fetishStrength > 60)>>
-		the prospect of killing does not seem to concern her.
+		the prospect of killing does not seem to concern _him2.
 	<<elseif _fighterTwo.devotion > 50>>
-		she obviously does not want to kill, but will do as you order.
+		_he2 obviously does not want to kill, but will do as you order.
 	<<elseif _fighterTwo.devotion >= -20>>
-		she is clearly unhappy at the prospect of killing, but knows that the alternative is death.
+		_he2 is clearly unhappy at the prospect of killing, but knows that the alternative is death.
 	<<else>>
-		she knows that it's kill or be killed, and puts aside her hatred of you in an effort to live.
+		_he2 knows that it's kill or be killed, and puts aside _his2 hatred of you in an effort to live.
 	<</if>>
 
 	<<if _fighterTwo.combatSkill > 0>>
-		Her grip on her sword is sure and easy.
+		_His2 grip on _his2 sword is sure and easy.
 	<</if>>
 
 	<<if _fighterTwo.muscles > 95>>
-		She is wielding a massive two-handed blade few others could even heft.
+		_He2 is wielding a massive two-handed blade few others could even heft.
 	<<elseif _fighterTwo.muscles > 30>>
-		She is strong enough to handle a bastard sword.
+		_He2 is strong enough to handle a bastard sword.
 	<<elseif _fighterTwo.muscles > 5>>
-		She has selected a longsword suited to her strength.
+		_He2 has selected a longsword suited to _his2 strength.
 	<<elseif _fighterTwo.muscles < -95>>
-		She has selected a meager dagger; even then she can barely wield it.
+		_He2 has selected a meager dagger; even then _he2 can barely wield it.
 	<<elseif _fighterTwo.muscles < -30>>
-		She has selected a dagger, the heaviest weapon she can manage.
+		_He2 has selected a dagger, the heaviest weapon _he2 can manage.
 	<<elseif _fighterTwo.muscles < -5>>
-		She has selected a short sword, despite being able to barely lift it.
+		_He2 has selected a short sword, despite being able to barely lift it.
 	<<else>>
-		She has selected a short sword, the heaviest weapon she can manage.
+		_He2 has selected a short sword, the heaviest weapon _he2 can manage.
 	<</if>>
 
 	<<if _fighterTwo.height >= 170>>
-		Her height gives her a reach advantage.
+		_His2 height gives _him2 a reach advantage.
 	<</if>>
 
 	<<if _fighterTwo.health > 50>>
-		Her shining health makes her a better fighter.
+		_His2 shining health makes _him2 a better fighter.
 	<</if>>
 
 	<<if _fighterTwo.weight > 190>>
-		Her extreme weight nearly immobilizes her. She struggles to move let alone fight.
+		_His2 extreme weight nearly immobilizes _him2. _He2 struggles to move let alone fight.
 	<<elseif _fighterTwo.weight > 160>>
-		Her extreme weight limits her mobility and range of motion making her an easy target.
+		_His2 extreme weight limits _his2 mobility and range of motion, making _him2 an easy target.
 	<<elseif _fighterTwo.weight > 130>>
-		Her extreme weight holds her back as a pit fighter.
+		_His2 extreme weight holds _him2 back as a pit fighter.
 	<<elseif _fighterTwo.weight > 30>>
-		Her heavy weight is an impediment as a pit fighter.
+		_His2 heavy weight is an impediment as a pit fighter.
 	<<elseif _fighterTwo.weight < -10>>
-		Her light weight is an impediment as a pit fighter.
+		_His2 light weight is an impediment as a pit fighter.
 	<</if>>
 
 	<<if _fighterTwo.health < -50>>
-		Her poor health makes her a weaker combatant.
+		_His2 poor health makes _him2 a weaker combatant.
 	<</if>>
 
 	<<if _fighterTwo.pregKnown == 1 || _fighterTwo.bellyPreg >= 1500>>
 		<<if _fighterTwo.bellyPreg >= 750000>>
-			Her monolithic pregnancy guarantees her and her many, many children's deaths; not only is she on the verge of splitting open, but it is an unmissable, indefensible target. She has no hope of attacking around the straining mass, let alone stopping her opponent. She is damned.
+			_His2 monolithic pregnancy guarantees _his2 and _his2 many, many children's deaths; not only is _he2 on the verge of splitting open, but it is an unmissable, indefensible target. _He2 has no hope of attacking around the straining mass, let alone stopping _his2 opponent. _He2 is damned.
 		<<elseif _fighterTwo.bellyPreg >= 600000>>
-			Her titanic pregnancy is practically a death sentence; not only does she risk bursting, but it is an unmissable, indefensible target. She can barely keep it together while thinking about the lives of her brood.
+			_His2 titanic pregnancy is practically a death sentence; not only does _he2 risk bursting, but it is an unmissable, indefensible target. _He2 can barely keep it together while thinking about the lives of _his2 brood.
 		<<elseif _fighterTwo.bellyPreg >= 450000>>
-			Her gigantic pregnancy practically damns her; it presents an unmissable, indefensible target for her adversary. She can barely keep it together while thinking about the lives of her brood.
+			_His2 gigantic pregnancy practically damns _him2; it presents an unmissable, indefensible target for _his2 adversary. _He2 can barely keep it together while thinking about the lives of _his2 brood.
 		<<elseif _fighterTwo.bellyPreg >= 300000>>
-			Her massive pregnancy obstructs her movement and greatly hinders her. She struggles to think of how she could even begin to defend it from harm.
+			_His2 massive pregnancy obstructs _his2 movement and greatly hinders _him2. _He2 struggles to think of how _he2 could even begin to defend it from harm.
 		<<elseif _fighterTwo.bellyPreg >= 150000>>
-			Her giant pregnancy obstructs her movement and greatly slows her down. She tries not to think of how many lives are depending on her.
+			_His2 giant pregnancy obstructs _his2 movement and greatly slows _him2 down. _He2 tries not to think of how many lives are depending on _him2.
 		<<elseif _fighterTwo.bellyPreg >= 100000>>
-			Her giant belly gets in her way and weighs her down. She is terrified for the lives of her many children.
+			_His2 giant belly gets in _his2 way and weighs _him2 down. _He2 is terrified for the lives of _his2 many children.
 		<<elseif _fighterTwo.bellyPreg >= 10000>>
-			Her huge belly gets in her way and weighs her down. She is terrified for the <<if _fighterTwo.pregType > 1>>lives of her children<<else>>life of her child<</if>>.
+			_His2 huge belly gets in _his2 way and weighs _him2 down. _He2 is terrified for the <<if _fighterTwo.pregType > 1>>lives of _his2 children<<else>>life of _his2 child<</if>>.
 		<<elseif _fighterTwo.bellyPreg >= 5000>>
-			Her advanced pregnancy makes her much less effective, not to mention terrified for her child.
+			_His2 advanced pregnancy makes _him2 much less effective, not to mention terrified for _his2 child.
 		<<elseif _fighterTwo.bellyPreg >= 1500>>
-			Her growing pregnancy distracts her with concern over the life growing within her.
+			_His2 growing pregnancy distracts _him2 with concern over the life growing within _him2.
 		<<else>>
-			The life just beginning to grow inside her distracts her from the fight.
+			The life just beginning to grow inside _him2 distracts _him2 from the fight.
 		<</if>>
 	<<elseif _fighterTwo.bellyImplant >= 1500>>
 		<<if _fighterTwo.bellyImplant >= 750000>>
-			Her monolithic, <<print _fighterTwo.bellyImplant>>cc implant filled belly guarantees her death; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent.
+			_His2 monolithic, <<print _fighterTwo.bellyImplant>>cc implant filled belly guarantees _his2 death; not only is _he2 on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag _him2 to the ground. _He2 has no hope of attacking around the straining mass, let alone stopping _his2 opponent.
 		<<elseif _fighterTwo.bellyImplant >= 600000>>
-			Her titanic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is practically a guaranteed death; she can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but she can feel it straining to hold the sheer amount of filler forced into it.
+			_His2 titanic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is practically a guaranteed death; _he2 can barely stand let alone fight. Not only is it cripplingly heavy, unwieldy and an easy target, but _he2 can feel it straining to hold the sheer amount of filler forced into it.
 		<<elseif _fighterTwo.bellyImplant >= 450000>>
-			Her gigantic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is nearly a guaranteed death; it presents an unmissable, indefensible target for her adversary.
+			_His2 gigantic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is nearly a guaranteed death; it presents an unmissable, indefensible target for _his2 adversary.
 		<<elseif _fighterTwo.bellyImplant >= 300000>>
-			Her massive, <<print _fighterTwo.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
+			_His2 massive, <<print _fighterTwo.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning _him2 in combat.
 		<<elseif _fighterTwo.bellyImplant >= 150000>>
-			Her giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly obstructs her movement and greatly slows her down.
+			_His2 giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly obstructs _his2 movement and greatly slows _him2 down.
 		<<elseif _fighterTwo.bellyImplant >= 100000>>
-			Her giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+			_His2 giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off _his2 weight and making _him2 far less effective.
 		<<elseif _fighterTwo.bellyImplant >= 10000>>
-			Her huge, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+			_His2 huge, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off _his2 weight and making _him2 far less effective.
 		<<elseif _fighterTwo.bellyImplant >= 5000>>
-			Her large, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective.
+			_His2 large, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering _him2 less effective.
 		<<elseif _fighterTwo.bellyImplant >= 1500>>
-			Her swollen, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and makes her less effective.
+			_His2 swollen, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and makes _him2 less effective.
 		<</if>>
 	<</if>>
 	<<if _fighterTwo.labor == 1>>
-		She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will mean the death of <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother.
+		_He2's feeling labor pains. _His2 child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will mean the death of <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother.
 	<<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor suppressors">>
-		She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
+		_He2'll be going into labor any time now and _he2 knows it. _He2's terrified of the thought of _his2 water breaking during the fight.
 	<</if>>
 
 	<<if _fighterTwo.bellyFluid >= 10000>>
-		Her hugely bloated, <<print _fighterTwo.inflationType>>-filled belly is taut and painful, hindering her ability to fight.
+		_His2 hugely bloated, <<print _fighterTwo.inflationType>>-filled belly is taut and painful, hindering _his2 ability to fight.
 	<<elseif _fighterTwo.bellyFluid >= 5000>>
-		Her bloated, <<print _fighterTwo.inflationType>>-stuffed belly is constantly jiggling and moving, distracting her and throwing off her weight.
+		_His2 bloated, <<print _fighterTwo.inflationType>>-stuffed belly is constantly jiggling and moving, distracting _him2 and throwing off _his2 weight.
 	<<elseif _fighterTwo.bellyFluid >= 2000>>
-		Her distended, <<print _fighterTwo.inflationType>>-belly is uncomfortable and heavy, distracting her.
+		_His2 distended, <<print _fighterTwo.inflationType>>-belly is uncomfortable and heavy, distracting _him2.
 	<</if>>
 
 	<<if !canSee(_fighterTwo)>>
-		Her lack of eyesight is certain death.
+		_His2 lack of eyesight is certain death.
 	<<elseif ((_fighterTwo.eyes == -1) && (_fighterTwo.eyewear != "corrective glasses") && (_fighterTwo.eyewear != "corrective contacts")) || (_fighterTwo.eyes == 1 && (_fighterTwo.eyewear == "blurring glasses" || _fighterTwo.eyewear == "blurring contacts"))>>
-		Her poor eyesight makes her a weaker combatant.
+		_His2 poor eyesight makes _him2 a weaker combatant.
 	<</if>>
 
 	<<if !canHear(_fighterTwo)>>
-		Her lack of hearing is a major detriment.
+		_His2 lack of hearing is a major detriment.
 	<<elseif ((_fighterTwo.hears == -1) && (_fighterTwo.earwear != "hearing aids")) || (_fighterTwo.hears == 0 && (_fighterTwo.earwear == "muffling ear plugs"))>>
-		Her lack of hearing is a minor detriment.
+		_His2 poor hearing is a minor detriment.
 	<</if>>
 
 	<<if _fighterTwo.amp < 0>>
-		The pit lights gleam on her P-Limbs.
+		The pit lights gleam on _his2 P-Limbs.
 		<<if _fighterTwo.amp == -4>>
 			Their integral weapons are fully uncaged.
 		<<elseif _fighterTwo.amp == -5>>
-			The limits on her cybernetic limbs have been lifted, turning them deadly.
+			The limits on _his2 cybernetic limbs have been lifted, turning them deadly.
 		<</if>>
 	<</if>>
 <<else>>	/*if fighting an animal*/
@@ -395,8 +399,10 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 <</if>>
 
 <<if $pitAnimal == 0>>
+	<<setLocalPronouns _winner>>
+	<<setLocalPronouns _loser 2>>
 	<<if !canSee(_winner) && !canSee(_loser)>>
-		_winner.slaveName and _loser.slaveName are both blind making the fight a staredown. Neither slave wants to make the first move, especially with the drowning cacophony coming from the jeering crowd. Slowly, _winner.slaveName moves forward, waving her sword side to side in the hopes of finding her opponent before she herself gets found. _loser.slaveName's sword clips the tip of _winner.slaveName's setting off a surprisingly brutal series of slashes. The two slaves violently lay into each other, suffering more and more strikes as the struggle goes on. Less than a minute from first contact, both slaves are lying in their combined blood. As you begin to call it a draw, you notice _winner.slaveName start to stir. She staggers to her feet, coated in her and _loser.slaveName's blood, before dropping back to her knees. It seems she lived through this fight; odds aren't likely she'll do it again.
+		_winner.slaveName and _loser.slaveName are both blind, making the fight a staredown. Neither slave wants to make the first move, especially with the drowning cacophony coming from the jeering crowd. Slowly, _winner.slaveName moves forward, waving $his sword side to side in the hopes of finding $his opponent before $he $himself gets found. _loser.slaveName's sword clips the tip of _winner.slaveName's setting off a surprisingly brutal series of slashes. The two slaves violently lay into each other, suffering more and more strikes as the struggle goes on. Less than a minute from first contact, both slaves are lying in their combined blood. As you begin to call it a draw, you notice _winner.slaveName start to stir. $He staggers to $his feet, coated in $his and _loser.slaveName's blood, before dropping back to $his knees. It seems $he lived through this fight; odds aren't likely $he'll do it again.
 		<<set _winner.health -= 50>>
 		<<if $pitAudience == "paid">>
 			The audience is surprised by the sudden violence after so much standing around, and your @@.yellowgreen;cut of the betting@@ is modest.
@@ -406,7 +412,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 250>>
 		<</if>>
 	<<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -4)>>
-		Upon your word the two combatants approach each other. _winner.slaveName drops her sword as she comes, raising only her hands, but these are terrifying, modern weapons themselves. _loser.slaveName tries a probing sweep, but _winner.slaveName catches her blade in one hand, slides it down to the hilt with a shriek of metal on metal, and snaps the blade cleanly. As _loser.slaveName watches this, dumbstruck, _winner.slaveName places a gentle hand under her chin and then extends that arm's integral blade up and through her opponent's skull. Though the fight was short,
+		Upon your word the two combatants approach each other. _winner.slaveName drops $his sword as $he comes, raising only $his hands, but these are terrifying, modern weapons themselves. _loser.slaveName tries a probing sweep, but _winner.slaveName catches _his2 blade in one hand, slides it down to the hilt with a shriek of metal on metal, and snaps the blade cleanly. As _loser.slaveName watches this, dumbstruck, _winner.slaveName places a gentle hand under _his2 chin and then extends that arm's integral blade up and through $his opponent's skull. Though the fight was short,
 		<<if $pitAudience == "paid">>
 			the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 			<<set $cash += 10000>>
@@ -415,7 +421,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 500>>
 		<</if>>
 	<<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -5)>>
-		Upon your word the two combatants approach each other. _winner.slaveName does not carry a sword, raising only her hands, but these are terrifying, modern weapons themselves. _loser.slaveName tries a probing sweep, but _winner.slaveName catches her blade in one hand, slides it down to the hilt with a shriek of metal on metal, and snaps the blade cleanly. _loser.slaveName watches this, dumbstruck, before regaining composure and taking a fighting stance again. _winner.slaveName manages to touch her opponent's bare skin with her own cybernetics, incapacitating _loser.slaveName with an electric shock. While _loser.slaveName is temporarily stunned, _winner.slaveName strikes _loser.slaveName on the head with deadly force, crushing her opponent's skull. Though the fight was short,
+		Upon your word the two combatants approach each other. _winner.slaveName does not carry a sword, raising only $his hands, but these are terrifying, modern weapons themselves. _loser.slaveName tries a probing sweep, but _winner.slaveName catches _his2 blade in one hand, slides it down to the hilt with a shriek of metal on metal, and snaps the blade cleanly. _loser.slaveName watches this, dumbstruck, before regaining composure and taking a fighting stance again. _winner.slaveName manages to touch $his opponent's bare skin with $his own cybernetics, incapacitating _loser.slaveName with an electric shock. While _loser.slaveName is temporarily stunned, _winner.slaveName strikes _loser.slaveName on the head with deadly force, crushing $his opponent's skull. Though the fight was short,
 		<<if $pitAudience == "paid">>
 			the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 			<<set $cash += 10000>>
@@ -424,17 +430,17 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 500>>
 		<</if>>
 	<<elseif !canSee(_winner)>>
-		_winner.slaveName centers herself and hones in on _loser.slaveName's rapid breath. She readies herself, knowing she has a single chance to live. With heavy steps, _loser.slaveName rushes her, fully prepared to slaughter the helpless combatant. _winner.slaveName gambles everything on a single high slash, a slash that cut _loser.slaveName's undefended neck wide open. _winner.slaveName collapses to the ground, fully aware of _loser.slaveName's final gurgles, and the sword @@.red;firmly planted in her side.@@ She lived this time, barely, but she doubts she can do it again.
+		_winner.slaveName centers $himself and hones in on _loser.slaveName's rapid breath. $He readies $himself, knowing $he has a single chance to live. With heavy steps, _loser.slaveName rushes $him, fully prepared to slaughter the helpless combatant. _winner.slaveName gambles everything on a single high slash, a slash that cut _loser.slaveName's undefended neck wide open. _winner.slaveName collapses to the ground, fully aware of _loser.slaveName's final gurgles, and the sword @@.red;firmly planted in $his side.@@ $He lived this time, barely, but $he doubts $he can do it again.
 		<<set _winner.health -= 80>>
 		<<if $pitAudience == "paid">>
-			The audience is awestruck by the blind girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
+			The audience is awestruck by the blind $girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
 			<<set $cash += 40000>>
 		<<elseif $pitAudience == "free">>
-			The audience is @@.green;awestruck@@ by the blind girl's triumph.
+			The audience is @@.green;awestruck@@ by the blind $girl's triumph.
 			<<set $rep += 2000>>
 		<</if>>
 	<<elseif !canSee(_loser)>>
-		_winner.slaveName sighs at _loser.slaveName's random slashing and calmly struts around the panicking slave. In one quick swoop, she buries her blade in _loser.slaveName's back, ending the poor girl's flailing.
+		_winner.slaveName sighs at _loser.slaveName's random slashing and calmly struts around the panicking slave. In one quick swoop, _he2 buries _his2 blade in _loser.slaveName's back, ending the poor _girl2's flailing.
 		<<set _winner.health -= 80>>
 		<<if $pitAudience == "paid">>
 			The audience found the fight embarrassing, and your @@.yellowgreen;cut of the betting@@ is pitiful.
@@ -445,7 +451,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 		<</if>>
 	<<elseif (_winnerDeadliness > _loserDeadliness+3)>>
 		<<if (_winner.combatSkill > 0)>>
-			_winner.slaveName wants to win, and she opens the fight with a furious attack. _loser.slaveName manages to get her blade up, blocking a strike with a ringing clash and a few sparks, but by doing so leaves her abdomen open and obscures her vision enough that she is unprepared for the following horizontal slash, which opens her belly wide. The stricken girl collapses, feebly trying to push her viscera back into place. Whether out of mercy or a desire to get it over with, _winner.slaveName quickly removes the dying girl's head.
+			_winner.slaveName wants to win, and $he opens the fight with a furious attack. _loser.slaveName manages to get _his2 blade up, blocking a strike with a ringing clash and a few sparks, but by doing so leaves _his2 abdomen open and obscures _his2 vision enough that _he2 is unprepared for the following horizontal slash, which opens _his2 belly wide. The stricken _girl2 collapses, feebly trying to push _his2 viscera back into place. Whether out of mercy or a desire to get it over with, _winner.slaveName quickly removes the dying _girl2's head.
 			<<if $pitAudience == "paid">>
 				The audience is reasonably impressed by the gore, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 				<<set $cash += 4000>>
@@ -454,7 +460,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 				<<set $rep += 200>>
 			<</if>>
 		<<else>>
-			_winner.slaveName wants to win and is confident she will, but she isn't particularly sure about how to do so. She fights cautiously, swinging her sword in powerful but inaccurate strokes. It is only a matter of time before one of these strikes gets through; it's telling that rather than hitting what she aimed at, _winner.slaveName accidentally opens a massive gash down _loser.slaveName's thigh. Realizing she has to do something, _loser.slaveName makes a desperate counterattack, pouring blood as she goes. _winner.slaveName panics and fails to parry one of the last counterstrikes before loss of blood ends the attack, suffering a @@.red;terrible cut@@ to her shoulder. Down to one arm, _winner.slaveName is forced to make a long, loud butchery of ending the fight.
+			_winner.slaveName wants to win and is confident $he will, but $he isn't particularly sure about how to do so. $He fights cautiously, swinging $his sword in powerful but inaccurate strokes. It is only a matter of time before one of these strikes gets through; it's telling that rather than hitting what $he aimed at, _winner.slaveName accidentally opens a massive gash down _loser.slaveName's thigh. Realizing _he2 has to do something, _loser.slaveName makes a desperate counterattack, pouring blood as _he2 goes. _winner.slaveName panics and fails to parry one of the last counterstrikes before loss of blood ends the attack, suffering a @@.red;terrible cut@@ to $his shoulder. Down to one arm, _winner.slaveName is forced to make a long, loud butchery of ending the fight.
 			<<set _winner.health -= 20>>
 			<<if $pitAudience == "paid">>
 				The audience is reasonably impressed by the blood, and your @@.yellowgreen;cut of the betting@@ is reasonable.
@@ -465,7 +471,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<</if>>
 		<</if>>
 	<<elseif (_winner.combatSkill > 0) && (_loser.combatSkill > 0)>>
-		Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading thrust and parry, swing and block. _winner.slaveName is slowly pressed back, so she decides to change the nature of the fight. After three tries she manages to force _loser.slaveName to close, suffering a @@.red;nearly severed ear@@ as she does. _loser.slaveName realizes she only retains an advantage at long range but cannot back up fast enough to avoid close combat. _loser.slaveName is forced back fast enough that she trips; she's barely fallen on her back before she grunts with shock and pain, dying with a look of surprise as she stares at the sword growing out of her chest.
+		Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading thrust and parry, swing and block. _winner.slaveName is slowly pressed back, so $he decides to change the nature of the fight. After three tries $he manages to force _loser.slaveName to close, suffering a @@.red;nearly severed ear@@ as $he does. _loser.slaveName realizes _he2 only retains an advantage at long range but cannot back up fast enough to avoid close combat. _loser.slaveName is forced back fast enough that _he2 trips; _he2's barely fallen on _his2 back before _he2 grunts with shock and pain, dying with a look of surprise as _he2 stares at the sword growing out of _his2 chest.
 		<<set _winner.health -= 20>>
 		<<if $pitAudience == "paid">>
 			The audience is quite impressed by the expert fight, and your @@.yellowgreen;cut of the betting@@ is quite good.
@@ -475,7 +481,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 500>>
 		<</if>>
 	<<elseif (_winner.height-_loser.height <= -10)>>
-		_winner.slaveName realizes that _loser.slaveName's wingspan gives her a huge reach advantage. She bores straight in, taking @@.red;a glancing scalp wound@@ but coming on regardless. _loser.slaveName understands her opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When her back hits a padded wall, _winner.slaveName aims a gutting cut that _loser.slaveName struggles to block. She manages it, but the wall catches her point, so the block is with her wrist, not her sword. The sharp blade cuts almost all the way through the joint, leaving her in agony and totally incapable of defense. _winner.slaveName pushes her head back against the wall and cuts her throat down to the spine.
+		_winner.slaveName realizes that _loser.slaveName's wingspan gives _him2 a huge reach advantage. $He bores straight in, taking @@.red;a glancing scalp wound@@ but coming on regardless. _loser.slaveName understands _his2 opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When _his2 back hits a padded wall, _winner.slaveName aims a gutting cut that _loser.slaveName struggles to block. _He2 manages it, but the wall catches _his2 point, so the block is with _his2 wrist, not _his2 sword. The sharp blade cuts almost all the way through the joint, leaving _him2 in agony and totally incapable of defense. _winner.slaveName pushes _his2 head back against the wall and cuts _his2 throat down to the spine.
 		<<set _loser.health -= 20>>
 		<<if $pitAudience == "paid">>
 			The audience is reasonably impressed by the blood, and your @@.yellowgreen;cut of the betting@@ is reasonable.
@@ -485,7 +491,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 200>>
 		<</if>>
 	<<elseif (_winner.muscles > 30)>>
-		_winner.slaveName is so massively muscular that she's actually impeded by her lack of speed and flexibility. _loser.slaveName is properly afraid of her strength, though, so she tries to stay away as much as she can. The few times their blades clash reinforces this approach, since _winner.slaveName is able to beat her opponent's blocks out of the way with contemptuous ease. The fight takes a long, long time, but it takes more out of _loser.slaveName to survive than it takes out of _winner.slaveName to keep swinging. Eventually the gasping, weeping _loser.slaveName trips and does not struggle to her feet in time. It takes her tired opponent several overhead butcher's cleaves to end it.
+		_winner.slaveName is so massively muscular that $he's actually impeded by $his lack of speed and flexibility. _loser.slaveName is properly afraid of _his2 strength, though, so _he2 tries to stay away as much as _he2 can. The few times their blades clash reinforces this approach, since _winner.slaveName is able to beat $his opponent's blocks out of the way with contemptuous ease. The fight takes a long, long time, but it takes more out of _loser.slaveName to survive than it takes out of _winner.slaveName to keep swinging. Eventually the gasping, weeping _loser.slaveName trips and does not struggle to _his2 feet in time. It takes _his2 tired opponent several overhead butcher's cleaves to end it.
 		<<if $pitAudience == "paid">>
 			The audience is reasonably impressed by the show of strength, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 			<<set $cash += 1000>>
@@ -494,15 +500,15 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif (_loser.belly >= 300000)>>
-		_winner.slaveName wants to live badly enough that she takes and extremely brutal shortcut to victory. The instant the fight starts, she quickly slices right across _loser.slaveName's massive belly, which is far too large to possibly defend. _loser.slaveName's belly ruptures like a popped water balloon, showering _winner.slaveName with
+		_winner.slaveName wants to live badly enough that $he takes an extremely brutal shortcut to victory. The instant the fight starts, $he quickly slices right across _loser.slaveName's massive belly, which is far too large to possibly defend. _loser.slaveName's belly ruptures like a popped water balloon, showering _winner.slaveName with
 		<<if _loser.pregType > 0>>
-			blood. _loser.slaveName collapses into the pile of organs and babies released from her body.
+			blood. _loser.slaveName collapses into the pile of organs and babies released from _his2 body.
 		<<elseif _loser.bellyImplant > 0>>
-			blood and filler. _loser.slaveName collapses into the pool of organs and fluid released from her body.
+			blood and filler. _loser.slaveName collapses into the pool of organs and fluid released from _his2 body.
 		<<else>>
-			blood and <<print _loser.inflationType>>. _loser.slaveName collapses into the pool of organs and fluid released from her body.
+			blood and <<print _loser.inflationType>>. _loser.slaveName collapses into the pool of organs and fluid released from _his2 body.
 		<</if>>
-		_winner.slaveName walks over to the bleeding out slave and quickly cuts her throat.
+		_winner.slaveName walks over to the bleeding out slave and quickly cuts _his2 throat.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 2000>>
@@ -511,7 +517,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 100>>
 		<</if>>
 	<<elseif (_loser.boobs > 1200)>>
-		_winner.slaveName takes an extremely simple shortcut to victory. The instant the fight starts, she slices _loser.slaveName right across her huge tits, which are so large they cannot properly be defended. _loser.slaveName reflexively drops her sword to clasp her hands over her ruined breasts, gushing blood<<if _loser.boobsImplant > 400>> and implant fluid<</if>>. _winner.slaveName's follow-up is neither artful nor particularly well planned, but it is effective. She hits the distracted girl's neck from the side, almost but not quite separating her head from her body.
+		_winner.slaveName takes an extremely simple shortcut to victory. The instant the fight starts, $he slices _loser.slaveName right across _his2 huge tits, which are so large they cannot properly be defended. _loser.slaveName reflexively drops _his2 sword to clasp _his2 hands over _his2 ruined breasts, gushing blood<<if _loser.boobsImplant > 400>> and implant fluid<</if>>. _winner.slaveName's follow-up is neither artful nor particularly well planned, but it is effective. $He hits the distracted _girl2's neck from the side, almost but not quite separating _his2 head from _his2 body.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 2000>>
@@ -520,7 +526,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 100>>
 		<</if>>
 	<<elseif (_loser.dick > 0)>>
-		_winner.slaveName wants to live badly enough that she takes an extremely brutal shortcut to victory. The instant the fight starts, she furiously swings for _loser.slaveName's face. _loser.slaveName reflexively raises her sword to block, at which point _winner.slaveName simply kicks her in the dick. _loser.slaveName goes down like a marionette with cut strings, her mouth soundlessly opening and closing and tears leaking from her closed eyes. _winner.slaveName walks over to the prostrate slave and cuts her throat without much trouble.
+		_winner.slaveName wants to live badly enough that $he takes an extremely brutal shortcut to victory. The instant the fight starts, $he furiously swings for _loser.slaveName's face. _loser.slaveName reflexively raises _his2 sword to block, at which point _winner.slaveName simply kicks _him2 in the dick. _loser.slaveName goes down like a marionette with cut strings, _his2 mouth soundlessly opening and closing and tears leaking from _his2 closed eyes. _winner.slaveName walks over to the prostrate slave and cuts _his2 throat without much trouble.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 2000>>
@@ -529,7 +535,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<set $rep += 100>>
 		<</if>>
 	<<else>>
-		_winner.slaveName wants to live badly enough that she takes an extremely brutal shortcut to victory. The instant the fight starts, she furiously swings for _loser.slaveName's face. _loser.slaveName reflexively raises her sword to block, at which point _winner.slaveName simply kicks her in the cunt. _loser.slaveName goes down like a marionette with cut strings, her mouth soundlessly opening and closing and tears leaking from her closed eyes. _winner.slaveName walks over to the prostrate slave and cuts her throat without much trouble.
+		_winner.slaveName wants to live badly enough that $he takes an extremely brutal shortcut to victory. The instant the fight starts, $he furiously swings for _loser.slaveName's face. _loser.slaveName reflexively raises _his2 sword to block, at which point _winner.slaveName simply kicks _him2 in the cunt. _loser.slaveName goes down like a marionette with cut strings, _his2 mouth soundlessly opening and closing and tears leaking from _his2 closed eyes. _winner.slaveName walks over to the prostrate slave and cuts _his2 throat without much trouble.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 2000>>
@@ -541,28 +547,28 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 
 	<br><br>
 
-	You let the winner _winner.slaveName, shaking as she comes off the adrenaline, drugs, and the fear, exit the pit.
+	You let the winner _winner.slaveName, shaking as $he comes off the adrenaline, drugs, and the fear, exit the pit.
 
 	<<if _winner.fetish == "mindbroken">>
-		She was already so broken before today that she will not be seriously affected by having killed with her own hands.
+		$He was already so broken before today that $he will not be seriously affected by having killed with $his own hands.
 	<<elseif _winner.devotion > 95>>
-		She is so worshipful of you that she does not see killing _loser.slaveName as special in her own internal listing of things that she has willingly done and would willingly do again on your behalf.
+		$He is so worshipful of you that $he does not see killing _loser.slaveName as special in $his own internal listing of things that $he has willingly done and would willingly do again on your behalf.
 	<<elseif _winner.devotion > 80>>
-		She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to @@.hotpink;subsume her will to yours,@@ telling herself that the killing was to serve and obey you.
+		$He will never forget having killed _loser.slaveName with $his own hands. The only way $he will be able to live with $himself is to @@.hotpink;subsume $his will to yours,@@ telling $himself that the killing was to serve and obey you.
 		<<set _winner.devotion += 10>>
 	<<elseif (_winner.fetishKnown == 1) && (_winner.fetishStrength > 60) && (_winner.fetish == "sadist")>>
-		She has sunk even deeper into cruelty, callousness, and a total disregard of the value of other slaves' lives. Going forward, she's even @@.hotpink;less likely to question@@ even the most abominable commands.
+		$He has sunk even deeper into cruelty, callousness, and a total disregard of the value of other slaves' lives. Going forward, $he's even @@.hotpink;less likely to question@@ even the most abominable commands.
 		<<set _winner.devotion += 4>>
 	<<elseif _winner.devotion > 50>>
-		She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to tell herself that the killing was done on your orders.
+		$He will never forget having killed _loser.slaveName with $his own hands. The only way $he will be able to live with $himself is to tell $himself that the killing was done on your orders.
 	<<else>>
-		She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to @@.mediumorchid;blame you,@@ telling herself that the killing was the only choice you gave her if she wanted to live.
+		$He will never forget having killed _loser.slaveName with $his own hands. The only way $he will be able to live with $himself is to @@.mediumorchid;blame you,@@ telling $himself that the killing was the only choice you gave $him if $he wanted to live.
 		<<set _winner.devotion -= 10>>
 	<</if>>
 
 	<<if (_winner.fetish != "sadist")>>
 	<<if random(1,100) > 50>>
-		Cruelty and callousness seeps its way into her sexuality; she has become a @@.lightcoral;bloody sadist.@@
+		Cruelty and callousness seeps its way into $his sexuality; $he has become a @@.lightcoral;bloody sadist.@@
 		<<set _winner.fetish = "sadist">>
 		<<set _winner.fetishKnown = 1>>
 		<<set _winner.fetishStrength = 65>>
@@ -571,42 +577,42 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 
 	<<if (_winner.rivalry > 0) && (_loser.ID == _winner.rivalryTarget)>>
 		<<if (_winner.devotion > 75)>>
-		She is so accepting of the low value of slave life that she @@.hotpink;is pleased@@ to have killed her rival _loser.slaveName.
+		$He is so accepting of the low value of slave life that $he @@.hotpink;is pleased@@ to have killed $his rival _loser.slaveName.
 		<<set _winner.devotion += 4>>
 		<</if>>
 	<<elseif (_winner.relationship >= 0) && (_loser.ID == _winner.relationshipTarget)>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her only friend at her own hand as an @@.hotpink;honorable@@ end to their doomed slave relationship.
+		$He is so worshipful of you that $he sees the death of $his only friend at $his own hand as an @@.hotpink;honorable@@ end to their doomed slave relationship.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her only friend at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		$He shows little reaction to the death of $his only friend at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
 	<<elseif _winner.mother == _loser.ID>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her mother at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+		$He is so worshipful of you that $he sees the death of $his mother at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her mother at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		$He shows little reaction to the death of $his mother at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
 	<<elseif _winner.father == _loser.ID>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her father at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+		$He is so worshipful of you that $he sees the death of $his father at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her father at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		$He shows little reaction to the death of $his father at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
 	<<elseif _loser.mother == _winner.ID || _loser.father == _winner.ID>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her daughter at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+		$He is so worshipful of you that $he sees the death of $his daughter at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her daughter at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		$He shows little reaction to the death of $his daughter at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
@@ -614,37 +620,37 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 		<<switch areSisters(_winner, _loser)>>
 		<<case 1>>
 			<<if (_winner.devotion > 95)>>
-			She is so worshipful of you that she sees the death of her twin at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+			$He is so worshipful of you that $he sees the death of $his twin at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 			<<set _winner.devotion += 4>>
 			<<else>>
-			She shows little reaction to the death of her twin at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+			$He shows little reaction to the death of $his twin at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 			<<set _winner.fetish = "mindbroken">>
 			<<set _winner.fetishKnown = 1>>
 			<</if>>
 		<<case 2>>
 			<<if (_winner.devotion > 95)>>
-			She is so worshipful of you that she sees the death of her sister at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+			$He is so worshipful of you that $he sees the death of $his sister at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 			<<set _winner.devotion += 4>>
 			<<else>>
-			She shows little reaction to the death of her sister at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+			$He shows little reaction to the death of $his sister at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 			<<set _winner.fetish = "mindbroken">>
 			<<set _winner.fetishKnown = 1>>
 			<</if>>
 		<<case 3>>
 			<<if (_winner.devotion > 95)>>
-			She is so worshipful of you that she sees the death of her half-sister at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+			$He is so worshipful of you that $he sees the death of $his half-sister at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 			<<set _winner.devotion += 4>>
 			<<else>>
-			She is @@.mediumorchid;utterly devastated@@ at being forced to take the life of her half-sister.
+			$He is @@.mediumorchid;utterly devastated@@ at being forced to take the life of $his half-sister.
 			<<set _winner.devotion -= 50>>
 			<</if>>
 		<</switch>>
 	<<elseif (_winner.relation != 0) && (_loser.ID == _winner.relationTarget)>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her _loser.relation at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
+		$He is so worshipful of you that $he sees the death of $his _loser.relation at $his own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her _loser.relation at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		$He shows little reaction to the death of $his _loser.relation at $his own hand. In the coming days, it becomes clear that this is because $he is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
@@ -652,7 +658,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 <<else>>	/*if fighting an animal*/
 	<<if _winner == _fighterOne>>	/*if slave wins*/
 		<<if !canSee(_winner)>>
-			_winner.slaveName centers $himself and hones in on the _animal.species's rapid breath. $He readies herself, knowing $he has a single chance to live. With heavy steps, the _animal.species rushes at $him, fully prepared to slaughter the helpless combatant. _winner.slaveName gambles everything on a single high slash, a slash that cuts the _animal.species's undefended neck wide open. _winner.slaveName collapses to the ground, fully aware of the _animal.species's final gurgles and the @@.red;deep scratches in her side.@@ $He lived this time, barely, but $he doubts $he can do it again.
+			_winner.slaveName centers $himself and hones in on the _animal.species's rapid breath. $He readies $himself, knowing $he has a single chance to live. With heavy steps, the _animal.species rushes at $him, fully prepared to slaughter the helpless combatant. _winner.slaveName gambles everything on a single high slash, a slash that cuts the _animal.species's undefended neck wide open. _winner.slaveName collapses to the ground, fully aware of the _animal.species's final gurgles and the @@.red;deep scratches in $his side.@@ $He lived this time, barely, but $he doubts $he can do it again.
 			<<set _winner.health -= 80>>
 			<<if $pitAudience == "paid">>
 				The audience is awestruck by the blind girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
@@ -662,7 +668,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 				<<set $rep += 2000>>
 			<</if>>
 		<<elseif (_winner.muscles > 30)>>
-			_winner.slaveName is so massively muscular that she's actually impeded by her lack of speed and flexibility. The _animal.species is suitably cautious, and it does its best to avoid $his sword. The two go back and forth for a while -- the slave slashing and swinging, the animal leaping out of the way. $activeSlave.slaveName finally manages to get the better of the _animal.species, though, and manages to catch the tip of $his sword on the animal's leg. With a loud <<switch _animal.type>><<case "canine">>yelp<<case "hooved">>whinny<<case "feline">>howl<</switch>>, the _animal.species stumbles back, giving the slave a chance to bring $his sword down in an overhead swing, nearly removing the _animal.species's head.
+			_winner.slaveName is so massively muscular that $he's actually impeded by $his lack of speed and flexibility. The _animal.species is suitably cautious, and it does its best to avoid $his sword. The two go back and forth for a while -- the slave slashing and swinging, the animal leaping out of the way. $activeSlave.slaveName finally manages to get the better of the _animal.species, though, and manages to catch the tip of $his sword on the animal's leg. With a loud <<switch _animal.type>><<case "canine">>yelp<<case "hooved">>whinny<<case "feline">>howl<</switch>>, the _animal.species stumbles back, giving the slave a chance to bring $his sword down in an overhead swing, nearly removing the _animal.species's head.
 			<<if $pitAudience == "paid">>
 				The audience is reasonably impressed by the show of strength, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 				<<set $cash += 1000>>
@@ -685,17 +691,17 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 			<<if _loser.combatSkill > 0>>
 				_loser.slaveName is fairly confident in $his fighting abilities, and $he knows that this fight is fairly evenly matched.
 			<<else>>
-				_loser.slaveName doesn't know how to handle a sword, but $he feels fairly confident in $his chances all the same. 
+				_loser.slaveName doesn't know how to handle a sword, but $he feels fairly confident in $his chances all the same.
 			<</if>>
 			$He doesn't know how to go about attacking an animal, though, so $he decides to play it safe and keep the _animal.species at sword's length. The _animal.species make a few false lunges at the slave, all the while keeping out of reach. After a few minutes of this, though, it's evident that _loser.slaveName is beginning to tire: $his sword is beginning to swing slower and slower, and $his stance isn't as straight. The animal seems to sense this, and, spotting an opening, makes a final lunge. Its <<switch _animal.type>><<case "canine" "feline">>teeth sink into $his throat<<case "hooved">>hooves connect with $his skull<</switch>>, ending $his life almost immediately.
 		<<elseif (_loser.belly >= 300000)>>
 			_loser.slaveName's belly is too big to possibly defend, so $he can't help but watch in horror as the _animal.species lunges at $him, <<switch _animal.type>><<case "canine" "feline">>fangs and claws out<<case "hooved">>headfirst<</switch>>. _loser.slaveName's belly ruptures like a popped water balloon, showering the animal with
 			<<if _loser.pregType > 0>>
-				blood. _loser.slaveName collapses into the pile of organs and babies released from her body.
+				blood. _loser.slaveName collapses into the pile of organs and babies released from _his2 body.
 			<<elseif _loser.bellyImplant > 0>>
-				blood and filler. _loser.slaveName collapses into the pool of organs and fluid released from her body.
+				blood and filler. _loser.slaveName collapses into the pool of organs and fluid released from _his2 body.
 			<<else>>
-				blood and <<print _loser.inflationType>>. _loser.slaveName collapses into the pool of organs and fluid released from her body.
+				blood and <<print _loser.inflationType>>. _loser.slaveName collapses into the pool of organs and fluid released from _his2 body.
 			<</if>>
 			With a <<switch _animal.type>><<case "canine" "feline">>growl<<case "hooved">>snort<</switch>>, the _animal.species quickly finishes $him off<<if _animal.type == "hooved">> with a kick to the head<</if>>.
 			<<if $pitAudience == "paid">>
@@ -706,7 +712,7 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 				<<set $rep += 100>>
 			<</if>>
 		<<elseif (_loser.boobs > 1200)>>
-			_loser.slaveName's tits are too big to possibly defend, so $he can't help but watch in horror as the _animal.species lunges at $him, <<switch _animal.type>><<case "canine" "feline">>fangs and claws out<<case "hooved">>headfirst<</switch>>. _loser.slaveName's reflexively drops her sword to clasp her hands over her ruined breasts, gushing blood<<if _loser.boobsImplant > 400>> and implant fluid<</if>>. The _animal.species follows up with a <<switch _animal.type>><<case "canine" "feline">>fierce bite to one of $his legs, causing $him to collapse. A second later, the animal has finished $him off.<<case "hooved">>swift kick to the head, causing $him to drop like a rock. Another blow to the head finishes $him off.<</switch>>
+			_loser.slaveName's tits are too big to possibly defend, so $he can't help but watch in horror as the _animal.species lunges at $him, <<switch _animal.type>><<case "canine" "feline">>fangs and claws out<<case "hooved">>headfirst<</switch>>. _loser.slaveName's reflexively drops _his2 sword to clasp _his2 hands over _his2 ruined breasts, gushing blood<<if _loser.boobsImplant > 400>> and implant fluid<</if>>. The _animal.species follows up with a <<switch _animal.type>><<case "canine" "feline">>fierce bite to one of $his legs, causing $him to collapse. A second later, the animal has finished $him off.<<case "hooved">>swift kick to the head, causing $him to drop like a rock. Another blow to the head finishes $him off.<</switch>>
 			<<if $pitAudience == "paid">>
 				The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 				<<set $cash += 2000>>
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 2b3f3934e2dbb146a70072f287b47d11b47b209c..e6b0575fe4e238796ecc0d644a2eeda13b8cedfb 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -8,12 +8,14 @@
 <<else>>
 	<<set _fighterOne = getSlave($Bodyguard.ID)>>
 <</if>>
+<<setLocalPronouns _fighterOne>>
 <<if $pitAnimal == 0>>
 	<<set _fighterTwo = $fighterIDs.pluck()>>
 	<<set _fighterTwo = getSlave(_fighterTwo)>>
 	<<if ndef _fighterOne || ndef _fighterTwo || (_fighterOne == 0) || (_fighterTwo == 0)>>
 		<<goto "Nonrandom Event">>
 	<</if>>
+	<<setLocalPronouns _fighterTwo 2>>
 <<else>>
 	<<switch $pitAnimalType>>
 	<<case "canine">>
@@ -44,17 +46,17 @@
 		<<set $arcologies[0].FSRomanRevivalist += 0.2*$FSSingleSlaveRep>>
 	<</if>>
 
-	You review the rules - the combatants are wearing light gloves, and the fight will be nonlethal, with you as the judge. The winner will have the right to do anything she wishes to the loser,
+	You review the rules - the combatants are wearing light gloves, and the fight will be nonlethal, with you as the judge. The winner will have the right to do anything they wish to the loser,
 	<<if $pitVirginities == 0>>
 		even take virginities,
 	<<elseif $pitVirginities == 1>>
-		except take her virginity,
+		except take their virginity,
 	<<elseif $pitVirginities == 2>>
-		except take her anal virginity,
+		except take their anal virginity,
 	<<elseif $pitVirginities == 3>>
 		except take virginities,
 	<</if>>
-	and earn two complete days of rest. You take a moment to look over your girls before giving the word.
+	and earn two complete days of rest. You take a moment to look over your fighters before giving the word.
 
 	<br><br>
 
@@ -63,7 +65,7 @@
 	<<if _fighterOneDeadliness > 5>>
 		_fighterOne.slaveName seems very confident, even eager to win a break.
 	<<elseif _fighterOneDeadliness > 3>>
-		_fighterOne.slaveName seems nervous, but steels herself to fight for time off.
+		_fighterOne.slaveName seems nervous, but steels $himself to fight for time off.
 	<<elseif _fighterOneDeadliness > 1>>
 		_fighterOne.slaveName seems hesitant and unsure.
 	<<else>>
@@ -71,124 +73,124 @@
 	<</if>>
 
 	<<if _fighterOne.combatSkill > 0>>
-		Her stance is obviously well-practiced.
+		$His stance is obviously well-practiced.
 	<</if>>
 
 	<<if _fighterOne.muscles > 95 && _fighterOne.height >= 185>>
-		Her huge muscles are an intimidating sight and, despite their massive size, she is tall enough to not be hindered by them.
+		$His huge muscles are an intimidating sight and, despite their massive size, $he is tall enough to not be hindered by them.
 	<<elseif _fighterOne.muscles > 95>>
-		Her huge muscles are an intimidating sight, but may hinder her flexibility.
+		$His huge muscles are an intimidating sight, but may hinder $his flexibility.
 	<<elseif _fighterOne.muscles > 30>>
-		Her muscles are a trim and powerful sight.
+		$His muscles are a trim and powerful sight.
 	<<elseif _fighterOne.muscles < -95>>
-		She can barely stand, let alone defend herself.
+		$He can barely stand, let alone defend $himself.
 	<<elseif _fighterOne.muscles < -30>>
-		She is very weak; a single punch will likely floor her.
+		$He is very weak; a single punch will likely floor $him.
 	<<elseif _fighterOne.muscles < -5>>
-		She is rather unfit; she will likely be outmatched by near any real opponent.
+		$He is rather unfit; $he will likely be outmatched by near any real opponent.
 	<</if>>
 
 	<<if _fighterOne.height >= 170>>
-		Her height gives her a reach advantage with her fists and feet.
+		$His height gives $him a reach advantage with $his fists and feet.
 	<</if>>
 
 	<<if _fighterOne.weight > 190>>
-		Her extreme weight nearly immobilizes her. She is essentially a fleshy punching bag.
+		$His extreme weight nearly immobilizes $him. $He is essentially a fleshy punching bag.
 	<<elseif _fighterOne.weight > 160>>
-		Her extreme weight limits her mobility and range of motion even if she can take punches like nothing.
+		$His extreme weight limits $his mobility and range of motion even if $he can take punches like nothing.
 	<<elseif _fighterOne.weight > 130>>
-		Her extreme weight holds her back as a pit fighter.
+		$His extreme weight holds $him back as a pit fighter.
 	<<elseif _fighterOne.weight > 30>>
-		Her heavy weight is an impediment as a pit fighter.
+		$His heavy weight is an impediment as a pit fighter.
 	<<elseif _fighterOne.weight < -10>>
-		Her light weight is an impediment as a pit fighter.
+		$His light weight is an impediment as a pit fighter.
 	<</if>>
 
 	<<if _fighterOne.health < -50>>
-		Her poor health makes her a weaker combatant.
+		$His poor health makes $him a weaker combatant.
 	<</if>>
 
 	<<if _fighterOne.pregKnown == 1 || _fighterOne.bellyPreg >= 1500>>
 		<<if _fighterOne.bellyPreg >= 750000>>
-			Her monolithic pregnancy guarantees her loss; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent. The fear of what would happen should her adversary land a hit on her belly also weighs upon her mind.
+			$His monolithic pregnancy guarantees $his loss; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag $him to the ground. $He has no hope of attacking around the straining mass, let alone stopping $his opponent. The fear of what would happen should $his adversary land a hit on $his belly also weighs upon $his mind.
 		<<elseif _fighterOne.bellyPreg >= 600000>>
-			Her titanic pregnancy is practically a guaranteed loss; she can barely stand let alone fight. The worry of a solid hit striking her life swollen womb also weighs on her mind.
+			$His titanic pregnancy is practically a guaranteed loss; $he can barely stand let alone fight. The worry of a solid hit striking $his life swollen womb also weighs on $his mind.
 		<<elseif _fighterOne.bellyPreg >= 450000>>
-			Her gigantic pregnancy is nearly a guaranteed loss; it presents an unmissable, indefensible target for her adversary.
+			$His gigantic pregnancy is nearly a guaranteed loss; it presents an unmissable, indefensible target for $his adversary.
 		<<elseif _fighterOne.bellyPreg >= 300000>>
-			Her massive pregnancy obstructs her movement and greatly hinders her. She struggles to think of how she could even begin to defend her bulk.
+			$His massive pregnancy obstructs $his movement and greatly hinders $him. $He struggles to think of how $he could even begin to defend $his bulk.
 		<<elseif _fighterOne.bellyPreg >= 150000>>
-			Her giant pregnancy obstructs her movement and greatly slows her down.
+			$His giant pregnancy obstructs $his movement and greatly slows $him down.
 		<<elseif _fighterOne.bellyPreg >= 100000>>
-			Her giant belly gets in her way and weighs her down.
+			$His giant belly gets in $his way and weighs $him down.
 		<<elseif _fighterOne.bellyPreg >= 10000>>
-			Her huge belly is unwieldy and hinders her efforts.
+			$His huge belly is unwieldy and hinders $his efforts.
 		<<elseif _fighterOne.bellyPreg >= 5000>>
-			Her advanced pregnancy makes her much less effective.
+			$His advanced pregnancy makes $him much less effective.
 		<<elseif _fighterOne.bellyPreg >= 1500>>
-			Her growing pregnancy distracts her from the fight.
+			$His growing pregnancy distracts $him from the fight.
 		<<else>>
-			The life just beginning to grow inside her distracts her from the fight.
+			The life just beginning to grow inside $him distracts $him from the fight.
 		<</if>>
 	<<elseif _fighterOne.bellyImplant >= 1500>>
 		<<if _fighterOne.bellyImplant >= 750000>>
-			Her monolithic, <<print _fighterOne.bellyImplant>>cc implant filled belly guarantees her defeat; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent.
+			$His monolithic, <<print _fighterOne.bellyImplant>>cc implant filled belly guarantees $his defeat; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag $him to the ground. $He has no hope of attacking around the straining mass, let alone stopping $his opponent.
 		<<elseif _fighterOne.bellyImplant >= 600000>>
-			Her titanic, <<print _fighterOne.bellyImplant>>cc implant filled belly is practically a guaranteed defeat; she can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but she can feel it straining to hold the sheer amount of filler forced into it.
+			$His titanic, <<print _fighterOne.bellyImplant>>cc implant filled belly is practically a guaranteed defeat; $he can barely stand let alone fight. Not only is it cripplingly heavy, unwieldy and an easy target, but $he can feel it straining to hold the sheer amount of filler forced into it.
 		<<elseif _fighterOne.bellyImplant >= 450000>>
-			Her gigantic, <<print _fighterOne.bellyImplant>>cc implant filled belly is nearly a guaranteed defeat; it presents an unmissable, indefensible target for her adversary.
+			$His gigantic, <<print _fighterOne.bellyImplant>>cc implant filled belly is nearly a guaranteed defeat; it presents an unmissable, indefensible target for $his adversary.
 		<<elseif _fighterOne.bellyImplant >= 300000>>
-			Her massive, <<print _fighterOne.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
+			$His massive, <<print _fighterOne.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning $him in combat.
 		<<elseif _fighterOne.bellyImplant >= 150000>>
-			Her giant, <<print _fighterOne.bellyImplant>>cc implant filled belly obstructs her movement and greatly slows her down.
+			$His giant, <<print _fighterOne.bellyImplant>>cc implant filled belly obstructs $his movement and greatly slows $him down.
 		<<elseif _fighterOne.bellyImplant >= 100000>>
-			Her giant, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+			$His giant, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off $his weight and making $him far less effective.
 		<<elseif _fighterOne.bellyImplant >= 10000>>
-			Her huge, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+			$His huge, <<print _fighterOne.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off $his weight and making $him far less effective.
 		<<elseif _fighterOne.bellyImplant >= 5000>>
-			Her large, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective.
+			$His large, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering $him less effective.
 		<<elseif _fighterOne.bellyImplant >= 1500>>
-			Her swollen, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and makes her less effective.
+			$His swollen, <<print _fighterOne.bellyImplant>>cc implant filled belly is heavy and makes $him less effective.
 		<</if>>
 	<</if>>
 	<<if _fighterOne.labor == 1>>
-		She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent.
+		$He's feeling labor pains. $His child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother at the mercy of $his opponent.
 	<<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor suppressors">>
-		She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
+		$He'll be going into labor any time now and $he knows it. $He's terrified of the thought of $his water breaking during the fight.
 	<</if>>
 
 	<<if _fighterOne.bellyFluid >= 10000>>
-		Her hugely bloated, <<print _fighterOne.inflationType>>-filled belly is taut and painful, hindering her ability to fight.
+		$His hugely bloated, <<print _fighterOne.inflationType>>-filled belly is taut and painful, hindering $his ability to fight.
 	<<elseif _fighterOne.bellyFluid >= 5000>>
-		Her bloated, <<print _fighterOne.inflationType>>-stuffed belly is constantly jiggling and moving, distracting her and throwing off her weight.
+		$His bloated, <<print _fighterOne.inflationType>>-stuffed belly is constantly jiggling and moving, distracting $him and throwing off $his weight.
 	<<elseif _fighterOne.bellyFluid >= 2000>>
-		Her distended, <<print _fighterOne.inflationType>>-belly is uncomfortable and heavy, distracting her.
+		$His distended, <<print _fighterOne.inflationType>>-belly is uncomfortable and heavy, distracting $him.
 	<</if>>
 
 	<<if !canSee(_fighterOne)>>
-		Her lack of eyesight means certain defeat.
+		$His lack of eyesight means certain defeat.
 	<<elseif ((_fighterOne.eyes == -1) && (_fighterOne.eyewear != "corrective glasses") && (_fighterOne.eyewear != "corrective contacts")) || (_fighterOne.eyes == 1 && (_fighterOne.eyewear == "blurring glasses" || _fighterOne.eyewear == "blurring contacts"))>>
-		Her poor eyesight makes her a weaker fighter.
+		$His poor eyesight makes $him a weaker fighter.
 	<</if>>
 
 	<<if !canHear(_fighterOne)>>
-		Her lack of hearing is a major detriment.
+		$His lack of hearing is a major detriment.
 	<<elseif ((_fighterOne.hears == -1) && (_fighterOne.earwear != "hearing aids")) || (_fighterOne.hears == 0 && (_fighterOne.earwear == "muffling ear plugs"))>>
-		Her lack of hearing is a minor detriment.
+		$His poor hearing is a minor detriment.
 	<</if>>
 
 	<<if _fighterOne.amp < 0>>
-		The pit lights gleam on her P-Limbs.
+		The pit lights gleam on $his P-Limbs.
 		<<if _fighterOne.amp == -4>>
-			Though their integral weapons are disabled, her upgraded prosthetics are almost as fast as natural limbs, and they can hit much, much harder.
+			Though their integral weapons are disabled, $his upgraded prosthetics are almost as fast as natural limbs, and they can hit much, much harder.
 		<<elseif _fighterOne.amp == -5>>
-			Her advanced cybernetic limbs are faster than natural limbs, and their force is amplified, so that they can become potent weapons.
+			$His advanced cybernetic limbs are faster than natural limbs, and their force is amplified, so that they can become potent weapons.
 		<</if>>
 	<</if>>
 
 	<<if _fighterOne.devotion <= 20>>
 	<<if _fighterOne.trust < -20>>
-		She is unwilling to fight, but she knows the punishment for refusing to do so will be even worse.
+		$He is unwilling to fight, but $he knows the punishment for refusing to do so will be even worse.
 	<</if>>
 	<</if>>
 
@@ -199,7 +201,7 @@
 	<<if _fighterTwoDeadliness > 5>>
 		_fighterTwo.slaveName seems very confident, even eager to win a break.
 	<<elseif _fighterTwoDeadliness > 3>>
-		_fighterTwo.slaveName seems nervous, but steels herself to fight for time off.
+		_fighterTwo.slaveName seems nervous, but steels _himself2 to fight for time off.
 	<<elseif _fighterTwoDeadliness > 1>>
 		_fighterTwo.slaveName seems hesitant and unsure.
 	<<else>>
@@ -207,128 +209,128 @@
 	<</if>>
 
 	<<if _fighterTwo.combatSkill > 0>>
-		Her stance is obviously well-practiced.
+		_His2 stance is obviously well-practiced.
 	<</if>>
 
 	<<if _fighterTwo.muscles > 95 && _fighterTwo.height >= 185>>
-		Her huge muscles are an intimidating sight and, despite their massive size, she is tall enough to not be hindered by them.
+		_His2 huge muscles are an intimidating sight and, despite their massive size, _he2 is tall enough to not be hindered by them.
 	<<elseif _fighterTwo.muscles > 95>>
-		Her huge muscles are an intimidating sight, but may hinder her flexibility.
+		_His2 huge muscles are an intimidating sight, but may hinder _his2 flexibility.
 	<<elseif _fighterTwo.muscles > 30>>
-		Her muscles are a trim and powerful sight.
+		_His2 muscles are a trim and powerful sight.
 	<<elseif _fighterTwo.muscles < -95>>
-		She can barely stand, let alone defend herself.
+		_He2 can barely stand, let alone defend _himself2.
 	<<elseif _fighterTwo.muscles < -30>>
-		She is very weak; a single punch will likely floor her.
+		_He2 is very weak; a single punch will likely floor _him2.
 	<<elseif _fighterTwo.muscles < -5>>
-		She is rather unfit; she will likely be outmatched by near any real opponent.
+		_He2 is rather unfit; _he2 will likely be outmatched by near any real opponent.
 	<</if>>
 
 	<<if _fighterTwo.height >= 170>>
-		Her height gives her a reach advantage with her fists and feet.
+		_His2 height gives _him2 a reach advantage with _his2 fists and feet.
 	<</if>>
 
 	<<if _fighterTwo.health > 50>>
-		Her shining health makes her a better fighter.
+		_His2 shining health makes _him2 a better fighter.
 	<</if>>
 
 	<<if _fighterTwo.weight > 190>>
-		Her extreme weight nearly immobilizes her. She is essentially a fleshy punching bag.
+		_His2 extreme weight nearly immobilizes _him2. _He2 is essentially a fleshy punching bag.
 	<<elseif _fighterTwo.weight > 160>>
-		Her extreme weight limits her mobility and range of motion even if she can take punches like nothing.
+		_His2 extreme weight limits _his2 mobility and range of motion even if _he2 can take punches like nothing.
 	<<elseif _fighterTwo.weight > 130>>
-		Her extreme weight holds her back as a pit fighter.
+		_His2 extreme weight holds _him2 back as a pit fighter.
 	<<elseif _fighterTwo.weight > 30>>
-		Her heavy weight is an impediment as a pit fighter.
+		_His2 heavy weight is an impediment as a pit fighter.
 	<<elseif _fighterTwo.weight < -10>>
-		Her light weight is an impediment as a pit fighter.
+		_His2 light weight is an impediment as a pit fighter.
 	<</if>>
 
 	<<if _fighterTwo.health < -50>>
-		Her poor health makes her a weaker combatant.
+		_His2 poor health makes _him2 a weaker combatant.
 	<</if>>
 
 	<<if _fighterTwo.pregKnown == 1 || _fighterTwo.bellyPreg >= 1500>>
 		<<if _fighterTwo.bellyPreg >= 750000>>
-			Her monolithic pregnancy guarantees her loss; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent. The fear of what would happen should her adversary land a hit on her belly also weighs upon her mind.
+			_His2 monolithic pregnancy guarantees _his2 loss; not only is _he2 on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag _him2 to the ground. _He2 has no hope of attacking around the straining mass, let alone stopping _his2 opponent. The fear of what would happen should _his2 adversary land a hit on _his2 belly also weighs upon _his2 mind.
 		<<elseif _fighterTwo.bellyPreg >= 600000>>
-			Her titanic pregnancy is practically a guaranteed loss; she can barely stand let alone fight. The worry of a solid hit striking her life swollen womb also weighs on her mind.
+			_His2 titanic pregnancy is practically a guaranteed loss; _he2 can barely stand let alone fight. The worry of a solid hit striking _his2 life swollen womb also weighs on _his2 mind.
 		<<elseif _fighterTwo.bellyPreg >= 450000>>
-			Her gigantic pregnancy is nearly a guaranteed loss; it presents an unmissable, indefensible target for her adversary.
+			_His2 gigantic pregnancy is nearly a guaranteed loss; it presents an unmissable, indefensible target for _his2 adversary.
 		<<elseif _fighterTwo.bellyPreg >= 300000>>
-			Her massive pregnancy obstructs her movement and greatly hinders her. She struggles to think of how she could even begin to defend her bulk.
+			_His2 massive pregnancy obstructs _his2 movement and greatly hinders _him2. _He2 struggles to think of how _he2 could even begin to defend _his2 bulk.
 		<<elseif _fighterTwo.bellyPreg >= 150000>>
-			Her giant pregnancy obstructs her movement and greatly slows her down.
+			_His2 giant pregnancy obstructs _his2 movement and greatly slows _him2 down.
 		<<elseif _fighterTwo.bellyPreg >= 100000>>
-			Her giant belly gets in her way and weighs her down.
+			_His2 giant belly gets in _his2 way and weighs _him2 down.
 		<<elseif _fighterTwo.bellyPreg >= 10000>>
-			Her huge belly is unwieldy and hinders her efforts.
+			_His2 huge belly is unwieldy and hinders _his2 efforts.
 		<<elseif _fighterTwo.bellyPreg >= 5000>>
-			Her advanced pregnancy makes her much less effective.
+			_His2 advanced pregnancy makes _him2 much less effective.
 		<<elseif _fighterTwo.bellyPreg >= 1500>>
-			Her growing pregnancy distracts her from the fight.
+			_His2 growing pregnancy distracts _him2 from the fight.
 		<<else>>
-			The life just beginning to grow inside her distracts her from the fight.
+			The life just beginning to grow inside _him2 distracts _him2 from the fight.
 		<</if>>
 	<<elseif _fighterTwo.bellyImplant >= 1500>>
 		<<if _fighterTwo.bellyImplant >= 750000>>
-			Her monolithic, <<print _fighterTwo.bellyImplant>>cc implant filled belly guarantees her defeat; not only is she on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag her to the ground. She has no hope of attacking around the straining mass, let alone stopping her opponent.
+			_His2 monolithic, <<print _fighterTwo.bellyImplant>>cc implant filled belly guarantees _his2 defeat; not only is _he2 on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag _him2 to the ground. _He2 has no hope of attacking around the straining mass, let alone stopping _his2 opponent.
 		<<elseif _fighterTwo.bellyImplant >= 600000>>
-			Her titanic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is practically a guaranteed defeat; she can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but she can feel it straining to hold the sheer amount of filler forced into it.
+			_His2 titanic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is practically a guaranteed defeat; _he2 can barely stand let alone fight. Not only is it cripplingly heavy, unwieldy and an easy target, but _he2 can feel it straining to hold the sheer amount of filler forced into it.
 		<<elseif _fighterTwo.bellyImplant >= 450000>>
-			Her gigantic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is nearly a guaranteed defeat; it presents an unmissable, indefensible target for her adversary.
+			_His2 gigantic, <<print _fighterTwo.bellyImplant>>cc implant filled belly is nearly a guaranteed defeat; it presents an unmissable, indefensible target for _his2 adversary.
 		<<elseif _fighterTwo.bellyImplant >= 300000>>
-			Her massive, <<print _fighterTwo.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat.
+			_His2 massive, <<print _fighterTwo.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning _him2 in combat.
 		<<elseif _fighterTwo.bellyImplant >= 150000>>
-			Her giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly obstructs her movement and greatly slows her down.
+			_His2 giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly obstructs _his2 movement and greatly slows _him2 down.
 		<<elseif _fighterTwo.bellyImplant >= 100000>>
-			Her giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+			_His2 giant, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off _his2 weight and making _him2 far less effective.
 		<<elseif _fighterTwo.bellyImplant >= 10000>>
-			Her huge, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective.
+			_His2 huge, <<print _fighterTwo.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off _his2 weight and making _him2 far less effective.
 		<<elseif _fighterTwo.bellyImplant >= 5000>>
-			Her large, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective.
+			_His2 large, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering _him2 less effective.
 		<<elseif _fighterTwo.bellyImplant >= 1500>>
-			Her swollen, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and makes her less effective.
+			_His2 swollen, <<print _fighterTwo.bellyImplant>>cc implant filled belly is heavy and makes _him2 less effective.
 		<</if>>
 	<</if>>
 	<<if _fighterTwo.labor == 1>>
-		She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent.
+		_He2's feeling labor pains. _His2 child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother at the mercy of _his2 opponent.
 	<<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor suppressors">>
-		She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
+		_He2'll be going into labor any time now and _he2 knows it. _He2's terrified of the thought of _his2 water breaking during the fight.
 	<</if>>
 
 	<<if _fighterTwo.bellyFluid >= 10000>>
-		Her hugely bloated, <<print _fighterTwo.inflationType>>-filled belly is taut and painful, hindering her ability to fight.
+		_His2 hugely bloated, <<print _fighterTwo.inflationType>>-filled belly is taut and painful, hindering _his2 ability to fight.
 	<<elseif _fighterTwo.bellyFluid >= 5000>>
-		Her bloated, <<print _fighterTwo.inflationType>>-stuffed belly is constantly jiggling and moving, distracting her and throwing off her weight.
+		_His2 bloated, <<print _fighterTwo.inflationType>>-stuffed belly is constantly jiggling and moving, distracting _him2 and throwing off _his2 weight.
 	<<elseif _fighterTwo.bellyFluid >= 2000>>
-		Her distended, <<print _fighterTwo.inflationType>>-belly is uncomfortable and heavy, distracting her.
+		_His2 distended, <<print _fighterTwo.inflationType>>-belly is uncomfortable and heavy, distracting _him2.
 	<</if>>
 
 	<<if !canSee(_fighterTwo)>>
-		Her lack of eyesight means certain defeat.
+		_His2 lack of eyesight means certain defeat.
 	<<elseif ((_fighterTwo.eyes == -1) && (_fighterTwo.eyewear != "corrective glasses") && (_fighterTwo.eyewear != "corrective contacts")) || (_fighterTwo.eyes == 1 && (_fighterTwo.eyewear == "blurring glasses" || _fighterTwo.eyewear == "blurring contacts"))>>
-		Her poor eyesight makes her a weaker fighter.
+		_His2 poor eyesight makes _him2 a weaker fighter.
 	<</if>>
 
 	<<if !canHear(_fighterTwo)>>
-		Her lack of hearing is a major detriment.
+		_His2 lack of hearing is a major detriment.
 	<<elseif ((_fighterTwo.hears == -1) && (_fighterTwo.earwear != "hearing aids")) || (_fighterTwo.hears == 0 && (_fighterTwo.earwear == "muffling ear plugs"))>>
-		Her lack of hearing is a minor detriment.
+		_His2 poor hearing is a minor detriment.
 	<</if>>
 
 	<<if _fighterTwo.amp < 0>>
-		The pit lights gleam on her P-Limbs.
+		The pit lights gleam on _his2 P-Limbs.
 		<<if _fighterTwo.amp == -4>>
-			Though their integral weapons are disabled, her upgraded prosthetics are almost as fast as natural limbs, and they can hit much, much harder.
+			Though their integral weapons are disabled, _his2 upgraded prosthetics are almost as fast as natural limbs, and they can hit much, much harder.
 		<<elseif _fighterTwo.amp == -5>>
-			Her advanced cybernetic limbs are faster than natural limbs, and their force is amplified, so that they can become potent weapons.
+			_His2 advanced cybernetic limbs are faster than natural limbs, and their force is amplified, so that they can become potent weapons.
 		<</if>>
 	<</if>>
 
 	<<if _fighterTwo.devotion <= 20>>
 	<<if _fighterTwo.trust < -20>>
-		She is unwilling to fight, but she knows the punishment for refusing to do so will be even worse.
+		_He2 is unwilling to fight, but _he2 knows the punishment for refusing to do so will be even worse.
 	<</if>>
 	<</if>>
 
@@ -355,9 +357,11 @@
 		<<set _winner = _fighterOne>>
 		<<set _winnerDeadliness = _fighterOneDeadliness>>
 	<</if>>
+	<<setLocalPronouns _winner>>
+	<<setLocalPronouns _loser 2>>
 
 	<<if !canSee(_winner) && !canSee(_loser)>>
-		_winner.slaveName and _loser.slaveName are both blind making the fight a staredown. Neither slave wants to make the first move, especially with the drowning cacophony coming from the jeering crowd. Slowly, _winner.slaveName moves forward, waving feeling for her opponent before she herself gets found. _loser.slaveName's hand meets _winner.slaveName's and the two move to grab each other in a headlock. The two slaves violently thrash against each other, suffering more and more strikes as the struggle goes on. Eventually, _loser.slaveName can take no more and releases her grip on _winner.slaveName neck. It takes a moment for _winner.slaveName to stop wrestling the submitting _loser.slaveName and accepting her victory.
+		_winner.slaveName and _loser.slaveName are both blind, making the fight a staredown. Neither slave wants to make the first move, especially with the drowning cacophony coming from the jeering crowd. Slowly, _winner.slaveName moves forward, waving feeling for $his opponent before $he $himself gets found. _loser.slaveName's hand meets _winner.slaveName's and the two move to grab each other in a headlock. The two slaves violently thrash against each other, suffering more and more strikes as the struggle goes on. Eventually, _loser.slaveName can take no more and releases _his2 grip on _winner.slaveName neck. It takes a moment for _winner.slaveName to stop wrestling the submitting _loser.slaveName and accept $his victory.
 		<<if $pitAudience == "paid">>
 			The audience is surprised by the sudden wrestling match, and your @@.yellowgreen;cut of the betting@@ is modest.
 			<<set $cash += 500>>
@@ -366,7 +370,7 @@
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -4)>>
-		Upon your word the two combatants approach each other. _winner.slaveName keeps her artificial limbs up in a protective position. _loser.slaveName probes her with some light blows, puzzled by this ironclad defense. Gradually, she hits harder and harder, her opponent grunting under the impacts but holding steady. Finally, _loser.slaveName overcommits to a body blow, and _winner.slaveName grips her forearm. That is the end. The augmented grip is effectively unbreakable, and _winner.slaveName uses it to pull her opponent in and grab her neck with the other hand, using it to exert just the right amount of pressure to choke her out harmlessly. Though the fight was short,
+		Upon your word the two combatants approach each other. _winner.slaveName keeps $his artificial limbs up in a protective position. _loser.slaveName probes $him with some light blows, puzzled by this ironclad defense. Gradually, _he2 hits harder and harder, _his2 opponent grunting under the impacts but holding steady. Finally, _loser.slaveName overcommits to a body blow, and _winner.slaveName grips _his2 forearm. That is the end. The augmented grip is effectively unbreakable, and _winner.slaveName uses it to pull $his opponent in and grab _his2 neck with the other hand, using it to exert just the right amount of pressure to choke _him2 out harmlessly. Though the fight was short,
 		<<if $pitAudience == "paid">>
 			the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 			<<set $cash += 2000>>
@@ -377,7 +381,7 @@
 			it was a good test of the slave's enhancements.
 		<</if>>
 	<<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -5)>>
-		Upon your word the two combatants approach each other. _winner.slaveName keeps her advanced cybernetic limbs up in a protective position. _loser.slaveName probes her with some light blows, puzzled by this ironclad defense. Gradually, she hits harder and harder, her opponent grunting under the impacts but holding steady. Finally, _loser.slaveName tires, gets off balance, and _winner.slaveName manages to grab her forearm. _winner.slaveName's limbs emit an electric shock that temporarily incapacitates her opponent. _winner.slaveName uses her grip to pull her stunned opponent in and grab her neck with the other hand, using it to exert just the right amount of pressure to choke her out harmlessly. Though the fight was short,
+		Upon your word the two combatants approach each other. _winner.slaveName keeps $his advanced cybernetic limbs up in a protective position. _loser.slaveName probes $him with some light blows, puzzled by this ironclad defense. Gradually, _he2 hits harder and harder, _his2 opponent grunting under the impacts but holding steady. Finally, _loser.slaveName tires, gets off balance, and _winner.slaveName manages to grab _his2 forearm. _winner.slaveName's limbs emit an electric shock that temporarily incapacitates $his opponent. _winner.slaveName uses $his grip to pull $his stunned opponent in and grab _his2 neck with the other hand, using it to exert just the right amount of pressure to choke _him2 out harmlessly. Though the fight was short,
 		<<if $pitAudience == "paid">>
 			the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 			<<set $cash += 2000>>
@@ -388,16 +392,16 @@
 			it was a good test of the slave's enhancements.
 		<</if>>
 	<<elseif !canSee(_winner)>>
-		_winner.slaveName centers herself and hones in on _loser.slaveName's rapid breath. She readies herself, knowing she has a single chance to win. With heavy steps, _loser.slaveName rushes her, fully prepared to tackle the helpless combatant. _winner.slaveName gambles everything on a single high punch, a strike that slams _loser.slaveName's undefended neck. _loser.slaveName falls to the ground before the panicking _winner.slaveName, who quickly pins the coughing loser.
+		_winner.slaveName centers $himself and hones in on _loser.slaveName's rapid breath. $He readies $himself, knowing $he has a single chance to win. With heavy steps, _loser.slaveName rushes $him, fully prepared to tackle the helpless combatant. _winner.slaveName gambles everything on a single high punch, a strike that slams _loser.slaveName's undefended neck. _loser.slaveName falls to the ground before the panicking _winner.slaveName, who quickly pins the coughing loser.
 		<<if $pitAudience == "paid">>
-			The audience is awestruck by the blind girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
+			The audience is awestruck by the blind $girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
 			<<set $cash += 4000>>
 		<<elseif $pitAudience == "free">>
-			The audience is @@.green;awestruck@@ by the blind girl's triumph.
+			The audience is @@.green;awestruck@@ by the blind $girl's triumph.
 			<<set $rep += 200>>
 		<</if>>
 	<<elseif !canSee(_loser)>>
-		_winner.slaveName grins at _loser.slaveName's random swings and poor form. She centers in on her favorite part of _loser.slaveName's body before rushing between her strikes and tackling her to the ground. _loser.slaveName lays there, helpless to stop _winner.slaveName from molesting her.
+		_winner.slaveName grins at _loser.slaveName's random swings and poor form. $He centers in on $his favorite part of _loser.slaveName's body before rushing between _his2 strikes and tackling _him2 to the ground. _loser.slaveName lays there, helpless to stop _winner.slaveName from molesting _him2.
 		<<if $pitAudience == "paid">>
 			The audience found the fight embarrassing, and your @@.yellowgreen;cut of the betting@@ is pitiful.
 			<<set $cash += 40>>
@@ -407,7 +411,7 @@
 		<</if>>
 	<<elseif (_winnerDeadliness > _loserDeadliness+3)>>
 		<<if (_winner.combatSkill > 0)>>
-			_winner.slaveName wants to win, and she opens the fight with a furious attack. _loser.slaveName manages to get her forearms up, blocking a few blows, but by doing so leaves her abdomen open and obscures her vision enough that she is unprepared for the following kidney strike, which brings her gasping to one knee. _winner.slaveName lets her rise just a little before delivering a calculated hard right that sends _loser.slaveName to the mat.
+			_winner.slaveName wants to win, and $he opens the fight with a furious attack. _loser.slaveName manages to get _his2 forearms up, blocking a few blows, but by doing so leaves _his2 abdomen open and obscures _his2 vision enough that _he2 is unprepared for the following kidney strike, which brings _him2 gasping to one knee. _winner.slaveName lets _him2 rise just a little before delivering a calculated hard right that sends _loser.slaveName to the mat.
 			<<if $pitAudience == "paid">>
 				The audience is not very impressed by this execution, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 				<<set $cash += 500>>
@@ -416,7 +420,7 @@
 				<<set $rep += 25>>
 			<</if>>
 		<<else>>
-			_winner.slaveName wants to win and is confident she will, but she isn't particularly sure about how to do so. She fights cautiously, mostly hitting _loser.slaveName from afar. Slowly, the rain of blows begins to tell, opening _loser.slaveName's lip, giving her a bloody nose, and bruising her face. Realizing she has to do something, _loser.slaveName makes a desperate counterattack, @@.red;dripping blood@@ as she goes. As she does she manages to get her face in the way of another of _winner.slaveName's inexpert strikes and goes down hard. She makes to rise, but _winner.slaveName decides the fight by the simple expedient of kicking her in the crotch.
+			_winner.slaveName wants to win and is confident $he will, but $he isn't particularly sure about how to do so. $He fights cautiously, mostly hitting _loser.slaveName from afar. Slowly, the rain of blows begins to tell, opening _loser.slaveName's lip, giving _him2 a bloody nose, and bruising _his2 face. Realizing _he2 has to do something, _loser.slaveName makes a desperate counterattack, @@.red;dripping blood@@ as _he2 goes. As _he2 does _he2 manages to get _his2 face in the way of another of _winner.slaveName's inexpert strikes and goes down hard. _He2 makes to rise, but _winner.slaveName decides the fight by the simple expedient of kicking _him2 in the crotch.
 			<<set _loser.health -= 10>>
 			<<if $pitAudience == "paid">>
 				The audience is reasonably impressed by the beating, and your @@.yellowgreen;cut of the betting@@ is reasonable.
@@ -427,7 +431,7 @@
 			<</if>>
 		<</if>>
 	<<elseif (_winner.belly >= 600000) && (_loser.belly >= 600000)>>
-		_winner.slaveName and _loser.slaveName stare each other down and both come to a realization. Neither can reach the other around their massive bellies. Instead, they choose to ram their bulk into each other in hopes of toppling the weaker. After a drawn out struggle, both slaves' middles are @@.red;dark red and shuddering,@@ ready to burst open. Rather than continue, _loser.slaveName lets the next strike down her hoping that the outcome of this fight isn't fatal.
+		_winner.slaveName and _loser.slaveName stare each other down and both come to a realization. Neither can reach the other around their massive bellies. Instead, they choose to ram their bulk into each other in hopes of toppling the weaker. After a drawn out struggle, both slaves' middles are @@.red;dark red and shuddering,@@ ready to burst open. Rather than continue, _loser.slaveName lets the next strike down _him2 hoping that the outcome of this fight isn't fatal.
 		<<set _winner.health -= 50>>
 		<<set _loser.health -= 50>>
 		<<if $pitAudience == "paid">>
@@ -438,7 +442,7 @@
 			<<set $rep += 75>>
 		<</if>>
 	<<elseif (_winner.belly >= 600000) && (_loser.belly < 300000)>>
-		_loser.slaveName spies an easy win against her massively bloated opponent and rushes in to topple _winner.slaveName. In an effort to defend herself, _winner.slaveName hoists her belly and turns suddenly, accidentally impacting _loser.slaveName with her massive middle and knocking her to the ground. Seeing an opportunity, _winner.slaveName releases her grip and slams her weighty womb down on _loser.slaveName, bashing the wind out of her. _loser.slaveName struggles to slip out from under the mass, but the weight is too great and she passes out.
+		_loser.slaveName spies an easy win against _his2 massively bloated opponent and rushes in to topple _winner.slaveName. In an effort to defend $himself, _winner.slaveName hoists $his belly and turns suddenly, accidentally impacting _loser.slaveName with $his massive middle and knocking _him2 to the ground. Seeing an opportunity, _winner.slaveName releases $his grip and slams $his weighty womb down on _loser.slaveName, bashing the wind out of _him2. _loser.slaveName struggles to slip out from under the mass, but the weight is too great and _he2 passes out.
 		<<if $pitAudience == "paid">>
 			The audience is impressed by this absurd win, and your @@.yellowgreen;cut of the betting@@ is reasonably.
 			<<set $cash += 1000>>
@@ -447,7 +451,7 @@
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif (_winner.combatSkill > 0) && (_loser.combatSkill > 0)>>
-		Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading expert blows. _winner.slaveName is getting the worst of it, so she decides to change the nature of the fight. After three tries she manages to bring _loser.slaveName to the ground, suffering a @@.red;broken nose@@ as she does. _loser.slaveName tries to break the imperfect hold but only earns herself an elbow to the face. She's furious and _winner.slaveName is obliged to wrench her arm @@.red;to the point of damage@@ before she allows herself to go limp.
+		Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading expert blows. _winner.slaveName is getting the worst of it, so $he decides to change the nature of the fight. After three tries $he manages to bring _loser.slaveName to the ground, suffering a @@.red;broken nose@@ as $he does. _loser.slaveName tries to break the imperfect hold but only earns _himself2 an elbow to the face. _He2's furious and _winner.slaveName is obliged to wrench _his2 arm @@.red;to the point of damage@@ before _he2 allows _himself2 to go limp.
 		<<set _loser.health -= 10>>
 		<<set _winner.health -= 10>>
 		<<if $pitAudience == "paid">>
@@ -458,7 +462,7 @@
 			<<set $rep += 100>>
 		<</if>>
 	<<elseif (_winner.height-_loser.height >= 10)>>
-		_winner.slaveName realizes that _loser.slaveName's wingspan gives her a huge reach advantage. She bores straight in, taking a hit or two but coming on regardless. _loser.slaveName understands her opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When her back hits a padded wall, _winner.slaveName manages to land a light hit to her stomach that leaves _loser.slaveName winded enough that a hard kick to the side of her knee goes undefended. It causes @@.red;considerable damage,@@ dropping her and ending the fight.
+		_winner.slaveName realizes that _loser.slaveName's wingspan gives _him2 a huge reach advantage. $He bores straight in, taking a hit or two but coming on regardless. _loser.slaveName understands _his2 opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When _his2 back hits a padded wall, _winner.slaveName manages to land a light hit to _his2 stomach that leaves _loser.slaveName winded enough that a hard kick to the side of _his2 knee goes undefended. It causes @@.red;considerable damage,@@ dropping _him2 and ending the fight.
 		<<set _loser.health -= 10>>
 		<<if $pitAudience == "paid">>
 			The audience is reasonably impressed by the takedown, and your @@.yellowgreen;cut of the betting@@ is reasonable.
@@ -468,7 +472,7 @@
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif (_loser.eyebrowPiercing > 0)>>
-		The fight starts slowly, with the girls trading jabs. Just as the spectators are getting bored, _loser.slaveName takes a glancing blow to the eyebrow. Her piercing catches on _winner.slaveName's glove and tears out. _loser.slaveName goes after her tormentor in fury, streaming blood, the piercing forgotten on the mat. Any tendency _winner.slaveName might have had to feel badly about this is extinguished by the assault, and soon _winner.slaveName is even willing to follow up on the success by targeting pierced body parts. The fight ends with poor _loser.slaveName writhing in pain on the mat, @@.red;leaking blood@@ from several terribly shredded areas.
+		The fight starts slowly, with the girls trading jabs. Just as the spectators are getting bored, _loser.slaveName takes a glancing blow to the eyebrow. _His2 piercing catches on _winner.slaveName's glove and tears out. _loser.slaveName goes after _his2 tormentor in fury, streaming blood, the piercing forgotten on the mat. Any tendency _winner.slaveName might have had to feel badly about this is extinguished by the assault, and soon _winner.slaveName is even willing to follow up on the success by targeting pierced body parts. The fight ends with poor _loser.slaveName writhing in pain on the mat, @@.red;leaking blood@@ from several terribly shredded areas.
 		<<set _loser.health -= 10, _loser.eyebrowPiercing = 0>>
 		<<if $pitAudience == "paid">>
 			The audience is reasonably impressed by the gory spectacle, and your @@.yellowgreen;cut of the betting@@ is reasonable.
@@ -478,7 +482,7 @@
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif (_winner.muscles > 30)>>
-		_winner.slaveName is so massively muscular that she's actually impeded by her size. _loser.slaveName is properly afraid of her strength, though, so she tries to stay away as much as she can. The pit isn't large, however, and eventually _winner.slaveName manages to lay a hand on her. She pulls her down, and then it's all over but the beating. _loser.slaveName rains blows on her huge oppressor, but all _winner.slaveName has to do is hold on with one arm and deliver damage with the other. By the time she gives up and goes limp, _loser.slaveName has collected @@.red;many minor injuries.@@
+		_winner.slaveName is so massively muscular that $he's actually impeded by $his size. _loser.slaveName is properly afraid of $his strength, though, so _he2 tries to stay away as much as _he2 can. The pit isn't large, however, and eventually _winner.slaveName manages to lay a hand on _him2. $He pulls _him2 down, and then it's all over but the beating. _loser.slaveName rains blows on _his2 huge oppressor, but all _winner.slaveName has to do is hold on with one arm and deliver damage with the other. By the time _he2 gives up and goes limp, _loser.slaveName has collected @@.red;many minor injuries.@@
 		<<set _loser.health -= 10>>
 		<<if $pitAudience == "paid">>
 			The audience is reasonably impressed by the show of strength, and your @@.yellowgreen;cut of the betting@@ is reasonable.
@@ -488,7 +492,7 @@
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif _loser.belly >= 300000>>
-		_winner.slaveName wants to win badly enough that she takes and extremely brutal shortcut to victory. The instant the fight starts, she quickly knees _loser.slaveName in the stomach. The massively swollen _loser.slaveName goes down with a loud thud and plenty of jiggling. _winner.slaveName gloats over the struggling _loser.slaveName watching as she is unable to pull her bloated form off the ground.
+		_winner.slaveName wants to win badly enough that $he takes an extremely brutal shortcut to victory. The instant the fight starts, $he quickly knees _loser.slaveName in the stomach. The massively swollen _loser.slaveName goes down with a loud thud and plenty of jiggling. _winner.slaveName gloats over the struggling _loser.slaveName watching as _he2 is unable to pull _his2 bloated form off the ground.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 500>>
@@ -497,7 +501,7 @@
 			<<set $rep += 50>>
 		<</if>>
 	<<elseif (_loser.boobs > 1200)>>
-		_winner.slaveName wants to win badly enough that she takes an extremely simple shortcut to victory. The instant the fight starts, she hits _loser.slaveName right in her huge tits, as hard as she can. This is a sucker punch of the worst kind; _loser.slaveName's boobs are so big that she has no real chance of defending them. She gasps with pain and wraps her arms around her aching bosom, giving _winner.slaveName a clear opening to deliver a free and easy blow to the jaw that sends the poor top-heavy slave to the mat. Any chance of _loser.slaveName rising is extinguished by her breasts; it takes her so long to muster an attempt to get up that _winner.slaveName can rain hits on her while she does.
+		_winner.slaveName wants to win badly enough that $he takes an extremely simple shortcut to victory. The instant the fight starts, $he hits _loser.slaveName right in _his2 huge tits, as hard as $he can. This is a sucker punch of the worst kind; _loser.slaveName's boobs are so big that _he2 has no real chance of defending them. _He2 gasps with pain and wraps _his2 arms around _his2 aching bosom, giving _winner.slaveName a clear opening to deliver a free and easy blow to the jaw that sends the poor top-heavy slave to the mat. Any chance of _loser.slaveName rising is extinguished by _his2 breasts; it takes _him2 so long to muster an attempt to get up that _winner.slaveName can rain hits on _him2 while _he2 does.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 500>>
@@ -506,7 +510,7 @@
 			<<set $rep += 25>>
 		<</if>>
 	<<elseif (_loser.dick > 0)>>
-		_winner.slaveName wants to win badly enough that she takes an extremely brutal shortcut to victory. The instant the fight starts, she furiously goes for _loser.slaveName's face. _loser.slaveName defends herself with her arms, at which point _winner.slaveName delivers a mighty kick to the dick. _loser.slaveName goes down like a marionette with cut strings, her mouth soundlessly opening and closing and tears leaking from her closed eyes. _winner.slaveName winds up to kick her again but hesitates, wondering whether it's even necessary.
+		_winner.slaveName wants to win badly enough that $he takes an extremely brutal shortcut to victory. The instant the fight starts, $he furiously goes for _loser.slaveName's face. _loser.slaveName defends _himself2 with _his2 arms, at which point _winner.slaveName delivers a mighty kick to the dick. _loser.slaveName goes down like a marionette with cut strings, _his2 mouth soundlessly opening and closing and tears leaking from _his2 closed eyes. _winner.slaveName winds up to kick _him2 again but hesitates, wondering whether it's even necessary.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 500>>
@@ -515,7 +519,7 @@
 			<<set $rep += 25>>
 		<</if>>
 	<<elseif canDoVaginal(_loser)>>
-		_winner.slaveName wants to win badly enough that she takes an extremely unpleasant shortcut to victory. The instant the fight starts, she furiously goes for _loser.slaveName's eyes, hands forming claws. _loser.slaveName defends herself with her arms, at which point _winner.slaveName delivers a mighty cunt punt. _loser.slaveName goes straight down, her mouth soundlessly opening and closing and tears leaking from her closed eyes while her hands desperately shield her outraged pussy. _winner.slaveName follows her down and puts the unresisting girl's head in a simple lock.
+		_winner.slaveName wants to win badly enough that $he takes an extremely unpleasant shortcut to victory. The instant the fight starts, $he furiously goes for _loser.slaveName's eyes, hands forming claws. _loser.slaveName defends _himself2 with _his2 arms, at which point _winner.slaveName delivers a mighty cunt punt. _loser.slaveName goes straight down, _his2 mouth soundlessly opening and closing and tears leaking from _his2 closed eyes while _his2 hands desperately shield _his2 outraged pussy. _winner.slaveName follows _him2 down and puts the unresisting girl's head in a simple lock.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 500>>
@@ -524,7 +528,7 @@
 			<<set $rep += 25>>
 		<</if>>
 	<<else>>
-		_winner.slaveName wants to win badly enough that she takes an extremely unpleasant shortcut to victory. The instant the fight starts, she furiously goes for _loser.slaveName's eyes, hands forming claws. _loser.slaveName defends herself with her arms, at which point _winner.slaveName delivers a clenched fist to _loser.slaveName's throat. _loser.slaveName staggers back, wheezing for breath with tears leaking from her closed eyes. _winner.slaveName takes advantage of _loser.slaveName's vulnerability to quickly trip and pin the coughing loser.
+		_winner.slaveName wants to win badly enough that $he takes an extremely unpleasant shortcut to victory. The instant the fight starts, $he furiously goes for _loser.slaveName's eyes, hands forming claws. _loser.slaveName defends _himself2 with _his2 arms, at which point _winner.slaveName delivers a clenched fist to _loser.slaveName's throat. _loser.slaveName staggers back, wheezing for breath with tears leaking from _his2 closed eyes. _winner.slaveName takes advantage of _loser.slaveName's vulnerability to quickly trip and pin the coughing loser.
 		<<if $pitAudience == "paid">>
 			The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 500>>
@@ -540,89 +544,89 @@
 	You throw the victor's strap-on down to _winner.slaveName.
 
 	<<if _winner.dick > 0 && canPenetrate(_winner)>>
-		She has no need of it, only taking a moment to pump her dick a few times to get it to rock hardness.
+		$He has no need of it, only taking a moment to pump $his dick a few times to get it to rock hardness.
 	<<elseif _winner.clit > 4>>
-		She has no need of it, since her clit is big enough to use instead.
+		$He has no need of it, since $his clit is big enough to use instead.
 	<<elseif _winner.dick > 6 && !canAchieveErection(_winner)>>
-		She needs it, since her enormous dick can't get hard any longer; not like it would fit in _loser.slaveName anyway.
+		$He needs it, since $his enormous dick can't get hard any longer (not like it would fit in _loser.slaveName anyway).
 	<<elseif _winner.dick > 0>>
-		She needs it, since her soft dick won't be raping anything.
+		$He needs it, since $his soft dick won't be raping anything.
 	<</if>>
 
 	<<set _winner.penetrativeCount += 1, $penetrativeTotal += 1>>
 
 	<<if $pitVirginities == 3>> /* all */
 		<<if (_loser.vagina == 0) && (_loser.anus == 0) && canDoVaginal(_loser) && canDoAnal(_loser)>>
-			She respects _loser.slaveName's virgin holes, and hauls the loser to her knees for a facefuck.
+			$He respects _loser.slaveName's virgin holes, and hauls the loser to _his2 knees for a facefuck.
 			<<set _loser.oralCount += 1, $oralTotal += 1>>
 		<<elseif (_loser.vagina == 0) && canDoVaginal(_loser) && canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "pregnancy">>
-				and, after eyeing her virgin vagina with desire, penetrates the loser's anus.
+				and, after eyeing _his2 virgin vagina with desire, penetrates the loser's anus.
 			<<else>>
 				and respects the rules by penetrating the loser's anus.
 			<</if>>
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<elseif (_loser.anus == 0) && canDoVaginal(_loser) && canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>>
-				and, after eyeing her virgin anus with desire, penetrates the loser's cunt.
+				and, after eyeing _his2 virgin anus with desire, penetrates the loser's cunt.
 			<<else>>
 				and respects the rules by penetrating the loser's cunt.
 			<</if>>
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's cunt.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's cunt.
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's anus.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's anus.
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<else>>
-			She considers her options briefly, then hauls the loser to her knees for a facefuck.
+			$He considers $his options briefly, then hauls the loser to _his2 knees for a facefuck.
 			<<set _loser.oralCount += 1, $oralTotal += 1>>
 		<</if>>
 	<<elseif $pitVirginities == 2>> /* anal */
 		<<if (_loser.vagina == 0) && canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "pregnancy">>
-				and gleefully takes advantage of your rules to @@.lime;take her virginity.@@
+				and gleefully takes advantage of your rules to @@.lime;take _his2 virginity.@@
 			<<else>>
-				and @@.lime;breaks in her virgin vagina.@@
+				and @@.lime;breaks in _his2 virgin vagina.@@
 			<</if>>
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<set _loser.vagina++>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif (_loser.anus == 0) && canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>>
 				<<if canDoVaginal(_loser)>>
-					and hungrily eyes her anal virginity before penetrating the loser's cunt.
+					and hungrily eyes _his2 anal virginity before penetrating the loser's cunt.
 					<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 					<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 						<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 					<</if>>
 				<<else>>
-					and hungrily eyes her anal virginity before hauling the loser onto her knees for a facefuck.
+					and hungrily eyes _his2 anal virginity before hauling the loser onto _his2 knees for a facefuck.
 					<<set _loser.oralCount += 1, $oralTotal += 1>>
 				<</if>>
 			<<else>>
@@ -630,45 +634,45 @@
 					and penetrates the loser's cunt.
 					<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 					<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 						<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 					<</if>>
 				<<else>>
-					and finds only a pristine butthole waiting for her. Respecting her anal virginity, she hauls the loser onto her knees for a facefuck.
+					and finds only a pristine butthole waiting for $him. Respecting _his2 anal virginity, $he hauls the loser onto _his2 knees for a facefuck.
 					<<set _loser.oralCount += 1, $oralTotal += 1>>
 				<</if>>
 			<</if>>
 		<<elseif canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's cunt.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's cunt.
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's anus.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's anus.
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<else>>
-			She considers her options briefly, then hauls the loser to her knees for a facefuck.
+			$He considers $his options briefly, then hauls the loser to _his2 knees for a facefuck.
 			<<set _loser.oralCount += 1, $oralTotal += 1>>
 		<</if>>
 	<<elseif $pitVirginities == 1>> /* vagina */
 		<<if (_loser.vagina == 0) && canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "pregnancy">>
 				<<if canDoAnal(_loser)>>
-					and hungrily eyes her pristine vagina before penetrating the loser's ass.
+					and hungrily eyes _his2 pristine vagina before penetrating the loser's ass.
 					<<set _loser.analCount += 1, $analTotal += 1>>
 					<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 						<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 					<</if>>
 				<<else>>
-					and hungrily eyes her pristine vagina before hauling the loser onto her knees for a facefuck.
+					and hungrily eyes _his2 pristine vagina before hauling the loser onto _his2 knees for a facefuck.
 					<<set _loser.oralCount += 1, $oralTotal += 1>>
 				<</if>>
 			<<else>>
@@ -676,215 +680,215 @@
 					and penetrates the loser's ass.
 					<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 					<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+						<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 						<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 					<</if>>
 				<<else>>
-					and finds only a pristine butthole waiting for her. Respecting her anal virginity, she hauls the loser onto her knees for a facefuck.
+					and finds only a pristine butthole waiting for $him. Respecting _his2 anal virginity, $he hauls the loser onto _his2 knees for a facefuck.
 					<<set _loser.oralCount += 1, $oralTotal += 1>>
 				<</if>>
 			<</if>>
 		<<elseif (_loser.anus == 0) && canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>>
-				and gleefully takes advantage of your rules to @@.lime;take her anal virginity.@@
+				and gleefully takes advantage of your rules to @@.lime;take _his2 anal virginity.@@
 			<<else>>
-				and @@.lime;breaks in her virgin anus.@@
+				and @@.lime;breaks in _his2 virgin anus.@@
 			<</if>>
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<set _loser.anus++>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<elseif canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's cunt.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's cunt.
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's anus.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's anus.
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<else>>
-			She considers her options briefly, then hauls the loser to her knees for a facefuck.
+			$He considers $his options briefly, then hauls the loser to _his2 knees for a facefuck.
 			<<set _loser.oralCount += 1, $oralTotal += 1>>
 		<</if>>
 	<<else>> /* free game */
 		<<if (_loser.vagina == 0) && canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "pregnancy">>
-				and gleefully takes advantage of your rules to @@.lime;take her virginity.@@
+				and gleefully takes advantage of your rules to @@.lime;take _his2 virginity.@@
 			<<else>>
-				and @@.lime;breaks in her virgin vagina.@@
+				and @@.lime;breaks in _his2 virgin vagina.@@
 			<</if>>
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<set _loser.vagina++>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif (_loser.anus == 0) && canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart,
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart,
 			<<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>>
-				and gleefully takes advantage of your rules to @@.lime;take her anal virginity.@@
+				and gleefully takes advantage of your rules to @@.lime;take _his2 anal virginity.@@
 			<<else>>
-				and @@.lime;breaks in her virgin anus.@@
+				and @@.lime;breaks in _his2 virgin anus.@@
 			<</if>>
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<set _loser.anus++>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<elseif canDoVaginal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's cunt.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's cunt.
 			<<set _loser.vaginalCount += 1, $vaginalTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner)>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile pussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile pussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 0, _winner.ID)>>
 			<</if>>
 		<<elseif canDoAnal(_loser)>>
-			She pushes _loser.slaveName's back down onto the mat, forces her legs apart, and penetrates the loser's anus.
+			$He pushes _loser.slaveName's back down onto the mat, forces _his2 legs apart, and penetrates the loser's anus.
 			<<set _loser.analCount += 1, $analTotal += 1>>
 			<<if canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1>>
-				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills her fertile asspussy with cum, but _winner.slaveName grabs her hands and pins them to keep her from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping her pregnant, but _winner.slaveName grinds her face into the mat to shut her up.<</if>>
+				<<if !canTalk(_loser)>>_loser.slaveName tries to gesture a protest before _winner.slaveName fills _his2 fertile asspussy with cum, but _winner.slaveName grabs _his2 hands and pins them to keep _him2 from complaining.<<else>>_loser.slaveName starts to scream a protest to stop _winner.slaveName raping _him2 pregnant, but _winner.slaveName grinds _his2 face into the mat to shut _him2 up.<</if>>
 				<<= knockMeUp(_loser, 50, 1, _winner.ID)>>
 			<</if>>
 		<<else>>
-			She considers her options briefly, then hauls the loser to her knees for a facefuck.
+			$He considers $his options briefly, then hauls the loser to _his2 knees for a facefuck.
 			<<set _loser.oralCount += 1, $oralTotal += 1>>
 		<</if>>
 	<</if>>
 
 <<if (_winner.sexualFlaw == "malicious")>>
-	_winner.slaveName lives to torment and violate slave girls. She uses _loser.slaveName for her @@.hotpink;pleasure,@@ slapping her viciously, pinching her until she draws blood, and showing off for the spectators.
+	_winner.slaveName lives to torment and violate slave girls. $He uses _loser.slaveName for $his @@.hotpink;pleasure,@@ slapping _him2 viciously, pinching _him2 until $he draws blood, and showing off for the spectators.
 	<<if $pitAudience != "none">>
 		The audience @@.green;greatly enjoys@@ the depraved spectacle.
 		<<set $rep += 50>>
 	<</if>>
 	<<set _winner.devotion += 2>>
 <<elseif (_winner.sexualFlaw == "abusive")>>
-	_winner.slaveName lives to abuse and violate slave girls. She uses _loser.slaveName for her @@.hotpink;pleasure,@@ raping her mercilessly, striking her until she turns a deep reddish-purple, and showing off for the spectators.
+	_winner.slaveName lives to abuse and violate slave girls. $He uses _loser.slaveName for $his @@.hotpink;pleasure,@@ raping _him2 mercilessly, striking _him2 until _he2 turns a deep reddish-purple, and showing off for the spectators.
 	<<if $pitAudience != "none">>
 		The audience @@.green;greatly enjoys@@ the depraved spectacle.
 		<<set $rep += 50>>
 	<</if>>
 	<<set _winner.devotion += 2>>
 <<elseif (_winner.energy > 95)>>
-	_winner.slaveName doesn't have to feign willingness to rape a slave girl. She uses _loser.slaveName for her @@.hotpink;pleasure,@@ groping her, kissing her unwilling mouth, and showing off for the spectators.
+	_winner.slaveName doesn't have to feign willingness to rape a slave _girl2. $He uses _loser.slaveName for $his @@.hotpink;pleasure,@@ groping _him2, kissing _his2 unwilling mouth, and showing off for the spectators.
 	<<if $pitAudience != "none">>
 		The audience @@.green;greatly enjoys@@ the depraved spectacle.
 		<<set $rep += 50>>
 	<</if>>
 	<<set _winner.devotion += 1>>
 <<elseif (_winner.fetish == "sadist") && (_winner.fetishStrength > 60)>>
-	_winner.slaveName doesn't have to feign willingness abuse and violate a slave girl. She uses _loser.slaveName for her @@.hotpink;pleasure,@@ slapping her cruelly, pinching her until she draws blood, and showing off for the spectators.
+	_winner.slaveName doesn't have to feign willingness abuse and violate a slave _girl2. $He uses _loser.slaveName for $his @@.hotpink;pleasure,@@ slapping _him2 cruelly, pinching _him2 until $he draws blood, and showing off for the spectators.
 	<<if $pitAudience != "none">>
 		The audience @@.green;greatly enjoys@@ the depraved spectacle.
 		<<set $rep += 50>>
 	<</if>>
 	<<set _winner.devotion += 1>>
 <<elseif (_winner.devotion > 75)>>
-	_winner.slaveName is so broken to slavery that she @@.hotpink;enjoys@@ winning the fight and raping _loser.slaveName.
+	_winner.slaveName is so broken to slavery that $he @@.hotpink;enjoys@@ winning the fight and raping _loser.slaveName.
 	<<if $pitAudience != "none">>
 		The audience @@.green;greatly enjoys@@ the depraved spectacle.
 		<<set $rep += 50>>
 	<</if>>
 	<<set _winner.devotion += 1>>
 <<elseif (_winner.devotion > 20)>>
-	_winner.slaveName understands her role and thoroughly rapes _loser.slaveName.
+	_winner.slaveName understands $his role and thoroughly rapes _loser.slaveName.
 	<<if $pitAudience != "none">>
 		The audience @@.green;enjoys@@ the spectacle.
 		<<set $rep += 25>>
 	<</if>>
 <<else>>
-	_winner.slaveName is unenthusiastic and just thrusts mechanically, to avoid being punished. She @@.mediumorchid;resents@@ having to fight and fuck.
+	_winner.slaveName is unenthusiastic and just thrusts mechanically, to avoid being punished. $He @@.mediumorchid;resents@@ having to fight and fuck.
 	<<if $pitAudience != "none">>
 		The audience barely pays attention.
 	<</if>>
 	<<set _winner.devotion -= 2>>
 <</if>>
 <<if (_winner.rivalry > 0) && (_loser.ID == _winner.rivalryTarget)>>
-	She @@.hotpink;relishes@@ the chance to abuse _loser.slaveName, whom she dislikes.
+	$He @@.hotpink;relishes@@ the chance to abuse _loser.slaveName, whom $he dislikes.
 	<<set _winner.devotion += 5>>
 <<elseif (_winner.relationship >= 0) && (_loser.ID == _winner.relationshipTarget) && (_winner.devotion > 20)>>
-	She accepts having to abuse _loser.slaveName, and plans to make it up to her later.
+	$He accepts having to abuse _loser.slaveName, and plans to make it up to _him2 later.
 <<elseif (_winner.relationship >= 0) && (_loser.ID == _winner.relationshipTarget)>>
-	She @@.mediumorchid;hates@@ having to abuse _loser.slaveName.
+	$He @@.mediumorchid;hates@@ having to abuse _loser.slaveName.
 	<<set _winner.devotion -= 10>>
 <<elseif _winner.mother == _loser.ID>>
 	<<if _winner.devotion > 20>>
-		She accepts having to abuse her mother, _loser.slaveName, and plans to make it up to her later.
+		$He accepts having to abuse $his mother, _loser.slaveName, and plans to make it up to _him2 later.
 	<<else>>
-		_winner.slaveName is unenthusiastic and just thrusts mechanically, to avoid being punished. She @@.mediumorchid;resents@@ having to fight and fuck. The audience barely pays attention.
+		_winner.slaveName is unenthusiastic and just thrusts mechanically, to avoid being punished. $He @@.mediumorchid;resents@@ having to fight and fuck. The audience barely pays attention.
 		<<set _winner.devotion -= 2>>
 	<</if>>
 <<elseif _winner.father == _loser.ID>>
 	<<if _winner.devotion > 20>>
-		She accepts having to abuse her father, _loser.slaveName, and plans to make it up to her later.
+		$He accepts having to abuse $his father, _loser.slaveName, and plans to make it up to _him2 later.
 	<<else>>
-		She @@.mediumorchid;hates@@ having to abuse her father, _loser.slaveName.
+		$He @@.mediumorchid;hates@@ having to abuse $his father, _loser.slaveName.
 		<<set _winner.devotion -= 10>>
 	<</if>>
 <<elseif _loser.mother == _winner.ID || _loser.father == _winner.ID>>
 	<<if _winner.devotion > 20>>
-		She accepts having to abuse her daughter, _loser.slaveName, and plans to make it up to her later.
+		$He accepts having to abuse $his daughter, _loser.slaveName, and plans to make it up to _him2 later.
 	<<else>>
-		She @@.mediumorchid;hates@@ having to abuse her daughter, _loser.slaveName.
+		$He @@.mediumorchid;hates@@ having to abuse $his daughter, _loser.slaveName.
 		<<set _winner.devotion -= 10>>
 	<</if>>
 <<elseif _winner.sisters > 0>>
 	<<switch areSisters(_winner, _loser)>>
 	<<case 1>>
 		<<if _winner.devotion > 20>>
-			She accepts having to abuse her twin sister, _loser.slaveName, and plans to make it up to her later.
+			$He accepts having to abuse $his twin sister, _loser.slaveName, and plans to make it up to _him2 later.
 		<<else>>
-			She @@.mediumorchid;hates@@ having to abuse her mother, _loser.slaveName.
+			$He @@.mediumorchid;hates@@ having to abuse $his twin sister, _loser.slaveName.
 			<<set _winner.devotion -= 10>>
 		<</if>>
 	<<case 2>>
 		<<if _winner.devotion > 20>>
-			She accepts having to abuse her sister, _loser.slaveName, and plans to make it up to her later.
+			$He accepts having to abuse $his sister, _loser.slaveName, and plans to make it up to _him2 later.
 		<<else>>
-			She @@.mediumorchid;hates@@ having to abuse her father, _loser.slaveName.
+			$He @@.mediumorchid;hates@@ having to abuse $his sister, _loser.slaveName.
 			<<set _winner.devotion -= 10>>
 		<</if>>
 	<<case 3>>
 		<<if _winner.devotion > 20>>
-			She accepts having to abuse her half-sister, _loser.slaveName, and plans to make it up to her later.
+			$He accepts having to abuse $his half-sister, _loser.slaveName, and plans to make it up to _him2 later.
 		<<else>>
-			She @@.mediumorchid;hates@@ having to abuse her daughter, _loser.slaveName.
+			$He @@.mediumorchid;hates@@ having to abuse $his half-sister, _loser.slaveName.
 			<<set _winner.devotion -= 10>>
 		<</if>>
 	<</switch>>
 <<elseif (_winner.relation != 0) && (_loser.ID == _winner.relationTarget) && (_winner.devotion > 20)>>
-	She accepts having to abuse _loser.slaveName, and plans to make it up to her later.
+	$He accepts having to abuse _loser.slaveName, and plans to make it up to _him2 later.
 <<elseif (_winner.relation != 0) && (_loser.ID == _winner.relationTarget)>>
-	She @@.mediumorchid;hates@@ having to abuse _loser.slaveName.
+	$He @@.mediumorchid;hates@@ having to abuse _loser.slaveName.
 	<<set _winner.devotion -= 10>>
 <</if>>
 <<if _winner.fetish == "sadist" && _winner.fetishStrength > 90 && _winner.sexualFlaw != "malicious" && _winner.devotion > 20>>
-	She noticed something while she was raping _loser.slaveName; watching the way she writhed in pain was strangely satisfying, as she was making her suffer. _winner.slaveName cums powerfully at the mere thought; she has become @@.yellow;sexually addicted to inflicting pain and anguish.@@
+	$He noticed something while $he was raping _loser.slaveName; watching the way _he2 writhed in pain was strangely satisfying, as $he was making _him2 suffer. _winner.slaveName cums powerfully at the mere thought; $he has become @@.yellow;sexually addicted to inflicting pain and anguish.@@
 	<<set _winner.sexualFlaw = "malicious">>
 <<elseif _winner.fetish == "masochist" && _winner.fetishStrength > 90 && _winner.sexualFlaw != "self hating" && _winner.devotion <= 20>>
-	She feels horrible after forcing herself on _loser.slaveName; she is the one that should suffer, not her. _winner.slaveName has @@.yellow;descended into true self hatred.@@
+	$He feels horrible after forcing $himself on _loser.slaveName; $he is the one that should suffer, not _him2. _winner.slaveName has @@.yellow;descended into true self hatred.@@
 	<<set _winner.sexualFlaw = "self hating">>
 <<elseif _winner.fetish == "dom" && _winner.fetishStrength > 90 && _winner.sexualFlaw != "abusive" && _winner.devotion > 20>>
-	She noticed something while she was raping _loser.slaveName; watching the way she cowered before her raised palm was strangely satisfying, as were the painful moans that accompanied every forceful thrust. _winner.slaveName cums powerfully at the mere thought; she has become @@.yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
+	$He noticed something while $he was raping _loser.slaveName; watching the way _he2 cowered before $his raised palm was strangely satisfying, as were the painful moans that accompanied every forceful thrust. _winner.slaveName cums powerfully at the mere thought; $he has become @@.yellow;sexually abusive, getting off on the thrill of forcing $himself on other slaves.@@
 	<<set _winner.sexualFlaw = "abusive">>
 <<elseif _winner.behavioralFlaw == "none" && random(1,100) <= 5 && _winner.devotion <= 20>>
-	She begins to act @@.red;oddly@@ after the fight; having to beat down and rape another slave may have affected her mentally.
+	$He begins to act @@.red;oddly@@ after the fight; having to beat down and rape another slave may have affected $him mentally.
 	<<set _winner.behavioralFlaw = "odd">>
 <</if>>
 
 <<if (_loser.sexualFlaw == "self hating")>>
-	_loser.slaveName feels she @@.hotpink;deserved this.@@
+	_loser.slaveName feels _he2 @@.hotpink;deserved this.@@
 	<<set _loser.devotion += 5>>
 <<elseif (_loser.fetish == "masochist") && (_loser.fetishKnown == 1) && (_loser.fetishStrength > 60)>>
 	_loser.slaveName @@.hotpink;gets off@@ on being beaten and molested.
@@ -898,36 +902,36 @@
 	<<set _loser.trust -= 10>>
 <</if>>
 <<if (_loser.rivalry > 0) && (_winner.ID == _loser.rivalryTarget)>>
-	She is @@.mediumorchid;embarrassed@@ by losing to and being raped by _winner.slaveName, whom she dislikes, and @@.gold;fears@@ that it will happen again.
+	_He2 is @@.mediumorchid;embarrassed@@ by losing to and being raped by _winner.slaveName, whom _he2 dislikes, and @@.gold;fears@@ that it will happen again.
 	<<set _loser.devotion -= 10>>
 	<<set _loser.trust -= 10>>
 <<elseif (_loser.relationship >= 0) && (_winner.ID == _loser.relationshipTarget) && (_loser.devotion >= 4)>>
-	She accepts _winner.slaveName having to rape her.
+	_He2 accepts _winner.slaveName having to rape _him2.
 <<elseif (_loser.relationship >= 0) && (_winner.ID == _loser.relationshipTarget)>>
-	She @@.mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+	_He2 @@.mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 	<<set _loser.trust -= 10>>
 	<<set _loser.devotion -= 10>>
 <<elseif _loser.mother == _winner.ID>>
 	<<if _loser.devotion > 20>>
-		She accepts her mother, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
+		_He2 accepts _his2 mother, _winner.slaveName, having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
 	<<else>>
-		She @@.mediumorchid;hates@@ having to accept rape from her own mother, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+		_He2 @@.mediumorchid;hates@@ having to accept rape from _his2 own mother, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
 	<</if>>
 <<elseif _loser.father == _winner.ID>>
 	<<if _loser.devotion > 20>>
-		She accepts her father, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
+		_He2 accepts _his2 father, _winner.slaveName, having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
 	<<else>>
-		She @@.mediumorchid;hates@@ having to accept rape from her own father, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+		_He2 @@.mediumorchid;hates@@ having to accept rape from _his2 own father, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
 	<</if>>
 <<elseif _winner.mother == _loser.ID || _winner.father == _loser.ID>>
 	<<if _loser.devotion > 20>>
-		She accepts her daughter, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
+		_He2 accepts _his2 daughter, _winner.slaveName, having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
@@ -936,45 +940,45 @@
 	<<switch areSisters(_winner, _loser)>>
 	<<case 1>>
 		<<if _loser.devotion > 20>>
-			She accepts her twin sister, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
+			_He2 accepts _his2 twin sister, _winner.slaveName, having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
 		<<else>>
-			She @@.mediumorchid;hates@@ having to accept rape from her own mother, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+			_He2 @@.mediumorchid;hates@@ having to accept rape from _his2 own twin sister, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
 		<</if>>
 	<<case 2>>
 		<<if _loser.devotion > 20>>
-			She accepts her sister, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
+			_He2 accepts _his2 sister, _winner.slaveName, having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
 		<<else>>
-			She @@.mediumorchid;hates@@ having to accept rape from her own father, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+			_He2 @@.mediumorchid;hates@@ having to accept rape from _his2 own sister, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
 		<</if>>
 	<<case 3>>
 		<<if _loser.devotion > 20>>
-			She accepts her half-sister, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
+			_He2 accepts _his2 half-sister, _winner.slaveName, having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
 		<<else>>
-			She @@.mediumorchid;hates@@ having to accept rape from her own daughter, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+			_He2 @@.mediumorchid;hates@@ having to accept rape from _his2 own half-sister, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
 		<</if>>
 	<</switch>>
 <<elseif (_loser.relation != 0) && (_winner.ID == _loser.relationTarget) && (_loser.devotion > 20)>>
-	She accepts _winner.slaveName having to rape her, but she @@.gold;fears@@ that it will happen again.
+	_He2 accepts _winner.slaveName having to rape _him2, but _he2 @@.gold;fears@@ that it will happen again.
 	<<set _loser.trust -= 10>>
 <<elseif (_loser.relation != 0) && (_winner.ID == _loser.relationTarget)>>
-	She @@.mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@.gold;fears@@ that it will happen again.
+	_He2 @@.mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 	<<set _loser.devotion -= 10>>
 	<<set _loser.trust -= 10>>
 <</if>>
 <<if _loser.fetish == "masochist" && _loser.fetishStrength > 90 && _loser.behavioralFlaw != "self hating">>
-	She feels strangely content after being abused and violated; she is the one that should suffer, after all. _loser.slaveName has @@.yellow;descended into true self hatred.@@
+	_He2 feels strangely content after being abused and violated; _he2 is the one that should suffer, after all. _loser.slaveName has @@.yellow;descended into true self hatred.@@
 	<<set _loser.behavioralFlaw = "self hating">>
 <<elseif _loser.behavioralFlaw == "none" && random(1,100) <= 5 && _loser.devotion <= 20>>
-	She begins to act @@.red;oddly@@ after the fight; losing and getting raped may have affected her mentally.
+	_He2 begins to act @@.red;oddly@@ after the fight; losing and getting raped may have affected _him2 mentally.
 	<<set _loser.behavioralFlaw = "odd">>
 <</if>>
 
@@ -1024,7 +1028,7 @@
 		<<set _canRun = 0>>
 	<</if>>
 
-	<<if ($activeSlave.devotion > 50) || ($activeSlave.devotion > 20 && ($activeSlave.fetish == "masochist" || $activeSlave.fetish == "humilation" || $activeSlave.sexualQuirk == "perverted" || $activeSlave.behavioralQuirk == "sinful"))>>
+	<<if ($activeSlave.devotion > 50) || ($activeSlave.devotion > 20 && ($activeSlave.fetish == "masochist" || $activeSlave.fetish == "humiliation" || $activeSlave.sexualQuirk == "perverted" || $activeSlave.behavioralQuirk == "sinful"))>>
 		<<set _agree = 1>>
 	<<else>>
 		<<set _agree = 0>>
@@ -1044,19 +1048,17 @@
 	<</if>>
 
 	<br><br>
-	$activeSlave.slaveName and the _animal.species enter $pitName from opposite sides. $activeSlave.slaveName is naked and $his wrists have been bound, and $he has already been given $his instructions: $he is to try to avoid being caught and <<if _agree == 1>>fucked<<else>>raped<</if>> by the animal for five minutes, and if $he succeeds, $he wins. The _animal.species has been given a large dose of aphrodasiacs, and its lust is apparent -- its _animal.dickSize cock is clearly visible, even from where you are seated. It isn't in a hurry, and slowly saunters over to where the <<if _agree == 1>>determined<<else>>terrified<</if>> slave is standing. After what seems to be a moment of deliberation, $he finally makes $his move, and starts <<if _canRun == 1>>running<<else>>moving as quickly as $he can<</if>> in the opposite direction. The _animal.species quickly follows suit, breaking out into a full sprint toward $him.
+	$activeSlave.slaveName and the _animal.species enter $pitName from opposite sides. $activeSlave.slaveName is naked and $his wrists have been bound, and $he has already been given $his instructions: $he is to try to avoid being caught and <<if _agree == 1>>fucked<<else>>raped<</if>> by the animal for five minutes, and if $he succeeds, $he wins. The _animal.species has been given a large dose of aphrodisiacs, and its lust is apparent -- its _animal.dickSize cock is clearly visible, even from where you are seated. It isn't in a hurry, and slowly saunters over to where the <<if _agree == 1>>determined<<else>>terrified<</if>> slave is standing. After what seems to be a moment of deliberation, $he finally makes $his move, and starts <<if _canRun == 1>>running<<else>>moving as quickly as $he can<</if>> in the opposite direction. The _animal.species quickly follows suit, breaking out into a full sprint toward $him.
 	<<if random(1,100) < 50>>
 		<<if _canRun == 1>>
 			$activeSlave.slaveName is quick, though, and $he manages to avoid the animal for the full five minutes, and drops to $his knees in relief and exhaustion once the bell sounds and the _animal.species is leashed and pulled back into its cage.
-
-		<<if $pitAudience == "paid">>
-			The audience is fairly impressed by this impressive display of sportsmanship, and so is your @@.yellowgreen;cut of the betting.@@
+			<<if $pitAudience == "paid">>
+				The audience is fairly impressed by this impressive display of sportsmanship, and so is your @@.yellowgreen;cut of the betting.@@
 			<<set $cash += 2500>>
-		<<elseif $pitAudience == "free">>
-			The audience is @@.green;fairly impressed@@ by this impressive display of sportsmanship.
-			<<set $rep += 100>>
-		<</if>>
-
+			<<elseif $pitAudience == "free">>
+				The audience is @@.green;fairly impressed@@ by this impressive display of sportsmanship.
+				<<set $rep += 100>>
+			<</if>>
 		<</if>>
 	<<else>>
 		<<set _minutesLasted = random(1,5)>>
@@ -1073,7 +1075,7 @@
 			<<set $rep += 25>>
 		<</if>>
 		/* TODO: rewrite this to account for more variables (and to clean this whole mess up) */
-		It <<if _animal.type != "hooved">>swipes at $his legs<<else>>headbutts $him<</if>>, causing $him to go down hard. It doesn't waste a moment, and mounts $him quicker than you thought would have been possible for a _animal.species. It takes a few tries, but it finally manages to find $his _orifice, causing <<if $audience != "none">>the crowd to go wild and<</if>> $activeSlave.slaveName to give a long, drawn-out <<if _agree == 1>>moan<<else>>scream<</if>> as its _animal.dickSize cock <<if (_orifice == "pussy" && $activeSlave.vagina == 0) || (_orifice == "asshole" && $activeSlave.anus == 0)>>@@.limegreen;breaks in@@<<else>>fills<</if>> $his _orifice. Without hesitation, it begins to steadily thrust, pounding $him harder and harder as it grows closer and closer to climax. After several minutes, you see the animal finally stop thrusting as the barely-there slave gives a loud <<if _agree == 1>>moan<<else>>groan<</if>>. <<if $audience != "none">>The crowd gives a loud cheer as the<<else>>The<</if>> animal pulls out, leaving the thouroughly fucked-out $activeSlave.slaveName lying there, cum streaming out of $his _orifice.
+		It <<if _animal.type != "hooved">>swipes at $his legs<<else>>headbutts $him<</if>>, causing $him to go down hard. It doesn't waste a moment, and mounts $him quicker than you thought would have been possible for a _animal.species. It takes a few tries, but it finally manages to find $his _orifice, causing <<if $audience != "none">>the crowd to go wild and<</if>> $activeSlave.slaveName to give a long, drawn-out <<if _agree == 1>>moan<<else>>scream<</if>> as its _animal.dickSize cock <<if (_orifice == "pussy" && $activeSlave.vagina == 0) || (_orifice == "asshole" && $activeSlave.anus == 0)>>@@.limegreen;breaks in@@<<else>>fills<</if>> $his _orifice. Without hesitation, it begins to steadily thrust, pounding $him harder and harder as it grows closer and closer to climax. After several minutes, you see the animal finally stop thrusting as the barely-there slave gives a loud <<if _agree == 1>>moan<<else>>groan<</if>>. <<if $audience != "none">>The crowd gives a loud cheer as the<<else>>The<</if>> animal pulls out, leaving the thoroughly fucked-out $activeSlave.slaveName lying there, cum streaming out of $his _orifice.
 		/* TODO: write an ending / post-fight message */
 	<</if>>
 	<<set $slaves[$slaveIndices[_fighterOne.ID]] = _fighterOne>>
diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw
index e260846898b6e2478bc33f13f90397ef622fe2b1..79b518f81cb92ed45bddb22a611279737ff0be01 100644
--- a/src/uncategorized/seWedding.tw
+++ b/src/uncategorized/seWedding.tw
@@ -371,7 +371,7 @@
 		<</if>>
 	<</if>>
 	is level with your crotch.
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring 
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring
 	<<if $activeSlave.amp == 1>>
 		on a cord around $his neck, since $he lacks fingers to wear it on.
 	<<else>>
@@ -384,7 +384,7 @@
 		<<link "Give $him your surname too">>
 			<<replace "#surnaming">>
 				<<set $activeSlave.slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and 
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
 				<<if $activeSlave.fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
 				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
@@ -556,7 +556,7 @@
 		<<link "Give $him your surname as well">>
 			<<replace "#surnaming">>
 				<<set $activeSlave.slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and 
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
 				<<if $activeSlave.fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now.
 				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
@@ -679,7 +679,7 @@
 	<<else>>
 		light pink, since $he's an experienced sex slave.
 	<</if>>
-	A filmy veil covers $his head and shoulders. $His lacy bridal bra 
+	A filmy veil covers $his head and shoulders. $His lacy bridal bra
 	<<if ($activeSlave.boobs > 4000)>>
 		is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
 	<<elseif ($activeSlave.boobs > 1200)>>
@@ -747,7 +747,7 @@
 		<<link "Give $him your surname">>
 			<<replace "#surnaming">>
 				<<set $activeSlave.slaveSurname = $PC.surname>>
-				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and 
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
 				<<if $activeSlave.fetish == "mindbroken">>
 					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
 				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
@@ -771,9 +771,9 @@
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
 		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
 	<<elseif $activeSlave.devotion < -20>>
-		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this. 
+		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
 	<<else>>
-		with a will. $He approaches $his task <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure. 
+		with a will. $He approaches $his task <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
 	<</if>>
 	<<if $activeSlave.relationship != 0>>
 		<<if $activeSlave.devotion+$activeSlave.trust >= 175>>
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 3218f7b36eafe6f08a4e34017a08d07c844eadfc..7506db1c460ed8427a7ca3549875809c4a130d57 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -1647,7 +1647,7 @@
 		<<BellyDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His taut blouse shows every jiggle in $his fat gut as $he moves.
 		<<case "attractive lingerie for a pregnant woman">>
@@ -1759,7 +1759,7 @@
 		<<BellyDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His blouse bulges with $his growing belly.
 		<<case "chains">>
@@ -1875,7 +1875,7 @@
 		<<vaginaDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "uncomfortable straps">>
 			<<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>
 				A strap passes between $his legs, and the big ring over $his hermaphroditic genitalia gleams from between them.
@@ -2935,7 +2935,7 @@
 		<<BellyImplantDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His taut blouse shows every jiggle in $his fat gut as $he moves.
 		<<case "chains">>
@@ -3047,7 +3047,7 @@
 		<<BellyImplantDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His blouse bulges with $his distended belly.
 		<<case "chains">>
@@ -3252,7 +3252,7 @@
 		<<BellyInflationDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His taut blouse shows off $his taut, sloshing belly.
 		<<case "attractive lingerie for a pregnant woman">>
@@ -3588,7 +3588,7 @@
 		<<BellyInflationDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His taut blouse shows off $his rounded, sloshing belly.
 		<<case "chains">>
@@ -3702,7 +3702,7 @@
 		<<BellyDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His taut blouse shows every jiggle in $his fat gut as $he moves.
 		<<case "chains">>
@@ -3814,7 +3814,7 @@
 		<<BellyInflationDescription>>
 		<<switch $activeSlave.clothes>>
 		<<case "a Fuckdoll suit">>
-			Its suit is expressly designed to encourage use of its holes.
+			$His suit is expressly designed to encourage use of $his holes.
 		<<case "conservative clothing">>
 			$His blouse bulges with $his distended belly.
 		<<case "chains">>
@@ -3931,7 +3931,7 @@
 	<<AnusDescription>>
 	<<switch $activeSlave.clothes>>
 	<<case "a Fuckdoll suit">>
-		Its suit is expressly designed to encourage use of its rear hole.
+		$His suit is expressly designed to encourage use of $his rear hole.
 	<<case "uncomfortable straps">>
 		The ring over $his asshole beckons.
 	<<case "shibari ropes">>
@@ -4107,7 +4107,7 @@
 	<<mouthDescription>>
 	<<switch $activeSlave.collar>>
 	<<case "a Fuckdoll suit">>
-		Its suit is expressly designed to encourage use of its face hole.
+		$His suit is expressly designed to encourage use of $his face hole.
 	<<case "uncomfortable leather">>
 		$His uncomfortable leather collar makes $him swallow and lick $his lips periodically, making it look like $he's offering oral even though $he's just trying to relieve the discomfort.
 	<<case "tight steel" "cruel retirement counter">>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 730eac7d55537d7e61ccefbff8ad0367ed81caa5..557185b8d0e49fc89d4bf75c47611e325f16f2ea 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -1171,7 +1171,7 @@
 	<<if ($Nurse != 0)>>
 		<<setLocalPronouns $Nurse 2>>
 	<</if>>
-	$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before taking them away. Before long _he2 returns to attend to _his2 patient's post-birth health.
+	$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before taking them away. <<if $Nurse != 0>>Before long _he2 returns to attend to _his2 patient's post-birth health<<else>>Another nurse takes over to attend to $his post-birth health<</if>>.
 
 <<case "be confined in the cellblock">>
 	<<if $slaves[$i].fetish == "mindbroken">>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index a7d2b552d5dc2d7445ae3543ae5a6d9f7d72951a..5208764df7f1509a7a731298d32d749a1a5d8762 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -658,7 +658,7 @@
 					<<case "neglectful">>
 						"All For You"
 					<<case "cum addict">>
-						"Cum'ere Sexy"
+						"Cum 'ere Sexy"
 					<<case "anal addict">>
 						"Reach Around Back"
 					<<case "attention whore">>
@@ -670,7 +670,7 @@
 					<<case "malicious">>
 						"Careful, I Bite"
 					<<case "self hating">>
-						"Rough'em Up"
+						"Rough 'em Up"
 					<<case "breeder">>
 						"Drink Deep"
 					<<default>>
@@ -994,40 +994,40 @@
 
 $His
 <<if $activeSlave.boobs < 300>><<print either("androgynous", "flat")>> breasts are practically non-existent.
-<<elseif $activeSlave.boobs < 400>><<print either("pointy", "tiny")>> breasts<<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would only fill A cups.
-<<elseif $activeSlave.boobs < 500>><<print either("perky", "small")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would fill B cups.
-<<elseif $activeSlave.boobs < 650>><<print either("healthy", "curved")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would fill C cups.
-<<elseif $activeSlave.boobs < 800>><<print either("big", "sizable")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would fill D cups.
-<<elseif $activeSlave.boobs < 1000>><<print either("large", "big")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill DD cups.
-<<elseif $activeSlave.boobs < 1200>><<print either("proud", "hefty")>> <<print either("tits", "breasts", "mammaries", "udders", "boobs")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill F cups.
-<<elseif $activeSlave.boobs < 1400>><<print either("hefty", "huge")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill G cups.
-<<elseif $activeSlave.boobs < 1600>><<print either("massive", "huge")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill H cups.
-<<elseif $activeSlave.boobs < 1800>><<print either("enormous", "massive")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill I cups.
-<<elseif $activeSlave.boobs < 2050>><<print either("titanic", "enormous")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill J cups.
-<<elseif $activeSlave.boobs < 2300>><<print either("stupendous", "titanic")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill K cups.
-<<elseif $activeSlave.boobs < 2600>><<print either("magnificent", "stupendous")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill L cups.
-<<elseif $activeSlave.boobs < 2900>><<print either("impressive", "magnificent")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill M cups.
-<<elseif $activeSlave.boobs < 3250>><<print either("awe-inspiring", "impressive")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill N cups.
-<<elseif $activeSlave.boobs < 3600>><<print either("absurd", "awe-inspiring")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill O cups.
-<<elseif $activeSlave.boobs < 3950>><<print either("disproportionate", "attention-grabbing")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill P cups.
-<<elseif $activeSlave.boobs < 4300>><<print either("shocking", "massive")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill Q cups.
-<<elseif $activeSlave.boobs < 4700>><<print either("striking", "jaw-dropping")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill R cups.
+<<elseif $activeSlave.boobs < 400>><<print either("pointy", "tiny")>> breasts<<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would only fill A-cups.
+<<elseif $activeSlave.boobs < 500>><<print either("perky", "small")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would fill B-cups.
+<<elseif $activeSlave.boobs < 650>><<print either("healthy", "curved")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would fill C-cups.
+<<elseif $activeSlave.boobs < 800>><<print either("big", "sizable")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print $activeSlave.boobs>> CCs each,<</if>> would fill D-cups.
+<<elseif $activeSlave.boobs < 1000>><<print either("large", "big")>> <<print either("tits", "breasts", "boobs", "bosoms")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill DD-cups.
+<<elseif $activeSlave.boobs < 1200>><<print either("proud", "hefty")>> <<print either("tits", "breasts", "mammaries", "udders", "boobs")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill F-cups.
+<<elseif $activeSlave.boobs < 1400>><<print either("hefty", "huge")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill G-cups.
+<<elseif $activeSlave.boobs < 1600>><<print either("massive", "huge")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill H-cups.
+<<elseif $activeSlave.boobs < 1800>><<print either("enormous", "massive")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill I-cups.
+<<elseif $activeSlave.boobs < 2050>><<print either("titanic", "enormous")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill J-cups.
+<<elseif $activeSlave.boobs < 2300>><<print either("stupendous", "titanic")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill K-cups.
+<<elseif $activeSlave.boobs < 2600>><<print either("magnificent", "stupendous")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill L-cups.
+<<elseif $activeSlave.boobs < 2900>><<print either("impressive", "magnificent")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill M-cups.
+<<elseif $activeSlave.boobs < 3250>><<print either("awe-inspiring", "impressive")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill N-cups.
+<<elseif $activeSlave.boobs < 3600>><<print either("absurd", "awe-inspiring")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill O-cups.
+<<elseif $activeSlave.boobs < 3950>><<print either("disproportionate", "attention-grabbing")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill P-cups.
+<<elseif $activeSlave.boobs < 4300>><<print either("shocking", "massive")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill Q-cups.
+<<elseif $activeSlave.boobs < 4700>><<print either("striking", "jaw-dropping")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill R-cups.
 <<elseif $activeSlave.boobs < 5000+($activeSlave.muscles*10) && $activeSlave.physicalAge <= 3>>
 	<<if ($activeSlave.amp == 1)>>
-		<<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S cups and are so large that $he might not be able to walk, if $he still had legs.
+		<<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S-cups and are so large that $he might not be able to walk, if $he still had legs.
 	<<elseif ($activeSlave.muscles > 5)>>
-		<<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S cups and are so large that $his <<if $activeSlave.muscles > 95>>shredded<<elseif $activeSlave.muscles > 30>>rippling<<else>>toned<</if>> back muscles get a workout just from supporting them. If they grow any larger, $he may not be able to walk.
+		<<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S-cups and are so large that $his <<if $activeSlave.muscles > 95>>shredded<<elseif $activeSlave.muscles > 30>>rippling<<else>>toned<</if>> back muscles get a workout just from supporting them. If they grow any larger, $he may not be able to walk.
 	<<else>>
-		<<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S cups and are so large that $he can barely stand. If they grow any larger, $he may not be able to walk.
+		<<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S-cups and are so large that $he can barely stand. If they grow any larger, $he may not be able to walk.
 	<</if>>
-<<elseif $activeSlave.boobs < 5100>><<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S cups.
-<<elseif $activeSlave.boobs < 5500>><<print either("frightening", "unmissable")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill T cups.
-<<elseif $activeSlave.boobs < 6000>><<print either("unmissable", "attention-grabbing")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill U cups.
-<<elseif $activeSlave.boobs < 6500>><<print either("attention-grabbing", "spectacular")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill V cups.
-<<elseif $activeSlave.boobs < 7000>><<print either("spectacular", "obviously engineered")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill W cups.
-<<elseif $activeSlave.boobs < 7500>><<print either("obviously engineered", "disproportionate")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill X cups.
-<<elseif $activeSlave.boobs < 8000>><<print either("disproportionate", "nearly inhuman")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill Y cups.
-<<elseif $activeSlave.boobs < 8500>><<print either("nearly inhuman", "nearly alien")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill Z cups.
+<<elseif $activeSlave.boobs < 5100>><<print either("tremendous", "astounding")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill S-cups.
+<<elseif $activeSlave.boobs < 5500>><<print either("frightening", "unmissable")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill T-cups.
+<<elseif $activeSlave.boobs < 6000>><<print either("unmissable", "attention-grabbing")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill U-cups.
+<<elseif $activeSlave.boobs < 6500>><<print either("attention-grabbing", "spectacular")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill V-cups.
+<<elseif $activeSlave.boobs < 7000>><<print either("spectacular", "obviously engineered")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill W-cups.
+<<elseif $activeSlave.boobs < 7500>><<print either("obviously engineered", "disproportionate")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill X-cups.
+<<elseif $activeSlave.boobs < 8000>><<print either("disproportionate", "nearly inhuman")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill Y-cups.
+<<elseif $activeSlave.boobs < 8500>><<print either("nearly inhuman", "nearly alien")>> <<print either("tits", "breasts", "mammaries", "udders")>><<if $showBoobCCs == 1>>, <<print commaNum($activeSlave.boobs)>> CCs each,<</if>> would fill Z-cups.
 <<elseif $activeSlave.boobs < 10000+($activeSlave.muscles*20) && $activeSlave.physicalAge <= 12>>
 	<<if ($activeSlave.amp == 1)>>
 		<<print either("boobs", "breasts", "mammaries", "udders")>> have <<if $activeSlave.boobsImplant>>been altered<<else>>grown<</if>> past any pretense of proportion.<<if $showBoobCCs == 1>> At <<print commaNum($activeSlave.boobs)>> CCs each, they<<else>> They<</if>> are so large that $he might not be able to walk, if $he still had legs.
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index d72d329e915a65111cd466f1f19b37f86fc87319..19d240a245ef706ff4616eab4d4ee7e5978505ea 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -1771,7 +1771,7 @@
 <<widget "CustomSlaveIntelligence">>
 	<<replace #intelligence>>
 		<<if $customSlave.intelligence >= 3>>Brilliant.
-		<<elseif $customSlave.intelligence == 2>>Very smart..
+		<<elseif $customSlave.intelligence == 2>>Very smart.
 		<<elseif $customSlave.intelligence == 1>>Smart.
 		<<elseif $customSlave.intelligence == 0>>Average intelligence.
 		<<elseif $customSlave.intelligence == -1>>Stupid.