diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index 751d2bbd8086ba0ff5397b45858f0c1989a8d6fc..88c6e8d5a83a8fd8ea87f436f84e24bea41a1107 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -183,7 +183,7 @@ window.newSlave = function newSlave(slave) {
 	SetBellySize(slave);
 	addSlave(slave);
 
-	if (slave.origin !== "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel." && slave.ID !== V.boomerangSlave.ID) {
+	if (slave.origin !== "$He was your slave, but you freed her, which $he repaid by participating in a coup attempt against you. It failed, and $he is again your chattel." && slave.ID !== V.boomerangSlave.ID) {
 		V.genePool.push(slave);
 		/* Store non-albino stats in genePool */
 		if (slave.geneticQuirks.albinism === 2) {
diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index 2b13cd2b66d9ee1ab67fe31f743395df8618439b..4c76a8122751b0466ccb9edfc3d20800a1a60daa 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -1815,7 +1815,7 @@ window.generateRandomEventPoolStandard = function(eventSlave) {
 						}
 					}
 
-					if (eventSlave.origin === "You sentenced her to enslavement as a punishment for attempted theft of a slave." || eventSlave.origin === "She is an enslaved Daughter of Liberty.") {
+					if (eventSlave.origin === "You sentenced $him to enslavement as a punishment for attempted theft of a slave." || eventSlave.origin === "$He is an enslaved Daughter of Liberty.") {
 						if (eventSlave.devotion > 95 && eventSlave.assignment === "please you") {
 							State.variables.events.push("RE former abolitionist");
 						}
diff --git a/src/js/generateMarketSlave.js b/src/js/generateMarketSlave.js
index 80c810fa5db973d028161b8285442fd5183e892a..7058213df1d44dd4bc602c0bebd4d287e19fc3e3 100644
--- a/src/js/generateMarketSlave.js
+++ b/src/js/generateMarketSlave.js
@@ -33,7 +33,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 				r += `Slaves are passed to training regardless of whether they have dicks or pussies. `;
 				V.activeSlave = GenerateNewSlave();
 			}
-			V.activeSlave.origin = "She was enslaved and trained by your corporation.";
+			V.activeSlave.origin = "$He was enslaved and trained by your corporation.";
 			V.activeSlave.devotion = jsRandom(-30, 0);
 			V.activeSlave.trust = jsRandom(-45, -25);
 			V.activeSlave.health = jsRandom(25, 50);
@@ -1982,7 +1982,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 
 			switch (criminal) {
 				case "mule":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for smuggling illegal contraband inside her body.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for smuggling illegal contraband inside her body.";
 					V.prisonCrime = "is incarcerated for being a willing drug mule.";
 					V.activeSlave.career = "a drug mule";
 					V.activeSlave.devotion = jsRandom(-20, 20);
@@ -1995,7 +1995,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.chem = 10 * jsRandom(1, 3);
 					V.activeSlave.addict = 100; break;
 				case "arms smuggler":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for smuggling arms to forces antagonistic to the Free Cities.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for smuggling arms to forces antagonistic to the Free Cities.";
 					V.prisonCrime = "is incarcerated for being an arms dealer.";
 					V.activeSlave.career = "an arms dealer";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2008,7 +2008,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.waist = jsRandom(-10, 50);
 					V.activeSlave.muscles = jsRandom(10, 40); break;
 				case "drug smuggler":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for smuggling drugs into the Free City.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for smuggling drugs into the Free City.";
 					V.prisonCrime = "is incarcerated for smuggling drugs.";
 					V.activeSlave.career = "a drug smuggler";
 					V.activeSlave.devotion = jsRandom(-60, -20);
@@ -2018,7 +2018,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.intelligence = jsRandom(-60, 60);
 					V.activeSlave.health = jsRandom(-20, 20); break;
 				case "smuggler":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for smuggling goods into the Free City.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for smuggling goods into the Free City.";
 					V.prisonCrime = "is incarcerated for smuggling goods.";
 					V.activeSlave.career = "a smuggler";
 					V.activeSlave.devotion = jsRandom(-80, -20);
@@ -2029,7 +2029,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.health = jsRandom(-20, 40);
 					V.activeSlave.muscles = jsRandom(10, 40); break;
 				case "fence":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for dealing in stolen goods.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for dealing in stolen goods.";
 					V.prisonCrime = "is incarcerated for buying and selling stolen goods.";
 					V.activeSlave.career = "a fence";
 					V.activeSlave.devotion = jsRandom(-100, -20);
@@ -2039,7 +2039,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.intelligence = jsRandom(-60, 30);
 					V.activeSlave.health = jsRandom(-20, 60); break;
 				case "gang murderer":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for gang related murder.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for gang related murder.";
 					V.prisonCrime = "is incarcerated for gang related murders.";
 					V.activeSlave.career = "a gang member";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2054,7 +2054,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.custom.tattoo = "The prominent emblem of a local gang spans the length of his shoulders.";
 					V.activeSlave.skill.combat = 1; break;
 				case "gang assaulter":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for gang related extortion of local businesses.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for gang related extortion of local businesses.";
 					V.prisonCrime = "is incarcerated for gang related activities.";
 					V.activeSlave.career = "a gang member";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2071,7 +2071,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.custom.tattoo = "The prominent emblem of a local gang spans the length of his shoulders.";
 					V.activeSlave.skill.combat = 1; break;
 				case "gang bruiser":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for a gang related beating of a local businessman.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for a gang related beating of a local businessman.";
 					V.prisonCrime = "is incarcerated for gang related activities.";
 					V.activeSlave.career = "a gang member";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2088,7 +2088,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.custom.tattoo = "The prominent emblem of a local gang spans the length of his shoulders.";
 					V.activeSlave.skill.combat = 1; break;
 				case "gang thief":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for gang related raiding of several local warehouses.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for gang related raiding of several local warehouses.";
 					V.prisonCrime = "is incarcerated for gang related activities.";
 					V.activeSlave.career = "a gang member";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2105,7 +2105,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.custom.tattoo = "The prominent emblem of a local gang spans the length of his shoulders.";
 					V.activeSlave.skill.combat = 1; break;
 				case "drug peddler":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for gang related drug distribution.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for gang related drug distribution.";
 					V.prisonCrime = "is incarcerated for gang related activities.";
 					V.activeSlave.career = "a drug pusher";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2119,7 +2119,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.custom.tattoo = "The prominent emblem of a local gang spans the length of his shoulders.";
 					V.activeSlave.skill.combat = 1; break;
 				case "hitman":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for a series of high profile murders.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for a series of high profile murders.";
 					V.prisonCrime = "is incarcerated for a series of murders-for-hire.";
 					V.activeSlave.career = "a hitman";
 					V.activeSlave.devotion = jsRandom(-75, -50);
@@ -2133,7 +2133,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(20, 40);
 					V.activeSlave.skill.combat = 1; break;
 				case "assassin":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for a high profile assassination.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for a high profile assassination.";
 					V.prisonCrime = "is incarcerated for an assassination.";
 					V.activeSlave.career = "an assassin";
 					V.activeSlave.devotion = -100;
@@ -2147,7 +2147,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(20, 40);
 					V.activeSlave.skill.combat = 1; break;
 				case "murder":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for repeat murder.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for repeat murder.";
 					V.prisonCrime = "is incarcerated for murder.";
 					V.activeSlave.career = "a murderer";
 					V.activeSlave.devotion = jsRandom(-100, -50);
@@ -2159,7 +2159,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(20, 80);
 					V.activeSlave.skill.combat = 1; break;
 				case "manslaughter":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for manslaughter.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for manslaughter.";
 					V.prisonCrime = "is incarcerated for manslaughter.";
 					V.activeSlave.career = "a criminal";
 					V.activeSlave.devotion = jsRandom(-20, 50);
@@ -2169,7 +2169,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.intelligence = jsRandom(-40, 60);
 					V.activeSlave.health = jsRandom(-40, 0); break;
 				case "attempted murder":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for attempted murder of a prominent individual.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for attempted murder of a prominent individual.";
 					V.prisonCrime = "is incarcerated for an attempted murder.";
 					V.activeSlave.career = "a criminal";
 					V.activeSlave.devotion = jsRandom(-20, 50);
@@ -2209,7 +2209,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 
 			switch (criminal) {
 				case "spy":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was a spy captured while infiltrating the Free City.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was a spy captured while infiltrating the Free City.";
 					V.prisonCrime = "is incarcerated for spying.";
 					V.activeSlave.career = "a spy";
 					V.activeSlave.devotion = jsRandom(-20, 20);
@@ -2224,7 +2224,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(20, 40);
 					V.activeSlave.skill.combat = 1; break;
 				case "terrorist":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was a terrorist captured when her attempt to destroy a public building and the people within was foiled.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was a terrorist captured when her attempt to destroy a public building and the people within was foiled.";
 					V.prisonCrime = "is incarcerated for terrorism.";
 					V.activeSlave.career = "a terrorist";
 					V.activeSlave.devotion = jsRandom(-80, -20);
@@ -2236,7 +2236,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.weight = jsRandom(-100, 10);
 					V.activeSlave.waist = jsRandom(-10, 10); break;
 				case "war criminal":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was a soldier imprisoned for committing unspeakable atrocities, even by the standards of an apocalyptic slave trading society.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was a soldier imprisoned for committing unspeakable atrocities, even by the standards of an apocalyptic slave trading society.";
 					V.prisonCrime = "is incarcerated for a series of war crimes.";
 					V.activeSlave.career = "a soldier";
 					V.activeSlave.devotion = jsRandom(-100, -80);
@@ -2252,7 +2252,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.skill.combat = 1;
 					V.activeSlave.behavioralFlaw = "arrogant"; break;
 				case "deserter":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was a soldier that abandoned her post.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was a soldier that abandoned her post.";
 					V.prisonCrime = "is incarcerated for going A.W.O.L.";
 					V.activeSlave.career = "a soldier";
 					V.activeSlave.devotion = jsRandom(-100, -80);
@@ -2265,7 +2265,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.waist = jsRandom(-10, 10);
 					V.activeSlave.skill.combat = 1; break;
 				case "officer":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was an officer that over-extended her forces and was overwhelmed.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was an officer that over-extended her forces and was overwhelmed.";
 					V.prisonCrime = "is a captured enemy officer.";
 					V.activeSlave.career = "a military officer";
 					V.activeSlave.devotion = jsRandom(-40, 20);
@@ -2280,7 +2280,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(20, 40);
 					V.activeSlave.skill.combat = 1; break;
 				case "specOps":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was a special operations officer that acted on bad intel and ended up captured.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was a special operations officer that acted on bad intel and ended up captured.";
 					V.prisonCrime = "is a captured enemy special operations officer.";
 					V.activeSlave.career = "spec ops";
 					V.activeSlave.devotion = jsRandom(-80, -50);
@@ -2295,7 +2295,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(30, 60);
 					V.activeSlave.skill.combat = 1; break;
 				case "sniper":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was an enemy sniper that was captured after her company lost to your military might.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was an enemy sniper that was captured after her company lost to your military might.";
 					V.prisonCrime = "is a captured enemy sniper.";
 					V.activeSlave.career = "a sniper";
 					V.activeSlave.devotion = jsRandom(-50, -20);
@@ -2314,7 +2314,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					}
 					break;
 				case "gunner":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was an enemy machine gunner that was captured after her company lost to your military might.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was an enemy machine gunner that was captured after her company lost to your military might.";
 					V.prisonCrime = "is a captured enemy gunner.";
 					V.activeSlave.career = "a soldier";
 					V.activeSlave.devotion = jsRandom(-50, -20);
@@ -2329,7 +2329,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(50, 60);
 					V.activeSlave.skill.combat = 1; break;
 				case "soldier":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was an enemy soldier that was captured after her company lost to your military might.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was an enemy soldier that was captured after her company lost to your military might.";
 					V.prisonCrime = "is a captured enemy soldier.";
 					V.activeSlave.career = "a soldier";
 					V.activeSlave.devotion = jsRandom(-100, -20);
@@ -2344,7 +2344,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.muscles = jsRandom(30, 60);
 					V.activeSlave.skill.combat = 1; break;
 				case "private":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was an enemy grunt that was captured after her company lost to your military might.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was an enemy grunt that was captured after her company lost to your military might.";
 					V.prisonCrime = "is a captured enemy private.";
 					V.activeSlave.career = "a private";
 					V.activeSlave.devotion = jsRandom(-40, -20);
@@ -2381,7 +2381,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 			switch (criminal) {
 				case "racketeering":
 					V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of racketeering. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } convicted of racketeering. `;
 					V.prisonCrime = "is incarcerated for racketeering.";
 					V.activeSlave.devotion = jsRandom(-20, 20);
 					V.activeSlave.trust = jsRandom(-20, 20);
@@ -2390,7 +2390,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.health = jsRandom(20, 60); break;
 				case "bribery":
 					V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } arrested and sentenced for bribing government officials. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } arrested and sentenced for bribing government officials. `;
 					V.prisonCrime = "is incarcerated for bribery.";
 					V.activeSlave.devotion = jsRandom(-50, -20);
 					V.activeSlave.trust = jsRandom(20, 50);
@@ -2400,7 +2400,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.behavioralFlaw = "arrogant"; break;
 				case "blackmail":
 					V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of blackmail against a sorority of university students, forcing them to do sexual favors. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } convicted of blackmail against a sorority of university students, forcing them to do sexual favors. `;
 					V.prisonCrime = "is incarcerated for blackmail.";
 					V.activeSlave.devotion = jsRandom(-20, 20);
 					V.activeSlave.trust = jsRandom(20, 50);
@@ -2412,7 +2412,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.fetishStrength = 100; break;
 				case "embezzlement":
 					V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } involved in a scandal and convicted of embezzlement. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } involved in a scandal and convicted of embezzlement. `;
 					V.prisonCrime = "is incarcerated for embezzlement.";
 					V.activeSlave.devotion = jsRandom(0, 20);
 					V.activeSlave.trust = jsRandom(-10, 10);
@@ -2421,7 +2421,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.health = jsRandom(20, 60); break;
 				case "fraud":
 					V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of fraud. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } convicted of fraud. `;
 					V.prisonCrime = "is incarcerated for fraud.";
 					V.activeSlave.devotion = jsRandom(20, 40);
 					V.activeSlave.trust = jsRandom(20, 50);
@@ -2430,7 +2430,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.health = jsRandom(20, 60); break;
 				case "tax evasion":
 					V.activeSlave.career = jsEither(["a businessman", "a lawyer", "a stockbroker"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } convicted of tax evasion. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } convicted of tax evasion. `;
 					V.prisonCrime = "is incarcerated for tax evasion.";
 					V.activeSlave.devotion = jsRandom(-20, 0);
 					V.activeSlave.trust = jsRandom(20, 50);
@@ -2439,7 +2439,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.health = jsRandom(20, 60); break;
 				case "malpractice":
 					V.activeSlave.career = jsEither(["a doctor", "a nurse", "a physician"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } that took advantage of her position to molest and modify her patients. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } that took advantage of her position to molest and modify her patients. `;
 					V.prisonCrime = "is incarcerated for malpractice.";
 					V.activeSlave.devotion = jsRandom(-50, 0);
 					V.activeSlave.trust = jsRandom(-100, -50);
@@ -2448,7 +2448,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 					V.activeSlave.health = jsRandom(-40, 20); break;
 				case "abuse of power":
 					V.activeSlave.career = jsEither(["a judge", "a lawyer", "a police officer"]);
-					V.activeSlave.origin = `You purchased her life at a prison sale. She was ${ V.activeSlave.career } that took advantage of her position for her own benefit. `;
+					V.activeSlave.origin = `You purchased her life at a prison sale. $He was ${ V.activeSlave.career } that took advantage of her position for her own benefit. `;
 					V.prisonCrime = "is incarcerated for abuse of power.";
 					V.activeSlave.devotion = jsRandom(-100, 0);
 					V.activeSlave.trust = jsRandom(-50, 50);
@@ -2487,7 +2487,7 @@ if (V.activeSlave.vagina > -1) {
 
 			switch (criminal) {
 				case "robbery":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for robbery.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for robbery.";
 					V.prisonCrime = "is incarcerated for robbery.";
 					V.activeSlave.devotion = jsRandom(-20, 20);
 					V.activeSlave.trust = jsRandom(-60, 60);
@@ -2497,7 +2497,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(-20, 20);
 					break;
 				case "armed robbery":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for armed robbery.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for armed robbery.";
 					V.prisonCrime = "is incarcerated for armed robbery.";
 					V.activeSlave.devotion = jsRandom(-50, -20);
 					V.activeSlave.trust = jsRandom(-20, 60);
@@ -2512,13 +2512,13 @@ if (V.activeSlave.vagina > -1) {
 					break;
 				case "murder":
 					if (jsRandom(1, 100) > 70) {
-						V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for murder. Her actions weigh heavily on her conscience.";
+						V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for murder. Her actions weigh heavily on her conscience.";
 						V.activeSlave.devotion = 0;
 						V.activeSlave.trust = 0;
 						V.activeSlave.health = jsRandom(-60, -20);
 						V.activeSlave.fetish = "mindbroken";
 					} else {
-						V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for murder.";
+						V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for murder.";
 						V.activeSlave.devotion = jsRandom(-50, -20);
 						V.activeSlave.trust = jsRandom(-20, 60);
 						V.activeSlave.health = jsRandom(-10, 20);
@@ -2530,13 +2530,13 @@ if (V.activeSlave.vagina > -1) {
 					break;
 				case "arson":
 					if (jsRandom(1, 100) > 50) {
-						V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for arson. Her actions, and those she inadvertently killed, weigh heavily on her conscience.";
+						V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for arson. Her actions, and those she inadvertently killed, weigh heavily on her conscience.";
 						V.activeSlave.devotion = 0;
 						V.activeSlave.trust = 0;
 						V.activeSlave.health = jsRandom(-80, -20);
 						V.activeSlave.fetish = "mindbroken";
 					} else {
-						V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for arson.";
+						V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for arson.";
 						V.activeSlave.devotion = jsRandom(-70, -50);
 						V.activeSlave.trust = jsRandom(0, 60);
 						V.activeSlave.health = jsRandom(-10, 20);
@@ -2547,7 +2547,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.intelligence = jsRandom(-80, 70);
 					break;
 				case "burglary":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for burglary.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for burglary.";
 					V.prisonCrime = "is incarcerated for burglary.";
 					V.activeSlave.devotion = jsRandom(-20, 20);
 					V.activeSlave.trust = jsRandom(-60, 60);
@@ -2557,7 +2557,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(-20, 20);
 					break;
 				case "cat burglar":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for repeat burglary.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for repeat burglary.";
 					V.prisonCrime = "is incarcerated for career burglary.";
 					V.activeSlave.career = "a cat burglar";
 					V.activeSlave.devotion = jsRandom(-20, 20);
@@ -2571,7 +2571,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.muscles = jsRandom(10, 40);
 					break;
 				case "petty theft":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for petty theft.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for petty theft.";
 					V.prisonCrime = "is incarcerated for petty theft.";
 					V.activeSlave.career = "a thief";
 					V.activeSlave.devotion = jsRandom(-20, 20);
@@ -2582,7 +2582,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(-20, 20);
 					break;
 				case "theft":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for theft.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for theft.";
 					V.prisonCrime = "is incarcerated for theft.";
 					V.activeSlave.career = "a thief";
 					V.activeSlave.devotion = jsRandom(-50, 0);
@@ -2593,7 +2593,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(-20, 20);
 					break;
 				case "pickpocketing":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for repeat pick-pocketing.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for repeat pick-pocketing.";
 					V.prisonCrime = "is incarcerated for pick-pocketing.";
 					V.activeSlave.career = "a pick-pocket";
 					V.activeSlave.devotion = jsRandom(-20, 0);
@@ -2605,13 +2605,13 @@ if (V.activeSlave.vagina > -1) {
 					break;
 				case "manslaughter":
 					if (jsRandom(1, 100) > 60) {
-						V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for manslaughter. Her actions weigh heavily on her conscience.";
+						V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for manslaughter. Her actions weigh heavily on her conscience.";
 						V.activeSlave.devotion = 0;
 						V.activeSlave.trust = 0;
 						V.activeSlave.health = jsRandom(-80, -20);
 						V.activeSlave.fetish = "mindbroken";
 					} else {
-						V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for manslaughter.";
+						V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for manslaughter.";
 						V.activeSlave.devotion = jsRandom(-70, -50);
 						V.activeSlave.trust = jsRandom(0, 60);
 						V.activeSlave.health = jsRandom(-10, 20);
@@ -2622,7 +2622,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.intelligence = jsRandom(-80, 70);
 					break;
 				case "blackmail":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for blackmail.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for blackmail.";
 					V.prisonCrime = "is incarcerated for blackmail.";
 					V.activeSlave.devotion = jsRandom(-100, -50);
 					V.activeSlave.trust = jsRandom(-100, -60);
@@ -2632,7 +2632,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(0, 60);
 					break;
 				case "assault":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for assault.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for assault.";
 					V.prisonCrime = "is incarcerated for assault.";
 					V.activeSlave.devotion = jsRandom(-70, -50);
 					V.activeSlave.trust = jsRandom(-20, 60);
@@ -2645,7 +2645,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.skill.combat = 1;
 					break;
 				case "battery":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for battery.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for battery.";
 					V.prisonCrime = "is incarcerated for battery.";
 					V.activeSlave.devotion = jsRandom(-100, -70);
 					V.activeSlave.trust = jsRandom(20, 60);
@@ -2658,7 +2658,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.skill.combat = 1;
 					break;
 				case "tax evasion":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for tax evasion.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for tax evasion.";
 					V.prisonCrime = "is incarcerated for tax evasion.";
 					V.activeSlave.devotion = jsRandom(-20, 20);
 					V.activeSlave.trust = jsRandom(0, 60);
@@ -2668,7 +2668,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(0, 60);
 					break;
 				case "rape":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for rape.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for rape.";
 					V.prisonCrime = "is incarcerated for rape.";
 					V.activeSlave.devotion = jsRandom(-100, -50);
 					V.activeSlave.trust = jsRandom(-20, 80);
@@ -2682,7 +2682,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.fetishStrength = 80;
 					break;
 				case "child molestation":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for child molestation.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for child molestation.";
 					V.prisonCrime = "is incarcerated for child molestation.";
 					if (V.minimumSlaveAge < 13) {
 						V.activeSlave.devotion = jsRandom(-20, 0);
@@ -2699,7 +2699,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.fetishStrength = 80;
 					break;
 				case "child abuse":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for child abuse.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for child abuse.";
 					V.prisonCrime = "is incarcerated for child abuse.";
 					if (V.minimumSlaveAge < 13) {
 						V.activeSlave.devotion = jsRandom(-20, 0);
@@ -2717,7 +2717,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.sexualFlaw = "malicious";
 					break;
 				case "domestic abuse":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for domestic abuse.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for domestic abuse.";
 					V.prisonCrime = "is incarcerated for domestic abuse.";
 					V.activeSlave.devotion = jsRandom(-50, -20);
 					V.activeSlave.trust = jsRandom(-100, 50);
@@ -2729,7 +2729,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.fetishStrength = 50;
 					break;
 				case "illegal immigrant":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for illegal immigration.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for illegal immigration.";
 					V.prisonCrime = "is incarcerated for illegally entering the Free City.";
 					V.activeSlave.career = "a refugee";
 					V.activeSlave.devotion = jsRandom(0, 20);
@@ -2739,7 +2739,7 @@ if (V.activeSlave.vagina > -1) {
 					V.activeSlave.health = jsRandom(-90, -40);
 					break;
 				case "mule":
-					V.activeSlave.origin = "You purchased her life at a prison sale. She was locked away for smuggling illegal contraband inside her body.";
+					V.activeSlave.origin = "You purchased her life at a prison sale. $He was locked away for smuggling illegal contraband inside her body.";
 					V.prisonCrime = "is incarcerated for smuggling drugs in her body.";
 					V.activeSlave.career = "a drug mule";
 					V.activeSlave.devotion = jsRandom(-20, 20);
diff --git a/src/npc/databases/dSlavesDatabase.tw b/src/npc/databases/dSlavesDatabase.tw
index 989554cf06f717adb6af8eedca8ca8cbb300bd5a..84dcc1dca88141cc080c7be7022cd055d189a511 100644
--- a/src/npc/databases/dSlavesDatabase.tw
+++ b/src/npc/databases/dSlavesDatabase.tw
@@ -35,7 +35,7 @@
 /*Corrected piercings, added origin -BoneyM*/
 
 <<set _HS = App.Entity.SlaveState.makeSkeleton()>>
-<<set _HS.slaveName = "Piggy", _HS.birthName = "Chloë", _HS.origin = "She was once a celebrity that protested the existence of slavery, but has now become a slave herself.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.health = 20, _HS.devotion = -75, _HS.weight = -20, _HS.eyeColor = "green", _HS.hColor = "dirty blonde", _HS.pubicHColor = "dirty blonde", _HS.skin = "white", _HS.hLength = 10, _HS.boobs = 300, _HS.butt = 1, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.ovaries = 1, _HS.skill.oral = 100, _HS.intelligence = 20, _HS.intelligenceImplant = 30, _HS.attrXY = 40, _HS.fetish = "cumslut", _HS.fetishStrength = 100, _HS.fetishKnown = 1, _HS.behavioralFlaw = "bitchy">>
+<<set _HS.slaveName = "Piggy", _HS.birthName = "Chloë", _HS.origin = "She was once a celebrity that protested the existence of slavery, but has now become a slave $himself.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.health = 20, _HS.devotion = -75, _HS.weight = -20, _HS.eyeColor = "green", _HS.hColor = "dirty blonde", _HS.pubicHColor = "dirty blonde", _HS.skin = "white", _HS.hLength = 10, _HS.boobs = 300, _HS.butt = 1, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.ovaries = 1, _HS.skill.oral = 100, _HS.intelligence = 20, _HS.intelligenceImplant = 30, _HS.attrXY = 40, _HS.fetish = "cumslut", _HS.fetishStrength = 100, _HS.fetishKnown = 1, _HS.behavioralFlaw = "bitchy">>
 <<set $heroSlaves.push(_HS)>>
 /*Added origin, added bitchy, corrected eye color -BoneyM*/
 
@@ -51,7 +51,7 @@
 /*Set birth name to 'unknown', tweaked obedience downwards, corrected tattoo's, added combat skill, clothes and shoes, arrogant -BoneyM*/
 
 <<set _HS = App.Entity.SlaveState.makeSkeleton()>>
-<<set _HS.slaveName = "Catherine", _HS.birthName = "Catherine", _HS.origin = "She came from a wealthy background, but she sold herself into slavery to slake her desire to submit to men and dominate women.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 20, _HS.physicalAge = 20, _HS.visualAge = 20, _HS.ovaryAge = 20, _HS.health = 40, _HS.devotion = 20, _HS.nationality = "American", _HS.eyeColor = "blue", _HS.hColor = "red", _HS.pubicHColor = "red", _HS.race = "white", _HS.hLength = 25, _HS.hStyle = "short and in a ponytail", _HS.boobs = 800, _HS.butt = 3, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.ovaries = 1, _HS.makeup = 1, _HS.skill.vaginal = 100, _HS.skill.oral = 100, _HS.skill.anal = 100, _HS.skill.entertainment = 100, _HS.intelligence = 25, _HS.intelligenceImplant = 30, _HS.attrXX = 55, _HS.attrXY = 60, _HS.fetishKnown = 1, _HS.behavioralFlaw = "arrogant", _HS.eyes = -1, _HS.eyewear = "corrective glasses">>
+<<set _HS.slaveName = "Catherine", _HS.birthName = "Catherine", _HS.origin = "She came from a wealthy background, but she sold $himself into slavery to slake her desire to submit to men and dominate women.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 20, _HS.physicalAge = 20, _HS.visualAge = 20, _HS.ovaryAge = 20, _HS.health = 40, _HS.devotion = 20, _HS.nationality = "American", _HS.eyeColor = "blue", _HS.hColor = "red", _HS.pubicHColor = "red", _HS.race = "white", _HS.hLength = 25, _HS.hStyle = "short and in a ponytail", _HS.boobs = 800, _HS.butt = 3, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.ovaries = 1, _HS.makeup = 1, _HS.skill.vaginal = 100, _HS.skill.oral = 100, _HS.skill.anal = 100, _HS.skill.entertainment = 100, _HS.intelligence = 25, _HS.intelligenceImplant = 30, _HS.attrXX = 55, _HS.attrXY = 60, _HS.fetishKnown = 1, _HS.behavioralFlaw = "arrogant", _HS.eyes = -1, _HS.eyewear = "corrective glasses">>
 <<set $heroSlaves.push(_HS)>>
 /*corrected eye color, makeup, tweaked entertainskill, added 'arrogant' -BoneyM*/
 
@@ -246,7 +246,7 @@
 /*Changed eyes to blue, added origin, pierced ears, fixed customdesc syntax -BoneyM*/
 
 <<set _HS = App.Entity.SlaveState.makeSkeleton()>>
-<<set _HS.slaveName = "Riley", _HS.birthName = "Riley", _HS.origin = "She sold herself into slavery in an attempt to sate her incredible sex drive.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.health = 20, _HS.devotion = 75, _HS.weight = -20, _HS.height = 180, _HS.hColor = "black", _HS.pubicHStyle = "black", _HS.skin = "pale", _HS.hLength = 10, _HS.pubicHStyle = "bald", _HS.underArmHStyle = "bald", _HS.boobs = 300, _HS.nipplesPiercing = 1, _HS.butt = 3, _HS.lipsPiercing = 2, _HS.tonguePiercing = 2, _HS.vagina = 2, _HS.vaginaLube = 1, _HS.vaginaPiercing = 1, _HS.clitPiercing = 1, _HS.anus = 2, _HS.ovaries = 1, _HS.skill.vaginal = 100, _HS.skill.oral = 100, _HS.skill.anal = 100, _HS.vaginalAccessory = "large dildo", _HS.buttplug = "large plug", _HS.intelligence = 20, _HS.intelligenceImplant = 30, _HS.energy = 100, _HS.attrXY = 100, _HS.fetishKnown = 1, _HS.custom.desc = "She has a scar on the back of her head, concealed by her hair.">>
+<<set _HS.slaveName = "Riley", _HS.birthName = "Riley", _HS.origin = "She sold $himself into slavery in an attempt to sate her incredible sex drive.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.health = 20, _HS.devotion = 75, _HS.weight = -20, _HS.height = 180, _HS.hColor = "black", _HS.pubicHStyle = "black", _HS.skin = "pale", _HS.hLength = 10, _HS.pubicHStyle = "bald", _HS.underArmHStyle = "bald", _HS.boobs = 300, _HS.nipplesPiercing = 1, _HS.butt = 3, _HS.lipsPiercing = 2, _HS.tonguePiercing = 2, _HS.vagina = 2, _HS.vaginaLube = 1, _HS.vaginaPiercing = 1, _HS.clitPiercing = 1, _HS.anus = 2, _HS.ovaries = 1, _HS.skill.vaginal = 100, _HS.skill.oral = 100, _HS.skill.anal = 100, _HS.vaginalAccessory = "large dildo", _HS.buttplug = "large plug", _HS.intelligence = 20, _HS.intelligenceImplant = 30, _HS.energy = 100, _HS.attrXY = 100, _HS.fetishKnown = 1, _HS.custom.desc = "She has a scar on the back of her head, concealed by her hair.">>
 <<set $heroSlaves.push(_HS)>>
 /*compulsive masturbation*/
 /*Moved customdesc to origin, added scar to customdesc, reduced weight, added nympho, added nipple and clit piercings -BoneyM*/
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 2d42dbcab3a86379e6d7665794dadd41c30d4861..cb5254a4a2aa1b67e9a0a15f9972a5a4ca01fb3c 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -187,10 +187,10 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "To solidify an investment in hermaphrodite self-fertility, you took part in a test successful test trial. Nine months later your daughter was born.">>
 			<<set $activeSlave.custom.tattoo = "$He has a famous corporate logo tattooed on the nape of $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "Sometimes it pays off to use your body in business deals, and other times you end up burdened with child. She is the result of the latter.">>
+			<<set $activeSlave.origin = "Sometimes it pays off to use your body in business deals, and other times you end up burdened with child. $He is the result of the latter.">>
 			<<set $activeSlave.custom.tattoo = "$He has a famous corporate logo tattooed on the nape of $his neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "To seal a business deal, a client asked you to knock her up. She is the end result of that fling.">>
+			<<set $activeSlave.origin = "To seal a business deal, a client asked you to knock her up. $He is the end result of that fling.">>
 			<<set $activeSlave.custom.tattoo = "$He has a famous corporate logo tattooed on the nape of $his neck.">>
 		<<else>>
 			<<set $activeSlave.origin = "You acquired her in the last stages of your career as a successful venture capitalist.">>
@@ -240,17 +240,17 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "escort">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "A client paid you a large sum of credits to prove you could literally fuck yourself. She is the result of that lucrative night.">>
+			<<set $activeSlave.origin = "A client paid you a large sum of credits to prove you could literally fuck yourself. $He is the result of that lucrative night.">>
 			<<set $activeSlave.custom.tattoo = "$He has your custom emblem tattooed on $his left breast.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
+			<<set $activeSlave.origin = "$He was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
 			<<set $activeSlave.custom.tattoo = "$He has the number of times $his father came in you while you were pregnant with $his tattooed down $his back.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was the result of unprotected sex with a client. Her mother tracked you down years after her birth to force her upon you.">>
+			<<set $activeSlave.origin = "$He was the result of unprotected sex with a client. Her mother tracked you down years after her birth to force her upon you.">>
 			<<set $activeSlave.custom.tattoo = "$He has your name angrily tattooed on $his right shoulder.">>
 		<<else>>
-			<<set $activeSlave.origin = "She was a fellow escort you were popular with.">>
-			<<set $activeSlave.custom.tattoo = "$He has your custom emblem tattooed on $his left breast. She got the tattoo after starring in a porno with you.">>
+			<<set $activeSlave.origin = "$He was a fellow escort you were popular with.">>
+			<<set $activeSlave.custom.tattoo = "$He has your custom emblem tattooed on $his left breast. $He got the tattoo after starring in a porno with you.">>
 		<</if>>
 		<<if $activeSlave.preg > 0>>
 			<<if $activeSlave.pregSource != -1>>
@@ -259,13 +259,13 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "gang">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was the result of a night of hard drugs and unprotected sex after a big score. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
+			<<set $activeSlave.origin = "$He was the result of a night of hard drugs and unprotected sex after a big score. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former gang's sign tattooed on $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was the result of a night of hard drugs and unprotected sex after a big score.">>
+			<<set $activeSlave.origin = "$He was the result of a night of hard drugs and unprotected sex after a big score.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former gang's sign tattooed on $his neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was born from one of your sex toys you knocked up.">>
+			<<set $activeSlave.origin = "$He was born from one of your sex toys you knocked up.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former gang's sign tattooed on $his neck.">>
 		<<else>>
 			<<set $activeSlave.origin = "You captured her during your transition to the arcology">>
@@ -276,16 +276,16 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was another of your late master's servants. She spent nine months in your womb, courtesy of your master.">>
+			<<set $activeSlave.origin = "$He was another of your late master's servants. $He spent nine months in your womb, courtesy of your master.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was another of your late master's servants. Your master permitted you to knock up her mother.">>
+			<<set $activeSlave.origin = "$He was another of your late master's servants. Your master permitted you to knock up her mother.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<<elseif $PC.vagina == 1>>
-			<<set $activeSlave.origin = "She was another of your late master's servants. She helped you give birth to his child.">>
+			<<set $activeSlave.origin = "$He was another of your late master's servants. $He helped you give birth to his child.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<<else>>
-			<<set $activeSlave.origin = "She was another of your late master's servants.">>
+			<<set $activeSlave.origin = "$He was another of your late master's servants.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<</if>>
 		<<if $activeSlave.preg > 0>>
@@ -295,13 +295,13 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "medicine">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was conceived after a successful experiment in hermaphrodite self-reproduction.">>
+			<<set $activeSlave.origin = "$He was conceived after a successful experiment in hermaphrodite self-reproduction.">>
 			<<set $activeSlave.custom.tattoo = "$He has your personal symbol tattooed on the back of $his neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was conceived after a botched birth control experiment early in your career.">>
+			<<set $activeSlave.origin = "$He was conceived after a botched birth control experiment early in your career.">>
 			<<set $activeSlave.custom.tattoo = "$He has your personal symbol tattooed on the back of $his neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She is the product of an affair with a cute nurse who assisted you in more ways than one.">>
+			<<set $activeSlave.origin = "$He is the product of an affair with a cute nurse who assisted you in more ways than one.">>
 			<<set $activeSlave.custom.tattoo = "$He has your personal symbol tattooed on the back of $his neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<<else>>
 			<<set $activeSlave.origin = "You kept her after her owner failed to pay your bill for performing surgery on her.">>
@@ -309,17 +309,17 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "celebrity">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was conceived after a night of partying and a drunken bet. She nearly killed your career.">>
+			<<set $activeSlave.origin = "$He was conceived after a night of partying and a drunken bet. $He nearly killed your career.">>
 			<<set $activeSlave.custom.tattoo = "$He has your signature, surrounded by hearts, tattooed on the back of $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was conceived after a night of partying and a torn condom. She nearly killed your career.">>
+			<<set $activeSlave.origin = "$He was conceived after a night of partying and a torn condom. $He nearly killed your career.">>
 			<<set $activeSlave.custom.tattoo = "$He has your signature, surrounded by hearts, tattooed on the back of $his neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was conceived after a night of partying and a torn condom.">>
+			<<set $activeSlave.origin = "$He was conceived after a night of partying and a torn condom.">>
 			<<set $activeSlave.custom.tattoo = "$He has your signature, surrounded by hearts, tattooed on the back of $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "She was one of your groupies during your celebrity career.">>
-			<<set $activeSlave.custom.tattoo = "$He has your signature, surrounded by hearts, tattooed on the back of $his neck. She got the tattoo when she was still free.">>
+			<<set $activeSlave.origin = "$He was one of your groupies during your celebrity career.">>
+			<<set $activeSlave.custom.tattoo = "$He has your signature, surrounded by hearts, tattooed on the back of $his neck. $He got the tattoo when she was still free.">>
 		<</if>>
 	<<elseif $PC.career == "wealth">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
@@ -337,16 +337,16 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "BlackHat">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
+			<<set $activeSlave.origin = "$He was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted her in your womb.">>
+			<<set $activeSlave.origin = "$He was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted her in your womb.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was born out of a trade for secure data access. Nine months later, your daughter was born.">>
+			<<set $activeSlave.origin = "$He was born out of a trade for secure data access. Nine months later, your daughter was born.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "She was a case officer you captured after going dark.">>
+			<<set $activeSlave.origin = "$He was a case officer you captured after going dark.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<</if>>
 	<<else>>
diff --git a/src/pregmod/eliteSlave.tw b/src/pregmod/eliteSlave.tw
index 85428f3fc3f6c2fdb481197d4692bff1fe707d91..bc1e0deaf707f6ba81b58b6acfbd52d0127ea1b4 100644
--- a/src/pregmod/eliteSlave.tw
+++ b/src/pregmod/eliteSlave.tw
@@ -27,7 +27,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She was purchased from a member of the Elite.">>
+<<set $activeSlave.origin = "$He was purchased from a member of the Elite.">>
 <<set $activeSlave.career = "a slave">>
 <<set $activeSlave.prestige = 1>>
 <<set $activeSlave.trust = random(60,100)>>
diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw
index 059e99f3b75f2564b1128e266ae9e88aa42cc115..533b88fd02311147f61f251d2ffcb9615917012d 100644
--- a/src/pregmod/saPorn.tw
+++ b/src/pregmod/saPorn.tw
@@ -1140,7 +1140,7 @@
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her most perverted tendencies.">>
 				$his most perverted tendencies,
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote herself to her partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote $himself to her partners' pleasure.">>
 				watching $him devote $himself to $his partners' pleasure,
 			<<case "unspeakable">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
@@ -1188,7 +1188,7 @@
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				the sight of $his rear,
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating herself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$him humiliating $himself,
 			<<case "breast">>
@@ -1392,7 +1392,7 @@
 		<<case "orgasm denial">>
 			<<if $slaves[$i].porn.fame.neglectful >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "She is well known from her career in slave pornography. Her many fans relish the sight of her denying herself pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She is well known from her career in slave pornography. Her many fans relish the sight of her denying $himself pleasure.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $him denying $himself pleasure, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.neglectful*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1612,7 +1612,7 @@
 			<<case "really perverted">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her most perverted tendencies.">>
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote herself to her partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote $himself to her partners' pleasure.">>
 			<<case "unspeakable">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
 			<<case "huge insertion">>
@@ -1645,7 +1645,7 @@
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating herself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "breast">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
@@ -1859,7 +1859,7 @@
 			<<if $slaves[$i].porn.fame.neglectful >= 150000 && $pornStarNeglectfulID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.neglectful = 250000, $pornStarNeglectfulID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.neglectful>>
-				<<set $slaves[$i].pornPrestigeDesc = "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her denying herself pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her denying $himself pleasure.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $him denying $himself pleasure, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her pleasing a line of partners without cumming once">>
 				<<set $trinkets.push(_desc)>>
@@ -2101,7 +2101,7 @@
 			<<case "really perverted">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her most perverted tendencies.">>
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote herself to her partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote $himself to her partners' pleasure.">>
 			<<case "unspeakable">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
 			<<case "huge insertion">>
@@ -2131,7 +2131,7 @@
 			<<case "buttslut">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating herself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
 			<<case "breast">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
 			<<case "dominant">>
@@ -2599,7 +2599,7 @@
 			<<case "really perverted">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her most perverted tendencies.">>
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote herself to her partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her devote $himself to her partners' pleasure.">>
 			<<case "unspeakable">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
 			<<case "huge insertion">>
@@ -2629,7 +2629,7 @@
 			<<case "buttslut">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating herself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
 			<<case "breast">>
 				<<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
 			<<case "dominant">>
diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw
index 61985c92464b4088178e769cd254781018d5ce99..62393be83d7d3df81cc74293cb176cc805b51a37 100644
--- a/src/uncategorized/REroyalblood.tw
+++ b/src/uncategorized/REroyalblood.tw
@@ -9,7 +9,7 @@
 <<set $activeSlave = GenerateNewSlave("XX")>>
 <<set $activeSlave.career = "a princess">>
 <<set $activeSlave.prestige = 2>>
-<<set $activeSlave.prestigeDesc = "She was the princess of an ancient kingdom.">>
+<<set $activeSlave.prestigeDesc = "$He was the princess of an ancient kingdom.">>
 <<set $activeSlave.devotion = random(-80,-60)>>
 <<set $activeSlave.trust = random(-50,-60)>>
 <<set $activeSlave.face = random(25,100)>>
@@ -52,7 +52,7 @@
 <<set $activeSlave.birthSurname = _princess.birthSurname, $activeSlave.slaveSurname = _princess.birthSurname>>
 <<set $activeSlave.career = "a prince">>
 <<set $activeSlave.prestige = 2>>
-<<set $activeSlave.prestigeDesc = "She was the crown prince of an ancient kingdom.">>
+<<set $activeSlave.prestigeDesc = "$He was the crown prince of an ancient kingdom.">>
 <<set $activeSlave.devotion = random(-80,-60)>>
 <<set $activeSlave.trust = random(-50,-60)>>
 <<set $activeSlave.boobs = 150>>
@@ -105,7 +105,7 @@
 <<set $activeSlave.birthSurname = _princess.birthSurname, $activeSlave.slaveSurname = _princess.birthSurname>>
 <<set $activeSlave.career = "a Queen">>
 <<set $activeSlave.prestige = 2>>
-<<set $activeSlave.prestigeDesc = "She was the Queen of an ancient kingdom.">>
+<<set $activeSlave.prestigeDesc = "$He was the Queen of an ancient kingdom.">>
 <<set $activeSlave.face = random(25,100)>>
 <<set $activeSlave.faceImplant = 0>>
 <<set $activeSlave.devotion = random(10,20)>>
@@ -182,7 +182,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<br><br>
 		Eventually $he arrives in your penthouse, the perfect image of a demure yet composed princess. $His clearly practiced façade of poise and grace fades under scrutiny, however. The slightest trembling of $his balled up fists, the minute tremors that mar $his immaculate posture, $his inability to meet your eyes with $his own — all signs that $he is still a scared $girl despite all $his royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to $him in $his new life in the penthouse, it does stand in stark contrast to $his more common slave peers.
 		<br><br>
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
 		<<set $activeSlave = _princess>>
 		<<run cashX(-50000, "slaveTransfer", $activeSlave)>>
 		<<include "New Slave Intro">>
@@ -202,7 +202,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		Eventually $he arrives in your penthouse, the perfect image of a demure yet composed princess. $His clearly practiced façade of poise and grace fades under scrutiny, however. The slightest trembling of $his balled up fists, the minute tremors that mar $his immaculate posture, $his inability to meet your eyes with $his own — all signs that $he is still a scared $girl despite all $his royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to $him in $his new life in the penthouse, it does stand in stark contrast to $his more common slave peers.
 		<br><br>
 		<<set $arcologies[0].prosperity -= 15>>
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set $activeSlave = _princess>>
 		<<include "New Slave Intro">>
 		<<set $activeSlave.recruiter = 0>> /* override New Slave Intro */
@@ -217,7 +217,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<br><br>
 		When _he2 arrives in your penthouse, the former prince is beside _himself2 with rage. When _he2 is brought to be modified in the remote surgery, _he2 breaks free and attempts to fight _his2 way out of your penthouse. _His2 attempt at freedom is futile, however, and _he2 is soon overwhelmed by your guards and dragged back to the remote surgery. It doesn't take long for the valiant prince to become a new dickgirl, though _his2 submission to life as a slave is another question entirely.
 		<br><br>
-		<<set _prince.origin = "She was the crown prince of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
+		<<set _prince.origin = "$He was the crown prince of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
 		<<set $activeSlave = _prince>>
 		<<run cashX(-35000, "slaveTransfer", $activeSlave)>>
 		<<include "New Slave Intro">>
@@ -237,7 +237,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<br><br>
 		<<set $arcologies[0].prosperity -= 15>>
 		<<run repX(-18000, "event", $activeSlave)>>
-		<<set _prince.origin = "She was the crown prince of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _prince.origin = "$He was the crown prince of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set $activeSlave = _prince>>
 		<<include "New Slave Intro">>
 		<<set $activeSlave.recruiter = 0>> /* override New Slave Intro */
@@ -254,7 +254,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<run cashX(-100000, "slaveTransfer", _princess)>>
 		<<run repX(-10000, "event", _princess)>>
 		/* princess */
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
 		<<set _princess.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _princess.mother = $missingParentID>>
@@ -267,7 +267,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<</if>>
 		<<run newSlave(_princess)>> /* skip New Slave Intro */
 		/* prince */
-		<<set _prince.origin = "She was the crown prince of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
+		<<set _prince.origin = "$He was the crown prince of a royal kingdom, till her family was overthrown and she was sold to you in exchange for aid.">>
 		<<set _prince.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _prince.mother = _princess.mother>>
@@ -292,7 +292,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<br><br>
 		<<set $arcologies[0].prosperity -= 15>>
 		/* princess */
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set _princess.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _princess.mother = $missingParentID>>
@@ -306,7 +306,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<run newSlave(_princess)>> /* skip New Slave Intro */
 		<<run repX(-10000, "event", _princess)>>
 		/* prince */
-		<<set _prince.origin = "She was the crown prince of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _prince.origin = "$He was the crown prince of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set _prince.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _prince.mother = _princess.mother>>
@@ -333,11 +333,11 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<set $oneTimeDisableDisability = 1>>
 			<<set $fixedNationality = _princess.nationality>>
 			<<set $activeSlave = GenerateNewSlave("XX")>>
-			<<set _origin = "She was a member of the court in an ancient kingdom, till it was overthrown and she was sold to you in exchange for credits.">>
+			<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and she was sold to you in exchange for credits.">>
 			<<set $activeSlave.origin = _origin>>
 			<<set $activeSlave.career = "a lady courtier">>
 			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She was once a lady of the court of an ancient kingdom.">>
+			<<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">>
 			<<set $activeSlave.face = random(25,76)>>
 			<<set $activeSlave.devotion = random(10,20)>>
 			<<set $activeSlave.trust = random(-20,-30)>>
@@ -385,11 +385,11 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<set $oneTimeDisableDisability = 1>>
 			<<set $fixedNationality = _princess.nationality>>
 			<<set $activeSlave = GenerateNewSlave("XX")>>
-			<<set _origin = "She was a member of the court in an ancient kingdom, till it was overthrown and she was acquired by "+$SF.Lower+".">>
+			<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and she was acquired by "+$SF.Lower+".">>
 			<<set $activeSlave.origin = _origin>>
 			<<set $activeSlave.career = "a lady courtier">>
 			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She was once a lady of the court of an ancient kingdom.">>
+			<<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">>
 			<<set $activeSlave.face = random(25,76)>>
 			<<set $activeSlave.devotion = random(10,20)>>
 			<<set $activeSlave.trust = random(-20,-30)>>
@@ -440,7 +440,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<set _queen.visualAge = _queen.actualAge>>
 		<<set _queen.physicalAge = _queen.actualAge>>
 		<<set _queen.ovaryAge = _queen.actualAge>>
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was sold to you in exchange for credits.">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was sold to you in exchange for credits.">>
 		<<set $activeSlave = _queen>>
 		<<include "New Slave Intro">>
 		<<set $activeSlave.recruiter = 0>> /* override New Slave Intro */
@@ -468,7 +468,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<set _queen.visualAge = _queen.actualAge>>
 		<<set _queen.physicalAge = _queen.actualAge>>
 		<<set _queen.ovaryAge = _queen.actualAge>>
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set $activeSlave = _queen>>
 		<<include "New Slave Intro">>
 		<<set $activeSlave.recruiter = 0>> /* override New Slave Intro */
@@ -485,7 +485,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<br><br>
 		Eventually they both arrive in your penthouse. The princess is flushed with embarrassment in $his compromising position, struggling to maintain a façade of poise and grace. The slightest trembling of $his balled up fists, the minute tremors that mar $his immaculate posture, $his inability to meet your eyes with $his own — all signs that $he is still a scared $girl despite all $his royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to $him in $his new life in the penthouse, it does stand in stark contrast to $his more common slave peers. The Queen, on the other hand, seems almost relieved and basks in the opulence of _his3 new surroundings. Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury. _He3 submits to biometric scanning obediently and without fuss<<if $seePreg != 0>>, during which you discover to _his3 surprise that _he3 is pregnant. Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless<</if>>.
 		/* princess */
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was sold for credits.">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was sold for credits.">>
 		<<set _princess.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _princess.mother = _queen.ID>>
@@ -497,7 +497,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<</if>>
 		<<run newSlave(_princess)>> /* skip New Slave Intro */
 		/*Queen*/
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
 		<<set _queen.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _queen.mother = 0>>
@@ -521,7 +521,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		Eventually they both arrive in your penthouse. The princess is flushed with embarrassment in $his compromising position, struggling to maintain a façade of poise and grace. The slightest trembling of $his balled up fists, the minute tremors that mar $his immaculate posture, $his inability to meet your eyes with $his own — all signs that $he is still a scared $girl despite all $his royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to $him in $his new life in the penthouse, it does stand in stark contrast to $his more common slave peers. The Queen, on the other hand, seems almost relieved and basks in the opulence of _his3 new surroundings. Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury. _He3 submits to biometric scanning obediently and without fuss<<if $seePreg != 0>>, during which you discover to _his3 surprise that _he3 is pregnant. Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless<</if>>.
 		<<set $arcologies[0].prosperity -= 13>>
 		/* princess */
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was sold for credits.">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was sold for credits.">>
 		<<set _princess.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _princess.mother = _queen.ID>>
@@ -534,7 +534,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<run newSlave(_princess)>> /* skip New Slave Intro */
 		<<run repX(-10000, "event", _princess)>>
 		/*Queen*/
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
 		<<set _queen.recruiter = 0>>
 		<<if $familyTesting == 1>>
 			<<set _queen.mother = 0>>
@@ -562,11 +562,11 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<set $oneTimeDisableDisability = 1>>
 			<<set $fixedNationality = _princess.nationality>>
 			<<set $activeSlave = GenerateNewSlave("XX")>>
-			<<set _origin = "She was a member of the court in an ancient kingdom, till it was overthrown and she was sold for credits.">>
+			<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and she was sold for credits.">>
 			<<set $activeSlave.origin = _origin>>
 			<<set $activeSlave.career = "a lady courtier">>
 			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She was once a lady of the court of an ancient kingdom.">>
+			<<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">>
 			<<set $activeSlave.face = random(25,76)>>
 			<<set $activeSlave.devotion = random(10,20)>>
 			<<set $activeSlave.trust = random(-20,-30)>>
@@ -595,7 +595,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<run cashX(-100000, "slaveTransfer", $activeSlave)>>
 		<</for>>
 		/*Queen*/
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
 		<<set _queen.recruiter = 0>>
 		<<set _queen.mother = $missingParentID>>
 		<<set $missingParentID-->>
@@ -622,11 +622,11 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<set $oneTimeDisableDisability = 1>>
 			<<set $fixedNationality = _princess.nationality>>
 			<<set $activeSlave = GenerateNewSlave("XX")>>
-			<<set _origin = "She was a member of the court in an ancient kingdom, till it was overthrown and she was acquired by "+$SF.Lower+".">>
+			<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and she was acquired by "+$SF.Lower+".">>
 			<<set $activeSlave.origin = _origin>>
 			<<set $activeSlave.career = "a lady courtier">>
 			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She was once a lady of the court of an ancient kingdom.">>
+			<<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">>
 			<<set $activeSlave.face = random(25,76)>>
 			<<set $activeSlave.devotion = random(10,20)>>
 			<<set $activeSlave.trust = random(-20,-30)>>
@@ -655,7 +655,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<run repX(-3000, "event", $activeSlave)>>
 		<</for>>
 		/*Queen*/
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set _queen.recruiter = 0>>
 		<<set _queen.mother = $missingParentID>>
 		<<set $missingParentID-->>
@@ -680,11 +680,11 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<set $oneTimeDisableDisability = 1>>
 			<<set $fixedNationality = _princess.nationality>>
 			<<set $activeSlave = GenerateNewSlave("XX")>>
-			<<set _origin = "She was a member of the court in an ancient kingdom, till it was overthrown and she was sold for credits.">>
+			<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and she was sold for credits.">>
 			<<set $activeSlave.origin = _origin>>
 			<<set $activeSlave.career = "a lady courtier">>
 			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She was once a lady of the court of an ancient kingdom.">>
+			<<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">>
 			<<set $activeSlave.face = random(25,76)>>
 			<<set $activeSlave.devotion = random(10,20)>>
 			<<set $activeSlave.trust = random(-20,-30)>>
@@ -713,7 +713,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<run cashX(-250000, "slaveTransfer", $activeSlave)>>
 		<</for>>
 		/* princess */
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was sold for credits.">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was sold for credits.">>
 		<<set _princess.recruiter = 0>>
 		<<set _princess.mother = _queen.ID>>
 		<<set _princess.father = $missingParentID>>
@@ -721,14 +721,14 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<run newSlave(_princess)>> /* skip New Slave Intro */
 		<<run cashX(-1500000, "slaveTransfer", $activeSlave)>>
 		/* prince */
-		<<set _prince.origin = "She was the crown prince of a royal kingdom, till her family was overthrown and she was sold for credits.">>
+		<<set _prince.origin = "$He was the crown prince of a royal kingdom, till her family was overthrown and she was sold for credits.">>
 		<<set _prince.recruiter = 0>>
 		<<set _prince.mother = _princess.mother>>
 		<<set _prince.father = _princess.father>>
 		<<run newSlave(_prince)>> /* skip New Slave Intro */
 		<<run cashX(-150000, "slaveTransfer", $activeSlave)>>
 		/*Queen*/
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was sold for credits.">>
 		<<set _queen.recruiter = 0>>
 		<<set _queen.mother = $missingParentID>>
 		<<set $missingParentID-->>
@@ -759,11 +759,11 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<set $fixedNationality = _princess.nationality>>
 			<<set $oneTimeDisableDisability = 1>>
 			<<set $activeSlave = GenerateNewSlave("XX")>>
-			<<set _origin = "She was a member of the court in an ancient kingdom, till it was overthrown and she was acquired by "+$SF.Lower+".">>
+			<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and she was acquired by "+$SF.Lower+".">>
 			<<set $activeSlave.origin = _origin>>
 			<<set $activeSlave.career = "a lady courtier">>
 			<<set $activeSlave.prestige = 1>>
-			<<set $activeSlave.prestigeDesc = "She was once a lady of the court of an ancient kingdom.">>
+			<<set $activeSlave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.">>
 			<<set $activeSlave.face = random(25,76)>>
 			<<set $activeSlave.devotion = random(10,20)>>
 			<<set $activeSlave.trust = random(-20,-30)>>
@@ -792,7 +792,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 			<<run repX((1*_repShares), "event", $activeSlave)>>
 		<</for>>
 		/* princess */
-		<<set _princess.origin = "She was a princess of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _princess.origin = "$He was a princess of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set _princess.recruiter = 0>>
 		<<set _princess.mother = _queen.ID>>
 		<<set _princess.father = $missingParentID>>
@@ -800,14 +800,14 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 		<<run newSlave(_princess)>> /* skip New Slave Intro */
 		<<run repX((5*_repShares), "event", $activeSlave)>>
 		/* prince */
-		<<set _prince.origin = "She was the crown prince of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _prince.origin = "$He was the crown prince of a royal kingdom, till her family was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set _prince.recruiter = 0>>
 		<<set _prince.mother = _princess.mother>>
 		<<set _prince.father = _princess.father>>
 		<<run newSlave(_prince)>> /* skip New Slave Intro */
 		<<run repX((3*_repShares), "event", $activeSlave)>>
 		/*Queen*/
-		<<set _queen.origin = "She was the Queen of a royal kingdom, till her husband was overthrown and she was acquired by "+$SF.Lower+".">>
+		<<set _queen.origin = "$He was the Queen of a royal kingdom, till her husband was overthrown and she was acquired by "+$SF.Lower+".">>
 		<<set _queen.recruiter = 0>>
 		<<set _queen.mother = $missingParentID>>
 		<<set $missingParentID-->>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index b6c5d2fcd87618a3d2d921accf668c57a049b096..d5245ba04ade8711d26216bda4f55e3e97c8b42a 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -68,7 +68,7 @@ As you step off the elevator, you hear several <<if $seeDicks != 100>>female <</
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
 <<if $PStrip == 1>>
-	<<set $activeSlave.origin = "She offered herself to you as a slave to escape the hard life of a free whore.">>
+	<<set $activeSlave.origin = "She offered $himself to you as a slave to escape the hard life of a free whore.">>
 	<<set $activeSlave.career = "a prostitute">>
 	<<set $activeSlave.devotion = 20>>
 	<<set $activeSlave.trust = 5>>
@@ -84,7 +84,7 @@ As you step off the elevator, you hear several <<if $seeDicks != 100>>female <</
 	<<set $activeSlave.addict = 2>>
 	<<set $slaveCost = slaveCost($activeSlave)>>
 <<elseif $PStrip == 2>>
-	<<set $activeSlave.origin = "She offered herself to you, impressed by your handling of her employment situation.">>
+	<<set $activeSlave.origin = "She offered $himself to you, impressed by your handling of her employment situation.">>
 	<<set $activeSlave.career = "a prostitute">>
 	<<set $activeSlave.devotion = 45>>
 	<<set $activeSlave.trust = 25>>
diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw
index 344f3bb43d58e90ac0f9b7d533526f1db507de47..181a1778758fda60d7c4e7f911a4680d4de548a1 100644
--- a/src/uncategorized/jeSlaveDispute.tw
+++ b/src/uncategorized/jeSlaveDispute.tw
@@ -10,7 +10,7 @@
 	<<set $one_time_age_overrides_pedo_mode = 1>>
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave("XX")>>
-	<<set $activeSlave.origin = "She sold herself into slavery to buy medical care for her daughter.">>
+	<<set $activeSlave.origin = "She sold $himself into slavery to buy medical care for her daughter.">>
 	<<set $activeSlave.devotion = random(25,30)>>
 	<<set $activeSlave.trust = $activeSlave.devotion-20>>
 	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 7de6b7082461006af8d2f818f819ea18d9d76660..7277c3b8f92f7ec768c28f46dd3df2a9f791040d 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -32,15 +32,15 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	waiting meekly for orders.
 <<elseif canSmell($activeSlave) && $activeSlave.career == "a breeding bull" && isPlayerFertile($PC)>>
 	sniffing the air and staring intently at your crotch.
-<<elseif $activeSlave.origin == "She submitted to enslavement to escape the hard life of an old world whore.">>
+<<elseif $activeSlave.origin == "$He submitted to enslavement to escape the hard life of an old world whore.">>
 	wondering what one of your working <<= $girl>>s can expect.
-<<elseif ($activeSlave.origin == "She submitted to enslavement to get access to modern prenatal care.") || ($activeSlave.origin == "She sold herself into slavery out of fear that life on the streets was endangering her pregnancy.")>>
+<<elseif ($activeSlave.origin == "$He submitted to enslavement to get access to modern prenatal care.") || ($activeSlave.origin == "$He sold $himself into slavery out of fear that life on the streets was endangering $his pregnancy.")>>
 	hoping you'll give $him modern medicine right away.
-<<elseif $activeSlave.origin == "She submitted to enslavement as her only way to obtain surgery to transform her into a woman.">>
+<<elseif $activeSlave.origin == "$He submitted to enslavement as $his only way to obtain surgery to transform $him into a woman.">>
 	hoping you'll schedule $his reassignment surgery immediately.
-<<elseif $activeSlave.origin == "She submitted to enslavement out of a misguided desire to join a sexually libertine society.">>
+<<elseif $activeSlave.origin == "$He submitted to enslavement out of a misguided desire to join a sexually libertine society.">>
 	hoping $he's made the right decision, and fantasizing a little, to go by $his half-hard dick.
-<<elseif $activeSlave.origin == "She submitted to enslavement for a better chance at survival than she had as a migrant.">>
+<<elseif $activeSlave.origin == "$He submitted to enslavement for a better chance at survival than $he had as a migrant.">>
 	wondering what life as a sex slave will be like.
 <<elseif $activeSlave.origin == "$He came to you to escape being sold to a cruel master after $his producer informed $him of $his debt.">>
 	wondering if $he will get to continue to perform for your people even as a slave.
@@ -576,7 +576,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 //Now might be a good time to introduce $him to life in your stable of sex slaves//
 
 <<switch $activeSlave.origin>>
-<<case "She submitted to enslavement to escape the hard life of an old world whore.">>
+<<case "$He submitted to enslavement to escape the hard life of an old world whore.">>
 	//and since $he wanted to leave the old world...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Brand $him to introduce $him to life as a slave whore">>
@@ -594,7 +594,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
  <br>
 
-<<case "She submitted to enslavement to get access to modern prenatal care.">>
+<<case "$He submitted to enslavement to get access to modern prenatal care.">>
 	//and since $he's worried about $his child...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Manipulate $his fear for $his pregnancy">>
@@ -608,7 +608,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
  <br>
 
-<<case "She offered herself as a slave to escape the horrors a blind girl faces on the streets.">>
+<<case "$He offered $himself as a slave to escape the horrors a blind $girl faces on the streets.">>
 	//and since $he loathes $his pregnancy...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Abort $his child">>
@@ -627,7 +627,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
  <br>
 
-<<case "She submitted to enslavement for a better chance at survival than she had as a migrant.">>
+<<case "$He submitted to enslavement for a better chance at survival than $he had as a migrant.">>
 	//and since $he's trying to do better than life as a migrant...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if canDoAnal($activeSlave)>>
@@ -654,7 +654,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She submitted to enslavement as her only way to obtain surgery to transform her into a woman.">>
+<<case "$He submitted to enslavement as $his only way to obtain surgery to transform $him into a woman.">>
 	//and since $he came here for surgery...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Give $him $his surgery">>
@@ -678,7 +678,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
  <br>
 
-<<case "She submitted to enslavement out of a misguided desire to join a sexually libertine society.">>
+<<case "$He submitted to enslavement out of a misguided desire to join a sexually libertine society.">>
 	//and since $he's looking for a sexually libertine society...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if canDoAnal($activeSlave)>>
@@ -705,7 +705,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She asked to be enslaved out of naïve infatuation with you.">>
+<<case "$He asked to be enslaved out of naïve infatuation with you.">>
 	//and since $he is already infatuated with you...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>>
@@ -739,7 +739,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She asked to be enslaved in the hope you'd treat a fellow woman well.">>
+<<case "$He asked to be enslaved in the hope you'd treat a fellow woman well.">>
 	//and since $he's hoping to protect someone...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Build a connection with $him">>
@@ -762,7 +762,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She asked to be enslaved since she felt you were her only hope of becoming a prettier woman.">>
+<<case "$He asked to be enslaved since $he felt you were $his only hope of becoming a prettier woman.">>
 	//and since $he desperately wants to be a prettier woman...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Start by fixing that voice of $hers">>
@@ -786,7 +786,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She was transformed and enslaved after she fell into debt to you.">>
+<<case "$He was transformed and enslaved after $he fell into debt to you.">>
 	//and since $he's so deeply in debt to you...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if canDoAnal($activeSlave)>>
@@ -802,7 +802,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She offered herself to you as a slave to escape a life of boredom.">>
+<<case "$He offered $himself to you as a slave to escape a life of boredom.">>
 	//and since $he was so bored...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if canDoAnal($activeSlave)>>
@@ -817,7 +817,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She sold herself into slavery out of fear that life on the streets was endangering her pregnancy.">>
+<<case "$He sold $himself into slavery out of fear that life on the streets was endangering $his pregnancy.">>
 	//and since $he is here to protect $his pregnancy...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if canDoAnal($activeSlave)>>
@@ -832,7 +832,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</if>>
  <br>
 
-<<case "She offered herself to you as a slave to escape the hard life of a free whore.">>
+<<case "$He offered $himself to you as a slave to escape the hard life of a free whore.">>
 	//and since $he is trying to escape the hard life of a free whore...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Clean up $his whorish appearance">>
@@ -859,7 +859,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<</link>>
  <br>
 
-<<case "She sold herself into slavery to escape life on the streets.">>
+<<case "$He sold $himself into slavery to escape life on the streets.">>
 	//and since $he is trying to escape life on the streets...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Show off $his tits">>
diff --git a/src/uncategorized/prestigiousSlave.tw b/src/uncategorized/prestigiousSlave.tw
index 92a69dea723bf0346222bac3edbc10490ca1a282..5aee3103a454b8d3a41db74e5648d88eeb1307a9 100644
--- a/src/uncategorized/prestigiousSlave.tw
+++ b/src/uncategorized/prestigiousSlave.tw
@@ -185,7 +185,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.behavioralFlaw = either("anorexic", "arrogant")>>
-	<<set $activeSlave.custom.desc = "$He moves with the practiced grace of someone who unconsciously still pictures herself on the runway.">>
+	<<set $activeSlave.custom.desc = "$He moves with the practiced grace of someone who unconsciously still pictures $himself on the runway.">>
 
 <<case "albino">>
 	<<set $activeSlaveOneTimeMaxAge = 18>>
@@ -297,7 +297,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.addict = 20>>
 	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
 	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "odd")>>
-	<<set $activeSlave.custom.desc = "She sometimes forgets herself and acts as though she were still a coming celebrity.">>
+	<<set $activeSlave.custom.desc = "She sometimes forgets $himself and acts as though she were still a coming celebrity.">>
 
 <<case "politician">>
 	<<set $activeSlaveOneTimeMinAge = 38>>
@@ -659,7 +659,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.underArmHStyle = "waxed">>
 	<<set $activeSlave.sexualFlaw = either("hates women")>>
 	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant")>>
-	<<set $activeSlave.custom.desc = "She moves with the practiced grace of someone who unconsciously still pictures herself on the runway.">>
+	<<set $activeSlave.custom.desc = "She moves with the practiced grace of someone who unconsciously still pictures $himself on the runway.">>
 
 <<case "d albino">>
 	<<set $activeSlaveOneTimeMaxAge = 18>>
@@ -769,7 +769,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 	<<set $activeSlave.addict = 20>>
 	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
 	<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "odd")>>
-	<<set $activeSlave.custom.desc = "She sometimes forgets herself and acts as though she were still a coming celebrity.">>
+	<<set $activeSlave.custom.desc = "She sometimes forgets $himself and acts as though she were still a coming celebrity.">>
 
 <<case "d politician">>
 	<<set $activeSlaveOneTimeMinAge = 38>>
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 233b1781a1270eb05021cbc7f6af01d774511f39..6a6a15b367d816ec165905e47795833be18a7d1d 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -31,7 +31,7 @@
 <</if>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself for voluntary enslavement, choosing you as her new owner because you treat lactating girls well.">>
+<<set $activeSlave.origin = "She offered $himself for voluntary enslavement, choosing you as her new owner because you treat lactating girls well.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(5,15)>>
@@ -55,7 +55,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself for voluntary enslavement, hoping to become a valuable source of milk for you.">>
+<<set $activeSlave.origin = "She offered $himself for voluntary enslavement, hoping to become a valuable source of milk for you.">>
 <<set $activeSlave.age = random(32,$retirementAge-2)>>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(-15,15)>>
@@ -138,7 +138,7 @@
 <<set $contractCost = 1000>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XY")>>
-<<set $activeSlave.origin = "She offered herself for voluntary enslavement to escape life in an area that disapproved of her sexual tendencies.">>
+<<set $activeSlave.origin = "She offered $himself for voluntary enslavement to escape life in an area that disapproved of her sexual tendencies.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(15,20)>>
 <<set $activeSlave.trust = random(0,10)>>
@@ -155,7 +155,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XY")>>
-<<set $activeSlave.origin = "She offered herself for voluntary enslavement after a lifetime as an outcast due to her sexual tendencies.">>
+<<set $activeSlave.origin = "She offered $himself for voluntary enslavement after a lifetime as an outcast due to her sexual tendencies.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(15,20)>>
 <<set $activeSlave.trust = random(0,10)>>
@@ -328,7 +328,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself for voluntary enslavement to get to an arcology in which implants are uncommon, since she has a fear of surgery.">>
+<<set $activeSlave.origin = "She offered $himself for voluntary enslavement to get to an arcology in which implants are uncommon, since she has a fear of surgery.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
@@ -343,7 +343,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself for voluntary enslavement after graduating from a slave school and passing her majority, because she heard you treat slaves without implants well.">>
+<<set $activeSlave.origin = "She offered $himself for voluntary enslavement after graduating from a slave school and passing her majority, because she heard you treat slaves without implants well.">>
 <<set $activeSlave.age = random(18,24)>>
 <<set $activeSlave.career = "a student">>
 <<set $activeSlave.health = random(-20,20)>>
@@ -404,7 +404,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>> /% A mature woman. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement after deciding you were her best hope of a good life as a slave.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement after deciding you were her best hope of a good life as a slave.">>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,45)>>
 <<set $activeSlave.trust = random(25,45)>>
@@ -521,7 +521,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement because she felt your arcology was the best place for a woman of her appearance.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement because she felt your arcology was the best place for a woman of her appearance.">>
 <<set $activeSlave.boobs = random(4,6)*50>>
 <<set $activeSlave.weight = -20>>
 <<set $activeSlave.height = random(160,200)>>
@@ -547,7 +547,7 @@
 <<set $activeSlaveOneTimeMaxAge = 24>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement to escape having plastic surgery foisted on her.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement to escape having plastic surgery foisted on her.">>
 <<set $activeSlave.boobs = random(4,6)*50>>
 <<set $activeSlave.weight = -20>>
 <<set $activeSlave.height = random(160,200)>>
@@ -570,7 +570,7 @@
 <<set $activeSlaveOneTimeMaxAge = 19>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement after following a dangerous, illegal growth hormone regimen.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement after following a dangerous, illegal growth hormone regimen.">>
 <<set $activeSlave.boobs += random(10,20)*200>>
 <<set $activeSlave.nipples = "inverted">>
 <<set $activeSlave.areolae = 3>>
@@ -595,7 +595,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you to escape enslavement in her homeland for being older and unmarried.">>
+<<set $activeSlave.origin = "She offered $himself to you to escape enslavement in her homeland for being older and unmarried.">>
 <<set $activeSlave.age = random(28,$retirementAge)>>
 <<set $activeSlave.boobs += random(6,15)*200>>
 <<set $activeSlave.nipples = "inverted">>
@@ -651,7 +651,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself for enslavement out of religious conviction.">>
+<<set $activeSlave.origin = "She offered $himself for enslavement out of religious conviction.">>
 <<set $activeSlave.health = random(10,30)>>
 <<set $activeSlave.devotion = -100>>
 <<set $activeSlave.trust = -100>>
@@ -697,7 +697,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She sold herself to you to escape those who condemned her lifestyle.">>
+<<set $activeSlave.origin = "She sold $himself to you to escape those who condemned her lifestyle.">>
 <<set $activeSlave.career = "a shut-in">>
 <<set $activeSlave.health = random(-40,20)>>
 <<set $activeSlave.devotion = random(35,45)>>
@@ -738,7 +738,7 @@
 <<set $activeSlaveOneTimeMaxAge = 24>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself for enslavement in hope of being less dull.">>
+<<set $activeSlave.origin = "She offered $himself for enslavement in hope of being less dull.">>
 <<set $activeSlave.health = random(0,10)>>
 <<set $activeSlave.devotion = random(0,15)>>
 <<set $activeSlave.trust = random(10,25)>>
@@ -769,7 +769,7 @@
 <</if>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She sold herself to you in the hopes that her body would help keep humanity alive.">>
+<<set $activeSlave.origin = "She sold $himself to you in the hopes that her body would help keep humanity alive.">>
 <<set $activeSlave.career = setup.youngCareers.random()>>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,35)>>
@@ -795,7 +795,7 @@
 <</if>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She sold herself to you in the hope of someday bearing children.">>
+<<set $activeSlave.origin = "She sold $himself to you in the hope of someday bearing children.">>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,35)>>
 <<set $activeSlave.trust = random(20,25)>>
@@ -838,7 +838,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She considered herself ugly and wished to stay out of your gene pool.">>
+<<set $activeSlave.origin = "She considered $himself ugly and wished to stay out of your gene pool.">>
 <<set $activeSlave.health = random(0,60)>>
 <<set $activeSlave.trust = random(25,45)>>
 <<set $activeSlave.devotion = random(25,45)>>
@@ -861,7 +861,7 @@
 <<set $activeSlaveOneTimeMaxAge = 28>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement because she was swept up in the romanticism of a revival of Rome.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement because she was swept up in the romanticism of a revival of Rome.">>
 <<set $activeSlave.devotion = random(-15,-5)>>
 <<set $activeSlave.trust = random(5,15)>>
 <<set $activeSlave.career = "a student">>
@@ -887,7 +887,7 @@
 <<set $activeSlaveOneTimeMaxAge = 28>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement because she needs to feel a higher call.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement because she needs to feel a higher call.">>
 <<set $activeSlave.devotion = random(25,50)>>
 <<set $activeSlave.trust = random(25,50)>>
 <<set $activeSlave.career = "a merchant">>
@@ -921,7 +921,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement because she had a disgustingly naïve view of medieval Japanese culture.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement because she had a disgustingly naïve view of medieval Japanese culture.">>
 <<set $activeSlave.devotion = random(-15,-5)>>
 <<set $activeSlave.trust = random(5,15)>>
 <<set $activeSlave.career = "a student">>
@@ -951,7 +951,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>> /% Arabian revivalist recruit is described as being in her 30s. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement because she thought your harem her best hope for good treatment.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement because she thought your harem her best hope for good treatment.">>
 <<set $activeSlave.devotion = random(30,35)>>
 <<set $activeSlave.trust = random(30,35)>>
 <<set $activeSlave.career = "a professor">>
@@ -976,7 +976,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>> /% Chinese revivalist recruit is described as a middle aged woman. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She offered herself to you for enslavement because she thought she would have prospects of advancement among your slaves.">>
+<<set $activeSlave.origin = "She offered $himself to you for enslavement because she thought she would have prospects of advancement among your slaves.">>
 <<set $activeSlave.devotion = random(30,35)>>
 <<set $activeSlave.trust = random(30,35)>>
 <<set $activeSlave.career = "a businesswoman">>
diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw
index 4e82f49c7a1b1aa1f7d5001630c0ada16ecc00b3..12d6e806325b69b56ec2dc1551998b44334f0582 100644
--- a/src/uncategorized/reLegendaryWhore.tw
+++ b/src/uncategorized/reLegendaryWhore.tw
@@ -47,7 +47,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<<run cashX(-5000, "event", $activeSlave)>>
 		<<run repX(500, "event", $activeSlave)>>
 		<<set $activeSlave.prestige = 1>>
-		<<set $activeSlave.prestigeDesc = "She is a famed Free Cities whore, and commands top prices.">>
+		<<set $activeSlave.prestigeDesc = "$He is a famed Free Cities whore, and commands top prices.">>
 		<<set $desc = "a framed pornographic advertisement for " + $activeSlave.slaveName + " from the week she became a famous whore">>
 		<<set $trinkets.push($desc)>>
 		<</replace>>
@@ -67,7 +67,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<<run cashX(-10000, "event", $activeSlave)>>
 		<<run repX(1000, "event", $activeSlave)>>
 		<<set $activeSlave.prestige = 1>>
-		<<set $activeSlave.prestigeDesc = "She is a famed Free Cities whore, and commands top prices.">>
+		<<set $activeSlave.prestigeDesc = "$He is a famed Free Cities whore, and commands top prices.">>
 		<<set $desc = "a framed pornographic advertisement for " + $activeSlave.slaveName + " from the week she became a famous whore">>
 		<<set $trinkets.push($desc)>>
 		<</replace>>
diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw
index 82241d11b899cbde9e16d93c983124620f12ee80..95e804e539f16b0d86897e0a7b08079220532f6d 100644
--- a/src/uncategorized/reMalefactor.tw
+++ b/src/uncategorized/reMalefactor.tw
@@ -572,7 +572,7 @@ $He is easily taken into custody and $his contraband confiscated once the jeerin
 			<br><<link "'Adopt' $him">>
 				<<set $activeSlave.devotion = 25>>
 				<<set $activeSlave.trust = 25>>
-				<<set $activeSlave.origin = "She was an orphan forced to live and steal on the streets until you adopted her.">>
+				<<set $activeSlave.origin = "$He was an orphan forced to live and steal on the streets until you adopted $him.">>
 				<<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>>
 				<<replace "#result">>
 					You sit down and talk to the exhausted $girl, handing $him a contract cleverly altered to resemble adoption papers. Once $he comprehends what $he is looking at, $he eagerly signs it. Only once $he has reached the penthouse and been introduced to the slave life does $he realize $he willingly signed away $his freedom. Though $he can't complain. A warm cot and plenty of food await, which to $him is a huge improvement over a slow death on the streets. The public
diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index 8980e16c418d8ba932a87557027881ad92e2359a..ff728516a0364cd508ef3a1f7c3e9a724df9f412 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -36,7 +36,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself to you as a slave to escape a life of boredom.">>
+<<set $activeSlave.origin = "$He offered $himself to you as a slave to escape a life of boredom.">>
 <<set $activeSlave.career = "a party girl">>
 <<set $activeSlave.devotion = random(25,45)>>
 <<set $activeSlave.trust = random(25,45)>>
@@ -51,7 +51,7 @@
 <<set $activeSlave.eyebrowPiercing = 1>>
 <<set $activeSlave.navelPiercing = 1>>
 <<set $activeSlave.behavioralFlaw = "arrogant">>
-<<set $activeSlave.hStyle = "fashionable for a Free Cities girl, long, with the left half shaved">>
+<<set $activeSlave.hStyle = "fashionable for a Free Cities $girl, long, with the left half shaved">>
 <<set $activeSlave.pubicHStyle = "waxed">>
 <<set $activeSlave.underArmHStyle = "waxed">>
 
@@ -71,7 +71,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XY")>>
-<<set $activeSlave.origin = "She offered herself to you as a slave to escape a life of boredom.">>
+<<set $activeSlave.origin = "$He offered $himself to you as a slave to escape a life of boredom.">>
 <<set $activeSlave.career = "a party girl">>
 <<set $activeSlave.devotion = random(25,45)>>
 <<set $activeSlave.trust = random(25,45)>>
@@ -101,7 +101,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself to you as a slave to escape the hard life of a free whore.">>
+<<set $activeSlave.origin = "$He offered $himself to you as a slave to escape the hard life of a free whore.">>
 <<set $activeSlave.career = "a prostitute">>
 <<set $activeSlave.devotion = random(25,45)>>
 <<set $activeSlave.trust = random(25,45)>>
@@ -141,7 +141,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She was enslaved after she fell into debt to you.">>
+<<set $activeSlave.origin = "$He was enslaved after $he fell into debt to you.">>
 <<set $activeSlave.devotion = random(-45,-25)>>
 <<set $activeSlave.trust = random(-15,0)>>
 
@@ -156,7 +156,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XY")>>
-<<set $activeSlave.origin = "You turned her into a slave girl after she fell into debt to you.">>
+<<set $activeSlave.origin = "You turned $him into a slave $girl after $he fell into debt to you.">>
 <<set $activeSlave.devotion = random(-45,-25)>>
 <<set $activeSlave.trust = random(-15,0)>>
 <<set $activeSlave.anus = 0>>
@@ -185,7 +185,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She sold herself into slavery out of fear that life on the streets was endangering her pregnancy.">>
+<<set $activeSlave.origin = "$He sold $himself into slavery out of fear that life on the streets was endangering $his pregnancy.">>
 <<set $activeSlave.devotion = random(0,15)>>
 <<set $activeSlave.trust = random(0,15)>>
 <<set $activeSlave.boobs += 100>>
@@ -221,7 +221,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She offered herself as a slave to escape the horrors a blind girl faces on the streets.">>
+<<set $activeSlave.origin = "$He offered $himself as a slave to escape the horrors a blind $girl faces on the streets.">>
 <<set $activeSlave.devotion = random(20,30)>>
 <<set $activeSlave.trust = random(0,15)>>
 <<set $activeSlave.boobs = 300>>
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index 7fdafd9edbf825aa1385c9054c557253ef41355c..2305c166d453ecb72ed21798861e17fb0f0e004b 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -14,7 +14,7 @@
 <</if>>
 <<set $contractCost = 10000>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "She was once an inspector for the Shelter, but you put a stop to that.">>
+<<set $activeSlave.origin = "$He was once an inspector for the Shelter, but you put a stop to that.">>
 <<set $activeSlave.career = "a charity worker">>
 <<set $activeSlave.devotion = random(-90,-75)>>
 <<set $activeSlave.trust = random(75,90)>>
@@ -200,9 +200,9 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 		You may have lopped off the poor $girl's arms and legs, a fact not lost on the inspector. _He2 can barely conceal _his2 terror as _he2 makes lengthy notes on _his2 tablet before practically running out of the penthouse.
 		<<set $shelterAbuse += 10>>
 	<<elseif _Inspectee.fetish == "mindbroken">>
-		<<if _Inspectee.origin == "You got her at the Slave Shelter. She has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
+		<<if _Inspectee.origin == "You got her at the Slave Shelter. $He has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
 			Of course, the poor $girl is just as mindbroken as ever. The inspector asks some cursory questions and gives up. "Don't worry," _he2 says. "I know $he was like this when you got $him. Just — just keep trying, would you?" _He2 leaves, looking bitter.
-		<<elseif _Inspectee.origin == "You got her at the Slave Shelter. She was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
+		<<elseif _Inspectee.origin == "You got her at the Slave Shelter. $He was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
 			Of course, the poor $girl is just as mindbroken as ever. The inspector asks some cursory questions and gives up. "Don't worry," _he2 says. "I know $he was like this when you got $him. Just — just keep trying, would you?"
 			<<if _Inspectee.pussy > 3 && _Inspectee.bellySag > 1>>
 				_He2 gropes the slave's sagging middle before inspecting $his ruined pussy. "Still ruined I see."
@@ -224,7 +224,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 
 	<<if _inspectionContinues == 1>>
 		<<switch _Inspectee.origin>>
-		<<case "You got her at the Slave Shelter. She has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
+		<<case "You got her at the Slave Shelter. $He has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
 			The inspector asks some cursory questions and is shocked when $he responds. "$He came back?" _he2 mutters, "You restored $his mind, I can't believe it. This is incredible." _He2 carries on while writing notes on _his2 tablet, "You're more than welcome to adopt slaves from our shelter." You swear _he2 seems in much better spirits as _he2 leaves your penthouse.
 			<<set _inspectionContinues = 0>>
 			<<set $shelterAbuse -= 5>>
@@ -248,7 +248,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 				<<set _inspectionContinues = 0>>
 				<<set $shelterAbuse-->>
 			<</if>>
-		<<case "You got her at the Slave Shelter. She was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
+		<<case "You got her at the Slave Shelter. $He was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
 			The inspector asks some cursory questions and is shocked when $he responds. "$He came back?" _he2 mutters, "You restored $his mind, I can't believe it. This is incredible." _He2 carries on while writing notes on _his2 tablet, "You're more than welcome to adopt slaves from our shelter." You swear _he2 seems in much better spirits as _he2 leaves your penthouse, even though _he2 forgot to check $his pussy.
 			<<set _inspectionContinues = 0>>
 			<<set $shelterAbuse -= 5>>
@@ -287,7 +287,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 				<<set $shelterAbuse -= 3>>
 			<</if>>
 
-		<<case "You got her at the Slave Shelter. She is an enslaved Daughter of Liberty, caught some weeks after the failed coup. Her previous owner used her as a punching bag and dart board, then when he was bored of her tattooed obscenities all over her body and threw her away.">>
+		<<case "You got her at the Slave Shelter. $He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. Her previous owner used her as a punching bag and dart board, then when he was bored of her tattooed obscenities all over her body and threw her away.">>
 			<<if _Inspectee.slaveName != $genePool[_Arrival].slaveName>>
 				The inspector notices _Inspectee.birthName new name. The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet.
 				<<set $shelterAbuse-->>
@@ -321,13 +321,13 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 				<<set $shelterAbuse-->>
 			<</if>>
 
-		<<case "You got her at the Slave Shelter. She was worn out by twenty years of brothel service.">>
+		<<case "You got her at the Slave Shelter. $He was worn out by twenty years of brothel service.">>
 			<<if _Inspectee.vagina < $genePool[_Arrival].vagina && _Inspectee.anus < $genePool[_Arrival].anus>>
 				The inspector notices that _Inspectee.birthName's holes are tighter. The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet.
 				<<set $shelterAbuse-->>
 			<</if>>
 
-		<<case "You got her at the Slave Shelter. She was discarded after suffering a terrible reaction to growth hormone treatment.">>
+		<<case "You got her at the Slave Shelter. $He was discarded after suffering a terrible reaction to growth hormone treatment.">>
 			<<if _Inspectee.chem < $genePool[_Arrival].chem>>
 				Upon scanning _Inspectee.birthName, the inspector finds that $his chem damage has been reduced. The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet.
 				<<set $shelterAbuse-->>
@@ -360,14 +360,14 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 	<</if>>
 	*/
 
-	<<if _Inspectee.origin == "You got her at the Slave Shelter. She has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
+	<<if _Inspectee.origin == "You got her at the Slave Shelter. $He has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
 		<<if _Inspectee.fetish == "mindbroken">>
 			Of course, the poor $girl is just as mindbroken as ever. The inspector asks some cursory questions and gives up. "Don't worry," _he2 says. "I know $he was like this when you got $him. Just — just keep trying, would you?" _He2 leaves, looking bitter.
 		<<else>>
 			The inspector asks some cursory questions and is shocked when $he responds. "$He came back?" _he2 mutters, "You restored $his mind, I can't believe it. This is incredible." _He2 carries on while writing notes on _his2 tablet, "You're more than welcome to adopt slaves from our shelter." You swear _he2 seems in much better spirits as _he2 leaves your penthouse.
 			<<set $shelterAbuse -= 5>>
 		<</if>>
-	<<elseif _Inspectee.origin == "You got her at the Slave Shelter. She was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
+	<<elseif _Inspectee.origin == "You got her at the Slave Shelter. $He was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
 		<<if _Inspectee.fetish == "mindbroken">>
 			Of course, the poor $girl is just as mindbroken as ever. The inspector asks some cursory questions and gives up. "Don't worry," _he2 says. "I know $he was like this when you got $him. Just — just keep trying, would you?"
 			<<if _Inspectee.pussy > 3 && _Inspectee.bellySag > 1>>
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 76bc3e8f344501e211bb301c422b03f6034daea8..d01d8b768ec2b4ecd1f154066da9331902ca2098 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -35,7 +35,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "She sold herself into slavery to escape addiction debts.">>
+<<set $activeSlave.origin = "She sold $himself into slavery to escape addiction debts.">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
 <<set $activeSlave.oldDevotion = $activeSlave.devotion>>
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index 5e0c65ea9835ede29784b26dcea1b2de96f13e8b..e25b0fe22870e9b4e205bdc21b965b1348817aa5 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -35,7 +35,7 @@
 		<<set $activeSlave.butt = either(1, 2, 2, 3)>>
 		<<set $activeSlave.boobs = either(200, 300, 300, 400)>>
 		<<if $TSS.schoolUpgrade == 1>>
-			<<set $activeSlave.origin = "She was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.">>
+			<<set $activeSlave.origin = "$He was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.">>
 			<<set $activeSlave.butt += 1>>
 			<<set $activeSlave.boobs += 200>>
 			<<set $activeSlave.anus = 1>>
@@ -45,7 +45,7 @@
 			<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
 			<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
 		<<else>>
-			<<set $activeSlave.origin = "She was given to you by a failed branch campus of The Slavegirl School right after her majority.">>
+			<<set $activeSlave.origin = "$He was given to you by a failed branch campus of The Slavegirl School right after her majority.">>
 			<<set $activeSlave.anus = 0>>
 			<<set $activeSlave.vagina = 0>>
 			<<set $activeSlave.actualAge = 18>>
@@ -103,7 +103,7 @@
 		<<set $activeSlave.lactation = 1>>
 		<<set $activeSlave.lactationDuration = 2>>
 		<<set $activeSlave.lactationAdaptation = 100>>
-		<<set $activeSlave.origin = "She is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">>
+		<<set $activeSlave.origin = "$He is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">>
 		<<set $activeSlave.anus = 1>>
 		<<set $activeSlave.vagina = 5>>
 		<<set $activeSlave.vaginaLube = 2>>
@@ -163,7 +163,7 @@
 	<<for $i = 0; $i < $slavesToAdd; $i++>>
 		<<set $oneTimeDisableDisability = 1>>
 		<<set $activeSlave = GenerateNewSlave("XX")>>
-		<<set $activeSlave.origin = "She was given to you by a failed subsidiary lab of the Growth Research Institute right after her use as a test subject ended.">>
+		<<set $activeSlave.origin = "$He was given to you by a failed subsidiary lab of the Growth Research Institute right after her use as a test subject ended.">>
 		<<set $activeSlave.career = "a slave">>
 		<<set $activeSlave.intelligenceImplant = 0>>
 		<<set $activeSlave.devotion = random(-15,-5)>>
@@ -295,7 +295,7 @@
 	<<for $i = 0; $i < $slavesToAdd; $i++>>
 		<<set $oneTimeDisableDisability = 1>>
 		<<set $activeSlave = GenerateNewSlave("XY")>>
-		<<set $activeSlave.origin = "She was given to you by a failed branch campus of the innovative École des Enculées right after her graduation.">>
+		<<set $activeSlave.origin = "$He was given to you by a failed branch campus of the innovative École des Enculées right after her graduation.">>
 		<<set $activeSlave.career = "a slave">>
 		<<set $activeSlave.intelligenceImplant = 0>>
 		<<set $activeSlave.chem = 100>>
@@ -363,7 +363,7 @@
 	<<for $i = 0; $i < $slavesToAdd; $i++>>
 		<<set $oneTimeDisableDisability = 1>>
 		<<set $activeSlave = GenerateNewSlave("XY")>>
-		<<set $activeSlave.origin = "She was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
+		<<set $activeSlave.origin = "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
 		<<set $activeSlave.career = "a slave">>
 		<<set $activeSlave.intelligenceImplant = 15>>
 		<<set $activeSlave.teeth = "normal">>
@@ -482,7 +482,7 @@
 		<<else>>
 			<<set $activeSlave = GenerateNewSlave("XY")>>
 		<</if>>
-		<<set $activeSlave.origin = "She was a Futanari Sister until you engineered her early enslavement.">>
+		<<set $activeSlave.origin = "$He was a Futanari Sister until you engineered her early enslavement.">>
 		<<set $activeSlave.career = "a Futanari Sister">>
 		<<set $activeSlave.faceShape = either("exotic", "sensual")>>
 		<<if _slaveGenRange == 1>>
@@ -678,7 +678,7 @@
 	<</for>>
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave("XY")>>
-	<<set $activeSlave.origin = "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.">>
+	<<set $activeSlave.origin = "$He was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.">>
 	<<set $activeSlave.career = "a Futanari Sister">>
 	<<set $activeSlave.intelligence = random(51,95)>>
 	<<set $activeSlave.chem = 300>>
@@ -791,7 +791,7 @@ The failure of a prominent organization within your arcology has @@.red;affected
 <<link "Rape $him">>
 	<<replace "#result">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
-		<<if ($slaves[$i].origin == "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.")>>
+		<<if ($slaves[$i].origin == "$He was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.")>>
 			<<set $activeSlave.devotion += 10>>
 			<<set $activeSlave.counter.anal += 1>>
 			<<set $activeSlave.counter.vaginal += 1>>
@@ -809,56 +809,56 @@ The failure of a prominent organization within your arcology has @@.red;affected
 		<<for $i = 0; $i < $slaves.length; $i++>>
 			<<set $activeSlave = $slaves[$i]>>
 			<<if $RESFailure == "TSS">>
-				<<if ($slaves[$i].origin == "She was given to you by a failed branch campus of The Slavegirl School right after her majority.") || ($slaves[$i].origin == "She was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.")>>
+				<<if ($slaves[$i].origin == "$He was given to you by a failed branch campus of The Slavegirl School right after her majority.") || ($slaves[$i].origin == "$He was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.")>>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "GRI">>
-				<<if $slaves[$i].origin == "She was given to you by a failed subsidiary lab of the Growth Research Institute right after her use as a test subject ended.">>
+				<<if $slaves[$i].origin == "$He was given to you by a failed subsidiary lab of the Growth Research Institute right after her use as a test subject ended.">>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "SCP">>
-				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of St. Claver Preparatory after she served as a plastic surgeon's passing final exam.">>
+				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of St. Claver Preparatory after she served as a plastic surgeon's passing final exam.">>
 				<<set $slaveCost = slaveCost($slaves[$i])>>
 				<<run cashX($slaveCost, "slaveTransfer")>>
 				<<= removeActiveSlave() >>
 				<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "LDE">>
-				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the innovative École des Enculées right after her graduation.">>
+				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of the innovative École des Enculées right after her graduation.">>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "TGA">>
-				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
+				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "HA">>
-				<<if $slaves[$i].origin == "She was given to you by a failed branch campus of the Hippolyta Academy right after her majority.">>
+				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of the Hippolyta Academy right after her majority.">>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "TCR">>
-				<<if $slaves[$i].origin == "She is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">>
+				<<if $slaves[$i].origin == "$He is a prized dairy cow given to you by a failed local pasture of The Cattle Ranch.">>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<else>>
-				<<if ($slaves[$i].origin == "She was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.") || ($slaves[$i].origin == "She was a Futanari Sister until you engineered her early enslavement.")>>
+				<<if ($slaves[$i].origin == "$He was the leader of your arcology's Futanari Sisters until you engineered her community's failure and enslavement.") || ($slaves[$i].origin == "$He was a Futanari Sister until you engineered her early enslavement.")>>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 1b9aaa89f00a1a3f571b42e2637327c581187813..4e4a0d743bf786666c95384591f0318f10bd2f96 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -1212,7 +1212,7 @@
 				<</if>>
 				<<if $relation != 0>>
 					_SlaveI.slaveName
-					<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling." || _SlaveI.origin == "She offered to become your slave to protect her incestuous relationship.">>
+					<<if _SlaveI.origin == "$He offered $himself to you for enslavement hoping you would preserve her incestuous relationship with her sibling." || _SlaveI.origin == "$He offered to become your slave to protect her incestuous relationship.">>
 						is @@.hotpink;grateful@@ and @@.mediumaquamarine;trusting@@ towards you for protecting $him in $his long-standing incestuous relationship.
 						<<set _SlaveI.devotion += 2>>
 						<<set _SlaveI.trust += 2>>
@@ -1240,10 +1240,10 @@
 					<</if>>
 					<<if _SlaveI.pregKnown == 1>>
 						<<if _SlaveI.pregSource == $relation.ID>>
-							<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
+							<<if _SlaveI.origin == "$He offered $himself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
 								$He's @@.hotpink;overjoyed@@ to be carrying $his sister's child<<if _SlaveI.pregType > 1>>ren<</if>>.
 								<<set _SlaveI.devotion += 2>>
-							<<elseif _SlaveI.origin == "She offered to become your slave to protect her incestuous relationship.">>
+							<<elseif _SlaveI.origin == "$He offered to become your slave to protect her incestuous relationship.">>
 								$He's @@.hotpink;overjoyed@@ to be carrying $his <<print $relationType>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>.
 								<<set _SlaveI.devotion += 2>>
 							<<elseif _SlaveI.sexualQuirk == "perverted">>
@@ -1294,7 +1294,7 @@
 		<<else>>
 			<<if _SlaveI.relation != 0 && (_SlaveI.relationTarget == _SlaveI.relationshipTarget)>>
 				_SlaveI.slaveName is
-				<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
+				<<if _SlaveI.origin == "$He offered $himself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
 					@@.hotpink;grateful@@ and @@.mediumaquamarine;trusting@@ towards you for protecting $him in $his long-standing incestuous relationship.
 					<<set _SlaveI.devotion += 2, _SlaveI.trust += 2>>
 				<<elseif _SlaveI.sexualQuirk == "perverted">>
@@ -1318,7 +1318,7 @@
 					<<set _SlaveI.devotion -= 4, _SlaveI.trust -= 4>>
 				<</if>>
 				<<if (_SlaveI.pregKnown == 1) && (_SlaveI.pregSource == _SlaveI.relationTarget)>>
-					<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
+					<<if _SlaveI.origin == "$He offered $himself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
 						$He's @@.hotpink;overjoyed@@ to be carrying $his sister's child<<if _SlaveI.pregType > 1>>ren<</if>>.
 						<<set _SlaveI.devotion += 2>>
 					<<elseif _SlaveI.sexualQuirk == "perverted">>
diff --git a/src/uncategorized/slaveShelter.tw b/src/uncategorized/slaveShelter.tw
index 14c04dcfeb7ccc3e061773a446798e5534acc50c..b7877a8ae06252eba99753ae506a54bc24ec9ca5 100644
--- a/src/uncategorized/slaveShelter.tw
+++ b/src/uncategorized/slaveShelter.tw
@@ -41,7 +41,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave()>>
 	<<set $shelterSlave = $activeSlave>>
-	<<set $shelterSlave.origin = "She has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
+	<<set $shelterSlave.origin = "$He has never communicated anything about her background, since she arrived at the shelter with a broken mind.">>
 	<<set $shelterSlave.career = "a slave">>
 	<<set $shelterSlave.devotion = random(-25,-45)>>
 	<<set $shelterSlave.trust = random(-25,-45)>>
@@ -80,7 +80,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<set $shelterSlave.career = "a slave">>
 	<<set $shelterSlave.eyes = -2>>
 	<<set $shelterSlave.eyeColor = "milky white">>
-	<<set $shelterSlave.custom.desc = "She has an obvious burn across her eyes.">>
+	<<set $shelterSlave.custom.desc = "$He has an obvious burn across her eyes.">>
 	<<set $shelterSlave.devotion = random(-100,-90)>>
 	<<set $shelterSlave.trust = random(-100,-90)>>
 	<<set $shelterSlave.health = random(-80,-60)>>
@@ -108,7 +108,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave("XX")>>
 	<<set $shelterSlave = $activeSlave>>
-	<<set $shelterSlave.origin = "She was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
+	<<set $shelterSlave.origin = "$He was found unresponsive in the lower arcology with a gaping pussy and deflated belly. It is unclear what happened to her.">>
 	<<set $shelterSlave.career = "homeless">>
 	<<set $shelterSlave.devotion = random(-25,-45)>>
 	<<set $shelterSlave.trust = random(-25,-45)>>
@@ -180,7 +180,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave()>>
 	<<set $shelterSlave = $activeSlave>>
-	<<set $shelterSlave.origin = "She is an enslaved Daughter of Liberty, caught some weeks after the failed coup. Her previous owner used her as a punching bag and dart board, then when he was bored of her tattooed obscenities all over her body and threw her away.">>
+	<<set $shelterSlave.origin = "$He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. Her previous owner used her as a punching bag and dart board, then when he was bored of her tattooed obscenities all over her body and threw her away.">>
 	<<set $shelterSlave.career = "a slave">>
 	<<set $shelterSlave.devotion = random(-100,-90)>>
 	<<set $shelterSlave.trust = random(-100,-90)>>
@@ -323,7 +323,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave("XX")>>
 	<<set $shelterSlave = $activeSlave>>
-	<<set $shelterSlave.origin = "She was worn out by twenty years of brothel service.">>
+	<<set $shelterSlave.origin = "$He was worn out by twenty years of brothel service.">>
 	<<set $shelterSlave.career = "a prostitute">>
 	<<set $shelterSlave.devotion = random(-75,-60)>>
 	<<set $shelterSlave.trust = random(-100,-75)>>
@@ -344,7 +344,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $activeSlave = GenerateNewSlave()>>
 	<<set $shelterSlave = $activeSlave>>
-	<<set $shelterSlave.origin = "She was discarded after suffering a terrible reaction to growth hormone treatment.">>
+	<<set $shelterSlave.origin = "$He was discarded after suffering a terrible reaction to growth hormone treatment.">>
 	<<set $shelterSlave.career = "a slave">>
 	<<set $shelterSlave.devotion = random(-75,-60)>>
 	<<set $shelterSlave.trust = random(-100,-75)>>
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index c7a5f00650f1018dd466b9d23a449c08d3baead8..8b9e4952ea6209a6381eeafa5acc329ecb96f777 100644
--- a/src/uncategorized/spaReport.tw
+++ b/src/uncategorized/spaReport.tw
@@ -122,7 +122,7 @@
 			<<set $slaves[$i].trust++>>
 		<</if>>
 		<<switch $slaves[$i].prestigeDesc>>
-		<<case "She is a famed Free Cities whore, and commands top prices.">>
+		<<case "$He is a famed Free Cities whore, and commands top prices.">>
 			$He does $his best to relax the famous whore, $slaves[$i].slaveName, making sure to
 			<<if $slaves[$i].vagina > 2 || $slaves[$i].anus > 2>>
 				pay special attention to _his2 worn holes.
@@ -130,10 +130,10 @@
 				get _him2 clean and relaxed for _his2 next usage.
 			<</if>>
 			<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
-		<<case "She is a famed Free Cities slut, and can please anyone.">>
+		<<case "$He is a famed Free Cities slut, and can please anyone.">>
 			$He does $his best to soothe the famous entertainer, $slaves[$i].slaveName, letting _him2 relax in blissful peace.
 			<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
-		<<case "She is remembered for winning best in show as a cockmilker.">>
+		<<case "$He is remembered for winning best in show as a cockmilker.">>
 			<<if ($slaves[$i].balls > 6) && ($slaves[$i].dick != 0)>>
 				<<if $Attendant.fetish == "cumslut">>
 					$He can't keep $his hands off $slaves[$i].slaveName's cock and balls, but _he2 doesn't mind being milked constantly. Before long, strands of cum can be found floating all throughout the bath.
@@ -147,7 +147,7 @@
 				<</if>>
 			<</if>>
 			<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
-		<<case "She is remembered for winning best in show as a dairy cow.">>
+		<<case "$He is remembered for winning best in show as a dairy cow.">>
 			<<if ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>
 				<<if $Attendant.fetish == "boobs">>
 					$He can't keep $his hands off $slaves[$i].slaveName's huge breasts, but _he2 doesn't mind being milked constantly. Before long the bath gains a white tint.
@@ -161,7 +161,7 @@
 				<</if>>
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3, $slaves[$i].lactationDuration = 2, $slaves[$i].boobs -= $slaves[$i].boobsMilk, $slaves[$i].boobsMilk = 0>>
 			<</if>>
-		<<case "She is remembered for winning best in show as a breeder.">>
+		<<case "$He is remembered for winning best in show as a breeder.">>
 			<<if $slaves[$i].bellyPreg >= 5000>>
 				<<if $Attendant.fetish == "pregnancy">>
 					$He can't keep $his hands off $slaves[$i].slaveName's pregnancy, but _he2 doesn't mind _his2 full belly being fondled.
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 77d2a601bdf9c67c0bfc9db509ee29b65f705dd7..74e69e6cd9ff173bfc9ca263fdcb9418520adc5c 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -695,7 +695,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "freshOvaries">>
 	<<if $activeSlave.ovaryAge >= 45 && $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
-		<<if (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "She sold herself to you in the hope of someday bearing children.">>
+		<<if (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "$He sold $himself to you in the hope of someday bearing children.">>
 			$He leaves the surgery with nothing but a nonspecific ache, yet a familiar warmth, in $his lower abdomen, but $he knows enough about surgery and sex slaves to know that it means $he now has a chance to get pregnant once more. $He is @@.hotpink;filled with joy@@ whenever $he thinks about the fact that $he'll have the chance to feel a life growing within $him again. $He's so pleased that $he now @@.mediumaquamarine;trusts@@ your plans for $his body. As with all surgery @@.red;$his health has been slightly affected.@@
 			<<set $activeSlave.trust += 4, $activeSlave.devotion += 5>>
 		<<elseif ($activeSlave.devotion > 50)>>
@@ -2044,7 +2044,7 @@ As the remote surgery's long recovery cycle completes,
 <<case "fert">>
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but lacks the mental faculties to realize that $he now has a chance to get pregnant. As with all surgery @@.red;$his health has been slightly affected.@@
-	<<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "She sold herself to you in the hope of someday bearing children.">>
+	<<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "$He sold $himself to you in the hope of someday bearing children.">>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he knows enough about surgery and sex slaves to know that it means $he now has a chance to get pregnant. $He is @@.hotpink;filled with joy@@ whenever $he thinks about the fact that feeling a life growing within $him is now, at last, a possibility. $He's so pleased that $he now @@.mediumaquamarine;trusts@@ your plans for $his body. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.trust += 4, $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion > 50)>>
@@ -2061,7 +2061,7 @@ As the remote surgery's long recovery cycle completes,
 <<case "addOvaries">>
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but lacks the mental faculties to realize that $he now has a chance to get pregnant. As with all surgery @@.red;$his health has been slightly affected.@@
-	<<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "She sold herself to you in the hope of someday bearing children.">>
+	<<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "$He sold $himself to you in the hope of someday bearing children.">>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he has managed to catch enough slave rumors about what the organ farm can do to know that it means $he now has a chance to get pregnant. $He is filled with joy whenever $he thinks about the fact that feeling a life growing within $him is now, at last, a possibility. $He now places @@.mediumaquamarine;total faith@@ in your plans for $his body and @@.hotpink;adores you@@ for giving $him a gift $he once thought impossible. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.trust += 10, $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 50)>>
@@ -2096,7 +2096,7 @@ As the remote surgery's long recovery cycle completes,
 <<case "addAnimalOvaries">>
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but lacks the mental faculties to realize that $he now has a chance of carrying an animal baby to term. As with all surgery @@.red;$his health has been slightly affected.@@
-	<<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "She sold herself to you in the hope of someday bearing children.">>
+	<<elseif (($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)) || $activeSlave.origin == "$He sold $himself to you in the hope of someday bearing children.">>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, but $he has managed to catch enough slave rumors about what the organ farm can do to know that it means $he now has a chance to get pregnant. $He is filled with joy whenever $he thinks about the fact that feeling a life growing within $him is now, at last, a possibility. $He now places @@.mediumaquamarine;total faith@@ in your plans for $his body and @@.hotpink;adores you@@ for giving $him a gift $he once thought impossible. $He doesn't realize exactly what the surgery entailed, however — the happiness $he felt at first will most likely be replaced with horror once $he realizes the babies in $his womb are not human. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.trust += 10, $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 50)>>