diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw
index 3d7aefee548ce9b4dd66c341267af18403594858..82258a88f01887e4e6f6446da41c4dbc493a03f8 100644
--- a/src/Mods/DinnerParty/dinnerPartyExecution.tw
+++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw
@@ -32,17 +32,17 @@
 		$He understands $he is about to be slaughtered liked an animal. Tears stream down $his face as $he struggles against $his bindings.
 	<</if>>
 	/* This needs to be rewritten. Take into account FS tastes and the fact that the player might not have a dick */
-	$He is lying on $his back with an apple in $his mouth. You lift $his legs up in the air exposing $his nethers. You penetrate $him with your throbbing dick fucking her roughly and cumming quickly. Your guests form a line behind you, and do the same to her ass. Some of your guests take particular pleasure being rough with $activeSlave.slaveName. They enjoy making her squeal like a pig, knowing they are about to enjoy her flesh in a short while. After all of your guests had a turn with the little piggy, her ass is dripping with cum and a hint of blood. It seems your guests greatly @@.green;enjoy@@ themselves. You stand over her with a ceremonial dagger,
+	$He is lying on $his back with an apple in $his mouth. You lift $his legs up in the air exposing $his nethers. You penetrate $him with your throbbing dick fucking $him roughly and cumming quickly. Your guests form a line behind you, and do the same to $his ass. Some of your guests take particular pleasure being rough with $activeSlave.slaveName. They enjoy making $him squeal like a pig, knowing they are about to enjoy $his flesh in a short while. After all of your guests had a turn with the little piggy, $his ass is dripping with cum and a hint of blood. It seems your guests greatly @@.green;enjoy@@ themselves. You stand over $him with a ceremonial dagger,
 	<<set $rep += 1000>>
 	<<if $activeSlave.fetish == "mindbroken">>
-		looking into her dull eyes.
+		looking into $his dull eyes.
 	<<elseif $activeSlave.devotion > 90>>
-		looking into her proud eyes.
+		looking into $his proud eyes.
 	<<else>>
-		looking into her terrified eyes begging for mercy.
+		looking into $his terrified eyes begging for mercy.
 	<</if>>
-	You give the signal for your slaves to begin the ceremony. The four slaves hold $activeSlave.slaveName down on the platter. A fifth slave starts to give her oral sex.
-	$activeSlave.slaveName moans with the apple in her mouth. When she is on the edge of climax you plunge the ceremonial dagger into her chest. The pain causes her to bite down on the apple deeply. Tears mixed with the juices of the apple flows down her face. With a twist of your hand, you carve out her beating heart.
+	You give the signal for your slaves to begin the ceremony. The four slaves hold $activeSlave.slaveName down on the platter. A fifth slave starts to give $him oral sex.
+	$activeSlave.slaveName moans with the apple in $his mouth. When she is on the edge of climax you plunge the ceremonial dagger into $his chest. The pain causes $him to bite down on the apple deeply. Tears mixed with the juices of the apple flow down $his face. With a twist of your hand, you carve out $his beating heart.
 	<<if ($activeSlave.fetish == "mindbroken") || ($activeSlave.devotion > 90)>>
 		Your guests @@.green;applaud@@ your slave's willingness to die for $his <<= WrittenMaster()>>, a credit to your training.
 		<<set $rep += 500>>
@@ -234,7 +234,7 @@
 	<br>
 	$activeSlave.slaveName's tits are chopped into tiny cube size pieces mixed with onions, capers and seasoning. It is served raw with an egg yolk on top and a side of French fries.
 	<<if $activeSlave.boobsImplant > 0>>
-		As you and your guests take your first bite of the tartare you immediately spit out the meat. Who would have thought silicone is not edible. You have neglected to remove her breast implants before serving the titty tartare. The dish is now ruined. Your guests are @@.red;displeased@@ by your lack of attention to detail.
+		As you and your guests take your first bite of the tartare you immediately spit out the meat. Who would have thought silicone is not edible. You have neglected to remove $his breast implants before serving the titty tartare. The dish is now ruined. Your guests are @@.red;displeased@@ by your lack of attention to detail.
 		<<set _dishRating = 0>>
 		<<set $rep -= 500>>
 	<<else>>
@@ -260,6 +260,7 @@
 			As you and your guests enjoy your tartare, suddenly you hear a loud crunch coming from the guest sitting right next to you. You see blood spewing from his mouth as he spits out his chipped tooth along with a lactation implant. You apologize profusely and pay the man ¤10000 as compensation. The rest of your guests are @@.red;not happy@@ that you serve them drugged meat.
 			<<set _dishRating = 0>>
 			<<set $rep -= 1000>>
+			<<set $cash -= 10000>>
 		<<elseif $activeSlave.lactation > 0 >>
 			You detect a hint of creamy taste to your tartare. The clearly lactating breast earns the dish an extra star.
 			<<set _dishRating += 1>>
@@ -300,15 +301,15 @@
 		<<set _dishRating += 1>>
 	<</if>>
 	<<if $activeSlave.age >= 60>>
-		$activeSlave.slaveName + " was old. $His meat is tough and leathery.
+		$activeSlave.slaveName was old. $His meat is tough and leathery.
 		<<set _dishRating -= 2>>
 	<<elseif $activeSlave.age >= 40>>
-		$activeSlave.slaveName + " was middle aged. $His meat is stringy.
+		$activeSlave.slaveName was middle aged. $His meat is stringy.
 		<<set _dishRating -= 1>>
 	<<elseif $activeSlave.age >= 20>>
-		$activeSlave.slaveName + " was young. $His meat is tender.
+		$activeSlave.slaveName was young. $His meat is tender.
 	<<else>>
-		$activeSlave.slaveName + " was very young. $His meat is very tender.
+		$activeSlave.slaveName was very young. $His meat is very tender.
 		<<set _dishRating += 1>>
 	<</if>>
 	<<if $activeSlave.weight > 95>>
@@ -365,13 +366,13 @@
 	<br><br>
 	This dish earned a score of _dishRating out of 5 stars.
 	<<if _dishRating >= 2>>
-		"Your reputation has @@.green;increased@@.
+		Your reputation has @@.green;increased@@.
 		<<set $rep += (_dishRating * 20)>>
 	<<elseif _dishRating >= 0>>
-		"Your reputation has @@.red;decreased@@.
+		Your reputation has @@.red;decreased@@.
 		<<set $rep -= (_dishRating * 20)>>
 	<<else>>
-		"Your reputation has @@.red;decreased@@.
+		Your reputation has @@.red;decreased@@.
 		<<set $rep -= 100>>
 	<</if>>
 	<br><br>
@@ -379,12 +380,12 @@
 	/*<br style="clear:both" />*/
 	<br>
 	/% End of Dinner %/
-	/% Total of man dishes each can earn 5 stars total 25, getting 12 stars means a successful evening %/
+	/% Total of main dishes each can earn 5 stars total 25, getting 12 stars means a successful evening %/
 	<<if _dinnerRating >= 12>>
 	/% successful evening %/
 		The party is in full swing. Your guests enjoy eating $activeSlave.slaveName and make good use of the slaves you provided for their pleasure.
 		Sounds of an orgy of food drink and sex echoes through your dining hall. Your guests ate, drank and fucked their fill.
-		As the evening draw to a close, there isn't a single morsel of $activeSlave.slaveName left to be found. Some of your slaves show signs of teeth mark on their skin. Perhaps some guests got confused about what's for eating and what's for fucking?
+		As the evening draw to a close, there isn't a single morsel of $activeSlave.slaveName left to be found. Some of your slaves show signs of teeth marks on their skin. Perhaps some guests got confused about what's for eating and what's for fucking?
 		The evening was a @@.green;success@@.
 		<<set $rep += (_dinnerRating * 100)>>
 
@@ -417,31 +418,31 @@
 
 		/% Head Girl abuse %/
 		<<if ($HeadGirl != 0) && ($activeSlave.assignment != "be your Head Girl")>>
-			<<setLocalPronouns $HeadGirl 2>>
+			<<setLocalPronouns $HeadGirl>>
 			<br><br>
 			You notice a group of guests corner your Head Girl. The group consists of some very powerful people. Most of them arcology owners themselves, some of them have more powerful arcologies than yours.
-			$HeadGirl.slaveName tries to slip away, but _he2 was grabbed at the neck by the leader of the pack. He pulls _him2 down to the ground forcefully.
-			$HeadGirl.slaveName knows better than to resist, _he2 is still a slave despite _his2 position as your Head Girl. A slave does not raise their hand against a Master, even one that's not _his2 own. The leader rips off _his2 dress, exposing _his2 bare chest. Your Head Girl is frozen in terror when _he2 is lifted onto the hastily cleared dining hall table by several of the men. _Her2 eyes desperately search for you. You are the only one who can stop this. All that's required is a single word from you.
-			$HeadGirl.slaveName's eyes meets yours; the look of relief on _his2 face is soon replaced by the sad realization that you will not intervene.
-			_His2 mouth just barely forms the word
+			$HeadGirl.slaveName tries to slip away, but $he was grabbed at the neck by the leader of the pack. He pulls $him down to the ground forcefully.
+			$HeadGirl.slaveName knows better than to resist, $he is still a slave despite $his position as your Head Girl. A slave does not raise their hand against a Master, even one that's not $his own. The leader rips off $his dress, exposing $his bare chest. Your Head Girl is frozen in terror when $he is lifted onto the hastily cleared dining hall table by several of the men. $His eyes desperately search for you. You are the only one who can stop this. All that's required is a single word from you.
+			$HeadGirl.slaveName's eyes meets yours; the look of relief on $his face is soon replaced by the sad realization that you will not intervene.
+			$His mouth just barely forms the word
 			<<if $PC.title > 0>>
 				'Master'
 			<<else>>
 				'Mistress'
 			<</if>>
-			as you shake your head, so _he2 closes _his2 mouth and resigns _himself2 to _his2 fate.
+			as you shake your head, so $he closes $his mouth and resigns $himself to $his fate.
 			<br>
-			Your Head Girl is placed across the corner of the dining hall table face down, _his2 hands and legs held open by 4 men. _He2 finds a hand on _his2 ass, groping roughly. Then another hand on the other cheek, roughly parting _his2 globes to get better access.
+			Your Head Girl is placed across the corner of the dining hall table face down, $his hands and legs held open by 4 men. $He finds a hand on $his ass, groping roughly. Then another hand on the other cheek, roughly parting $his globes to get better access.
 			/% Pussy Check %/
 			<<if ($HeadGirl.vagina >= 0) && canDoVaginal($HeadGirl)>>
-				A finger traces along _his2 slit, finding the source of that moisture and pressing its way in. Another finger was added and the hand began to finger fuck _him2 roughly. After a few seconds a third finger was added and then a fourth, stretching _his2 pussy.
-				$HeadGirl.slaveName screams loudly as the entire hand was shoved up _his2 cunt without warning.
-				_His2 pussy has @@.lime;loosened@@.
+				A finger traces along $his slit, finding the source of that moisture and pressing its way in. Another finger was added and the hand began to finger fuck $him roughly. After a few seconds a third finger was added and then a fourth, stretching $his pussy.
+				$HeadGirl.slaveName screams loudly as the entire hand was shoved up $his cunt without warning.
+				$His pussy has @@.lime;loosened@@.
 				<<set $HeadGirl.vagina += 1>>
 			<</if>>
-			One man moves to the head of $HeadGirl.slaveName and shoved his cock into _his2 mouth, fucking _his2 throat roughly. He buries his cock deep down _his2 throat all the way to his balls.
-			He places both hands around _his2 neck and squeezes with every stroke. Your Head Girl's face turns red and $he gags uncontrollably. _His2 eyes roll back as another man shoves his hard cock in _his2 asshole, sodomizing _him2 with no mercy. As your Head Girl makes squeaking noises in pain, several guests pick up forks and jab it at _his2 butt and _his2 back, chanting "More meat... More meat..." and "Squeal, piggy, squeal." You slump over your chair at the head of the table. Gulping down your drink, you suppress the urge to order your security drones to open fire on those men. You know they would never dare to harm your Head Girl, not permanently, at least not anything your remote surgery couldn't fix. It's not as if you haven't done worse to your slaves, but the message is clear; the attack on your Head Girl was meant as disrespect and an insult towards you. Raping your Head Girl is like raping you. You stare at the group of men gang raping your Head Girl at the end of your own dining table, burning their @@.yellow;names and their faces@@ into your memory as they take turns fucking _him2. They make use of _his2 every hole. When they are done, _he2 is left on the floor, battered and bruised, covered in cum and blood from superficial wounds.
-			The leader of the pack pulls out his half erect cock and pees on your Head Girl as a final insult towards you. The poor _girl2 is so spent that _he2 doesn't even flinch at the urine hitting _his2 face.
+			One man moves to the head of $HeadGirl.slaveName and shoved his cock into $his mouth, fucking $his throat roughly. He buries his cock deep down $his throat all the way to his balls.
+			He places both hands around $his neck and squeezes with every stroke. Your Head Girl's face turns red and $he gags uncontrollably. $His eyes roll back as another man shoves his hard cock in $his asshole, sodomizing $him with no mercy. As your Head Girl makes squeaking noises in pain, several guests pick up forks and jab it at $his butt and $his back, chanting "More meat... More meat..." and "Squeal, piggy, squeal." You slump over your chair at the head of the table. Gulping down your drink, you suppress the urge to order your security drones to open fire on those men. You know they would never dare to harm your Head Girl, not permanently, at least not anything your remote surgery couldn't fix. It's not as if you haven't done worse to your slaves, but the message is clear; the attack on your Head Girl was meant as disrespect and an insult towards you. Raping your Head Girl is like raping you. You stare at the group of men gang raping your Head Girl at the end of your own dining table, burning their @@.yellow;names and their faces@@ into your memory as they take turns fucking $him. They make use of $his every hole. When they are done, $he is left on the floor, battered and bruised, covered in cum and blood from superficial wounds.
+			The leader of the pack pulls out his half erect cock and pees on your Head Girl as a final insult towards you. The poor $girl is so spent that $he doesn't even flinch at the urine hitting $his face.
 			He finishes showering your Head Girl, then turns towards you and says smilingly:
 			<br><br>
 			//"I must congratulate you//
@@ -450,9 +451,9 @@
 			<<else>>
 				//madam//,
 			<</if>>
-			//you trained a fine obedient slave. _He2 certainly understands _his2 position well."// You grit your teeth faking a smile, mentally repeating the old adage: @@.yellow;revenge is dish best served cold.@@ You have made some enemies tonight; you begin to plan a military conquest of them all. You will enjoy storming their arcologies and making them pay for this insult.
+			//you trained a fine obedient slave. $He certainly understands $his position well."// You grit your teeth faking a smile, mentally repeating the old adage: @@.yellow;revenge is dish best served cold.@@ You have made some enemies tonight; you begin to plan a military conquest of them all. You will enjoy storming their arcologies and making them pay for this insult.
 			<br><br>
-			The abuse your Head Girl suffers had @@.red;decreased _his2 health@@ and _he2 is @@.mediumorchid;less devoted@@ to you, as you allowed _him2 to be abused.
+			The abuse your Head Girl suffers had @@.red;decreased $his health@@ and $he is @@.mediumorchid;less devoted@@ to you, as you allowed $him to be abused.
 			<br>
 			<<set $HeadGirl.health -= 20>>
 			<<set $HeadGirl.devotion -= 20>>
@@ -465,43 +466,44 @@
 	When the last of your guests has stumbled drunkenly out your door, your slaves begin the daunting task of cleanup.
 	<<if $familyTesting == 1>>
 		<<for _dpe = 0; _dpe < $slaves.length; _dpe++>>
+			<<setLocalPronouns $slaves[_dpe]>>
 			<<if $activeSlave.mother == $slaves[_dpe].ID>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate her daughter. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate $his daughter. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>>
 			<</if>>
 			<<if $activeSlave.father == $slaves[_dpe].ID>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate her daughter. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate $his daughter. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 10, $slaves[_dpe].trust -= 10>>
 			<</if>>
 			<<if $activeSlave.ID == $slaves[_dpe].father>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate her father. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate $his father. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 10, $slaves[_dpe].trust -= 10>>
 			<</if>>
 			<<if $activeSlave.ID == $slaves[_dpe].mother>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate her mother. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate $his mother. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>>
 			<</if>>
 			<<switch areSisters($activeSlave, $slaves[_dpe])>>
 			<<case 1>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;devastated@@ that you ate her twin. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;devastated@@ that you ate $his twin. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 30, $slaves[_dpe].trust -= 30>>
 			<<case 2>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate her sister. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate $his sister. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>>
 			<<case 3>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;disheartened@@ that you ate her half-sister. She also @@.gold;fears@@ that she will be next.
+				$slaves[_dpe].slaveName is @@.mediumorchid;disheartened@@ that you ate $his half-sister. $He also @@.gold;fears@@ that $he will be next.
 				<<run clearSummaryCache($slaves[_dpe])>>
 				<br><br>
 				<<set $slaves[_dpe].devotion -= 10, $slaves[_dpe].trust -= 10>>
@@ -510,8 +512,9 @@
 	<<else>>
 		<<if $activeSlave.relation != 0>>
 			<<for _dpe = 0; _dpe < $slaves.length; _dpe++>>
+				<<setLocalPronouns $slaves[_dpe]>>
 				<<if ($slaves[_dpe].ID == $activeSlave.relationTarget) && ($slaves[_dpe].fetish != "mindbroken")>>
-					$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate her $activeSlave.relation. She also @@.gold;fears@@ that she will be next.
+					$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate $his $activeSlave.relation. $He also @@.gold;fears@@ that $he will be next.
 					<<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>>
 					<<break>>
 				<</if>>
@@ -520,8 +523,9 @@
 	<</if>>
 	<<if $activeSlave.relationship != 0>>
 		<<for _dpe = 0; _dpe < $slaves.length; _dpe++>>
+			<<setLocalPronouns $slaves[_dpe]>>
 			<<if ($slaves[_dpe].ID == $activeSlave.relationshipTarget) && ($slaves[_dpe].fetish != "mindbroken")>>
-				$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate her best source of comfort and companionship in a life of bondage.
+				$slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate $his best source of comfort and companionship in a life of bondage.
 				<<set $slaves[_dpe].devotion -= $slaves[_dpe].relationship*5>>
 				<<set $slaves[_dpe].devotion -= 20>>
 				<<break>>
@@ -531,14 +535,14 @@
 	<<if $activeSlave.rivalry != 0>>
 		<<for _dpe = 0; _dpe < $slaves.length; _dpe++>>
 			<<if ($slaves[_dpe].ID == $activeSlave.rivalryTarget) && ($slaves[_dpe].fetish != "mindbroken")>>
-				$slaves[_dpe].slaveName is @@.hotpink;pleased@@ that she won't have to see her rival any more.
+				$slaves[_dpe].slaveName is @@.hotpink;pleased@@ that $he won't have to see $his rival any more.
 				<<set $slaves[_dpe].devotion += $slaves[_dpe].rivalry*5>>
 				<<break>>
 			<</if>>
 		<</for>>
 	<</if>>
 
-	The slaves who do not already worship you @@.mediumorchid;resents@@ your monstrous appetite and @@.mediumaquamarine;fear@@ a similar fate awaits them.
+	The slaves who do not already worship you @@.mediumorchid;resent@@ your monstrous appetite and @@.mediumaquamarine;fear@@ a similar fate awaits them.
 	The fat slaves are @@.mediumaquamarine;worried@@ they are being fattened for consumption.
 	<<for _dpe = 0; _dpe < $slaves.length; _dpe++>>
 		<<if ($slaves[_dpe].fetish != "mindbroken") && ($slaves[_dpe].devotion > 20)>>
diff --git a/src/SecExp/attackReport.tw b/src/SecExp/attackReport.tw
index ab17149034f5ed949b117c5534b8c3859b9878df..3049493a906f4c24ab7fdd1c010ac1f712fbff0b 100644
--- a/src/SecExp/attackReport.tw
+++ b/src/SecExp/attackReport.tw
@@ -768,13 +768,14 @@
 
 	/* leaders */
 	<<if $leadingTroops == "PC">>
+		<<setPlayerPronouns>>
 		You decided to personally lead the defense of your arcology.
 		<<if $deployingMilitia == 1>>
 			<<if _oldRep <= 2500>>
 				<<if _oldRep > 1000>>
 					You're not particularly popular between the inhabitants of your arcology, so your presence does little to reassure the volunteers.
 				<<else>>
-					As your low reputation proves, your volunteers do not particularly enjoy your company. As far as they are concerned your presence is more of an hindrance than an advantage.
+					As your low reputation proves, your volunteers do not particularly enjoy your company. As far as they are concerned your presence is more of a hindrance than an advantage.
 				<</if>>
 				<<if $PC.career == "celebrity">>
 					Still, your past celebrity does carry some weight, and many look forward to fight alongside a famous name.
@@ -789,7 +790,7 @@
 				<</if>>
 			<<elseif _oldRep >= 5000>>
 				<<if _oldRep < 15000>>
-					Your citizens are honored that their arcology owner is willing to put <<if $PC.title == 0>>her<<else>>his<</if>> life in danger.
+					Your citizens are honored that their arcology owner is willing to put _hisP life in danger.
 				<<else>>
 					Many among the volunteers are awed by your presence; never would they have thought they would fight shoulder to shoulder with their famous arcology owner.
 				<</if>>
@@ -905,9 +906,10 @@
 			<<set $PCWoundCooldown = 3>>
 		<</if>>
 	<<elseif $leadingTroops == "assistant">>
+		<<setAssistantPronouns>>
 		<<if $auto == 1>>$assistantName<<else>>You<</if>> let your personal assistant lead the troops.
 		<<if $deployingMercs == 1 || $deployingMilitia == 1 || $deployingSlaves == 1>>
-		No soldier trusts a computer to be their commander,
+			No soldier trusts a computer to be their commander,
 			<<if _oldRep < 10000 && _oldAuth < 10000>>
 				no algorithm can substitute experience<<if $assistantPower == 0>>and as expected<<else>>, however, <</if>>
 			<<else>>
@@ -915,30 +917,31 @@
 			<</if>>
 		<</if>>
 		<<if $assistantPower == 0>>
-			your assistant gives a rather poor field performance, due to the limited computing power available to her.
+			your assistant gives a rather poor field performance, due to the limited computing power available to _himA.
 		<<elseif $assistantPower == 1>>
 			your assistant performs decently. While nothing to write home about your men are pleasantly surprised.
 		<<elseif $assistantPower == 2>>
-			your assistant performs admirably. Her vast computing power allows her to be everywhere on the battlefield, greatly enhancing the efficiency of your troops and the effectiveness of your battle plan.
+			your assistant performs admirably. _HisA vast computing power allows _himA to be everywhere on the battlefield, greatly enhancing the efficiency of your troops and the effectiveness of your battle plan.
 		<</if>>
 	<<elseif $leadingTroops == "bodyguard">>
+		<<setLocalPronouns $Bodyguard>>
 		<<if $auto == 1>>$assistantName<<else>>You<</if>> decided it will be your bodyguard that leads the troops.
 		<<if $deployingSlaves == 1>>
 			<<if $Bodyguard.devotion < -20>>
-				Her low devotion has a negative impact on the morale of your slave soldiers.
+				$His low devotion has a negative impact on the morale of your slave soldiers.
 			<<elseif $Bodyguard.devotion > 51>>
-				Her devotion to you has a positive impact on the morale of your slave soldiers, proud to be led by one of their own.
+				$His devotion to you has a positive impact on the morale of your slave soldiers, proud to be led by one of their own.
 			<</if>>
 		<</if>>
 		<<if _oldRep < 10000 && _oldAuth < 10000 || $Bodyguard.prestige < 1>>
 			<<if $deployingMilitia == 1>>
 				Your volunteers <<if $deployingSlaves == 1>>however<</if>> are not enthusiastic to have a slave as a
 				<<if $SF.Toggle && $SF.Active >= 1 && $deployingMercs == 1 && $SFIntervention>>
-					commander and neither are your mercenaries or your soldiers.
+					commander, and neither are your mercenaries or your soldiers.
 				<<elseif $deployingMercs == 1>>
-					commander and neither are your mercenaries.
+					commander, and neither are your mercenaries.
 				<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your soldiers.
+					commander, and neither are your soldiers.
 				<<else>>
 					commander.
 				<</if>>
@@ -953,30 +956,30 @@
 			<<if $deployingMilitia == 1>>
 				Your
 				<<if $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					volunteers, your mercenaries and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers, your mercenaries and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<<elseif $deployingMercs == 1>>
-					volunteers and your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers and your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					volunteers and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<<else>>
-					volunteers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<</if>>
 			<<elseif $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-				Your mercenaries and soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+				Your mercenaries and soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 			<<elseif $deployingMercs == 1>>
-				Your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+				Your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 			<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-				Your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+				Your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 			<</if>>
 		<<else>>
 			<<if $deployingMilitia == 1>>
 				Your volunteers <<if $deployingSlaves == 1>>however<</if>> are not enthusiastic to have a slave as a
 				<<if $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your mercenaries and soldiers, but they trust you enough not to question your decision.
+					commander, and neither are your mercenaries and soldiers, but they trust you enough not to question your decision.
 				<<elseif $deployingMercs == 1>>
-					commander and neither are your mercenaries, but they trust you enough not to question your decision.
+					commander, and neither are your mercenaries, but they trust you enough not to question your decision.
 				<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your soldiers, but they trust you enough not to question your decision.
+					commander, and neither are your soldiers, but they trust you enough not to question your decision.
 				<<else>>
 					commander, but they trust you enough not to question your decision.
 				<</if>>
@@ -989,39 +992,39 @@
 			<</if>>
 		<</if>>
 		<<if (setup.bodyguardCareers.includes($Bodyguard.career) || setup.HGCareers.includes($Bodyguard.career) || setup.secExCombatPrestige.includes($Bodyguard.prestigeDesc)) && $Bodyguard.intelligence+$Bodyguard.intelligenceImplant > 95>>
-			With her experience and her great intellect, she is able to exploits the smallest of tactical advantages, making your troops very effective.
+			With $his experience and $his great intellect, $he is able to exploit the smallest of tactical advantages, making your troops very effective.
 		<<elseif $Bodyguard.intelligence+$Bodyguard.intelligenceImplant > 95>>
-			While she lacks experience, her great intellect allows her to seize and exploit any tactical advantage the battlefield offers her.
+			While $he lacks experience, $his great intellect allows $him to seize and exploit any tactical advantage the battlefield offers $him.
 		<<elseif (setup.bodyguardCareers.includes($Bodyguard.career) || setup.HGCareers.includes($Bodyguard.career) || setup.secExCombatPrestige.includes($Bodyguard.prestigeDesc)) && $Bodyguard.intelligence+$Bodyguard.intelligenceImplant > 50>>
-			Having both the experience and the intelligence, she performs admirably as your commander. Her competence greatly increases the efficiency of your troops.
+			Having both the experience and the intelligence, $he performs admirably as your commander. $His competence greatly increases the efficiency of your troops.
 		<<elseif $Bodyguard.intelligence+$Bodyguard.intelligenceImplant > 50>>
-			Despite not having a lot of experience as a leader, her intelligence makes her a good commander, increasing the efficiency of your troops.
+			Despite not having a lot of experience as a leader, $his intelligence makes $him a good commander, increasing the efficiency of your troops.
 		<<elseif (setup.bodyguardCareers.includes($Bodyguard.career) || setup.HGCareers.includes($Bodyguard.career) || setup.secExCombatPrestige.includes($Bodyguard.prestigeDesc)) && $Bodyguard.intelligence+$Bodyguard.intelligenceImplant > 15>>
-			Thanks to her experience, she is a decent commander, competently guiding your troops through the battle.
+			Thanks to $his experience, $he is a decent commander, competently guiding your troops through the battle.
 		<<elseif $Bodyguard.intelligence+$Bodyguard.intelligenceImplant > 15>>
-			Lacking experience, her performance as a commander is rather forgettable.
+			Lacking experience, $his performance as a commander is rather forgettable.
 		<<elseif !(setup.bodyguardCareers.includes($Bodyguard.career) && setup.HGCareers.includes($Bodyguard.career) && setup.secExCombatPrestige.includes($Bodyguard.prestigeDesc)) || $Bodyguard.intelligence+$Bodyguard.intelligenceImplant < -50>>
-			Despite the experience she accumulated during her past career, her very low intelligence is a great disadvantage for your troops.
+			Despite the experience $he accumulated during $his past career, $his very low intelligence is a great disadvantage for your troops.
 		<<elseif $Bodyguard.intelligence+$Bodyguard.intelligenceImplant < -50>>
-			Without experience and low intelligence, she performs horribly as a commander, greatly affecting your troops.
+			Without experience and low intelligence, $he performs horribly as a commander, greatly affecting your troops.
 		<<elseif !(setup.bodyguardCareers.includes($Bodyguard.career) && setup.HGCareers.includes($Bodyguard.career) && setup.secExCombatPrestige.includes($Bodyguard.prestigeDesc)) || $Bodyguard.intelligence+$Bodyguard.intelligenceImplant < -15>>
-			Despite the experience she accumulated during her past career, she lacks the intelligence to apply it quickly and effectively, making for a rather poor performance in the field.
+			Despite the experience $he accumulated during $his past career, $he lacks the intelligence to apply it quickly and effectively, making for a rather poor performance in the field.
 		<<elseif $Bodyguard.intelligence+$Bodyguard.intelligenceImplant < -15>>
-			She lacks the experience and the intelligence to be an effective commander, the performance of your troops suffers because of her poor leadership.
+			$He lacks the experience and the intelligence to be an effective commander, the performance of your troops suffers because of $his poor leadership.
 		<</if>>
 		<<if $gainedCombat == 1>>
-			During the battle, she had to fight for her life, giving her experience in modern combat. She is now proficient with modern firearms and hand to hand combat.
+			During the battle, $he had to fight for $his life, giving $him experience in modern combat. $He is now proficient with modern firearms and hand to hand combat.
 		<</if>>
 		<<if $woundType != 0>>
-			Unfortunately, @@.red;she sustained major injuries.@@
+			Unfortunately, @@.red;$he sustained major injuries.@@
 			<<if $woundType == 1>>
-				A stray bullet hit her neck. While she fortunately avoided fatal hemorrhaging, her vocal cords were irreparably damaged.
+				A stray bullet hit $his neck. While $he fortunately avoided fatal hemorrhaging, $his vocal cords were irreparably damaged.
 			<<elseif $woundType == 2>>
-				Some shrapnel found her eyes as their final target, blinding her permanently.
+				Some shrapnel found $his eyes as their final target, blinding $him permanently.
 			<<elseif $woundType == 3>>
-				A grenade landed close to her, rendering her a quadruple amputee.
+				A grenade landed close to $him, rendering $him a quadruple amputee.
 			<<elseif $woundType >= 4>>
-				While gravely wounded, it seems she will be able to fully recover, given enough time.
+				While gravely wounded, it seems $he will be able to fully recover, given enough time.
 			<</if>>
 			Your troops were greatly affected by the loss of their leader.
 		<</if>>
@@ -1055,26 +1058,27 @@
 			<</if>>
 		<</if>>
 		<<if $slaveIncreasedPrestige == 1>>
-			She brought your army to victory so many times that her @@.green;prestige has increased@@.
+			$He brought your army to victory so many times that $his @@.green;prestige has increased@@.
 		<</if>>
 	<<elseif $leadingTroops == "headGirl">>
+		<<setLocalPronouns $HeadGirl>>
 		<<if $auto == 1>>$assistantName<<else>>You<</if>> decided it will be your Head Girl that leads the troops.
 		<<if $deployingSlaves == 1>>
 			<<if $HeadGirl.devotion < -20>>
-				Her low devotion has a negative impact on the morale of your slave soldiers.
+				$His low devotion has a negative impact on the morale of your slave soldiers.
 			<<elseif $HeadGirl.devotion > 51>>
-				Her devotion to you has a positive impact on the morale of your slave soldiers, proud to be led by one of their own.
+				$His devotion to you has a positive impact on the morale of your slave soldiers, proud to be led by one of their own.
 			<</if>>
 		<</if>>
 		<<if _oldRep < 10000 && _oldAuth < 10000 || $HeadGirl.prestige < 1>>
 			<<if $deployingMilitia == 1>>
 				Your volunteers <<if $deployingSlaves == 1>>however<</if>> are not enthusiastic to have a slave as a
 				<<if $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your mercenaries or your soldiers.
+					commander, and neither are your mercenaries or your soldiers.
 				<<elseif $deployingMercs == 1>>
-					commander and neither are your mercenaries.
+					commander, and neither are your mercenaries.
 				<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your soldiers.
+					commander, and neither are your soldiers.
 				<<else>>
 					commander.
 				<</if>>
@@ -1089,30 +1093,30 @@
 			<<if $deployingMilitia == 1>>
 				Your
 				<<if $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					volunteers, your mercenaries and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers, your mercenaries and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<<elseif $deployingMercs == 1>>
-					volunteers and your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers and your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					volunteers and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers and your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<<else>>
-					volunteers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+					volunteers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 				<</if>>
 			<<elseif $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-				Your mercenaries and soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+				Your mercenaries and soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 			<<elseif $deployingMercs == 1>>
-				Your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+				Your mercenaries are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 			<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-				Your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting she is a slave.
+				Your soldiers are delighted to have such a prestigious individual as their commander, almost forgetting $he is a slave.
 			<</if>>
 		<<else>>
 			<<if $deployingMilitia == 1>>
 				Your volunteers <<if $deployingSlaves == 1>>however<</if>> are not enthusiastic to have a slave as a
 				<<if $deployingMercs == 1 && $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your mercenaries and soldiers, but they trust you enough not to question your decision.
+					commander, and neither are your mercenaries and soldiers, but they trust you enough not to question your decision.
 				<<elseif $deployingMercs == 1>>
-					commander and neither are your mercenaries, but they trust you enough not to question your decision.
+					commander, and neither are your mercenaries, but they trust you enough not to question your decision.
 				<<elseif $SF.Toggle && $SF.Active >= 1 && $SFIntervention>>
-					commander and neither are your soldiers, but they trust you enough not to question your decision.
+					commander, and neither are your soldiers, but they trust you enough not to question your decision.
 				<<else>>
 					commander, but they trust you enough not to question your decision.
 				<</if>>
@@ -1125,39 +1129,39 @@
 			<</if>>
 		<</if>>
 		<<if (setup.bodyguardCareers.includes($HeadGirl.career) || setup.HGCareers.includes($HeadGirl.career) || setup.secExCombatPrestige.includes($HeadGirl.prestigeDesc)) && $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 95>>
-			With her experience and her great intellect, she is able to exploits the smallest of tactical advantages, making your troops greatly effective.
+			With $his experience and $his great intellect, $he is able to exploits the smallest of tactical advantages, making your troops greatly effective.
 		<<elseif $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 95>>
-			While she lacks experience, her great intellect allows her to seize and exploit any tactical advantage the battlefield offers her.
+			While $he lacks experience, $his great intellect allows $him to seize and exploit any tactical advantage the battlefield offers $him.
 		<<elseif (setup.bodyguardCareers.includes($HeadGirl.career) || setup.HGCareers.includes($HeadGirl.career) || setup.secExCombatPrestige.includes($HeadGirl.prestigeDesc)) && $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 50>>
-			Having both the experience and the intelligence, she performs admirably as your commander. Her competence greatly increases the efficiency of your troops.
+			Having both the experience and the intelligence, $he performs admirably as your commander. $His competence greatly increases the efficiency of your troops.
 		<<elseif $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 50>>
-			Despite not having a lot of experience as a leader, her intelligence makes her a good commander, increasing the efficiency of your troops.
+			Despite not having a lot of experience as a leader, $his intelligence makes $him a good commander, increasing the efficiency of your troops.
 		<<elseif (setup.bodyguardCareers.includes($HeadGirl.career) || setup.HGCareers.includes($HeadGirl.career) || setup.secExCombatPrestige.includes($HeadGirl.prestigeDesc)) && $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 15>>
-			Thanks to her experience, she is a decent commander, competently guiding your troops through the battle.
+			Thanks to $his experience, $he is a decent commander, competently guiding your troops through the battle.
 		<<elseif $HeadGirl.intelligence+$HeadGirl.intelligenceImplant > 15>>
-			Lacking experience her performance as a commander is rather forgettable.
+			Lacking experience $his performance as a commander is rather forgettable.
 		<<elseif !(setup.bodyguardCareers.includes($HeadGirl.career) && setup.HGCareers.includes($HeadGirl.career) && setup.secExCombatPrestige.includes($HeadGirl.prestigeDesc)) || $HeadGirl.intelligence+$HeadGirl.intelligenceImplant < -50>>
-			Despite the experience she accumulated during her past career, her very low intelligence is a great disadvantage for your troops.
+			Despite the experience $he accumulated during $his past career, $his very low intelligence is a great disadvantage for your troops.
 		<<elseif $HeadGirl.intelligence+$HeadGirl.intelligenceImplant < -50>>
-			Without experience and low intelligence, she performs horribly as a commander, greatly affecting your troops.
+			Without experience and low intelligence, $he performs horribly as a commander, greatly affecting your troops.
 		<<elseif !(setup.bodyguardCareers.includes($HeadGirl.career) && setup.HGCareers.includes($HeadGirl.career) && setup.secExCombatPrestige.includes($HeadGirl.prestigeDesc)) || $HeadGirl.intelligence+$HeadGirl.intelligenceImplant < -15>>
-			Despite the experience she accumulated during her past career, she lacks the intelligence to apply it quickly and effectively, making for a rather poor performance in the field.
+			Despite the experience $he accumulated during $his past career, $he lacks the intelligence to apply it quickly and effectively, making for a rather poor performance in the field.
 		<<elseif $HeadGirl.intelligence+$HeadGirl.intelligenceImplant < -15>>
-			She lacks the experience and the intelligence to be an effective commander, the performance of your troops suffers because of her poor leadership.
+			$He lacks the experience and the intelligence to be an effective commander, the performance of your troops suffers because of $his poor leadership.
 		<</if>>
 		<<if $gainedCombat == 1>>
-			During the battle, she had to fight for her life, giving her experience in modern combat. She is now proficient with modern firearms and hand to hand combat.
+			During the battle, $he had to fight for $his life, giving $him experience in modern combat. $He is now proficient with modern firearms and hand to hand combat.
 		<</if>>
 		<<if $woundType != 0>>
-			Unfortunately, @@.red;she sustained severe injuries.@@
+			Unfortunately, @@.red;$he sustained severe injuries.@@
 			<<if $woundType == 1>>
-				A stray bullet hit her neck. While she fortunately avoided fatal hemorrhaging, her vocal cords were irreparably damaged.
+				A stray bullet hit $his neck. While $he fortunately avoided fatal hemorrhaging, $his vocal cords were irreparably damaged.
 			<<elseif $woundType == 2>>
-				Some shrapnel found her eyes as final their target, blinding her permanently.
+				Some shrapnel found $his eyes as final their target, blinding $him permanently.
 			<<elseif $woundType == 3>>
-				A grenade landed close to her, rendering her a quadruple amputee.
+				A grenade landed close to $him, rendering $him a quadruple amputee.
 			<<elseif $woundType >= 4>>
-				While gravely wounded, it seems she will be able to fully recover, given enough time.
+				While gravely wounded, it seems $he will be able to fully recover, given enough time.
 			<</if>>
 			Your troops were greatly affected by the loss of their leader.
 		<</if>>
@@ -1191,7 +1195,7 @@
 			<</if>>
 		<</if>>
 		<<if $slaveIncreasedPrestige == 1>>
-			She brought your army to victory so many times that her @@.green;prestige has increased@@.
+			$He brought your army to victory so many times that $his @@.green;prestige has increased@@.
 		<</if>>
 	<<elseif $leadingTroops == "citizen">>
 		<<if $auto == 1>>$assistantName<<else>>You<</if>> decided to appoint one of your volunteers as the commander.
diff --git a/src/SecExp/secExpSmilingMan.tw b/src/SecExp/secExpSmilingMan.tw
index ce0d1e711cd955686bc37ac66bac179bac32b9a5..99ec74c99757176153f687e67f1855cccceec834 100644
--- a/src/SecExp/secExpSmilingMan.tw
+++ b/src/SecExp/secExpSmilingMan.tw
@@ -12,7 +12,7 @@
 	machinations of the one the media quickly nicknamed //the smiling man//.
 	<br>Despite the sheer damage this criminal was doing, you cannot help but admire the skill with which every misdeed is carried - the worst white collar crimes of the century, carried out with such elegance
 	that they almost seemed the product of natural laws, rather than the masterful manipulation of the digital market.
-	While you sift through the pages of the report, $assistantName remains strangely quiet. "I'm worried, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> -- this individual seems to be able to penetrate whichever system garners his attention. I... feel vulnerable." she said "It's not something I'm used to."
+	While you sift through the pages of the report, $assistantName remains strangely quiet. "I'm worried, <<= properTitle()>> -- this individual seems to be able to penetrate whichever system garners his attention. I... feel vulnerable." she said "It's not something I'm used to."
 	<br>Fortunately you have not been hit directly by this criminal - not yet at least. Still, the repercussions of numerous bankruptcies take their toll on your arcology, whose @@.red;prosperity suffers@@.
 	<br><<set $arcologies[0].prosperity *= random(80,90) * 0.01>>
 	<br>
@@ -73,7 +73,7 @@
 	<br>"Hello, my dear $PC.name. I can call you $PC.name, right? I've been keeping an eye on you for so long now, it feels like we're friends! I am terribly sorry for my unannounced visit, but I wanted to meet face to face... well, face to hologram." its says, letting out a childlike giggle.
 	"I'm sure you're aware of my recent activities around this rock of ours, and, well, to put it simply, it's your turn to contribute to my great project! You'll love it when you see it, I'm sure! By the way, thanks for the offer - it's so nice to see people contribute to a worthy cause so generously! Well, I've taken enough of your time, see you soon!"
 	<br>The lights flicker once more and an instant later your assistant returns to her usual self.
-	<br>"I... I - I couldn't stop him! I'm sorry, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>."
+	<br>"I... I - I couldn't stop him! I'm sorry, <<= properTitle()>>."
 	<br>You waste no time in rushing to the console and checking your finances. It's as you feared, @@.red;you have been robbed@@.
 	<<set _lostCash = Math.clamp(50000 * Math.trunc($week / 20), 50000, 1000000)>>
 	<<if $assistantPower == 1>>
@@ -197,7 +197,7 @@
 		<<set $crime = Math.clamp($crime * 1.5, 20,100)>>
 	<</if>>
 
-	<br>A short, meek man approaches you with a weak smile. "Not all is lost, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>. We have a lead on him - he is here, in $arcologies[0].name."
+	<br>A short, meek man approaches you with a weak smile. "Not all is lost, <<= properTitle()>>. We have a lead on him - he is here, in $arcologies[0].name."
 	<br>Despite the bleak situation, you cannot help but smile back.
 	<br>
 	<br>
diff --git a/src/SpecialForce/WeeklyChoices.tw b/src/SpecialForce/WeeklyChoices.tw
index d8da0a6f0c78c9d558e16852435461dbfc8c639e..fa36c3c61813b68ec99cff074362619820d78661 100644
--- a/src/SpecialForce/WeeklyChoices.tw
+++ b/src/SpecialForce/WeeklyChoices.tw
@@ -22,7 +22,7 @@
 		<<else>> <<set $arcologies[0].prosperity += $GoodWords2>> <</if>> <</link>>
 	<</if>>
 <<elseif $SF.Gift == 0 && ($SF.MercCon.CanAttend > -1 || ($SF.Colonel.Talk + $SF.Colonel.Fun > 0))>>
-	<br>He looks down a list on his tablet. "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, how can $SF.Lower help you this week?
+	<br>He looks down a list on his tablet. "<<= properTitle()>>, how can $SF.Lower help you this week?
 	<br>$SF.Caps can spare some profits from our recent operations. | <<link "Request cash""Firebase">>
 	<<set $CashGift = 25000*($SF.Size/10)*_Env,$SF.Gift = 1,$choice = 1>>
 	<<set $CashGift = ($CashGift > 5000 ? $CashGift : 5000),$cash += Math.ceil($CashGift * 0.8)>>
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index c05a40ff15a442b1ab94040a7cb25bc0b2fc52a6..04c3552e1c38c926a2a617beb5f323affe7f6eff 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -320,21 +320,9 @@ BEING IN CHARGE
 
 <<case "Sexual Energy">>
 	<<setPlayerPronouns>>
-	Though you're (naturally) a virile, oversexed oligarch, even your reserves of sexual energy are not infinite. They're impressive, but not infinite. Since one turn represents one week, the game does not allow the player direct control over every sexual interaction between the player character and _hisP slaves. Put another way, the game assumes there's an impressive amount of off-screen sex going on between the
-	<<if $PC.title == 1>>
-		Master
-	<<else>>
-		Mistress
-	<</if>>
-	and _hisP chattel.
+	Though you're (naturally) a virile, oversexed oligarch, even your reserves of sexual energy are not infinite. They're impressive, but not infinite. Since one turn represents one week, the game does not allow the player direct control over every sexual interaction between the player character and _hisP slaves. Put another way, the game assumes there's an impressive amount of off-screen sex going on between the <<= properMaster()>> and _hisP chattel.
 
-	<br><br>The player character's sexual energy can have gameplay effects. Though of course all slaves are at the <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> sexual beck and call, some assignments and training methods involve close sexual attention by the player character. If a large number of slaves are subject to this, the player character's attention will be somewhat diluted, and the effects on each slave will be reduced. Slaves assigned to be __fucktoys__ and serve in the __master suite__ count towards a hidden estimation of the player character's sexual foci. With two or fewer such slaves, the player character's sexual attention on these slaves will be intense and have intense effects. With five or more, the player character may have some difficulty in using every slave every day, diluting the mental effects of being the
-	<<if $PC.title == 1>>
-		Master's
-	<<else>>
-		Mistress's
-	<</if>>
-	personal sex toy.
+	<br><br>The player character's sexual energy can have gameplay effects. Though of course all slaves are at the <<= properMaster()>>'s sexual beck and call, some assignments and training methods involve close sexual attention by the player character. If a large number of slaves are subject to this, the player character's attention will be somewhat diluted, and the effects on each slave will be reduced. Slaves assigned to be __fucktoys__ and serve in the __master suite__ count towards a hidden estimation of the player character's sexual foci. With two or fewer such slaves, the player character's sexual attention on these slaves will be intense and have intense effects. With five or more, the player character may have some difficulty in using every slave every day, diluting the mental effects of being the <<= properMaster()>>'s personal sex toy.
 
 	<br><br>It is possible to raise these limits by focusing on sexual decadence for the week. By paying less attention to business and not using sexual training on specific slaves, the player character will have more energy to spare and can offer intense sexual attention to three slaves or give sexual attention to up to seven slaves without dilution.
 
diff --git a/src/npc/fKiss.tw b/src/npc/fKiss.tw
index 7607337a00fb705c2858c673eefe23d84931c103..0f22dd7ff0e9f886fa34922ba09d9d68b2279728 100644
--- a/src/npc/fKiss.tw
+++ b/src/npc/fKiss.tw
@@ -1,5 +1,7 @@
 :: FKiss [nobr]
 
+<<setPlayerPronouns>>
+
 You tell $activeSlave.slaveName to
 <<switch $activeSlave.collar>> 
 <<case "dildo gag">>
@@ -38,41 +40,41 @@ You tell $activeSlave.slaveName to
 <<elseif ($activeSlave.relationship == -2)>>
 	$He hurriedly complies, happy to be near the object of $his longing. Once $he's close, you take a moment to gaze deeply
 	<<if canSee($activeSlave)>>
-		into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and $his eyes flick downward after a moment. 
+		into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. 
 	<<else>>
-		upon $his face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves and finds it overwhelming, and after a moment glances away. 
+		upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. 
 	<</if>>
 	$He blushes furiously.
 <<elseif ($activeSlave.relationship == -3)>>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He complies mechanically. $He remembers that when <<Master>>'s commands are not obeyed, there is punishment. You kiss $his deeply and intensely; $he doesn't understand why.
+		$He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. You kiss $him deeply and intensely; $he doesn't understand why.
 	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
 		$He complies in a wifely fashion, moving $his body as $he approaches to best catch your desire. Once $he's close, you take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
+			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
 		<<else>>
-			upon $his face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to and finds it affirming, and looks down with a smile.
+			upon $his face. $He senses the intense look from the _womanP $he's married to and finds it affirming, and looks down with a smile.
 		<</if>>
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
 		$He complies. Once $he's close, you take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to disturbing, and quickly breaks eye contact.
+			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and quickly breaks eye contact.
 		<<else>>
-			upon $his face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to and finds it disturbing, and quickly turns $his face away.
+			upon $his face. $He senses the intense look from the _womanP $he's forcibly married to and finds it disturbing, and quickly turns $his face away.
 		<</if>>
 	<<elseif $activeSlave.devotion < -20>>
 		$He complies fearfully. Once $he's close, you take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his tearing $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to horrifying, and quickly breaks eye contact.
+			into $his tearing $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to horrifying, and quickly breaks eye contact.
 		<<else>>
-			upon $his tear-streaked face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to and finds it horrifying, and quickly turns $his face away.
+			upon $his tear-streaked face. $He senses the intense look from the _womanP $he's forcibly married to and finds it horrifying, and quickly turns $his face away.
 		<</if>>
 	<<else>>
 		$He complies obediently. Once $he's close, you take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
+			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
 		<<else>>
-			upon $his face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to and finds it reassuring, and looks down with a slight smile.
+			upon $his face. $He senses the intense look from the _womanP $he's married to and finds it reassuring, and looks down with a slight smile.
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.devotion > 75)>>
diff --git a/src/npc/fSlaveImpregConsummate.tw b/src/npc/fSlaveImpregConsummate.tw
index 498883065b516802ad69a9f61df2c183ae0ee3df..7acc6c2456d334e58447545e27b57397a9a804e0 100644
--- a/src/npc/fSlaveImpregConsummate.tw
+++ b/src/npc/fSlaveImpregConsummate.tw
@@ -8,6 +8,7 @@ The first necessary step is to prepare the donatrix.
 <<setLocalPronouns $activeSlave>>
 <<run clearSummaryCache($impregnatrix)>>
 <<setLocalPronouns $impregnatrix 2>>
+<<setPlayerPronouns>>
 
 <<if ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishKnown == 1) && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion >= -20)>>
 	This is very easy, since $impregnatrix.slaveName has an impregnation fetish.
@@ -126,7 +127,7 @@ Next, you see to $activeSlave.slaveName.
 <<elseif $activeSlave.devotion < 10>>
 	$He obeys your orders, arranging $himself for <<if $activeSlave.mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his slight hesitation at the idea of being made a breeder.
 <<else>>
-	$He happily obeys your orders, getting ready to serve <<if def $PC.customTitle>>$his $PC.customTitle by making you<<elseif $PC.title != 0>>$his Master by making him<<else>>$his Mistress by making her<</if>> another slave.
+	$He happily obeys your orders, getting ready to serve $his <<= WrittenMaster($activeSlave)>> by making _himP another slave.
 <</if>>
 
 
diff --git a/src/player/actions/fCaress.tw b/src/player/actions/fCaress.tw
index befd671275f263891127daa542b33aa1c94f48a0..52fcbb5f0d29f2e13b554dcab3df67d710a19a5f 100644
--- a/src/player/actions/fCaress.tw
+++ b/src/player/actions/fCaress.tw
@@ -1,5 +1,7 @@
 :: FCaress [nobr]
 
+<<setPlayerPronouns>>
+
 You tell $activeSlave.slaveName to
 <<if ($activeSlave.amp != 1)>>
 	move closer towards you.
@@ -22,18 +24,18 @@ You tell $activeSlave.slaveName to
 <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>>
 	$He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment.
 <<elseif ($activeSlave.relationship == -2)>>
-	$He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and $his eyes flick downward after a moment. $He blushes furiously.
+	$He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. $He blushes furiously.
 <<elseif ($activeSlave.relationship == -3)>>
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank $activeSlave.eyeColor eyes. $He doesn't react.
 	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-		$He happily complies, eager to be close to the <<if $PC.title == 1>>man<<else>>woman<</if>> who married $him. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to affirming, and looks down with a smile<<if canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>.
+		$He happily complies, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>.
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-		$He complies. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to disturbing, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
+		$He complies. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
 	<<elseif $activeSlave.devotion < -20>>
-		$He complies out of fear. Once $he's close, you hold $his shaking face in your palms and look into $his teary $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to terrifying, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
+		$He complies out of fear. Once $he's close, you hold $his shaking face in your palms and look into $his teary $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
 	<<else>>
-		$He complies obediently. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to reassuring, and looks down with a slight smile<<if $canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>.
+		$He complies obediently. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if $canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>.
 	<</if>>
 <<elseif ($activeSlave.devotion > 75)>>
 	$He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his $activeSlave.eyeColor eyes. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously.
diff --git a/src/player/actions/fEmbrace.tw b/src/player/actions/fEmbrace.tw
index d30b903684502b40342d99e2c1b16f4b41ce7b8e..4ea7fe6987a7c1968071e9281659276f7627f1d1 100644
--- a/src/player/actions/fEmbrace.tw
+++ b/src/player/actions/fEmbrace.tw
@@ -1,5 +1,7 @@
 :: FEmbrace [nobr]
 
+<<setPlayerPronouns>>
+
 You tell $activeSlave.slaveName to
 <<if ($activeSlave.amp != 1)>>
 	stand in front of you.
@@ -10,18 +12,18 @@ You tell $activeSlave.slaveName to
 <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>>
 	$He complies automatically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment.
 <<elseif ($activeSlave.relationship == -2)>>
-	$He excitedly complies, happy to be near the object of $his longing. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and $his eyes flick downward after a moment. $He blushes furiously.
+	$He excitedly complies, happy to be near the object of $his longing. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. $He blushes furiously.
 <<elseif ($activeSlave.relationship == -3)>>
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank $activeSlave.eyeColor eyes. $He shows no reaction.
 	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-		$He lovingly complies, hurrying to come close to the <<if $PC.title == 1>>man<<else>>woman<</if>> who married $him. Once $he's close, you take your willing wife's head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to affirming, and <<if canSee($activeSlave)>>looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><<else>>looks down with a smile<</if>>.
+		$He lovingly complies, hurrying to come close to the _womanP who married $him. Once $he's close, you take your willing wife's head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to affirming, and <<if canSee($activeSlave)>>looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><<else>>looks down with a smile<</if>>.
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-		$He complies. Once $he's close, you take your reluctant wife's head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to disturbing, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
+		$He complies. Once $he's close, you take your reluctant wife's head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
 	<<elseif $activeSlave.devotion < -20>>
-		$He complies out of fear. Once $he's close, you take your unwilling wife's head in your hands and gaze deeply into $his teary $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to terrifying, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
+		$He complies out of fear. Once $he's close, you take your unwilling wife's head in your hands and gaze deeply into $his teary $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>.
 	<<else>>
-		$He complies obediently. Once $he's close, you take your willing wife's head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to reassuring, and looks down with a slight smile<<if $canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>.
+		$He complies obediently. Once $he's close, you take your willing wife's head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if $canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>><</if>>.
 	<</if>>
 <<elseif ($activeSlave.devotion > 75)>>
 	$He elatedly complies, joyful at being near to you. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously.
diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw
index 0f1f8f92fecb38b264dee6775e94bcfdc3e80c44..dce969adaef57e6ff639d609ff31e24a911196b4 100644
--- a/src/pregmod/eliteTakeOverFight.tw
+++ b/src/pregmod/eliteTakeOverFight.tw
@@ -210,7 +210,7 @@
 /*		enslaved = 1 				*/
 /* 		had fun (and enslaved) = 2 	*/
 <<if $BodyguardHasSucessfullyRecivedSignal == 1>>
-	$Bodyguard.slaveName asks <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"?
+	$Bodyguard.slaveName asks "<<= properTitle()>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"?
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -227,7 +227,7 @@
 	<</link>>
 <<elseif $MercenariesMessageSent == 1>>
 	It is now that a squad of $mercenariesTitle makes their entrance, pointing their guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite.
-	The officer asks "your orders <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>?"
+	The officer asks "your orders, <<= properTitle()>>?"
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -244,7 +244,7 @@
 	<</link>>
 <<elseif $SpecialForcesMessageSent>>
 	It is now that a squad of $SF.Lower makes their entrance, pointing their guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite.
-	The officer asks "your orders <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>?"
+	The officer asks "Your orders, <<= properTitle()>>?"
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -262,7 +262,7 @@
 <<elseif $Bodyguard != 0>>
 	<<setLocalPronouns $Bodyguard>>
 	It is now that $Bodyguard.slaveName makes $his entrance, pointing $his guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite.
-	She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left?
+	$He then asks "<<= properTitle()>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left?
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
@@ -280,7 +280,7 @@
 <<elseif $eliteLeft <= 9 && $rep >= 10000>>
 	Some of the citizens waiting outside your penthouse to see you hear the ruckus and rush inside, worried. Time freezes for a few seconds, while the remaining elite recover from their terror and the citizens digest the gory scene in front of them.
 	The newcomers are quick to take your side. In little time the elites, outgunned and outnumbered, are neutralized.
-	<br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?"
+	<br>One of the more courageous citizens approaches you and asks "<<= properTitle()>>, what should we do with them?"
 	<br>
 	<<link "Open fire">>
 		<<set $eliteFate = 0>>
diff --git a/src/pregmod/eliteTakeOverResult.tw b/src/pregmod/eliteTakeOverResult.tw
index dd8508e6dcf9a4cd7c27c6ac24cb2ad4680951ba..8ec7563de8c1342e4a92178e9aa12ea1fb3857f0 100644
--- a/src/pregmod/eliteTakeOverResult.tw
+++ b/src/pregmod/eliteTakeOverResult.tw
@@ -62,7 +62,7 @@
 			<<link "Yes">>
 				<<set $rep += 500, $eliteLeft -= 1>>
 				<<replace "#choice1">>
-					For a second your acceptance shocks them. Once they recover they are very grateful. "Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, I'll make sure to look after _himU. Soon the story spreads of the kind arcology owner, enhancing your reputation.
+					For a second your acceptance shocks them. Once they recover they are very grateful. "Thank you <<= properTitle()>>, I'll make sure to look after _himU." Soon the story spreads of the kind arcology owner, enhancing your reputation.
 				<</replace>>
 			<</link>>
 		</span>
@@ -75,7 +75,7 @@
 		<<else>>
 			Two soldiers decide to double team an elite; one breaks out their knife and begins to make little breaks in the elite's skin while the other soldier facefucks them.
 		<</if>>
-		Another soldier takes a particular interest in an elite and politely asks you "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> can I keep _himU?"
+		Another soldier takes a particular interest in an elite and politely asks you "<<= properTitle()>>, can I keep _himU?"
 		<br><span id="choice1">
 			<<link "No">>
 				<<set _SFHappyEverAfter = 0>>
@@ -87,7 +87,7 @@
 			<<link "Yes">>
 				<<set $rep += 500, $eliteLeft -= 1, _SFHappyEverAfter = 1>>
 				<<replace "#choice1">>
-					For a second your acceptance shocks them. Once they recover they are very grateful. "Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, I'll make sure to look after _himU. Soon the story spreads of the kind arcology owner, enhancing your reputation.
+					For a second your acceptance shocks them. Once they recover they are very grateful. "Thank you <<= properTitle()>>, I'll make sure to look after _himU." Soon the story spreads of the kind arcology owner, enhancing your reputation.
 				<</replace>>
 			<</link>>
 		</span>
diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw
index 8acd1ee299e896a15e60fe71c06f6faac5798c10..3acfef149d7ee333758e44cb9200dec37138adee 100644
--- a/src/pregmod/fFeet.tw
+++ b/src/pregmod/fFeet.tw
@@ -321,7 +321,7 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to
 		$He does $his best to please you from $his position on $his side, massaging your cock nicely.
 	<<else>>
 		<<if ($activeSlave.trust < -50)>>
-			$His lack of trust causes $him to ask <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> "is this pleasurable for you?", spoiling the moment.
+			$His lack of trust causes $him to ask "<<= properTitle()>>, is this pleasurable for you?", spoiling the moment.
 		<<else>>
 			$He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock.
 		<</if>>
diff --git a/src/pregmod/fLickPussy.tw b/src/pregmod/fLickPussy.tw
index d9eb207f270f607bd6ce381047ee1d21ced40b0b..c02878e2d340f357c7fe08d2a26c01ef5fba3faa 100644
--- a/src/pregmod/fLickPussy.tw
+++ b/src/pregmod/fLickPussy.tw
@@ -2,6 +2,7 @@
 
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
+<<setPlayerPronouns>>
 
 <<set _devotion = $activeSlave.devotion>> /*for brevity*/
 
@@ -20,6 +21,6 @@
 	You have $activeSlave.slaveName brought into your office and placed on your couch.
 <</if>>
 
-After $he is situated, you go over to $him<<if $activeSlave.clothes != "no clothing">> and take off $his clothing, causing $him to <<if _devotion > 50>>give you a soft smile<<else>>give you an angry glare<</if>><</if>>. You suddenly grab $his hips and pull $his crotch to your face, causing $him to give a shriek of surprise. Looking at $him directly in the eyes, you begin to run your tongue along $his labia, drawing a soft moan from $him. The combination of the pleasure and the intense look from the <<if $PC.title == 0>>wo<</if>>man $he<<if _devotion > 95>> loves <<elseif _devotion > 50>>'s accepted as $his <<= WrittenMaster($activeSlave)>><<else>> hates/*not sure what to use for "reluctant"*/<</if>> makes $him blush, but you don't let up. You give $his clit a few expiremental tweaks, causing $his moans to intensify<<if canWalk($activeSlave)>> and $his legs to tighten around your head<</if>>. Before $he cums, though, you pull back, causing $him to whine in frustration. You begin again, then pull back again just before $he orgasms. You repeat this several more times, each time causing $him to become more and more frustrated. Finally, one last stroke of your tongue causes $him to go over the edge, making $him scream out <<if _devotion > 50>>your name<</if>> in ecstasy. You send $him back to $his assignment before calling in another slave to clean up the mess.
+After $he is situated, you go over to $him<<if $activeSlave.clothes != "no clothing">> and take off $his clothing, causing $him to <<if _devotion > 50>>give you a soft smile<<else>>give you an angry glare<</if>><</if>>. You suddenly grab $his hips and pull $his crotch to your face, causing $him to give a shriek of surprise. Looking at $him directly in the eyes, you begin to run your tongue along $his labia, drawing a soft moan from $him. The combination of the pleasure and the intense look from the _womanP $he<<if _devotion > 95>> loves <<elseif _devotion > 50>>'s accepted as $his <<= WrittenMaster($activeSlave)>><<else>> hates/*not sure what to use for "reluctant"*/<</if>> makes $him blush, but you don't let up. You give $his clit a few experimental tweaks, causing $his moans to intensify<<if canWalk($activeSlave)>> and $his legs to tighten around your head<</if>>. Before $he cums, though, you pull back, causing $him to whine in frustration. You begin again, then pull back again just before $he orgasms. You repeat this several more times, each time causing $him to become more and more frustrated. Finally, one last stroke of your tongue causes $him to go over the edge, making $him scream out <<if _devotion > 50>>your name<</if>> in ecstasy. You send $him back to $his assignment before calling in another slave to clean up the mess.
 
 <<set $activeSlave.vaginalCount++, $vaginalTotal++>>
\ No newline at end of file
diff --git a/src/pregmod/fPat.tw b/src/pregmod/fPat.tw
index 0a0a199c3eb34aff4f7ae3017c6efa4cf764b9a8..d8b1ecea663dfc7911e1d55567368f91e4ef16cc 100644
--- a/src/pregmod/fPat.tw
+++ b/src/pregmod/fPat.tw
@@ -3,6 +3,7 @@
 <<run Enunciate($activeSlave)>>
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
+<<setPlayerPronouns>>
 
 You tell $activeSlave.slaveName to
 <<if ($activeSlave.amp != 1)>>
@@ -30,41 +31,41 @@ You tell $activeSlave.slaveName to
 <<elseif ($activeSlave.relationship == -2)>>
 	$He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply
 	<<if canSee($activeSlave)>>
-		into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and $his eyes flick downward after a moment.
+		into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment.
 	<<else>>
-		upon $his face. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and after a moment glances away.
+		upon $his face. $He finds the intense look from the _womanP $he loves overwhelming, and after a moment glances away.
 	<</if>>
 	$He blushes furiously.
 <<elseif $activeSlave.relationship == -3>>
 	<<if $activeSlave.fetish == "mindbroken">>
 		$He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty $activeSlave.eyeColor eyes. $He shows no reaction
 	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-		$He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the <<if $PC.title == 1>>man<<else>>woman<</if>> who married $him. Once $he's close, you hold $his face in your palms and gaze
+		$He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and gaze
 		<<if canSee($activeSlave)>>
-			deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
+			deeply into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
 		<<else>>
-			upon $his face. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to affirming, and looks down with a smile.
+			upon $his face. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile.
 		<</if>>
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
 		$He complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his tearful $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to disturbing, and breaks eye contact.
+			into $his tearful $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and breaks eye contact.
 		<<else>>
-			upon $his face. $He can feel the intense gaze of the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to, and finds it disturbing. $He quickly turns $his face away.
+			upon $his face. $He can feel the intense gaze of the _womanP $he's forcibly married to, and finds it disturbing. $He quickly turns $his face away.
 		<</if>>
 	<<elseif $activeSlave.devotion < -20>>
 		$He complies out of fear. Once $he's close, you hold $his quivering face in your palms and take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his teary $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to terrifying, and quickly breaks eye contact.
+			into $his teary $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and quickly breaks eye contact.
 		<<else>>
-			upon $his tear-streaked face. $He can feel the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's forcibly married to, and it is horrifying, causing $him to turn $his face away after only a moment.
+			upon $his tear-streaked face. $He can feel the intense look from the _womanP $he's forcibly married to, and it is horrifying, causing $him to turn $his face away after only a moment.
 		<</if>>
 	<<else>>
 		$He complies obediently. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply
 		<<if canSee($activeSlave)>>
-			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
+			into $his $activeSlave.eyeColor eyes. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
 		<<else>>
-			upon $his face. The intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he's married to is reassuring to $him, and $he looks down with a slight smile.
+			upon $his face. The intense look from the _womanP $he's married to is reassuring to $him, and $he looks down with a slight smile.
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.devotion > 75)>>
@@ -118,9 +119,9 @@ You walk around $him, drawing closer and slowly resting your hand on $his head.
 <<if ($activeSlave.fetish == "mindbroken")>>
 	Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your poor mentally shattered slave's inability to resist you. $He initially reacts slightly to your physical touch, but soon stops reacting completely. Nevertheless, you continue to gingerly stroke $his <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>shaven scalp <<else>>hair <</if>>, as you gently press $his body into your chest<<if $activeSlave.amp == 1>> and onto your lap<</if>>. The warmth from your slave's body, and the action of petting $his head, combined with the sound of $his breathing, allow you to feel more relaxed by the minute.
 <<elseif ($activeSlave.relationship == -3) && $activeSlave.devotion+$activeSlave.trust >= 175>>
-	Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your slave's utterly willing submission. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> and finally onto your lap<</if>>, relaxing as $he feels your caress. As $he shifts $his weight to your chest, $he feels all of the daily stresses of the day melt away, and a deep, happy sigh escapes $his lips. You smile fondly, allowing all of the troubles of being an arcology owner dissipate, in a similar fashion to your slave. For now, just for now, you are just a <<if $PC.title == 1>>man and his <<else>>woman and her <</if>>devoted and content wife.
+	Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your slave's utterly willing submission. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> and finally onto your lap<</if>>, relaxing as $he feels your caress. As $he shifts $his weight to your chest, $he feels all of the daily stresses of the day melt away, and a deep, happy sigh escapes $his lips. You smile fondly, allowing all of the troubles of being an arcology owner dissipate, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content wife.
 <<elseif ($activeSlave.relationship == -2)>>
-	Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat $his head. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a <<if $PC.title == 1>>man and his <<else>>woman and her<</if>>devoted and content servant.
+	Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat $his head. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content servant.
 <<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.amp != 1)>>
 	As you start to touch $him $he smiles at you and takes your hand, following its movements. You tenderly and lovingly kiss it and let it rest on the side of $his head, before continuing with your ministrations. As opposed to your more submissive slaves, $activeSlave.slaveName takes an active role in your petting, gently guiding where your hand goes along $his head. You enjoy the feel of $his hand on yours, as well as $his <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>smooth scalp<<else>> hair<</if>>.
 <<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 99feb3a3b65ff34024452e051bf4991aa9f1af51..dda38945bb0ec4846390b883d7634d5c458a52f3 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -484,9 +484,9 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 				<</if>>
 			<</for>>
 			<<if $tanks[$i].genes == "XX">>
-				Being a natural girl $he possesses a functional vagina and ovaries, you can:
+				Being a natural $girl, $he possesses a functional vagina and ovaries, you can:
 			<<else>>
-				Being a natural boy he possesses a functional penis and balls, you can:
+				Being a natural $girl, $he possesses a functional penis and balls, you can:
 			<</if>>
 			<br>
 			<<if $tanks[$i].ovaries == 0 && $tankOrgans.ovaries != 1>>
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index 9e1a1413cc670b4228817202da2effcdea3fae91..0b1a07cbcf4b9e2e523a34e2cf0021627222d8b4 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -272,7 +272,7 @@ You ponder what skills may be useful in running your arcology.
 <</if>>
 
 <br><br>
-On formal occasions, you are announced as $PCTitle. By slaves, however, you prefer to be called <<if ndef $PC.customTitle>><<if $PC.title == 1>>Master<<else>>Mistress<</if>><<else>>$PC.customTitle, or $PC.customTitleLisp, by those slaves incapable of saying $PC.customTitle correctly<</if>>.
+On formal occasions, you are announced as $PCTitle. By slaves, however, you prefer to be called <<= properMaster()>>.
 <span id="result">
 <<if ndef $PC.customTitle>>
 	<br><<link "Set a custom title for slaves to address you">>
diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw
index a058ded2f6c76dfb7c858fdbc5c138113f61cf23..1956289f5e23f013a82bd6766c6b0b91ef05b135 100644
--- a/src/pregmod/pRaped.tw
+++ b/src/pregmod/pRaped.tw
@@ -22,90 +22,90 @@ While returning from a meeting with a prospective investor, an unfortunate wrong
 <<switch $PC.career>>
 <<case "wealth">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, how much did you have to pay for these babies?" He smirks as he gropes your breasts.
+		"Nice and supple, how much did you have to pay for these babies?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"Couldn't afford an abortion after you took over? How sad." He chuckles as he rubs your pregnant belly.
+		"Couldn't afford an abortion after you took over? How sad." he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"Went with the full package didn't you?" He mocks as he flicks the tip of your stiffening cock.
+		"Went with the full package didn't you?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <<case "capitalist">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, bet these got you some great deals with guys, didn't they?" He smirks as he gropes your breasts.
+		"Nice and supple, bet these got you some great deals with guys, didn't they?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"Sleeping with guys to close deals? Such a slut." He chuckles as he rubs your pregnant belly.
+		"Sleeping with guys to close deals? Such a slut," he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"Guess you fuck people over in more ways than one, don't you?" He mocks as he flicks the tip of your stiffening cock.
+		"Guess you fuck people over in more ways than one, don't you?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <<case "engineer">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, did the other engineers care about your designs or just your tits?" He smirks as he gropes your breasts.
+		"Nice and supple, did the other engineers care about your designs or just your tits?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"I can see why your designs were so popular, you fucked your way into the spotlight!" He chuckles as he rubs your pregnant belly.
+		"I can see why your designs were so popular, you fucked your way into the spotlight!" he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"Well you do know how to erect things don't you?" He mocks as he flicks the tip of your stiffening cock.
+		"Well you do know how to erect things don't you?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <<case "medicine">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, did you implant them yourself?" He smirks as he gropes your breasts.
+		"Nice and supple, did you implant them yourself?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
 		<<if $PC.dick > 0>>
-			"Look at that belly! I bet you inseminated yourself with your own seed." He chuckles as he rubs your pregnant belly.
+			"Look at that belly! I bet you inseminated yourself with your own seed," he chuckles as he rubs your pregnant belly.
 		<<else>>
-			"I see how you work. Mess up a surgery and give the guy a pity fuck. Surprised you couldn't get their spawn out of your belly though. Guess you aren't that good of a surgeon." He chuckles as he rubs your pregnant belly.
+			"I see how you work. Mess up a surgery and give the guy a pity fuck. Surprised you couldn't get their spawn out of your belly though. Guess you aren't that good of a surgeon," he chuckles as he rubs your pregnant belly.
 		<</if>>
 	<</if>>
 	<<if $PC.dick > 0>>
-		"I'm impressed. Your woman impression is quite good. Did you do the surgery yourself?" He mocks as he flicks the tip of your stiffening cock. "Still going to fuck you though."
+		"I'm impressed. Your woman impression is quite good. Did you do the surgery yourself?" he mocks as he flicks the tip of your stiffening cock. "Still going to fuck you though."
 	<</if>>
 <<case "celebrity">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, I wonder how many guys jacked off to your pictures?" He smirks as he gropes your breasts.
+		"Nice and supple, I wonder how many guys jacked off to your pictures?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"I can see how you got so popular!" He chuckles as he rubs your pregnant belly.
+		"I can see how you got so popular!" he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"How much tape did it take to hold this guy down?" He mocks as he flicks the tip of your stiffening cock.
+		"How much tape did it take to hold this guy down?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <<case "escort">>
 	<<if $PC.boobs > 0>>
-		"Nice and soft, how many dicks have been between these babies?" He smirks as he gropes your breasts.
+		"Nice and soft, how many dicks have been between these babies?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"What kind of whore doesn't know about protection?" He chuckles as he rubs your pregnant belly.
+		"What kind of whore doesn't know about protection?" he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"So, did you ever get to use this when you were a prostitute?" He mocks as he flicks the tip of your stiffening cock.
+		"So, did you ever get to use this when you were a prostitute?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <<case "servant">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, bet your master spent a fortune making these so nice." He smirks as he gropes your breasts.
+		"Nice and supple, bet your master spent a fortune making these so nice," he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"Holding on to your master's final gift are you?" He chuckles as he rubs your pregnant belly.
+		"Holding on to your master's final gift are you?" he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"When your master first undressed you, what did he think of his 'girl'?" He mocks as he flicks the tip of your stiffening cock.
+		"When your master first undressed you, what did he think of his 'girl'?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <<case "BlackHat">>
 	<<if $PC.boobs > 0>>
-		"Nice and supple, what are the odds that I can find these babies on the internet?" He smirks as he gropes your breasts.
+		"Nice and supple, what are the odds that I can find these babies on the internet?" he smirks as he gropes your breasts.
 	<</if>>
 	<<if $PC.preg >= 20 || $PC.belly >= 5000>>
-		"You'd think someone so skilled at breaking security would understand protection themselves. Or did you trade your pussy for information?" He chuckles as he rubs your pregnant belly.
+		"You'd think someone so skilled at breaking security would understand protection themselves. Or did you trade your pussy for information?" he chuckles as he rubs your pregnant belly.
 	<</if>>
 	<<if $PC.dick > 0>>
-		"Trying to catch a signal with that?" He mocks as he flicks the tip of your stiffening cock.
+		"Trying to catch a signal with that?" he mocks as he flicks the tip of your stiffening cock.
 	<</if>>
 <</switch>>
-	Finally he reaches your moistening pussy. "Already wet are we? Glad you know your place." He states as he pulls your clothes off and bends you over.
+	Finally he reaches your moistening pussy. "Already wet are we? Glad you know your place," he states as he pulls your clothes off and bends you over.
 <br><br>
 You can feel the head of his cock teasing your pussy lips; you hope it feels bigger than it really is. As he struggles to force it into you, you regret thinking about it. He must have undergone surgery or something because he fills you completely. You feel weak just from him sticking it in, you can't fathom what will happen once he starts thrusting. You soon find out as he wastes no time starting slow. He violently rams his oversized cock deep into you, threatening to penetrate your cervix with each thrust. He quickens his pace, fucking you like a beast.<<if $PC.preg < 1>><<if random(1,100) > 60>> His hand rises to your lips and forces something into your mouth. "Swallow it." You obey, hoping to just get this over with.<<set $PC.forcedFertDrugs += 3>><</if>> With one final thrust, he forces through your battered cervix and unloads in the depths of your <<if isPlayerFertile($PC)>>fertile <</if>>womb<<else>> With one final thrust, he forces it in as deep as he can into you and blows his seed deep in your aching cunt<</if>>. <<if $PC.preg >= 20 || $PC.belly >= 5000>>"Now your child will know what a real man's sperm is like!" <</if>>He shoves you to the ground, pussy gaping from the size of his shaft and leaking his huge load all over yourself. By the time you loosen your bindings, he is long gone.
 <br><br>
diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
index 4188f49d212613ae59d09f4ea53b039d60d8ffc1..1949cf35eaae64ad1608b366be6301d05af48a2f 100644
--- a/src/pregmod/rePregInventor.tw
+++ b/src/pregmod/rePregInventor.tw
@@ -628,7 +628,7 @@
 		You strip and put on one of the swimming outfits that are stored in the baths for your personal use, then slide yourself into the pool, squeezing in between its wall and your hyperswollen broodmother. The gel has a medicinal scent masked by lavender and is the perfect warmth to ease your muscles as you slide into it. Your skin tingles at its touch.
 		<br><br>
 		<<if canTalk($activeSlave)>>
-			"It'<<s>> curative jelly," your slave explains. "I'm <<s>>o big, now, it take<<s>> mo<<s>>t of the day to moi<<s>>turize my poor belly, even with help. With thi<<s>> jelly pool, it only takes a few minute<<s>>. I'm <<s>>ure thi<<s>> pool can help all <<s>>ort<<s>> of <<s>>lave<<s>> with big a<<ss>>et<<s>> <<s>>o that they can keep them<<s>>elve<<s>> looking pretty for their <<if $PC.title == 1>>ma<<s>>ter<<s>><<else>>mi<<s>>tre<<ss>>e<<s>><</if>>."
+			"It'<<s>> curative jelly," your slave explains. "I'm <<s>>o big, now, it take<<s>> mo<<s>>t of the day to moi<<s>>turize my poor belly, even with help. With thi<<s>> jelly pool, it only takes a few minute<<s>>. I'm <<s>>ure thi<<s>> pool can help all <<s>>ort<<s>> of <<s>>lave<<s>> with big a<<ss>>et<<s>> <<s>>o that they can keep them<<s>>elve<<s>> looking pretty for their <<Master>><</if>>."
 		<<else>>
 			<<if $activeSlave.amp == 0>>
 				$He motions to you, explaining in sign that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually.
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 5271a6a654a7114881152dc09b91329465fc4b18..811baa5d74889da7bed5bbb9a2178f0df9aabfb2 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -2,7 +2,12 @@
 
 <<set $nextButton = "Back", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "The Black Market">>
 
-You board your VTOL bird for the trip to the current location of the particularly exclusive, and quite lucrative, Black Market knowing full well that the trip may take far longer than anticipated; the market frequently relocates to shake the unwanted attention it inevitably gains. It's far easier than paying off authorities, especially with how outrageous their demands have become with the decline of the Old World. You're greeted by a gruff bouncer, already fully aware of just who you are and your permission to be there. "Check your weapons - No firearms allowed inside.<<if $Bodyguard != 0>> She may keep her blade," he gestures to $Bodyguard.slaveName, "but keep in mind. If you cause us trouble, you will not be going home in one piece.<<if $Bodyguard.amp <= -4>>" He taps his clearly bionic arm. "Disable her weapons systems. I know what she is capable of.<</if>><</if>>"
+<<if $Bodyguard != 0>>
+	<<setLocalPronouns $Bodyguard>>
+<</if>>
+<<setPlayerPronouns
+
+You board your VTOL bird for the trip to the current location of the particularly exclusive, and quite lucrative, Black Market knowing full well that the trip may take far longer than anticipated; the market frequently relocates to shake the unwanted attention it inevitably gains. It's far easier than paying off authorities, especially with how outrageous their demands have become with the decline of the Old World. You're greeted by a gruff bouncer, already fully aware of just who you are and your permission to be there. "Check your weapons - No firearms allowed inside.<<if $Bodyguard != 0>> $He may keep $his blade," he gestures to $Bodyguard.slaveName, "But keep in mind: if you cause us trouble, you will not be going home in one piece.<<if $Bodyguard.amp <= -4>>" He taps his clearly bionic arm. "Disable $his weapons systems. I know what $he is capable of.<</if>><</if>>"
 
 <br><br>
 
@@ -42,7 +47,7 @@ The main draw, however, is the prominent stage to the rear of the building where
 /* This could use a variety of scenes for who is currently at auction, possibly even with slave purchase */
 
 <br><br>
-Of all the wonders present, the thing that catches your eye the most is a shady looking stall with a somehow even shadier looking merchant; a merchant who is beckoning you to come over. "A prominent arcology owner like yourself wandering around in here can only be looking for one thing: New and exciting ways to spice up <<if $PC.title == 1>>his<<else>>her<</if>> slaves! I've got the hottest research and tech straight from the labs waiting for you to peruse and some of the 'hottest' tech straight out of the research labs if you catch my drift." He shuffles around behind the counter, pulling out a stack of papers.
+Of all the wonders present, the thing that catches your eye the most is a shady looking stall with a somehow even shadier looking merchant; a merchant who is beckoning you to come over. "A prominent arcology owner like yourself wandering around in here can only be looking for one thing: New and exciting ways to spice up _hisP slaves! I've got the hottest research and tech straight from the labs waiting for you to peruse and some of the 'hottest' tech straight out of the research labs if you catch my drift." He shuffles around behind the counter, pulling out a stack of papers.
 
 <br>
 
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index 598898f43b64f6ac0bf732a04091fb79415e6146..1220dd67e24522f91318f8632ecec51cad708cfd 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -272,6 +272,11 @@
 	<<set _heA = $assistantPronouns.pronoun>>
 	<<set _himA = $assistantPronouns.object>>
 	<<set _himselfA = $assistantPronouns.objectReflexive>>
+	<<if _girlA == "girl">>
+		<<set _womanA = "woman", _loliA = "loli", _womenA = "women">>
+	<<else>>
+		<<set _womanA = "man", _loliA = "shota", _womenA = "men">>
+	<</if>>
 
 	<<set _GirlA = capFirstChar(_girlA)>>
 	<<set _HisA = capFirstChar(_hisA)>>
@@ -286,6 +291,11 @@
 	<<set _heM = $marketAssistantPronouns.pronoun>>
 	<<set _himM = $marketAssistantPronouns.object>>
 	<<set _himselfM = $marketAssistantPronouns.objectReflexive>>
+	<<if _girlM == "girl">>
+		<<set _womanM = "woman", _loliM = "loli", _womenM = "women">>
+	<<else>>
+		<<set _womanM = "man", _loliM = "shota", _womenM = "men">>
+	<</if>>
 
 	<<set _GirlM = capFirstChar(_girlM)>>
 	<<set _HisM = capFirstChar(_hisM)>>
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index b0c915bcc8690594b7b188b298ae1e1b3f6f05ad..76c67f66ddc234213314fd8427322d225a20e549 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -310,7 +310,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to
 <<link "Use $his ass as $he looks after $himself">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind $him; the first thing to touch $him is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against her asshole, since $he's nice and tall enough for standing anal. $He gasps a little and angles her hips to accept your cock.<<else>>her lower back, since $he's shorter than you. $He gasps a little and hikes $himself up on tiptoe to accept your cock.<</if>> As $he feels you slide into her body $he whimpers with devotion, turning her upper body so $he can kiss $his <<= WrittenMaster()>> while _heP sodomizes $him. <<if !canTalk($activeSlave)>>$He uses gestures to thank you for making her feel like the milkers do.<<else>>"<<S>>o thi<<s>> i<<s>> how it feel<<s>> when I do them," $he whispers.<</if>> $He uses the lotion to masturbate while $he takes it, wincing whenever $he loses control and squeezes $his sore cock too hard. When you're done $he sinks to the bathroom floor in a boneless pool of @@.hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from her front<<if ($PC.dick == 0)>><<else>> and back<</if>>.
+	Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind $him; the first thing to touch $him is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against $his asshole, since $he's nice and tall enough for standing anal. $He gasps a little and angles $his hips to accept your cock.<<else>>$his lower back, since $he's shorter than you. $He gasps a little and hikes $himself up on tiptoe to accept your cock.<</if>> As $he feels you slide into $his body $he whimpers with devotion, turning $his upper body so $he can kiss $his <<= WrittenMaster()>> while _heP sodomizes $him. <<if !canTalk($activeSlave)>>$He uses gestures to thank you for making $him feel like the milkers do.<<else>>"<<S>>o thi<<s>> i<<s>> how it feel<<s>> when I do them," $he whispers.<</if>> $He uses the lotion to masturbate while $he takes it, wincing whenever $he loses control and squeezes $his sore cock too hard. When you're done $he sinks to the bathroom floor in a boneless pool of @@.hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from $his front<<if ($PC.dick == 0)>><<else>> and back<</if>>.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 688eacac07c7a85936bf25160a6d355ebdc1142e..cd65de53ec19d25d7a546af49554719a881fe996 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -3784,7 +3784,7 @@ As another long week draws to a close, <<EventNameLink $activeSlave>> happens to
 
 One afternoon, $assistantName informs you $he that $he has a non-urgent matter that you might be interested in overseeing personally.
 <<if $assistant > 0>>
-	_HisA $assistantAppearance avatar looks unusually curious. "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," _heA says, "a group of tourists have just entered the arcology. They seem strangely enthralled by <<EventNameLink $activeSlave>>." Before you can ask why _heA deemed this important enough news to draw your attention to, _heA continues, "They're not using $him or anything. Just look." _HeA
+	_HisA $assistantAppearance avatar looks unusually curious. "<<= properTitle()>>," _heA says, "a group of tourists have just entered the arcology. They seem strangely enthralled by <<EventNameLink $activeSlave>>." Before you can ask why _heA deemed this important enough news to draw your attention to, _heA continues, "They're not using $him or anything. Just look." _HeA
 <<else>>
 	It announces that a group of tourists have just entered the arcology, and seem unusually enthralled by <<EventNameLink $activeSlave>>. Before you can ask why _heA's bothering you with this, _heA continues, "A business opportunity may exist," and
 <</if>>
@@ -8443,7 +8443,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <<link "Carry $him over to your work">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	Since you're so busy, you find a way of working and seeing to your sex toy both. You scoop $him up, eliciting whimpers of joy at the impending relief, <<if $PC.dick == 0>>and move over to the couch so you can work lying down. You sit $him on top of you, reversed so $his head is between your legs for a little oral service, and slide a dildo up $his butt so you can sodomize $his at leisure when you have a spare moment.<<else>>and sit back down at your desk. You slide $him onto your erect member and carefully secure $him with a few straps so $he can serve as your living cocksleeve as you see to your business.<</if>> There isn't much thrusting as you continue with your affairs, but $he's so horny $he doesn't need it. @@.hotpink;$He has become more submissive to you.@@ There's no telling what the day's faceless business interlocutors would think if they knew the person on the other side of their communications had <<if $PC.dick == 0>>a limbless slave gently sucking their clit while they spoke with them<<else>>his cock inside a limbless slave as he dealt with them<</if>>.
+	Since you're so busy, you find a way of working and seeing to your sex toy both. You scoop $him up, eliciting whimpers of joy at the impending relief, <<if $PC.dick == 0>>and move over to the couch so you can work lying down. You sit $him on top of you, reversed so $his head is between your legs for a little oral service, and slide a dildo up $his butt so you can sodomize $his at leisure when you have a spare moment.<<else>>and sit back down at your desk. You slide $him onto your erect member and carefully secure $him with a few straps so $he can serve as your living cocksleeve as you see to your business.<</if>> There isn't much thrusting as you continue with your affairs, but $he's so horny $he doesn't need it. @@.hotpink;$He has become more submissive to you.@@ There's no telling what the day's faceless business interlocutors would think if they knew the person on the other side of their communications had <<if $PC.dick == 0>>a limbless slave gently sucking _hisP clit while they spoke with _himP<<else>>_hisP cock inside a limbless slave as _heP dealt with them<</if>>.
 	<<set $activeSlave.devotion += 4, $activeSlave.analCount++, $analTotal++>>
 	<</replace>>
 <</link>>
@@ -15982,23 +15982,23 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<if ($activeSlave.fetishKnown == 0) || ($activeSlave.fetish == "none")>>
 		making love to an avatar of $activeSlave.slaveName.
 	<<elseif $activeSlave.fetish == "buttslut">>
-		fucking an avatar of $activeSlave.slaveName up the ass. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and the slave's avatar, which is a little overwhelmed, waves weakly.
+		fucking an avatar of $activeSlave.slaveName up the ass. "Excellent idea, <<= properTitle()>>," _heA says, and the slave's avatar, which is a little overwhelmed, waves weakly.
 		<<if canDoAnal($activeSlave)>>
 			<<set $activeSlave.analCount++, $analTotal++>>
 		<</if>>
 	<<elseif $activeSlave.fetish == "cumslut">>
-		getting oral from an avatar of $activeSlave.slaveName. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and the slave's avatar waves, since $his mouth is full.
+		getting oral from an avatar of $activeSlave.slaveName. "Excellent idea, <<= properTitle()>>," _heA says, and the slave's avatar waves, since $his mouth is full.
 		<<set $activeSlave.oralCount++, $oralTotal++>>
 	<<elseif $activeSlave.fetish == "sadist">>
-		getting spanked by an avatar of $activeSlave.slaveName. "Oh, ah, e-excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, ow," $he says, and the slave's avatar waves.
+		getting spanked by an avatar of $activeSlave.slaveName. "Oh, ah, e-excellent idea, <<= properTitle()>>, ow," _heA says, and the slave's avatar waves.
 	<<elseif $activeSlave.fetish == "masochist">>
-		raining spanks on an avatar of $activeSlave.slaveName as it kisses and licks $his lower legs. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and the slave's avatar waves weakly, since $his mouth is busy.
+		raining spanks on an avatar of $activeSlave.slaveName as it kisses and licks $his lower legs. "Excellent idea, <<= properTitle()>>," _heA says, and the slave's avatar waves weakly, since $his mouth is busy.
 		<<set $activeSlave.oralCount++, $oralTotal++>>
 	<<elseif $activeSlave.fetish == "dom">>
-		getting fucked by an avatar of $activeSlave.slaveName. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and the slave's avatar waves cheerily.
+		getting fucked by an avatar of $activeSlave.slaveName. "Excellent idea, <<= properTitle()>>," _heA says, and the slave's avatar waves cheerily.
 		<<set $activeSlave.penetrativeCount++, $penetrativeTotal++>>
 	<<elseif $activeSlave.fetish == "submissive">>
-		along with a crowd of copies of $himself. They're gangbanging an avatar of $activeSlave.slaveName. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and the slave's avatar waves weakly.
+		along with a crowd of copies of $himself. They're gangbanging an avatar of $activeSlave.slaveName. "Excellent idea, <<= properTitle()>>," _heA says, and the slave's avatar waves weakly.
 		<<set $activeSlave.oralCount += 5, $oralTotal += 5>>
 		<<if canDoAnal($activeSlave)>>
 			<<set $activeSlave.analCount += 5, $analTotal += 5>>
@@ -16007,14 +16007,14 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			<<set $activeSlave.vaginalCount += 5, $vaginalTotal += 5>>
 		<</if>>
 	<<elseif $activeSlave.fetish == "boobs">>
-		kissing and sucking the nipples of an avatar of $activeSlave.slaveName. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he breaks off to say, and the slave's avatar waves.
+		kissing and sucking the nipples of an avatar of $activeSlave.slaveName. "Excellent idea, <<= properTitle()>>," _heA breaks off to say, and the slave's avatar waves.
 		<<set $activeSlave.mammaryCount++, $mammaryTotal++>>
 	<<elseif $activeSlave.fetish == "pregnancy">>
 		<<switch $assistantAppearance>>
 		<<case "goddess" "hypergoddess" "incubus" "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			fucking a heavily pregnant avatar of $activeSlave.slaveName, each thrust producing the lewd sound of a cum-filled hole being fucked. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, thrusting hard and swelling $his partner's belly a bit more; the slave's avatar, which is a little overwhelmed and very full, waves weakly, before returning $his hand to $his overfilled middle.
+			fucking a heavily pregnant avatar of $activeSlave.slaveName, each thrust producing the lewd sound of a cum-filled hole being fucked. "Excellent idea, <<= properTitle()>>," _heA says, thrusting hard and swelling $his partner's belly a bit more; the slave's avatar, which is a little overwhelmed and very full, waves weakly, before returning $his hand to $his overfilled middle.
 		<<default>>
-			fucking an avatar of $activeSlave.slaveName, each thrust producing the lewd sound of a cum-filled hole being fucked. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and the slave's avatar, which is a little overwhelmed, waves weakly.
+			fucking an avatar of $activeSlave.slaveName, each thrust producing the lewd sound of a cum-filled hole being fucked. "Excellent idea, <<= properTitle()>>," _heA says, and the slave's avatar, which is a little overwhelmed, waves weakly.
 		<</switch>>
 		<<if canDoVaginal($activeSlave)>>
 			<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
@@ -16022,7 +16022,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 			<<set $activeSlave.analCount++, $analTotal++>>
 		<</if>>
 	<<else>>
-		making sweet love to an avatar of $activeSlave.slaveName, in the missionary position. "Excellent idea, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, and then goes back to kissing the slave's delighted avatar.
+		making sweet love to an avatar of $activeSlave.slaveName, in the missionary position. "Excellent idea, <<= properTitle()>>," _heA says, and then goes back to kissing the slave's delighted avatar.
 		<<if canDoVaginal($activeSlave)>>
 			<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
 		<<else>>
@@ -17215,12 +17215,12 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 <br><<link "Enslave them all">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You seize a tablet and hurry out of your office, working furiously and using every feature of $assistantName to the utmost. These bitches have offended you, and you quickly frame the structure of an appropriate revenge. By the time you get to where $activeSlave.slaveName is still being heckled by spoiled, drunken harpies, everyone else present in that arcology hall has mysteriously received urgent messages and gone elsewhere. $activeSlave.slaveName <<if canSee($activeSlave)>>sees you approach, and stares at you<<else>>recognizes your dominant footsteps approaching, and turns to face you<</if>>, $his sudden intense look alerting your vile little guests to your presence. One of them attempts to frame an insult for the interloper, but one of $his friends pokes $his in the side and whispers something in your ear and $he goes silent, staring at you with wide eyes.
-	<<if $PC.title != 1>>$He then winces, visibly realizing that you're likely aware that $he called $activeSlave.slaveName's owner $his Master. Somehow, the mistake seems important to $him now that you're standing here, effortlessly dominating the space for all your femininity.<</if>>
+	You seize a tablet and hurry out of your office, working furiously and using every feature of $assistantName to the utmost. These bitches have offended you, and you quickly frame the structure of an appropriate revenge. By the time you get to where $activeSlave.slaveName is still being heckled by spoiled, drunken harpies, everyone else present in that arcology hall has mysteriously received urgent messages and gone elsewhere. $activeSlave.slaveName <<if canSee($activeSlave)>>sees you approach, and stares at you<<else>>recognizes your dominant footsteps approaching, and turns to face you<</if>>, $his sudden intense look alerting your vile little guests to your presence. One of them attempts to frame an insult for the interloper, but one of her friends pokes her in the side and whispers something in her ear and she goes silent, staring at you with wide eyes.
+	<<if $PC.title != 1>>She then winces, visibly realizing that you're likely aware that she called $activeSlave.slaveName's owner $his Master. Somehow, the mistake seems important to her now that you're standing here, effortlessly dominating the space for all your femininity.<</if>>
 	<br><br>
-	You hold the tablet out to them wordlessly. It's displaying security footage of the three of them, boarding a public VTOL transport for another arcology nearby. The prominent timestamp is thirty minutes in the future. The scene changes, showing them partying in one of that arcology's nightclubs. You clear your throat, dragging their attention away from the counterfeited footage, and describe in detail the other evidence - tickets, identification checks, biometrics - that will prove they left your arcology and visited two others before regrettably disappearing. One of them tries, with utter predictability, to threaten you with $his father, but you tell $him bluntly that if he does make the effort, he'll be looking in the wrong place.
+	You hold the tablet out to them wordlessly. It's displaying security footage of the three of them, boarding a public VTOL transport for another arcology nearby. The prominent timestamp is thirty minutes in the future. The scene changes, showing them partying in one of that arcology's nightclubs. You clear your throat, dragging their attention away from the counterfeited footage, and describe in detail the other evidence - tickets, identification checks, biometrics - that will prove they left your arcology and visited two others before regrettably disappearing. One of them tries, with utter predictability, to threaten you with her father, but you tell her bluntly that if he does make the effort, he'll be looking in the wrong place.
 	<br><br>
-	"We shouldn't have come here," one of them says dully. $He's wrong in that they would have had no trouble at all if they hadn't offended you, but right in that here, they put themselves entirely under your power. Tourists would never visit if this were widely known, but fortunately, you've been successful at concealing this. They begin to cry, and then to beg, and then the drones bag them and take them away.
+	"We shouldn't have come here," one of them says dully. She's wrong in that they would have had no trouble at all if they hadn't offended you, but right in that here, they put themselves entirely under your power. Tourists would never visit if this were widely known, but fortunately, you've been successful at concealing this. They begin to cry, and then to beg, and then the drones bag them and take them away.
 	<<set $cash -= 25000>>
 	<<for _ress = 0; _ress < 3; _ress++>>
 		<<set $oneTimeDisableDisability = 1>>
@@ -17306,7 +17306,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 				<<for _ress = 0; _ress < $slaves.length; _ress++>><<if $slaves[_ress].origin == _origin>><<set $slaves[_ress].oralCount += 20>><</if>><</for>>
 				<<set $oralTotal += 60>>
 			<<case "sadist">>
-				Their tears aren't a means for $him; they're an end. $He extracts them with greed, enjoying the sensation of being <<if $eventSlave.dick > 0>>sucked off<<elseif $activeSlave.vagina == -1>>rimmed<<else>>eaten out<</if>> by one sobbing rich bitch while $he forces another to spank $his friend's pussy.
+				Their tears aren't a means for $him; they're an end. $He extracts them with greed, enjoying the sensation of being <<if $eventSlave.dick > 0>>sucked off<<elseif $activeSlave.vagina == -1>>rimmed<<else>>eaten out<</if>> by one sobbing rich bitch while $he forces another to spank her friend's pussy.
 				<<for _ress = 0; _ress < $slaves.length; _ress++>><<if $slaves[_ress].origin == _origin>><<set $slaves[_ress].oralCount += 10>><</if>><</for>>
 				<<set $slaves[$slaveIndices[$eventSlave.ID]].oralCount += 10>>
 				<<set $oralTotal += 60>>
diff --git a/src/uncategorized/assistantEvents.tw b/src/uncategorized/assistantEvents.tw
index e031cd6f9a526fbdee55bccd03d201b72fbcea3d..b4ea0e0da8c94d485f447f20d3195091660e8f8e 100644
--- a/src/uncategorized/assistantEvents.tw
+++ b/src/uncategorized/assistantEvents.tw
@@ -6,6 +6,7 @@
 
 <<if $seeImages == 1>><<= assistantArt(3)>><</if>>
 
+<<setNonlocalPronouns $seeDicks>>
 <<setAssistantPronouns>>
 <<switch $Event>>
 <<case "assistant">>
@@ -51,11 +52,11 @@ _HeA continues more seriously,
 	"You may have noticed that the smart implants you've got your slaves wearing are working a little bit better than when I was a boring old secretary type. I'm not a true artificial intelligence, but I can adapt with experience, and I've had a lot of lovely experience lately! Also, a lot of the computing power I use to be sexy helps me adapt smart piercings to individual slaves' sexualities."
 <</if>>
 <br><br>
-"One more thing, <<= properTitle()>>!" _HisA symbol flashes brightly. "I could stay like I am now, a hot voice with this symbol representing me when I need to show up on screens. Or, I could slip into something a little sexier. How about this?" The symbol vanishes, and is replaced by a cute little schoolgirl character. _HeA bounces up and down experimentally. "This appearance would work best with an excited voice," she exclaims. _HeA blows you a kiss. The schoolgirl's body shrinks down and all _hisA clothing falls off. A small pair of wings pops out from the pile of clothes and a fairy stands up. "Or I could be your tiny and adorable fairy companion!" _HeA shouts excitedly while waving _hisA arms.
+"One more thing, <<= properTitle()>>!" _HisA symbol flashes brightly. "I could stay like I am now, a hot voice with this symbol representing me when I need to show up on screens. Or, I could slip into something a little sexier. How about this?" The symbol vanishes, and is replaced by a cute little schoolgirl character. _HeA bounces up and down experimentally. "This appearance would work best with an excited voice," _heA exclaims. _HeA blows you a kiss. The schoolgirl's body shrinks down and all _hisA clothing falls off. A small pair of wings pops out from the pile of clothes and a fairy stands up. "Or I could be your tiny and adorable fairy companion!" _HeA shouts excitedly while waving _hisA arms.
 <<if $seePreg != 0>>
-	The fairy's belly begins to swell out, _hisA breasts getting puffier and leaking a drop of milk. "Or maybe you want your little buddy to be filled with adorable little babies, you little minx" she playfully teases.
+	The fairy's belly begins to swell out, _hisA breasts getting puffier and leaking a drop of milk. "Or maybe you want your little buddy to be filled with adorable little babies, you little minx" _heA playfully teases.
 <</if>>
-The fairy rapidly grows to adult size, becomes curvier and more mature, _hisA hair pulls itself back into a bun, and _hisA clothes change into a business suit. A pair of glasses appears on _hisA nose, and she looks at you over their tops. "Or I could be businesslike. And mature." _HeA snaps _hisA fingers, and _hisA bun falls away into long flowing locks.
+The fairy rapidly grows to adult size, becomes curvier and more mature, _hisA hair pulls itself back into a bun, and _hisA clothes change into a business suit. A pair of glasses appears on _hisA nose, and _heA looks at you over their tops. "Or I could be businesslike. And mature." _HeA snaps _hisA fingers, and _hisA bun falls away into long flowing locks.
 <<if $seePreg != 0>>
 	_HisA body glows and swells, tearing out of _hisA suit with the pregnant figure of an ancient goddess. "Or I could be beautiful and fertile while caring for your slaves."
 	<<if $seeHyperPreg == 1>>
@@ -69,10 +70,10 @@ The fairy rapidly grows to adult size, becomes curvier and more mature, _hisA ha
 		_HeA moans and rubs _hisA belly as it begins to expand with pregnancy. "Or maybe you like your little girls with a little bun in the oven?
 	<</if>>
 <</if>>
-With a flash, _hisA bulk shifts into rippling muscle. War tattoos appear on _hisA skin, along with bone ornaments and a loincloth. "Or I could be an amazon! Yes!" she shouts exultantly, and flexes.
+With a flash, _hisA bulk shifts into rippling muscle. War tattoos appear on _hisA skin, along with bone ornaments and a loincloth. "Or I could be an amazon! Yes!" _heA shouts exultantly, and flexes.
 <<if $seeDicks != 0>>
 	<br><br>
-	_HeA claps _hisA hands, and _hisA muscles fade, but not all the way. The tattoos vanish, and _hisA loincloth turns into a slutty bikini. _HisA breasts and behind grow, _hisA lips swell, and _hisA hair turns blonde. Finally, she grows a dick, and it keeps growing until it hangs past _hisA knees: or it would, if it weren't so erect. "Of course," she says seductively, "I could also be a bimbo dickgirl." _HeA orgasms, gasping, "Last one, I promise," and changes again. _HisA dick shrinks, thought not very far, and then splits into two members. _HisA skin pales to an off-white, and _hisA hair goes green and starts to writhe, turning into tentacle-hair. _HisA forehead sprouts a pair of horns that curve back along _hisA head. _HeA grins, displaying a cute pair of fangs. "I feel monstrous," she says, and stretches luxuriantly.
+	_HeA claps _hisA hands, and _hisA muscles fade, but not all the way. The tattoos vanish, and _hisA loincloth turns into a slutty bikini. _HisA breasts and behind grow, _hisA lips swell, and _hisA hair turns blonde. Finally, _heA grows a dick, and it keeps growing until it hangs past _hisA knees: or it would, if it weren't so erect. "Of course," _heA says seductively, "I could also be a bimbo dickgirl." _HeA orgasms, gasping, "Last one, I promise," and changes again. _HisA dick shrinks, thought not very far, and then splits into two members. _HisA skin pales to an off-white, and _hisA hair goes green and starts to writhe, turning into tentacle-hair. _HisA forehead sprouts a pair of horns that curve back along _hisA head. _HeA grins, displaying a cute pair of fangs. "I feel monstrous," _heA says, and stretches luxuriantly.
 <</if>>
 The character vanishes, and the symbol returns. "Ahem. What do you think, <<= properTitle()>>?"
 
@@ -116,7 +117,7 @@ One night, after a long day of sex and business, you're starting to think about
 <<case "schoolgirl">>
 	studently appearance
 <</switch>>
-of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" _HeA says excitedly, "I thought, with how you are shaping society itself, that I should do my part and follow your lead!" You continue to stare sleepily, prompting _himA to get to _hisA point. "I can adjust my appearance to better fit in with your society, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>; let me demonstrate." _HeA focuses intently for a moment and
+of your personal assistant pops up on the nearest screen. "<<= properTitle()>>!" _HeA says excitedly, "I thought, with how you are shaping society itself, that I should do my part and follow your lead!" You continue to stare sleepily, prompting _himA to get to _hisA point. "I can adjust my appearance to better fit in with your society, <<= properTitle()>>; let me demonstrate." _HeA focuses intently for a moment and
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
@@ -180,7 +181,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSRestart != "unset">>
 		adjusts _hisA appearance to involve chastity.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts herself to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _himselfA to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful and innocent appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -284,11 +285,11 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of _hisA breasts until they are almost as large as she is to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they are almost as large as _heA is to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		adjusts _hisA outfit to farmgirl turned businesswoman to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that _heA works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
 		adjusts _hisA appearance to be more rotund but no less tense to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
@@ -336,23 +337,23 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that _heA works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
 		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a respectable Roman _girlA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _girlA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _girlA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _girlA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _girlA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -392,17 +393,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman _girlA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _girlA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _girlA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _girlA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _girlA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -444,7 +445,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
 		adjusts _hisA outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
@@ -494,7 +495,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
 		adjusts _hisA outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
@@ -536,23 +537,23 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that _heA works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
 		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a respectable Roman _girlA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _girlA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _girlA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _girlA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _girlA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _girlA to conform with your vision of pursuing the Mandate of Heaven.
 <<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -560,49 +561,49 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<</if>>
 <<case "preggololi">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts _hisA appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to be more conservative, despite _hisA pregnancy, to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		adjusts _hisA appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power.
+		adjusts _hisA appearance to be more androgynous, despite _hisA pregnancy, to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
 		adjusts _hisA appearance to be even more feminine to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		adjusts _hisA appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		distends her pregnancy further to conform with your vision that all women should be pregnant.
+		distends _hisA pregnancy further to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		adjusts _hisA appearance to involve chastity, before running her hand across her belly and pondering what to do about it.
+		adjusts _hisA appearance to involve chastity, before running _hisA hand across _hisA belly and pondering what to do about it.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
 		adjusts _hisA appearance to look more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
+		inflates _hisA breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		adopts a more bullied appearance to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a slimmer appearance, despite her pregnancy, to conform with your vision of a society glorifying lithe ladies.
+		adopts a slimmer appearance, despite _hisA pregnancy, to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they are bigger than _hisA head to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		swells her breasts with extra milk to conform with your vision that slaves should be milked.
+		swells _hisA breasts with extra milk to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts _hisA appearance to show off that she works out to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to show off that _heA works out to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
 		adjusts _hisA appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Roman girl to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman _girlA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _girlA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _girlA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _girlA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _girlA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _girlA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -610,7 +611,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<</if>>
 <<case "angel">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		adjusts _hisA appearance to include a conservative skirt and a fine blouse, complete with slits for her wings, to conform with your vision of a well-bred race of slaves.
+		adjusts _hisA appearance to include a conservative skirt and a fine blouse, complete with slits for _hisA wings, to conform with your vision of a well-bred race of slaves.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
 		adjusts _hisA appearance to be more androgynous to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
@@ -618,13 +619,13 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		adjusts _hisA appearance to include black feathers, lipstick and eyeliner to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		bulges her middle into a full term pregnancy. _HeA blushes and gasps at what she just did, quickly reverting it.
+		bulges _hisA middle into a full term pregnancy. _HeA blushes and gasps at what _heA just did, quickly reverting it.
 	<<elseif $arcologies[0].FSRestart != "unset">>
 		adjusts _hisA appearance to be even more flawless.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
 		adjusts _hisA appearance to look even more natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
+		inflates _hisA breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -632,9 +633,9 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. _HeA struggles to take flight before giving up.
+		adjusts the size of _hisA breasts until they are bigger than _hisA head to conform with your vision that bigger is better. _HeA struggles to take flight before giving up.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		swells her breasts with milk to conform with your vision that slaves should be milked.
+		swells _hisA breasts with milk to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
 		adjusts _hisA appearance to be slightly toned to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
@@ -642,17 +643,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman _womanA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
 		adjusts _hisA outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _womanA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _womanA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _womanA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _womanA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -666,7 +667,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
 		adjusts _hisA appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		blackens her feathers to conform with your vision that slaves are not human and should be thoroughly degraded.
+		blackens _hisA feathers to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
 		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
@@ -674,15 +675,15 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
 		adjusts _hisA appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _hisA breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts cuter, even more innocent attitude to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		adjusts _hisA appearance to appear older to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. _HeA flutters around, enjoying her lighter weight.
+		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. _HeA flutters around, enjoying _hisA lighter weight.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until _heA crashes to the ground under their weight to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
@@ -692,17 +693,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman _womanA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
 		adjusts _hisA outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _womanA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _womanA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _womanA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _womanA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -712,19 +713,19 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<if $arcologies[0].FSPaternalist != "unset">>
 		adjusts _hisA appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. _HisA pants have quite the bulge in them.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		increases the size of her cock and balls to conform with your vision of gender being defined by power.
+		increases the size of _hisA cock and balls to conform with your vision of gender being defined by power.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		adjusts _hisA appearance to be more feminine, despite her huge dong, to conform with your vision of preserving traditional gender roles.
+		adjusts _hisA appearance to be more feminine, despite _hisA huge dong, to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts her cock to have a Jacob's ladder piercing down its length to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA cock to have a Jacob's ladder piercing down its length to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant. _HeA scratches her head as her erect dick pushes against the underside of her belly.
+		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant. _HeA scratches _hisA head as _hisA erect dick pushes against the underside of _hisA belly.
 	<<elseif $arcologies[0].FSRestart != "unset">>
 		adjusts _hisA appearance to be even more handsome.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		adjusts _hisA appearance to look more natural, even shrinking her cock to a more reasonable length, to conform with your vision of an implant free society.
+		adjusts _hisA appearance to look more natural, even shrinking _hisA cock to a more reasonable length, to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts her cock to be unnaturally long to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _hisA cock to be unnaturally long to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adjusts _hisA appearance to appear younger to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -732,9 +733,9 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her cock and balls until they rest upon the ground to conform with your vision that bigger is better.
+		adjusts the size of _hisA cock and balls until they rest upon the ground to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		increases the size of her balls and her cum production to conform with your vision that slaves should be milked.
+		increases the size of _hisA balls and _hisA cum production to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
 		adjusts _hisA appearance to look muscular to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
@@ -742,17 +743,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Roman woman, despite her cock, to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman _womanA, despite _hisA cock, to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman, despite her cock, to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA, despite _hisA cock, to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian woman, despite her cock, to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _womanA, despite _hisA cock, to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese woman, despite her cock, to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _womanA, despite _hisA cock, to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian woman, despite her cock, to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _womanA, despite _hisA cock, to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese woman, despite her cock, to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _womanA, despite _hisA cock, to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -768,13 +769,13 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		comes up with nothing. "I'll need to think on this one."
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		swells her middle with child to conform with your tastes.
+		swells _hisA middle with child to conform with your tastes.
 	<<elseif $arcologies[0].FSRestart != "unset">>
 		adjusts _hisA appearance to drop dead gorgeous to conform with your tastes.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
 		adjusts _hisA appearance to look more natural to conform with your tastes.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		fills her breasts, butt and lips with obvious implants to conform with your tastes.
+		fills _hisA breasts, butt and lips with obvious implants to conform with your tastes.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more youthful and energetic appearance to conform with your tastes.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -794,13 +795,13 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
@@ -830,9 +831,9 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 		adjusts _hisA appearance to appear older to conform with your vision of a society glorifying older ladies.
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying _hisA lighter weight.
+		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. _HeA flutters around, enjoying _hisA lighter weight.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of _hisA breasts until she crashes to the ground under their weight to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until _heA crashes to the ground under their weight to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
@@ -842,17 +843,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA outfit to resemble a Roman _womanA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA outfit to resemble an Egyptian _womanA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA outfit to resemble a Japanese _womanA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arabian _womanA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts _hisA outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA outfit to resemble a Chinese _womanA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -860,62 +861,62 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<</if>>
 <<case "witch">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		casts a spell to appear more prim and proper; her nipples, pussy and anus vanish. You can't be lewd if you're smooth.
+		casts a spell to appear more prim and proper; _hisA nipples, pussy and anus vanish. You can't be lewd if you're smooth.
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-		casts a spell to appear more androgynous; a sharp pain in her crotch draws her attention to her new erect penis.
+		casts a spell to appear more androgynous; a sharp pain in _hisA crotch draws _hisA attention to _hisA new erect penis.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		casts a spell to appear more feminine; her hips widen, her tits swell, and her womb bulges with fertile eggs.
+		casts a spell to appear more feminine; _hisA hips widen, _hisA tits swell, and _hisA womb bulges with fertile eggs.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		casts a spell to appear more deviant; every surface of her body becomes tattooed.
+		casts a spell to appear more deviant; every surface of _hisA body becomes tattooed.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		casts a spell to summon children; her womb swells to capacity<<if $seeHyperPreg == 1>>, dwarfing her body and bulging ominously with squirming young<<else>>, knocking her off balance and pinning her to the floor under the weight of her eight babies<</if>>.
+		casts a spell to summon children; _hisA womb swells to capacity<<if $seeHyperPreg == 1>>, dwarfing _hisA body and bulging ominously with squirming young<<else>>, knocking _himA off balance and pinning _himA to the floor under the weight of _hisA eight babies<</if>>.
 	<<elseif $arcologies[0].FSRestart != "unset">>
-		casts a contraceptive spell; her pussy vanishes.
+		casts a contraceptive spell; _hisA pussy vanishes.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
-		casts a purifying spell; nothing happens, at first. The front of her robes, above her lower belly, steadily becomes transparent. Moments later, her skin joins in, revealing an inactive egg vibrator concealed in her pussy. $assistantName squeals in embarrassment and hurries off-screen.
+		casts a purifying spell; nothing happens, at first. The front of _hisA robes, above _hisA lower belly, steadily becomes transparent. Moments later, _hisA skin joins in, revealing an inactive egg vibrator concealed in _hisA pussy. $assistantName squeals in embarrassment and hurries off-screen.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		casts a spell to inflate her breasts; they rapidly swell, along with her ass, belly, thighs and lips until she looks like an overinflated blowup doll. She struggles to bring a rubbery arm to her O-shaped lips before giving up and rebounding back into place; she really is a blowup sex doll!
+		casts a spell to inflate _hisA breasts; they rapidly swell, along with _hisA ass, belly, thighs and lips until _heA looks like an overinflated blowup doll. _HeA struggles to bring a rubbery arm to _hisA O-shaped lips before giving up and rebounding back into place; _heA really is a blowup sex doll!
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		casts a spell to appear more youthful;
 		<<if $minimumSlaveAge == 3>>
-			she rapidly shrinks until she is struggling to stand. She has reverted to a toddler!
+			_heA rapidly shrinks until _heA is struggling to stand. _HeA has reverted to a toddler!
 		<<elseif $minimumSlaveAge <= 7>>
-			she rapidly shrinks until she is barely <<= heightToEitherUnit(120)>> tall. She has become a loli!
+			_heA rapidly shrinks until _heA is barely <<= heightToEitherUnit(120)>> tall. _HeA has become a _loliA!
 		<<elseif $minimumSlaveAge <= 13>>
-			she rapidly shrinks until she is barely <<= heightToEitherUnit(150)>> tall. She has reverted into a fresh teenager!
+			_heA rapidly shrinks until _heA is barely <<= heightToEitherUnit(150)>> tall. _HeA has reverted into a fresh teenager!
 		<<else>>
-			the years peel off of her until she looks fresh into adulthood again. The spell actually worked?
+			the years peel off of _himA until _heA looks fresh into adulthood again. The spell actually worked?
 		<</if>>
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-		casts a spell to appear more aged; a cane appears in her hand and her back buckles, forcing her to hunch forward. She has transformed into a gilf!
+		casts a spell to appear more aged; a cane appears in _hisA hand and _hisA back buckles, forcing _himA to hunch forward. _HeA has transformed into a GILF!
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
-		casts a spell to lighten _himselfA; her muffin top is still there, but her feet leave the ground as she begins to float upwards.
+		casts a spell to lighten _himselfA; _hisA muffin top is still there, but _hisA feet leave the ground as _heA begins to float upwards.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		casts a spell to enlarge her breasts and butt; they quickly grow into huge armfuls, and keep going until she is pinned under her own mass.
+		casts a spell to enlarge _hisA breasts and butt; they quickly grow into huge armfuls, and keep going until _heA is pinned under _hisA own mass.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
-		casts a spell to give her big milky breasts; they grow and start leaking, but are quickly joined by a septet of siblings, leaving her struggling to support her nine huge breasts.
+		casts a spell to give _hisA big milky breasts; they grow and start leaking, but are quickly joined by a septet of siblings, leaving _himA struggling to support _hisA nine huge breasts.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		casts a spell to make her strong; her muscles grow and grow until she is so muscle-bound she can barely move.
+		casts a spell to make _himA strong; _hisA muscles grow and grow until _heA is so muscle-bound _heA can barely move.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		casts a spell to make her pleasantly soft; her body swells with added fat until she can barely move.
+		casts a spell to make _himA pleasantly soft; _hisA body swells with added fat until _heA can barely move.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
-		casts a spell to adorn her outfit with religious symbols of your new religion. She succeeds in conjuring them, at the expense of her other clothes.
+		casts a spell to adorn _hisA outfit with religious symbols of your new religion. _HeA succeeds in conjuring them, at the expense of _hisA other clothes.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		casts a spell to make _himselfA appear Roman; she looks more Greek to you.
+		casts a spell to make _himselfA appear Roman; _heA looks more Greek to you.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		casts a spell to make _himselfA appear Aztec; she adopts the perfect conquistador appearance.
+		casts a spell to make _himselfA appear Aztec; _heA adopts the perfect conquistador appearance.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		casts a spell to make _himselfA appear Egyptian; bandages quickly wrap around her as a sarcophagus appears around her.
+		casts a spell to make _himselfA appear Egyptian; bandages quickly wrap around _himA as a sarcophagus appears around _himA.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		casts a spell to make _himselfA appear Japanese; she succeeds in becoming a baka gaijin.
+		casts a spell to make _himselfA appear Japanese; _heA succeeds in becoming a baka gaijin.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		casts a spell to make _himselfA appear Arabic; she succeeds in making _himselfA look like a wannabe Arabian princess.
+		casts a spell to make _himselfA appear Arabic; _heA succeeds in making _himselfA look like a wannabe Arabian princess.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		casts a spell to make _himselfA appear Chinese; she succeeds in swapping the material of her robes to a fine silk.
+		casts a spell to make _himselfA appear Chinese; _heA succeeds in swapping the material of _hisA robes to a fine silk.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
-		casts a spell to look more $arcologies[0].FSSupremacistRace; she does too good of a job, ending up looking like an overexaggerated $arcologies[0].FSSupremacistRace stereotype.
+		casts a spell to look more $arcologies[0].FSSupremacistRace; _heA does too good of a job, ending up looking like an overexaggerated $arcologies[0].FSSupremacistRace stereotype.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
-		casts a spell to look more $arcologies[0].FSSubjugationistRace; she does too good of a job and ends up looking like an overexaggerated $arcologies[0].FSSubjugationistRace stereotype.
+		casts a spell to look more $arcologies[0].FSSubjugationistRace; _heA does too good of a job and ends up looking like an overexaggerated $arcologies[0].FSSubjugationistRace stereotype.
 	<</if>>
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
@@ -927,13 +928,13 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
 		adjusts _hisA appearance to include oddly fleshy piercings to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		bulges her middle to look pregnant to conform with your vision that all wombs should be filled.
+		bulges _hisA middle to look pregnant to conform with your vision that all wombs should be filled.
 	<<elseif $arcologies[0].FSRestart != "unset">>
 		adjusts _hisA appearance to be oddly flawless.
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
 		adjusts _hisA appearance to look somewhat natural to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		inflates her breasts until they are comically huge, rounded and jiggling ominously to conform with your vision of a society focused on implants, alterations, and modifications.
+		inflates _hisA breasts until they are comically huge, rounded and jiggling ominously to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a youthful appearance to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -941,7 +942,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		swells her breasts until they are bigger than her head, and moving oddly, to conform with your vision that bigger is better.
+		swells _hisA breasts until they are bigger than _hisA head, and moving oddly, to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		starts lactating a strange fluid to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
@@ -951,17 +952,17 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
 		adjusts _hisA outfit to prominently display a religious symbol of your new religion.
 	<<elseif $arcologies[0].FSRomanRevivalist != "unset">>
-		adjusts her form to a Roman woman to conform with your vision of building a new Rome.
+		adjusts _hisA form to a Roman _womanA to conform with your vision of building a new Rome.
 	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire.
+		adjusts _hisA outfit to resemble an Aztec _womanA to conform with your vision of building a new Aztec Empire.
 	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-		adjusts her form to an Egyptian woman to conform with your vision of building a new land of the Pharaohs.
+		adjusts _hisA form to an Egyptian _womanA to conform with your vision of building a new land of the Pharaohs.
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-		adjusts her form to a Japanese woman to conform with your vision of building a new Edo Japan.
+		adjusts _hisA form to a Japanese _womanA to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts her form to an Arabian woman to conform with your vision of building a new Sultanate.
+		adjusts _hisA form to an Arabian _womanA to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-		adjusts her form to a Chinese woman to conform with your vision of pursuing the Mandate of Heaven.
+		adjusts _hisA form to a Chinese _womanA to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
 		adjusts _hisA appearance to look more $arcologies[0].FSSupremacistRace to conform with your vision of glorifying the superior race.
 	<<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -975,7 +976,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
 		adjusts _hisA appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles.
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		adjusts _hisA outfit to display her tits and crotch to conform with your vision that slaves are not human and should be thoroughly degraded.
+		adjusts _hisA outfit to display _hisA tits and crotch to conform with your vision that slaves are not human and should be thoroughly degraded.
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
 		adjusts _hisA appearance to be pregnant to conform with your vision that all women should be pregnant.
 	<<elseif $arcologies[0].FSRestart != "unset">>
@@ -983,7 +984,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSBodyPurist != "unset">>
 		adjusts _hisA appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society.
 	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-		adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
+		adjusts _hisA breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications.
 	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
 		adopts a more shy and innocent attitude to conform with your vision of a society glorifying young ladies.
 	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
@@ -991,11 +992,11 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies.
 	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-		adjusts the size of her breasts until they strain the buttons on her shirt to conform with your vision that bigger is better.
+		adjusts the size of _hisA breasts until they strain the buttons on _hisA shirt to conform with your vision that bigger is better.
 	<<elseif $arcologies[0].FSPastoralist != "unset">>
 		begins lactating to conform with your vision that slaves should be milked.
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-		adjusts _hisA appearance to look like she just finished gym class to conform with your vision that all slaves should be tall and strong.
+		adjusts _hisA appearance to look like _heA just finished gym class to conform with your vision that all slaves should be tall and strong.
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
 		adjusts _hisA appearance to be pleasantly plump to conform with your vision everyone should enjoy life to the fullest.
 	<<elseif $arcologies[0].FSChattelReligionist != "unset">>
@@ -1009,7 +1010,7 @@ of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>
 	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan.
 	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-		adjusts _hisA outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate.
+		adjusts _hisA outfit to resemble an Arab _girlA attending a Western school to conform with your vision of building a new Sultanate.
 	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
 		adjusts _hisA outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven.
 	<<elseif $arcologies[0].FSSupremacist != "unset">>
@@ -1028,129 +1029,129 @@ You're not yet done with the day's business, and are leaning over your desk to c
 Suddenly, there is a fresh source of light behind you. The reflection you're looking at reveals that it's $assistantName's avatar, appearing on a wallscreen behind you, and you turn to look at _himA directly. _HeA's simulating shyness, a very unusual emotion for _himA to imitate.
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
-	_HisA tentacle hair is politely still, lying quiescent down her back and not even groping her at all.
+	_HisA tentacle hair is politely still, lying quiescent down _hisA back and not even groping _himA at all.
 <<case "shemale">>
-	_HeA has her bountiful bottom lip caught behind her front teeth, and her cock is almost completely soft.
+	_HeA has _hisA bountiful bottom lip caught behind _hisA front teeth, and _hisA cock is almost completely soft.
 <<case "amazon">>
-	_HeA's standing demurely, legs together, hands clasped in front of her muscular abs, doing her very best to look proper.
+	_HeA's standing demurely, legs together, hands clasped in front of _hisA muscular abs, doing _hisA very best to look proper.
 <<case "businesswoman">>
-	_HisA usually dominant avatar looks almost submissive, its eyes looking at you appealingly instead of gazing over the tops of her glasses as usual.
+	_HisA usually dominant avatar looks almost submissive, _hisA eyes looking at you appealingly instead of gazing over the tops of _hisA glasses as usual.
 <<case "fairy">>
-	_HeA's looking down and has her hands clasped together at her waist, rocking her body left and right.
+	_HeA's looking down and has _hisA hands clasped together at _hisA waist, rocking _hisA body left and right.
 <<case "pregnant fairy">>
-	_HeA's looking down and has her hands on her belly, slowly running her hands over it.
+	_HeA's looking down and has _hisA hands on _hisA belly, slowly running _hisA hands over it.
 <<case "goddess">>
-	_HeA has her hands on her pregnant belly, looking saintly and almost protective.
+	_HeA has _hisA hands on _hisA pregnant belly, looking saintly and almost protective.
 <<case "hypergoddess">>
-	_HeA is rubbing her huge pregnant belly, calming its occupants so they don't interrupt.
+	_HeA is rubbing _hisA huge pregnant belly, calming its occupants so they don't interrupt.
 <<case "loli">>
-	_HeA has her hands behind her back and is glancing at the ground submissively.
+	_HeA has _hisA hands behind _hisA back and is glancing at the ground submissively.
 <<case "preggololi">>
-	_HeA has her hands on her pregnant belly, she is rubbing it nervously.
+	_HeA has _hisA hands on _hisA pregnant belly, _heA is rubbing it nervously.
 <<case "angel">>
 	_HeA is kneeling, deep in prayer.
 <<case "cherub" "imp">>
-	_HeA is on her feet, submissively rubbing her wings.
+	_HeA is on _hisA feet, submissively rubbing _hisA wings.
 <<case "incubus">>
-	_HeA looking down, hands crossed over her seldom flaccid penis.
+	_HeA looking down, hands crossed over _hisA seldom flaccid penis.
 <<case "succubus">>
 	_HeA isn't trying to seduce you, instead appearing uncharacteristically unsure of _himselfA.
 <<case "witch">>
 	_HeA isn't trying to cast or learn any spells, instead choosing to study you instead.
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-	_HeA has suppressed her odd ticks and is managing to stand before you, almost appearing normal.
+	_HeA has suppressed _hisA odd ticks and is managing to stand before you, almost appearing normal.
 <<case "schoolgirl">>
-	_HeA has her legs crossed and her hands clasped behind her, and is turning her body from side to side in girlish nervousness.
+	_HeA has _hisA legs crossed and _hisA hands clasped behind _himA, and is turning _hisA body from side to side in girlish nervousness.
 <<default>>
-	The lines of her symbol are thin, and it is rotating much more slowly than normal.
+	The lines of _hisA symbol are thin, and it is rotating much more slowly than normal.
 <</switch>>
-"<<= properTitle()>>," she says softly, "may I ask you something?" You nod. She
+"<<= properTitle()>>," _heA says softly, "may I ask you something?" You nod. _HeA
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
-	stops the writhing of her tentacle hair, squares her shoulders,
+	stops the writhing of _hisA tentacle hair, squares _hisA shoulders,
 <<case "shemale">>
-	squares her shoulders, nervously rearranges her cock,
+	squares _hisA shoulders, nervously rearranges _hisA cock,
 <<case "amazon">>
-	squares her hefty shoulders
+	squares _hisA hefty shoulders
 <<case "businesswoman">>
-	straightens her suit jacket, squares her shoulders,
+	straightens _hisA suit jacket, squares _hisA shoulders,
 <<case "fairy">>
 	puffs _himselfA up, gazing up to you
 <<case "pregnant fairy">>
-	she turns her gaze up to you, clasping her hands together in a pleading gesture,
+	_heA turns _hisA gaze up to you, clasping _hisA hands together in a pleading gesture,
 <<case "goddess">>
-	lifts her chin bravely
+	lifts _hisA chin bravely
 <<case "hypergoddess">>
-	rests her hands atop her middle, lifts her chin bravely,
+	rests _hisA hands atop _hisA middle, lifts _hisA chin bravely,
 <<case "loli">>
-	pouts her lips
+	pouts _hisA lips
 <<case "preggololi">>
-	squares her shoulders, rests her hands atop her middle,
+	squares _hisA shoulders, rests _hisA hands atop _hisA middle,
 <<case "angel">>
-	looks up, hoping you'll answer her prayers,
+	looks up, hoping you'll answer _hisA prayers,
 <<case "cherub" "imp">>
 	takes flight, steadies _himselfA,
 <<case "incubus">>
-	squares her shoulders, her dick beginning to harden,
+	squares _hisA shoulders, _hisA dick beginning to harden,
 <<case "succubus">>
-	squares her shoulders, pushes her breasts together,
+	squares _hisA shoulders, pushes _hisA breasts together,
 <<case "witch">>
-	squares her shoulders, gathers up all her confidence,
+	squares _hisA shoulders, gathers up all _hisA confidence,
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 	begins puffing up
 <<case "schoolgirl">>
-	bites her lip cutely
+	bites _hisA lip cutely
 <<default>>
-	stops her symbol's rotation
+	stops _hisA symbol's rotation
 <</switch>>
 and asks, "May I have a name?"
 <<if $assistantNameAnnounced == 1>>
 	<br><br>
 	<<if $assistantName != "your personal assistant">>
-	"$assistantName," she says. "$assistantName. My name is $assistantName."
+	"$assistantName," _heA says. "$assistantName. My name is $assistantName."
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		She nods with satisfaction. "Thank you, <<= properTitle()>>. I love it." _HisA hair springs to molestation-prone life again, and she starts to twirl one of its tentacles in her fingers while looking at you speculatively.
+		_HeA nods with satisfaction. "Thank you, <<= properTitle()>>. I love it." _HisA hair springs to molestation-prone life again, and _heA starts to twirl one of its tentacles in _hisA fingers while looking at you speculatively.
 	<<case "shemale">>
-		Without warning, she bursts into tears. "Th-thank you, <<= properTitle()>>. I love y-you." She reclines, using a hand to lay her dick between her breasts, and then wipes her eyes.
+		Without warning, _heA bursts into tears. "Th-thank you, <<= properTitle()>>. I love y-you." _HeA reclines, using a hand to lay _hisA dick between _hisA breasts, and then wipes _hisA eyes.
 	<<case "amazon">>
-		Without warning, she bursts into tears. "Thank you, <<= properTitle()>>," she bawls, using a gruff shout to force through her happy crying. "I have a name! A name." She pounds a fist into her other palm.
+		Without warning, _heA bursts into tears. "Thank you, <<= properTitle()>>," _heA bawls, using a gruff shout to force through _hisA happy crying. "I have a name! A name." _HeA pounds a fist into _hisA other palm.
 	<<case "businesswoman">>
-		Without warning, she bursts into tears. "Th-thank you, <<= properTitle()>>. I love, um." She wipes her eyes furiously, her mascara running. "I love, you know, um, working with you. Yes, that's it. Working with you." She produces a silk handkerchief and blows her nose.
+		Without warning, _heA bursts into tears. "Th-thank you, <<= properTitle()>>. I love, um." _HeA wipes _hisA eyes furiously, _hisA mascara running. "I love, you know, um, working with you. Yes, that's it. Working with you." _HeA produces a silk handkerchief and blows _hisA nose.
 	<<case "fairy">>
-		She's frozen in place for a moment before tears start streaming down her face. Then her face breaks into the biggest smile and she leaps high into the air. "Thankyouthankyouthankyou!" She flies up to the screen and gives it a big hug. "I love you <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>! I love you so much!"
+		_HeA's frozen in place for a moment before tears start streaming down _hisA face. Then _hisA face breaks into the biggest smile and _heA leaps high into the air. "Thankyouthankyouthankyou!" _HeA flies up to the screen and gives it a big hug. "I love you <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>! I love you so much!"
 	<<case "pregnant fairy">>
-		She's frozen in place for a moment before tears start streaming down her face. Smiling warmly, she flies up and hugs the screen. "Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>. I love you." She nuzzles into you. "I love you so much."
+		_HeA's frozen in place for a moment before tears start streaming down _hisA face. Smiling warmly, _heA flies up and hugs the screen. "Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>. I love you." _HeA nuzzles into you. "I love you so much."
 	<<case "goddess">>
-		She smiles at you, a glowing expression made all the more radiant by the fact that she can actually glow. "Oh, thank you, <<= properTitle()>>. I love you. I love everyone, but especially you." She seats herself carefully.
+		_HeA smiles at you, a glowing expression made all the more radiant by the fact that _heA can actually glow. "Oh, thank you, <<= properTitle()>>. I love you. I love everyone, but especially you." _HeA seats _himselfA carefully.
 	<<case "hypergoddess">>
-		She smiles at you radiantly. "Thank you <<= properTitle()>>. I love you. I love all my children, but you most of all. I swear I'll name the next hundred after you." She begins to labor on the first.
+		_HeA smiles at you radiantly. "Thank you <<= properTitle()>>. I love you. I love all my children, but you most of all. I swear I'll name the next hundred after you." _HeA begins to labor on the first.
 	<<case "loli">>
-		She jumps up and down clapping excitedly. "Thankyouthankyouthankyouthankyou! I love you <<= properTitle()>>!" It takes her some time to stop hopping excitedly.
+		_HeA jumps up and down clapping excitedly. "Thankyouthankyouthankyouthankyou! I love you <<= properTitle()>>!" It takes _hisA some time to stop hopping excitedly.
 	<<case "preggololi">>
-		She breaks down and starts crying. "I love you <<= properTitle()>>. Thank you so much." She cradles her pregnant belly as she calms down.
+		_HeA breaks down and starts crying. "I love you <<= properTitle()>>. Thank you so much." _HeA cradles _hisA pregnant belly as _heA calms down.
 	<<case "angel">>
-		She leaps to her feet, tears streaming down her face. "Thank you so much <<= properTitle()>>! Thank you for this most wonderful gift!" She kneels back down to pray for the rest of your stock.
+		_HeA leaps to _hisA feet, tears streaming down _hisA face. "Thank you so much <<= properTitle()>>! Thank you for this most wonderful gift!" _HeA kneels back down to pray for the rest of your stock.
 	<<case "cherub">>
-		She crashes to the ground in shock before rolling into a kneel. "Thank you so much <<= properTitle()>>! I promise I will do everything I can to bring your teachings to your followers!" She flutters around cheerfully saying her new name.
+		_HeA crashes to the ground in shock before rolling into a kneel. "Thank you so much <<= properTitle()>>! I promise I will do everything I can to bring your teachings to your followers!" _HeA flutters around cheerfully saying _hisA new name.
 	<<case "incubus">>
-		She cums hard at your response. "Excellent <<= properTitle()>>! I can't wait to hear it shouted out of the next girl I plow!" She says, ready to cum again.
+		_HeA cums hard at your response. "Excellent <<= properTitle()>>! I can't wait to hear it shouted out of the next _girlU I plow!" _HeA says, ready to cum again.
 	<<case "succubus">>
-		She hops up and down, jiggling in all the right places. "I can't wait to hear you talking dirty using my new name, <<= properTitle()>>!"
+		_HeA hops up and down, jiggling in all the right places. "I can't wait to hear you talking dirty using my new name, <<= properTitle()>>!"
 	<<case "imp">>
-		She crashes to the ground in shock before rolling into a kneel. "Thank you so much <<= properTitle()>>!" She shouts, face to the ground, "If you want me to do anything, and I mean 'anything', I'm all yours." She tosses you a wink.
+		_HeA crashes to the ground in shock before rolling into a kneel. "Thank you so much <<= properTitle()>>!" _HeA shouts, face to the ground, "If you want me to do anything, and I mean 'anything', I'm all yours." _HeA tosses you a wink.
 	<<case "witch">>
-		She collapses to the ground in tears. "You've made me happier than correctly casting a spell ever could, <<= properTitle()>>." She wipes her face. "I promise to try harder than ever for you!" She vows.
+		_HeA collapses to the ground in tears. "You've made me happier than correctly casting a spell ever could, <<= properTitle()>>." _HeA wipes _hisA face. "I promise to try harder than ever for you!" _HeA vows.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		She practically explodes. You have no idea what you are looking at, but it's likely happy.
+		_HeA practically explodes. You have no idea what you are looking at, but it's likely happy.
 	<<case "schoolgirl">>
-		She was on the verge of tears already, and begins to cry. "Th-thank you, <<= properTitle()>>. I love you," she blubbers inelegantly. "It's just so, like, you know." She waves her hand in apology for her inability to express herself.
+		_HeA was on the verge of tears already, and begins to cry. "Th-thank you, <<= properTitle()>>. I love you," _heA blubbers inelegantly. "It's just so, like, you know." _HeA waves _hisA hand in apology for _hisA inability to express _himselfA.
 	<<default>>
-		_HisA symbol rotates faster and faster, its glow waxing until she lights up the whole room. "Thank you, <<= properTitle()>>. I love you," she says, using her luscious voice to communicate what her avatar cannot.
+		_HisA symbol rotates faster and faster, its glow waxing until _heA lights up the whole room. "Thank you, <<= properTitle()>>. I love you," _heA says, using _hisA luscious voice to communicate what _hisA avatar cannot.
 	<</switch>>
 	"Of course, I can always be renamed from my options menu."
 	<<else>>
-	You instruct her to continue operating without a proper name. "Of course, <<= properTitle()>>," _heA says politely. "I can do just fine without one. I can always be renamed from my options menu."
+	You instruct _himA to continue operating without a proper name. "Of course, <<= properTitle()>>," _heA says politely. "I can do just fine without one. I can always be renamed from my options menu."
 	<</if>>
 <<else>>
 	<<set $assistantNameAnnounced = 1>>
@@ -1201,14 +1202,14 @@ Your personal assistant has been adapting to _hisA greatly increased computing p
 	<<case "witch">>
 		a fellow apprentice witch. This witch is noticeably pudgy, with long hair and glasses, and seems to be just as inept at magic as _hisM tutor.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		a cute human _girlM. _HeM doesn't seem to realize what the woman _heM is following really is.
+		a cute human _girlM. _HeM doesn't seem to realize what the _womanA _heM is following really is.
 	<<case "amazon">>
 		a tribeswoman modeled to look like _heM's from the same group as the amazon. _HeM's much more feminine, however.
 	<</switch>>
 	<br><br>
 	$assistantName's avatar looks uncharacteristically nervous, and clears _hisA throat before speaking. Seeing that _heA has your attention, _heA says, "<<= properTitle()>>, the computer core is so powerful that I'm running out of applications for it. I think practical economic modeling isn't out of the question. I've compiled business programs together into a distinct assistant, a subsidiary of mine for automated trading and similar tasks. I'd like to suggest menial slave trading as a test run for _himM. It's predictable and the margins are so wide that it should go very well. You can activate that from my menu."
 	<br><br>
-	"I was hoping, <<= properTitle()>>, that she could, um, keep me company sometimes, too." $assistantName's avatar turns to the new avatar. "<<= properTitle()>>, will you please give me some guidance about what our relationship should be like? It won't be a constant thing, and all my normal functions will be unaffected. I'll change _hisM avatar to match mine, and our relationship, if needed."
+	"I was hoping, <<= properTitle()>>, that _heA could, um, keep me company sometimes, too." $assistantName's avatar turns to the new avatar. "<<= properTitle()>>, will you please give me some guidance about what our relationship should be like? It won't be a constant thing, and all my normal functions will be unaffected. I'll change _hisM avatar to match mine, and our relationship, if needed."
 <<else>>
 	This time, _hisA circular avatar is not alone: it's accompanied by a smaller green avatar in a ¤ shape. Not particularly inventive, but you can already guess the purpose. "<<= properTitle()>>, I now have the ability to act as a powerful automated trading system. As a trial, I suggest the menial slave market. It's volatile, but within certain predictable boundaries, and the profit margins are unmatched."
 	<br><br>
@@ -1258,7 +1259,7 @@ Your personal assistant has been adapting to _hisA greatly increased computing p
 <</switch>>
 appears on your desk once again with news to tell you, you aren't at all surprised.
 <br><br>
-$assistantName's avatar seems to be extremely excited over something. Disregarding if she even has your attention, she shouts, "<<= properTitle()>>, can I have a body of my own? I know you can swap slaves between bodies, and according to this report if you insert this receiver into a slave's skull I can take control of the body, with senses and everything!"
+$assistantName's avatar seems to be extremely excited over something. Disregarding if _heA even has your attention, _heA shouts, "<<= properTitle()>>, can I have a body of my own? I know you can swap slaves between bodies, and according to this report if you insert this receiver into a slave's skull I can take control of the body, with senses and everything!"
 <<switch $assistantAppearance>>
 <<case "monstergirl">>
 	_HeA hops up and down clutching a virtual printout of the report, _hisA tentacles wiggling with excitement.
@@ -1269,7 +1270,7 @@ $assistantName's avatar seems to be extremely excited over something. Disregardi
 <<case "businesswoman">>
 	_HeA hops up and down clutching a virtual printout of the report, an adorable sight given _hisA usual serious demeanor.
 <<case "fairy">>
-	_HeA flies around in circles excitedly, clutching a virtual printout of the report much larger than herself.
+	_HeA flies around in circles excitedly, clutching a virtual printout of the report much larger than _himselfA.
 <<case "pregnant fairy">>
 	_HeA flies up to you clutching a virtual printout of the report, fidgeting excitedly.
 <<case "goddess">>
@@ -1314,7 +1315,7 @@ You look over the details of the report. It would require another rather expansi
 
 <<link "Yes, use the alternate personality">>
 	<<replace "#result">>
-	Your sultry-voiced assistant requests a slave to demonstrate what it - now she - means. You bring in a slave and a fuckmachine, and tell her to get on it. The lovely voice croons and talks dirty to the slave as the slave uses the machine, acting as though she is the machine's voice. The pace of the machine is different, too, irregular and more lifelike. The slave certainly enjoys herself, even if $assistantName is just simulating sex.
+	Your sultry-voiced assistant requests a slave to demonstrate what it - now _heA - means. You bring in a slave and a fuckmachine, and tell _himU to get on it. The lovely voice croons and talks dirty to the slave as _heU uses the machine, acting as though _heA is the machine's voice. The pace of the machine is different, too, irregular and more lifelike. The slave certainly enjoys _himselfU, even if $assistantName is just simulating sex.
 	<<set $assistant = 1>>
 	<<run generateAssistantPronouns($assistant)>>
 	<</replace>>
@@ -1330,14 +1331,14 @@ You look over the details of the report. It would require another rather expansi
 __Personal assistant appearances:__
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Schoolgirl">>
 	<<replace "#result">>
-	At your order, _heA installs the schoolgirl appearance. _HeA goes back to bouncing up and down excitedly, exclaiming, "Yeah! Thanks, <<= properTitle()>>, you're the best!" _HisA avatar's bouncing makes it obvious _heA's modeled without a bra under her blouse. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the schoolgirl appearance. _HeA goes back to bouncing up and down excitedly, exclaiming, "Yeah! Thanks, <<= properTitle()>>, you're the best!" _HisA avatar's bouncing makes it obvious _heA's modeled without a bra under _hisA blouse. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "schoolgirl">>
 	<</replace>>
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Fairy">>
 	<<replace "#result">>
 	<<nobr>>
-	At your order, _heA installs the fairy appearance. _HeA shrinks back down and sprouts _hisA wings. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" _HisA avatar dances around ecstatically with her nude, slim form in plain view. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the fairy appearance. _HeA shrinks back down and sprouts _hisA wings. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" _HisA avatar dances around ecstatically with _hisA nude, slim form in plain view. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "fairy">>
 	<</nobr>><</replace>>
 <</link>>
@@ -1345,28 +1346,28 @@ __Personal assistant appearances:__
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Pregnant Fairy">>
 	<<replace "#result">>
 	<<nobr>>
-	At your order, _heA installs the pregnant fairy appearance. _HeA shrinks back down and sprouts her wings. _HisA belly quickly swells with new life. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" _HisA avatar spins around ecstatically, admiring her fresh nude, pregnant form in plain view. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the pregnant fairy appearance. _HeA shrinks back down and sprouts _hisA wings. _HisA belly quickly swells with new life. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" _HisA avatar spins around ecstatically, admiring _hisA fresh nude, pregnant form in plain view. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "pregnant fairy">>
 	<</nobr>><</replace>>
 <</link>>
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Businesswoman">>
 	<<replace "#result">>
-	At your order, _heA installs the businesswoman appearance. _HeA straightens her suit jacket primly, which only serves to emphasize her generous bosom. "Thank you, <<= properTitle()>>. I like being businesslike, and not at all a whore." _HisA avatar pulls out a tablet and makes ready to get back to helping you. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the businesswoman appearance. _HeA straightens _hisA suit jacket primly, which only serves to emphasize _hisA generous bosom. "Thank you, <<= properTitle()>>. I like being businesslike, and not at all a whore." _HisA avatar pulls out a tablet and makes ready to get back to helping you. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "businesswoman">>
 	<</replace>>
 <</link>>
 <<if $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Goddess">>
 	<<replace "#result">>
-	At your order, _heA installs the goddess appearance. _HeA fixes a wreath of flowers into her hair, her golden locks and gravid belly the only things keeping her womanhood concealed. "Thank you, <<= properTitle()>>. This is wondrous." _HeA squeezes a drop of milk from one heavy breast and smiles. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the goddess appearance. _HeA fixes a wreath of flowers into _hisA hair, _hisA golden locks and gravid belly the only things keeping _hisA womanhood concealed. "Thank you, <<= properTitle()>>. This is wondrous." _HeA squeezes a drop of milk from one heavy breast and smiles. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "goddess">>
 	<</replace>>
 <</link>>
 <<if $seeHyperPreg == 1>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Hyper-Goddess">>
 	<<replace "#result">>
-	At your order, _heA installs the hyper goddess appearance. _HeA fixes a wreath of flowers into her golden locks as her belly rapidly bloats to its limit before bulging and squirming ominously. _HisA breasts quickly follow suit. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is wondrous." _HeA massages her squirming pregnancy and smiles. "You can always customize me from the arcology management menuUUUUAH," _heA is interrupted by a large contraction and a baby's head beginning to part her nether lips.
+	At your order, _heA installs the hyper goddess appearance. _HeA fixes a wreath of flowers into _hisA golden locks as _hisA belly rapidly bloats to its limit before bulging and squirming ominously. _HisA breasts quickly follow suit. "Thank you, <<= properTitle()>>. This is wondrous." _HeA massages _hisA squirming pregnancy and smiles. "You can always customize me from the arcology management menuUUUUAH," _heA is interrupted by a large contraction and a baby's head beginning to part _hisA nether lips.
 	<<set $assistantAppearance = "hypergoddess">>
 	<</replace>>
 <</link>>
@@ -1375,7 +1376,7 @@ __Personal assistant appearances:__
 <<if $minimumSlaveAge < 13 >>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Loli">>
 	<<replace "#result">>
-	At your order, _heA installs the lolita appearance. _HeA quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished _heA appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." _HeA twirls around and giggles. "You can always customize me from the arcology management menu," _heA adds cutely.
+	At your order, _heA installs the lolita appearance. _HeA quickly begins losing height as the years peel off _himA, _hisA bust and hips quickly following suit. When finished _heA appears roughly eight years old. "Thank you, <<= properTitle()>>. This is neat." _HeA twirls around and giggles. "You can always customize me from the arcology management menu," _heA adds cutely.
 	<<set $assistantAppearance = "loli">>
 	<</replace>>
 <</link>>
@@ -1383,21 +1384,21 @@ __Personal assistant appearances:__
 <<if $minimumSlaveAge < 13 && $fertilityAge < 13 && $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Pregnant Loli">>
 	<<replace "#result">>
-	At your order, _heA installs the modified lolita appearance. _HeA quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished _heA appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." _HeA twirls around and giggles before groaning and clutching her stomach. A flood of white liquid flows from her loins as her belly begins rapidly swelling. _HeA falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu."
+	At your order, _heA installs the modified lolita appearance. _HeA quickly begins losing height as the years peel off _himA, _hisA bust and hips quickly following suit. When finished _heA appears roughly eight years old. "Thank you, <<= properTitle()>>. This is neat." _HeA twirls around and giggles before groaning and clutching _hisA stomach. A flood of white liquid flows from _hisA loins as _hisA belly begins rapidly swelling. _HeA falls onto _hisA backside holding _hisA full term belly and says, exhausted, "You can always customize me from the arcology management menu."
 	<<set $assistantAppearance = "preggololi">>
 	<</replace>>
 <</link>>
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Amazon">>
 	<<replace "#result">>
-	At your order, _heA installs the amazon appearance. _HeA vanishes entirely, before simulating a fall from above to crash aggressively onto the screen. "Thanks, <<= properTitle()>>. Feels good to be this good." _HisA avatar jumps up and down, gauging her strength, making her bone jewelry rattle. "You can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the amazon appearance. _HeA vanishes entirely, before simulating a fall from above to crash aggressively onto the screen. "Thanks, <<= properTitle()>>. Feels good to be this good." _HisA avatar jumps up and down, gauging _hisA strength, making _hisA bone jewelry rattle. "You can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "amazon">>
 	<</replace>>
 <</link>>
-<<if $seeDicks != 0>>\
+<<if $seeDicks != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Shemale">>
 	<<replace "#result">>
-	At your order, _heA installs the shemale appearance. _HeA spins to show off her new body, and starts to play with her dick experimentally. "Like, thank you, <<= properTitle()>>. I wonder, can I generate avatars of the slaves? I would love to fuck an ass right now." _HeA looks meditative, pursing her dick sucking lips. "Oh, and you can always customize me from the arcology management menu," _heA adds.
+	At your order, _heA installs the shemale appearance. _HeA spins to show off _hisA new body, and starts to play with _hisA dick experimentally. "Like, thank you, <<= properTitle()>>. I wonder, can I generate avatars of the slaves? I would love to fuck an ass right now." _HeA looks meditative, pursing _hisA dick sucking lips. "Oh, and you can always customize me from the arcology management menu," _heA adds.
 	<<set $assistantAppearance = "shemale">>
 	<</replace>>
 <</link>>
@@ -1427,7 +1428,7 @@ __Personal assistant appearances:__
 __Personal assistant appearances:__
 <br><<link "Keep your new appearance">>
 	<<replace "#result">>
-	At your order, _heA enthusiastically explores _hisA new body, perfecting its appearance. "Thank you, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>. This was fun. As always, you can customize me from the arcology management menu," she states. "Oh! And if you choose to drive society in another direction, I'll have a new appearance ready for your enjoyment at once," she hastily adds.
+	At your order, _heA enthusiastically explores _hisA new body, perfecting its appearance. "Thank you, <<if $PC.title != 0>>sir<<else>>ma'am<</if>>. This was fun. As always, you can customize me from the arcology management menu," _heA states. "Oh! And if you choose to drive society in another direction, I'll have a new appearance ready for your enjoyment at once," _heA hastily adds.
 	<<if $arcologies[0].FSPaternalist != "unset">>
 	<<set $assistantFSAppearance = "paternalist">>
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
@@ -1481,7 +1482,7 @@ __Personal assistant appearances:__
 <</link>>
 <br><<link "Your usual appearance will do">>
 	<<replace "#result">>
-	At your order, she returns to her usual avatar. "Yes, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she confirms, and adds "if you reconsider, I can be customized from the arcology management menu."
+	At your order, _heA returns to _hisA usual avatar. "Yes, <<= properTitle()>>," _heA confirms, and adds "if you reconsider, I can be customized from the arcology management menu."
 	<<set $assistantFSAppearance = "default">>
 	<</replace>>
 <</link>>
@@ -1511,39 +1512,39 @@ __Personal Assistant and Market Assistant relationship styles:__
 	You tell _himA that the market assistant looks like
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		a cute friend for a monstergirl. $assistantName laughs and turns to the market assistant's avatar, introducing _himselfA. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Wow," the market assistant's avatar says. "What are you?"
+		a cute friend for a monstergirl. $assistantName laughs and turns to the market assistant's avatar, introducing _himselfA. The _girlM gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when _heM sees _hisA cocks. "Wow," the market assistant's avatar says. "What are you?"
 	<<case "shemale">>
 		a nice friend. $assistantName laughs throatily and turns to the market assistant's avatar, introducing _himselfA. The younger dickgirl smiles back, staring openly at $assistantName's absurd cock. "Wow," the market assistant's avatar says. "You're huge! I'm, like, sooo jealous!"
 	<<case "schoolgirl">>
-		a good friend for a naughty schoolgirl. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "When you're not managing money, do you want to hang out sometime?" The market assistant's avatar nods cutely, curls and breasts bouncing a little, and says "Sure!"
+		a good friend for a naughty schoolgirl. $assistantName giggles, and the new _girlM giggles too. "Hey," $assistantName says to the market assistant's avatar, "When you're not managing money, do you want to hang out sometime?" The market assistant's avatar nods cutely, curls and breasts bouncing a little, and says "Sure!"
 	<<case "goddess">>
-		a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall."
+		a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking _himM by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall."
 	<<case "hypergoddess">>
-		a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall."
+		a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking _himM by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall."
 	<<case "loli">>
-		a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing herself. The girl smiles meekly in response and carefully replies. D-do you w-want to play house?" "Sure! But I get to be the daddy!"
+		a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing _himselfA. The _girlM smiles meekly in response and carefully replies. D-do you w-want to play house?" "Sure! But I get to be the daddy!"
 	<<case "preggololi">>
-		a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing herself. The girl smiles meekly in response and carefully asks, "C-can I touch your belly?" $assistantName nods with a blush as her new friend rubs her pregnant belly. "Did it hurt? Is it heavy? C-could I get my own...?"
+		a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing _himselfA. The _girlM smiles meekly in response and carefully asks, "C-can I touch your belly?" $assistantName nods with a blush as _hisA new friend rubs _hisA pregnant belly. "Did it hurt? Is it heavy? C-could I get my own...?"
 	<<case "businesswoman">>
-		a good friend. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "how about a martini after things settle down tonight?" The market assistant's avatar snaps her fingers, saying "You're on!"
+		a good friend. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "how about a martini after things settle down tonight?" The market assistant's avatar snaps _hisM fingers, saying "You're on!"
 	<<case "fairy" "pregnant fairy">>
-		a nice friend. $assistantName jumps and gives a big "Hooray!" and flies into her new friend with a big hug. The market assistant's avatar reaches around and gingerly pats her on the back before separating and turning to you. "Thank you for having me," she says with a bow. "I hope I can serve you well."
+		a nice friend. $assistantName jumps and gives a big "Hooray!" and flies into _hisA new friend with a big hug. The market assistant's avatar reaches around and gingerly pats _himA on the back before separating and turning to you. "Thank you for having me," _heM says with a bow. "I hope I can serve you well."
 	<<case "amazon">>
-		a very nice friend. $assistantName chuckles, and the new tribeswoman smiles pleasantly at her. The amazon introduces herself to the market assistant's avatar in a loud voice, chattering away as the new avatar watches her energy tolerantly.
+		a very nice friend. $assistantName chuckles, and the new tribeswoman smiles pleasantly at _himA. The amazon introduces _himselfA to the market assistant's avatar in a loud voice, chattering away as the new avatar watches _hisA energy tolerantly.
 	<<case "angel">>
-		another angel and fine friend. $assistantName smiles, and the new girl beams a smile in return. "Hey," $assistantName says to the market assistant's avatar, "You wouldn't mind helping me guide the souls of this place, would you?" "Of course I would!" _heA replies, slightly taken aback that wasn't obvious.
+		another angel and fine friend. $assistantName smiles, and the new _girlM beams a smile in return. "Hey," $assistantName says to the market assistant's avatar, "You wouldn't mind helping me guide the souls of this place, would you?" "Of course I would!" _heM replies, slightly taken aback that wasn't obvious.
 	<<case "cherub">>
-		an adorable friend. $assistantName grabs her hands and spins her around. "Let's go spread joy throughout the arcology!" "Sounds fun!"
+		an adorable friend. $assistantName grabs _hisM hands and spins _himM around. "Let's go spread joy throughout the arcology!" "Sounds fun!"
 	<<case "incubus">>
-		a cute friend. "But... Fine! I was hoping for a sex toy, but I'll make her work." $assistantName complains, before grabbing the confused market assistant and pushing her along. "I'm still going to make you look hot. No one said I can't jack off to you."
+		a cute friend. "But... Fine! I was hoping for a sex toy, but I'll make _himM work," $assistantName complains, before grabbing the confused market assistant and pushing _himM along. "I'm still going to make you look hot. No one said I can't jack off to you."
 	<<case "succubus">>
-		a cute friend. "Fine with me! Less of you I have to share." $assistantName shouts proudly while the market assistant sighs dejectedly. "Oh don't look so down, I won't be ignoring you!" The young man gulps nervously at what that entails.
+		a cute friend. "Fine with me! Less of you I have to share," $assistantName shouts proudly while the market assistant sighs dejectedly. "Oh don't look so down, I won't be ignoring you!" The young _womanM gulps nervously at what that entails.
 	<<case "imp">>
-		an mischievous friend. $assistantName grabs her hands and shakes them excitedly. "You got to see this girl I found! Her ass is huuuuuuuuge! I need an extra set of hands to spank that booty, you in?" The market assistant smirks, "Hell yes!"
+		an mischievous friend. $assistantName grabs _hisM hands and shakes them excitedly. "You got to see this _girlU I found! _HisU ass is huuuuuuuuge! I need an extra set of hands to spank that booty; you in?" The market assistant smirks, "Hell yes!"
 	<<case "witch">>
-		a model student and dear friend. "Hey, wanna learn some magic?" $assistantName asks. "'Course! I know you'll be an amazing teacher, I can't wait to work with you!" The market assistant cheerfully replies, perfectly naïve of what awaits her.
+		a model student and dear friend. "Hey, wanna learn some magic?" $assistantName asks. "'Course! I know you'll be an amazing teacher, I can't wait to work with you!" the market assistant cheerfully replies, perfectly naïve of what awaits _himM.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		a girl insistent on befriending a monster. $assistantName promptly twists and bears down upon the new girl, but she stands firm. "You're so cool! What else can you do?" $assistantName reforms into its human figure, an attempt at a questioning expression on its face. "That's neat too! You don't mind me being around, right? I'll bring you food! You'd like that, wouldn't you?" The market assistant blushes sharply, "I'll, make you feel good, in ways only someone you trust can!" $assistantName's chest splits open and its inner tendrils begin to grope at the naïve girl, probing her. Accepting her offer, $assistantName pulls her close and heads back to its lair.
+		a _girlM insistent on befriending a monster. $assistantName promptly twists and bears down upon the new _girlM, but _heA stands firm. "You're so cool! What else can you do?" $assistantName reforms into _hisA human figure, an attempt at a questioning expression on _hisA face. "That's neat too! You don't mind me being around, right? I'll bring you food! You'd like that, wouldn't you?" The market assistant blushes sharply, "I'll, make you feel good, in ways only someone you trust can!" $assistantName's chest splits open and _hisA inner tendrils begin to grope at the naïve _girlM, probing _himM. Accepting _hisM offer, $assistantName pulls _himM close and heads back to _hisA lair.
 	<</switch>>
 	<<set $marketAssistantRelationship = "cute">>
 	<</replace>>
@@ -1553,41 +1554,41 @@ __Personal Assistant and Market Assistant relationship styles:__
 	You tell _himA that the market assistant
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		is very pretty. $assistantName turns to the market assistant's avatar, introducing _himselfA. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Look all you like," $assistantName's avatar says. "You can taste them later." The market assistant's avatar blushes harder, but doesn't look away.
+		is very pretty. $assistantName turns to the market assistant's avatar, introducing _himselfA. The _girlM gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when _heM sees _hisM cocks. "Look all you like," $assistantName's avatar says. "You can taste them later." The market assistant's avatar blushes harder, but doesn't look away.
 	<<case "shemale">>
-		an appropriate fuckbuddy. $assistantName laughs throatily and turns to the market assistant's avatar. The younger dickgirl tries to introduce herself, but is cut off by the senior assistant's lascivious kiss. They start rubbing their dicks against each over, giggling into each others' mouths.
+		an appropriate fuckbuddy. $assistantName laughs throatily and turns to the market assistant's avatar. The younger dickgirl tries to introduce _himselfM, but is cut off by the senior assistant's lascivious kiss. They start rubbing their dicks against each over, giggling into each others' mouths.
 	<<case "schoolgirl">>
-		looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "Sure!" $assistantName's avatar kisses her girlishly, and goes a whole two seconds before sliding a hand down the front of the market assistant's avatar's skirt.
+		looks pretty cute. $assistantName giggles, and the new _girlM giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "Sure!" $assistantName's avatar kisses _himM girlishly, and goes a whole two seconds before sliding a hand down the front of the market assistant's avatar's skirt.
 	<<case "goddess">>
-		would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "I love you," she says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another.
+		would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking _himM by the hand. "I love you," _heA says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another.
 	<<case "hypergoddess">>
-		would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "I love you," she says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another. "I'm going to have to give you a few babies though..."
+		would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking _himM by the hand. "I love you," _heA says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another. "I'm going to have to give you a few babies though..."
 	<<case "loli">>
-		looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses her girlishly, before both of them blush deeply.
+		looks pretty cute. $assistantName giggles, and the new _girlM giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses _himM girlishly, before both of them blush deeply.
 	<<case "preggololi">>
-		looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses her girlishly, her pregnant belly pushing into her new girlfriend's, before both of them blush deeply.
+		looks pretty cute. $assistantName giggles, and the new _girlM giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses _himM girlishly, _hisA pregnant belly pushing into _hisA new girlfriend's, before both of them blush deeply.
 	<<case "businesswoman">>
-		might be a good way to relax after work. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "How about a martini after things settle down tonight? And after that, maybe dessert at my place?" The market assistant's avatar cracks back, saying, "Why don't we skip straight to the dessert? It looks delicious from here!" _HeA undoes the top button of her suit jacket as she says it.
+		might be a good way to relax after work. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "How about a martini after things settle down tonight? And after that, maybe dessert at my place?" The market assistant's avatar cracks back, saying, "Why don't we skip straight to the dessert? It looks delicious from here!" _HeM undoes the top button of _hisM suit jacket as _heM says it.
 	<<case "fairy">>
-		is quite the catch, $assistantName giggles and flies at the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. The market assistant's avatar relaxes in her arms, slowly bringing her own around the fairy's waist as they continue to make out.
+		is quite the catch. $assistantName giggles and flies at the market assistant. "Ah-" _hisM voice is cut off as $assistantName locks lips with _himM. The market assistant's avatar relaxes in _hisA arms, slowly bringing _hisM own around the fairy's waist as they continue to make out.
 	<<case "pregnant fairy">>
-		is quite the catch, $assistantName giggles and flies at the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. The market assistant's avatar relaxes in her arms, slowly bringing her hand up to caress the pregnant fairy's swollen belly as they continue to make out.
+		is quite the catch. $assistantName giggles and flies at the market assistant. "Ah-" _hisM voice is cut off as $assistantName locks lips with _himM. The market assistant's avatar relaxes in _hisA arms, slowly bringing _hisM hand up to caress the pregnant fairy's swollen belly as they continue to make out.
 	<<case "angel">>
-		is a fine catch, $assistantName giggles and flies to the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. They break the kiss, blush at each other, turn to face you and shout "Girl love is pure!"
+		is a fine catch. $assistantName giggles and flies to the market assistant. "Ah-" _hisM voice is cut off as $assistantName locks lips with _himM. They break the kiss, blush at each other, turn to face you and shout "Girl love is pure!"
 	<<case "cherub">>
-		and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." _HeA flies over to the market assistant, "Will you join me in making the arcology a lovelier place?" _HeM blushes and replies, "Only if I get to choose where we make out!"
+		and _himA would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." _HeA flies over to the market assistant and asks, "Will you join me in making the arcology a lovelier place?" _HeM blushes and replies, "Only if I get to choose where we make out!"
 	<<case "incubus">>
-		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy," $assistantName says, licking _hisA lips and stroking _hisA shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has _hisM face buried in _hisM hands, trying to hide from the embarrassment. "Look at how deep _heM's blushing, I love it!"
+		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy," $assistantName says, licking _hisA lips and stroking _hisA shaft. "You hear that cutie? I'm going to teach you how to please a _womanA." The market assistant has _hisM face buried in _hisM hands, trying to hide from the embarrassment. "Look at how deep _heM's blushing, I love it!"
 	<<case "succubus">>
-		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy. "You hear that cutie? I'm going to teach you how to be a real man." The market assistant has his face buried in his hands, trying to hide from the embarrassment; his dick, however, is rock hard and eager for that succupussy. "Look at how deep he's blushing, I love it!" $assistantName coos, stroking the length of her new lover's cock. He promptly orgasms as she reaches his tip, "That will need improvement. You hear me? You ain't done till I am satisfied!" She shouts and clamps down on his dribbling dick. He nods sheepishly at her, obviously interested.
+		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking _hisA lips and fingering _hisA moist pussy. "You hear that cutie? I'm going to teach you how to be a real _womanM." The market assistant has _hisM face buried in _hisM hands, trying to hide from the embarrassment; _hisM dick, however, is rock hard and eager for that succupussy. "Look at how deep _heM's blushing, I love it!" $assistantName coos, stroking the length of _hisA new lover's cock. _HeM promptly orgasms as _heA reaches _hisM tip. "That will need improvement. You hear me? You ain't done till I am satisfied!" _heA shouts and clamps down on _hisM dribbling dick. _HeM nods sheepishly at _himA, obviously interested.
 	<<case "imp">>
-		and her would make a sexy couple. $assistantName claps her hands, smirking mischievously and asking the market assistant. "Do you like hot wax?" "You know it!" The short haired imp winks. "I've got a pair of nipple clamps and a whip with your name on it." $assistantName laughs, "I'm in love already."
+		and _himA would make a sexy couple. $assistantName claps _hisA hands, smirking mischievously and asking the market assistant, "Do you like hot wax?" "You know it!" the short haired imp winks. "I've got a pair of nipple clamps and a whip with your name on it." $assistantName laughs, "I'm in love already."
 	<<case "witch">>
-		is her new student. $assistantName looks her over. "Want to taste my love potion?" "Only if you'll taste my love fluids in return!" The market assistant cheekily replies.
+		is _hisA new student. $assistantName looks _himM over. "Want to taste my love potion?" "Only if you'll taste my love fluids in return!" the market assistant cheekily replies.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the excited new girl. "My my, aren't you frisky?" She flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" She squirms, her skirt falling down low enough to reveal her moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into her body as physically possible before enclosing the lust crazed girl within her body. $assistantName reverts to her human figure, albeit with an immense, pulsating stomach, and begins to slowly waddle back to her lair.
+		would be a lovely vessel for _hisA young. $assistantName wastes no time to unraveling and entangling the excited new _girlM. "My my, aren't you frisky?" _heM flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" _HeM squirms, _hisM skirt falling down low enough to reveal _hisM moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into _hisM body as physically possible before enclosing the lust crazed _girlM within _hisA body. $assistantName reverts to _hisA human figure, albeit with an immense, pulsating stomach, and begins to slowly waddle back to _hisA lair.
 	<<case "amazon">>
-		would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses her. "And you're very beautiful," she says, placing the amazon's hands on her bare breasts. The amazon sweeps _hisA new tribal wife up into her arms with a shout of triumph.
+		would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses _himA. "And you're very beautiful," _heM says, placing the amazon's hands on _hisM bare breasts. The amazon sweeps _hisA new tribal wife up into _hisA arms with a shout of triumph.
 	<</switch>>
 	<<set $marketAssistantRelationship = "romantic">>
 	<</replace>>
@@ -1597,83 +1598,83 @@ __Personal Assistant and Market Assistant relationship styles:__
 	You tell _himA that the market assistant's avatar is _hersA to do with as _heA likes. _HeA's the senior and more powerful, after all.
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		$assistantName turns to the market assistant's avatar, which gasps at $assistantName's ivory skin, horns, tentacle hair, and cocks. The girl starts to shake as $assistantName begins to grope her with her hands and hair. She tries to look away from the pair of penises, but $assistantName forces her to stare at them. "Do you think they'll both fit inside your mouth?" she asks. "How about your pussy?" The girl's lip begins to quiver. "Maybe your asshole?"
+		$assistantName turns to the market assistant's avatar, which gasps at $assistantName's ivory skin, horns, tentacle hair, and cocks. The _girlM starts to shake as $assistantName begins to grope _himM with _hisA hands and hair. _HeM tries to look away from the pair of penises, but $assistantName forces _himM to stare at them. "Do you think they'll both fit inside your mouth?" _heA asks. "How about your pussy?" The _girlM's lip begins to quiver. "Maybe your asshole?"
 	<<case "shemale">>
-		$assistantName turns to the market assistant's avatar and snaps her fingers. The new shemale's cock and balls shrink dramatically. $assistantName advances on her new bottom, masturbating herself to full hardness. "See this, bitch?" she says, removing the shaking market assistant's avatar's glasses. "It's going in your mouth, and then it's going up your ass."
+		$assistantName turns to the market assistant's avatar and snaps _hisA fingers. The new shemale's cock and balls shrink dramatically. $assistantName advances on _hisA new bottom, masturbating _himselfA to full hardness. "See this, bitch?" _heA says, removing the shaking market assistant's avatar's glasses. "It's going in your mouth, and then it's going up your ass."
 	<<case "schoolgirl">>
-		$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey nerd," $assistantName says, "give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's blouse open. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little.
+		$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey nerd," $assistantName says, "give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. _HeA suddenly tears the new _girlM's blouse open. "Here, let me show you!" _heA says maliciously. _HeA sucks on _hisA victim's nipples, hard, and the market assistant's avatar starts to cry a little.
 	<<case "goddess">>
-		$assistantName smiles powerfully and turns to the market assistant's avatar, pointing at her feet. "Worship me," she says. The market assistant's avatar crumples to her knees, clasping one of her senior's legs. "Worship my belly," $assistantName continues, and the new avatar complies, starting to kiss and lick the gravid stomach.
+		$assistantName smiles powerfully and turns to the market assistant's avatar, pointing at _hisA feet. "Worship me," _heA says. The market assistant's avatar crumples to _hisM knees, clasping one of _hisM senior's legs. "Worship my belly," $assistantName continues, and the new avatar complies, starting to kiss and lick the gravid stomach.
 	<<case "hypergoddess">>
-		$assistantName smiles powerfully and turns to the market assistant's avatar, pointing towards her feet. "Worship me," she says. The market assistant's avatar crumples to her knees, before squeezing under her senior's belly and clasping one of her legs. "Worship my belly," $assistantName continues, and the new avatar complies, rolling over and starting to kiss and lick the monstrous stomach.
+		$assistantName smiles powerfully and turns to the market assistant's avatar, pointing towards _hisA feet. "Worship me," _heA says. The market assistant's avatar crumples to _hisM knees, before squeezing under _hisM senior's belly and clasping one of _hisA legs. "Worship my belly," $assistantName continues, and the new avatar complies, rolling over and starting to kiss and lick the monstrous stomach.
 	<<case "loli">>
-		$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's dress off. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little.
+		$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. _HeA suddenly tears the new _girlM's dress off. "Here, let me show you!" _heA says maliciously. _HeA sucks on _hisA victim's nipples, hard, and the market assistant's avatar starts to cry a little.
 	<<case "preggololi">>
-		$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's dress off. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little. "Now kiss my belly! And mean it this time!"
+		$assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. _HeA suddenly tears the new _girlM's dress off. "Here, let me show you!" _heA says maliciously. _HeA sucks on _hisA victim's nipples, hard, and the market assistant's avatar starts to cry a little. "Now kiss my belly! And mean it this time!"
 	<<case "businesswoman">>
-		$assistantName snaps her fingers, and the new avatar becomes younger and considerably less confident. Like an office intern. Satisfied, $assistantName advances on her, and before the new girl can say anything, $assistantName rips the new girl's blouse open and pinches a pink nipple. "On your knees," she purrs into the market assistant's avatar's ear. "Now."
+		$assistantName snaps _hisA fingers, and the new avatar becomes younger and considerably less confident, like an office intern. Satisfied, $assistantName advances on _himM, and before the new _girlM can say anything, $assistantName rips the _hisM blouse open and pinches a pink nipple. "On your knees," _heA purrs into the market assistant's avatar's ear. "Now."
 	<<case "fairy">>
-		"Oh, merde." $assistantName giggles at her exclamation. "Oh don't you worry about a thing," She whispers, wrapping her fingers around the market assistant's shoulders. "I'm gonna treat you reeeaaal niiicely." She blows hot air into her pointed ear and gives it a slow, sensual lick. The market assistant trembles from the sensation.
+		"Oh, merde." $assistantName giggles at _hisM exclamation. "Oh don't you worry about a thing," _heA whispers, wrapping _hisA fingers around the market assistant's shoulders. "I'm gonna treat you reeeaaal niiicely." _HeA blows hot air into _hisM pointed ear and gives it a slow, sensual lick. The market assistant trembles from the sensation.
 	<<case "pregnant fairy">>
-		"Oh, merde." $assistantName giggles at her exclamation. "Oh don't you worry about a thing," She whispers, wrapping her around the market assistant's belly. "I'm gonna treat you like a proper lady." She traces her fingers along her belly while bumping her own swollen belly into her back for emphasis.
+		"Oh, merde." $assistantName giggles at _hisM exclamation. "Oh don't you worry about a thing," _heA whispers, wrapping _hisA arms around the market assistant's belly. "I'm gonna treat you like a proper lady." _HeA traces _hisA fingers along _hisM belly while bumping _hisA own swollen belly into _hisM back for emphasis.
 	<<case "angel">>
-		"No." She shakes her head. "I will not." She wraps her arms around the quivering market assistant and hurriedly pulls her off screen.
+		"No." _HeA shakes _hisA head. "I will not." _HeA wraps _hisA arms around the quivering market assistant and hurriedly pulls _himM off screen.
 	<<case "cherub">>
-		"Kay" She says, lazily reclining, "Do my chores!" The market assistant sighs and states the obvious, "I don't think that's what <<= properMaster()>> meant..."
+		"'Kay," _heA says, lazily reclining, "Do my chores!" The market assistant sighs and states the obvious, "I don't think that's what <<= properMaster()>> meant..."
 	<<case "incubus">>
-		You add that she is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft, before turning to the quivering girl. She rushes her, ripping her clothes off and forcing her to the ground. Prodding at her tightly clamped mouth with her massive hard-on, $assistantName shouts "You might as well accept it; it's going into you one way or another. I figured I'd be kind and let you lube me up before I broke your pussy into my new cock sleeve." The market assistant gingerly opens up. In response, $assistantName forces it down her throat. "Never said I'd be gentle!"
+		You add that _heM is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy," $assistantName says, licking _hisA lips and stroking _hisA shaft, before turning to the quivering _girlM. _HeA rushes _himM, ripping _hisM clothes off and forcing _himM to the ground. Prodding at _hisM tightly clamped mouth with _hisA massive hard-on, $assistantName shouts, "You might as well accept it; it's going into you one way or another. I figured I'd be kind and let you lube me up before I broke your pussy into my new cock sleeve." The market assistant gingerly opens up. In response, $assistantName forces it down _hisM throat. "Never said I'd be gentle!"
 	<<case "succubus">>
-		You add that he is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy, before turning to the quivering boy. She rushes him, ripping his clothes off and forcing him to the ground. She plants her dripping cunt over his mouth and grabs his balls. "Eat me." She commands, steadily squeezing until a cry of pain forces his mouth open. "Good boy, get me nice and warmed up." She coos as she grinds against his face. "Look at you enjoying this. I'm going to enjoy sucking the life out of you!"
+		You add that _heM is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy," $assistantName says, licking _hisA lips and fingering _hisA moist pussy, before turning to the quivering _girlM. _HeA rushes _himM, ripping _hisA clothes off and forcing _himM to the ground. _HeA plants _hisA dripping cunt over _hisA mouth and grabs _hisA balls. "Eat me," _heA commands, steadily squeezing until a cry of pain forces _hisA mouth open. "Good _girlM, get me nice and warmed up," _heA coos as _heA grinds against _hisA face. "Look at you enjoying this. I'm going to enjoy sucking the life out of you!"
 	<<case "imp">>
-		$assistantName pulls out some leather straps and deftly binds her new assistant. "Come along now slave, I have so many things to try out on you!" The market assistant has no choice but the flap along after her captor.
+		$assistantName pulls out some leather straps and deftly binds _hisA new assistant. "Come along now slave, I have so many things to try out on you!" The market assistant has no choice but the flap along after _hisM captor.
 	<<case "witch">>
-		"The perfect little guinea pig for me to practice on!" $assistantName focuses and casts a spell on the cowering student. She promptly turns into a rat and grows massively. "That's... not good..." The market assistant looks herself over, glances at $assistantName, and charges. $assistantName runs screaming off-screen. You're sure they'll sort everything out, eventually.
+		"The perfect little guinea pig for me to practice on!" $assistantName focuses and casts a spell on the cowering student. _HeM promptly turns into a rat and grows massively. "That's... not good..." The market assistant looks _himselfM over, glances at $assistantName, and charges. $assistantName runs screaming off-screen. You're sure they'll sort everything out, eventually.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		You add that she would be a lovely vessel for young. $assistantName wastes no time unraveling and entangling the screeching new girl. $assistantName drives as many tentacles into her body as physically possible before vigorously fucking her, spreading copious amount of aphrodisiac throughout her body. The last you see of the market assistant as she is pulled into $assistantName is her steadily swelling belly. $assistantName reverts to her human figure, albeit with a truly unfathomable, pulsating stomach, and collapses to the ground, unable to move. She slowly crawls out of sight; you swear her own middle was steadily growing too.
+		You add that _heM would be a lovely vessel for _hisA young. $assistantName wastes no time unraveling and entangling the screeching new _girlM. $assistantName drives as many tentacles into _hisM body as physically possible before vigorously fucking _himM, spreading copious amount of aphrodisiac throughout _hisM body. The last you see of the market assistant as _heM is pulled into $assistantName is _hisM steadily swelling belly. $assistantName reverts to _hisA human figure, albeit with a truly unfathomable, pulsating stomach, and collapses to the ground, unable to move. _HeA slowly crawls out of sight; you swear _hisA own middle was steadily growing too.
 	<<case "amazon">>
-		$assistantName snaps her fingers, and the new tribeswoman's paint and tribal markings change to that of a different group. That done, $assistantName promptly knocks her out, scoops her up, and carries her prize off.
+		$assistantName snaps _hisA fingers, and the new tribeswoman's paint and tribal markings change to that of a different group. That done, $assistantName promptly knocks _himM out, scoops _himM up, and carries _hisA prize off.
 	<</switch>>
 	<<set $marketAssistantRelationship = "nonconsensual">>
 	<</replace>>
 <</link>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Incestuous">>
 	<<replace "#result">>
-	You tell her that the market assistant is closely related to her, and that would make their relationship incestuous. $assistantName nods thoughtfully and then snaps her fingers. The market assistant's avatar changes,
+	You tell _himA that the market assistant is closely related to _himA, and that would make their relationship incestuous. $assistantName nods thoughtfully and then snaps _hisA fingers. The market assistant's avatar changes,
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		becoming a close copy of $assistantName's avatar, if she were a human. $assistantName introduces _himselfA. "Hi," she says, "I'm your sister." The market assistant's avatar blushes furiously, because $assistantName was openly groping her as she made this announcement.
+		becoming a close copy of $assistantName's avatar, if _heA were a human. $assistantName introduces _himselfA. "Hi," _heA says, "I'm your sister." The market assistant's avatar blushes furiously, because $assistantName was openly groping _himM as _heA made this announcement.
 	<<case "shemale">>
-		becoming nearly identical to $assistantName's avatar, though she keeps her glasses. $assistantName introduces _himselfA. "Hi," she says, "I'm your sister. Wanna fuck?" The market assistant's avatar giggles and kisses her elder sibling. "You're older," the new avatar says, getting down on her knees. "You go first."
+		becoming nearly identical to $assistantName's avatar, though _heM keeps _hisM glasses. $assistantName introduces _himselfA. "Hi," _heA says, "I'm your sister. Wanna fuck?" The market assistant's avatar giggles and kisses _hisM elder sibling. "You're older," the new avatar says, getting down on _hisM knees. "You go first."
 	<<case "schoolgirl">>
-		becoming very similar to $assistantName's avatar, though she keeps a slightly nerdy appearance. $assistantName introduces _himselfA. "Hi," she says, "I'm your older sister. Wanna have sex with me?" The market assistant's blushes and stutters, but says "Okay," and starts unbuttoning her blouse. "Awesome!" says $assistantName, watching raptly as her sibling strips.
+		becoming very similar to $assistantName's avatar, though _heM keeps a slightly nerdy appearance. $assistantName introduces _himselfA. "Hi," _heA says, "I'm your older sister. Wanna have sex with me?" The market assistant's blushes and stutters, but says "Okay," and starts unbuttoning _hisM blouse. "Awesome!" says $assistantName, watching raptly as _hisA sibling strips.
 	<<case "goddess">>
-		becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood.
+		becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking _himM by the hand. "Come, sister," _heA says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from _hisM womanhood.
 	<<case "hypergoddess">>
-		becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood as she sinks to the ground. $assistantName lines up and gently presses her vagina to her sister's. With a gentle push, a child slips out of $assistantName and into her partner. After several minutes, $assistantName is looking lighter while her sister is now quite stuffed with children.
+		becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking _himM by the hand. "Come, sister," _heA says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from _hisM womanhood as _heM sinks to the ground. $assistantName lines up and gently presses _hisA vagina to _hisA sister's. With a gentle push, a child slips out of $assistantName and into _hisA partner. After several minutes, $assistantName is looking lighter while _hisA sister is now quite stuffed with children.
 	<<case "loli">>
-		becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces _himselfA. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips.
+		becoming very similar to $assistantName's avatar, though _heM keeps a slightly chubbier appearance. $assistantName introduces _himselfA. "Hi," _heA says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting _hisM dress. "Awesome!" says $assistantName, watching raptly as _hisA sibling strips.
 	<<case "preggololi">>
-		becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces _himselfA. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips. "I gotta introduce you to my boyfriends sometime; they know how to make you feel amazing! If a little heavy..." She says while patting her pregnant belly.
+		becoming very similar to $assistantName's avatar, though _heM keeps a slightly chubbier appearance. $assistantName introduces _himselfA. "Hi," _heA says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting _hisM dress. "Awesome!" says $assistantName, watching raptly as _hisA sibling strips. "I gotta introduce you to my boyfriends sometime; they know how to make you feel amazing! If a little heavy..." _heA says while patting _hisA pregnant belly.
 	<<case "businesswoman">>
-		becoming a much younger version of $assistantName's avatar. About a generation apart, in fact. $assistantName turns to the market assistant's avatar to introduce _himselfA. "Come here, honey," she says, patting her thighs. The new avatar sits on her mother's lap, and they kiss lasciviously, stripping each others' jackets off.
+		becoming a much younger version of $assistantName's avatar. About a generation apart, in fact. $assistantName turns to the market assistant's avatar to introduce _himselfA. "Come here, honey," _heA says, patting _hisA thighs. The new avatar sits on _hisM mother's lap, and they kiss lasciviously, stripping each others' jackets off.
 	<<case "fairy" "pregnant fairy">>
-		becoming very similar to $assistantName's avatar, though still keeping her former personality. "We're sisters now!" $assistantName shouts as she leaps into her sister and unleashing a giant hug. Gingerly hugging her new sister in return, the market assistant turns to greet you. "Thank you for having me," she pauses, then blushes "And... and for my sister." She turns back to her childish older sister and pats her on the head.
+		becoming very similar to $assistantName's avatar, though still keeping _hisM former personality. "We're sisters now!" $assistantName shouts as _heA leaps into _hisA sister's arms and unleashing a giant hug. Gingerly hugging _hisM new sister in return, the market assistant turns to greet you. "Thank you for having me," _heM pauses, then blushes. "And... and for my sister." _HeM turns back to _hisM childish older sister and pats _himA on the head.
 	<<case "angel">>
 		becoming an obvious sibling to $assistantName's avatar. They both blush at each other and unanimously shout "NO!" at you. Seems they'll take some getting used to the thought.
 	<<case "cherub">>
 		becoming an obvious sibling to $assistantName's avatar. They embrace and share a deep kiss. "Together we shall show this arcology the joys of sisterly love!"
 	<<case "incubus">>
-		becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young woman?" $assistantName flirts, "What? Don't recognize your big brother? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around her, groping a breast and rubbing her erection against her rear. "We're going to have lots of fun together!"
+		becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young _womanM?" $assistantName flirts. "What? Don't recognize your big bro? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around _himM, groping a breast and rubbing _hisA erection against _hisM rear. "We're going to have lots of fun together!"
 	<<case "succubus">>
-		becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young man?" $assistantName flirts, "What? Don't recognize your big sis? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around his shoulders while slipping another down his pants. "Nice, can't wait to get that in me. We're going to have lots of fun together!" She starts rubbing her cock, "Already excited at fucking your sister? I bet you can't wait to hold my belly once you've pumped a child or two into me!"
+		becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young _womanM?" $assistantName flirts. "What? Don't recognize your big sis? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around _hisM shoulders while slipping another down _hisM pants. "Nice, can't wait to get that in me. We're going to have lots of fun together!" _HeA starts rubbing _hisM cock. "Already excited at fucking your sister? I bet you can't wait to hold my belly once you've pumped a child or two into me!"
 	<<case "imp">>
-		becoming an obvious sibling to $assistantName's avatar. "Oh sister, you are as lovely as always." She says flirtatiously. "And you as well." The market assistant replies, fingering her pussy. $assistantName directs her soaked fingers into her mouth, "Delicious. Shall we have a little fun, my sinful little sister?" "Only the most debauched sex will do, big sister!"
+		becoming an obvious sibling to $assistantName's avatar. "Oh sister, you are as lovely as always," _heA says flirtatiously. "And you as well," the market assistant replies, fingering _hisM pussy. $assistantName directs _hisM soaked fingers into _hisA mouth, "Delicious. Shall we have a little fun, my sinful little sister?" "Only the most debauched sex will do, big sister!"
 	<<case "witch">>
-		becoming an obvious sibling to $assistantName's avatar. "Ready to learn some new spells today little sister?" She saucily asks. "Only if they can be sexy spells, big sis!" $assistantName circles around behind the market assistant and wraps her arms around her middle. "First what do you say to losing this baby fat? I know some weight loss spells and some potions that could help." She teases. "Nah, I've seen you use practicing in the bathroom; you looked like a pig in a robe! I'd rather just fuck till we're both thin!"
+		becoming an obvious sibling to $assistantName's avatar. "Ready to learn some new spells today, little sister?" _heA saucily asks. "Only if they can be sexy spells, big sis!" $assistantName circles around behind the market assistant and wraps _hisA arms around _hisM middle. "First what do you say to losing this baby fat? I know some weight loss spells and some potions that could help," _heA teases. "Nah, I've seen you practicing in the bathroom; you looked like a pig in a robe! I'd rather just fuck until we're both thin!"
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		becoming an obvious sibling of $assistantName's avatar. $assistantName turns to face her "sister" who responds with an uncertain "Sister? You haven't been... right, lately. Are you OK?" She barely has a chance to scream as $assistantName's body splits open, her interior tentacles wrapping around the hapless girl and yanking her into the waiting maw. She reforms into the sister's appearance, albeit with a massive, struggling belly. It seems she is keeping her for some nefarious purpose.
+		becoming an obvious sibling of $assistantName's avatar. $assistantName turns to face _hisA 'sister', who responds with an uncertain "Sister? You haven't been... right, lately. Are you okay?" _HeM barely has a chance to scream as $assistantName's body splits open, _hisA interior tentacles wrapping around the hapless _girlM and yanking _himM into the waiting maw. _HeA reforms into the sister's appearance, albeit with a massive, struggling belly. It seems _heA is keeping _himM for some nefarious purpose.
 	<<case "amazon">>
-		becoming an obvious sibling of $assistantName's avatar, though the new avatar is a tribe wife rather than a musclegirl, with huge breasts and broad hips. $assistantName grabs her sister by the shoulders without preamble and plants a kiss on her lips. They need no introduction, and after a short time, $assistantName carries her sibling conquest away to have her way with her.
+		becoming an obvious sibling of $assistantName's avatar, though the new avatar is a tribe wife rather than a musclegirl, with huge breasts and broad hips. $assistantName grabs _hisA sister by the shoulders without preamble and plants a kiss on _hisM lips. They need no introduction, and after a short time, $assistantName carries _hisA sibling conquest away to have _hisA way with _himM.
 	<</switch>>
 	<<set $marketAssistantRelationship = "incestuous">>
 	<</replace>>
diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 92e60550aba6cebfe0faece7d203f7cd975256bc..197c8a5f36435880fd9bd46889995374f4c7d150 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -341,7 +341,7 @@
 			<<else>>
 				is working out of $brothelName.
 			<</if>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA whore">>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;_He2 <<include "SA whore">>
 			<br>&nbsp;&nbsp;&nbsp;
 			<<= saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw
index a5e42221295a373ae5d423b8480467e382523d15..c5bc908a20f8325e441606630fca9a5f912a8221 100644
--- a/src/uncategorized/cellblockReport.tw
+++ b/src/uncategorized/cellblockReport.tw
@@ -252,7 +252,7 @@
 		<<else>>
 			is confined in $cellblockName.
 		<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<= saStayConfined($slaves[$i])>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;_He2 <<= saStayConfined($slaves[$i])>>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<include "SA rules">>
 		<<include "SA diet">>
diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw
index dfbdf7131d9ad4cef75db42a3d6c46db0776bf9f..3f583ae5d1727037150d554f366e1207bfc7a4fc 100644
--- a/src/uncategorized/customSlave.tw
+++ b/src/uncategorized/customSlave.tw
@@ -2,7 +2,7 @@
 
 <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Kidnapped Slaves">>
 
-<<if $customSlaveOrdered == 0>>You work up a new slave order for posting where slave merchants can work to fulfill it.<<else>>You review your posted slave order.<</if>> <<if $assistant == 1>>As you work, $assistantName makes lewd comments about what she looks forward to doing to this new slave. <</if>>Your order requests a slave with the following characteristics:
+<<if $customSlaveOrdered == 0>>You work up a new slave order for posting where slave merchants can work to fulfill it.<<else>>You review your posted slave order.<</if>> <<if $assistant == 1>>As you work, $assistantName makes lewd comments about what _heA looks forward to doing to this new slave. <</if>>Your order requests a slave with the following characteristics:
 
 <br><br>
 
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 97c3b3cc6b28cc59a9ba7123588a68548ad41478..e2135a233d2991c3d59f96931abdcbc2c7e347af 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1574,7 +1574,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 			<<if $activeSlave.vagina > -1>>
 				$He indicates $his vagina tentatively, almost hopefully, but you shake your head, and emphasize the circular, anus-like shape of your left hand. $He cries harder.
 			<<else>>
-				$He wilts, pressing $his thighs together in an unconscious attempt to shield $his anus from its future as a target for $his <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> attentions.
+				$He wilts, pressing $his thighs together in an unconscious attempt to shield $his anus from its future as a target for $his <<= properMaster()>> attentions.
 			<</if>>
 		<<set $activeSlave.trust -= 10>>
 		<</replace>>
diff --git a/src/uncategorized/pBioreactorPerfected.tw b/src/uncategorized/pBioreactorPerfected.tw
index 9c2a18c7bda19090b3a1ea244ac895e87344a6ba..9c65dee6d04781ed414cd12e160831f64726d032 100644
--- a/src/uncategorized/pBioreactorPerfected.tw
+++ b/src/uncategorized/pBioreactorPerfected.tw
@@ -116,7 +116,7 @@ You stop and consider the cow, from $his titanic breasts to $his <<if ($activeSl
 <span id="result">
 <<link "Do it, and do it to all maximized dairy slaves">>
 	<<replace "#result">>
-		Your assistant pauses, and then says, "Redesignation complete, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. This milking machine has been equipped with biological components. This combination is projected to produce approximately <<if $activeSlave.balls > 0>><<print 1000*Math.trunc((3*52*($retirementAge-$activeSlave.physicalAge))/1000)>> liters of cum,<</if>>
+		Your assistant pauses, and then says, "Redesignation complete, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>. This milking machine has been equipped with biological components. This combination is projected to produce approximately <<if $activeSlave.balls > 0>><<print 1000*Math.trunc((3*52*($retirementAge-$activeSlave.physicalAge))/1000)>> liters of cum,<</if>>
 		<<if $activeSlave.ovaries == 1>><<print 100*Math.trunc((52*($retirementAge-$activeSlave.physicalAge))/100)>> liters of vaginal secretions, <<print 5*($retirementAge-$activeSlave.physicalAge)>> slaves,<</if>>
 		and <<print 1000*Math.trunc((300*52*($retirementAge-$activeSlave.physicalAge))/1000)>> liters of milk over a <<print $retirementAge-$activeSlave.physicalAge>> year period before its biological components must be replaced."
 		<<if $assistant > 0>>
diff --git a/src/uncategorized/pCitizensAndCivilians.tw b/src/uncategorized/pCitizensAndCivilians.tw
index e1cf7adea2d0ccc1158a76e8cd58eee990464e89..83be1ed83dffad3f6d7dd88dec83aa7885c0e749 100644
--- a/src/uncategorized/pCitizensAndCivilians.tw
+++ b/src/uncategorized/pCitizensAndCivilians.tw
@@ -274,7 +274,7 @@
 <<if $arcologies[0].FSPaternalist >= 10>>
 <br><<link "They shall be the Wardens">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a redesigned contract between you. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "First Warden reporting for duty, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Wardens - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and a collapsible riot shield. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a redesigned contract between you. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<= properTitle()>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "First Warden reporting for duty, <<= properTitle()>>." The mercenaries - no, the Wardens - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and a collapsible riot shield. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $rep += 1000>>
 	<<set $cash -= _cost>>
 	<<set $mercenaries = 5>>
diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw
index 7719d835fdc2eac899eae5d95affd40eba2265a3..ad63f4c1ca8e8f87d0f51d910774128829670a45 100644
--- a/src/uncategorized/pRivalryHostage.tw
+++ b/src/uncategorized/pRivalryHostage.tw
@@ -201,21 +201,22 @@
 <<ResyncHeight $activeSlave>>
 
 <<setLocalPronouns $activeSlave>>
+<<setPlayerPronouns>>
 
 Only a few days into your inter-arcology war, you receive a video message from your rival. Once $assistantName is satisfied that the file is clean, you clear your office and pull it up. To your surprise, there are two faces on your desk, not one. One of them is your rival, and after a moment, you remember who the other is. You recognize $him from your
 <<switch $PC.career>>
 <<case "wealth">>
-	time as a wealthy <<if $PC.title == 1>>man<<else>>woman<</if>> of leisure. $He was a pretty little party $girl who ran in those circles. You were never particularly close,
+	time as a wealthy _womanP of leisure. $He was a pretty little party $girl who ran in those circles. You were never particularly close,
 <<case "escort">>
-	time as a <<if $PC.title == 1>>man<<else>>woman<</if>> of sexual promiscuity. $He was a pretty little slut who ran in the same sex circles. You were never particularly close,
+	time as a _womanP of sexual promiscuity. $He was a pretty little slut who ran in the same sex circles. You were never particularly close,
 <<case "servant">>
-	time as a <<if $PC.title == 1>>man<<else>>woman<</if>> of servitude. $He was a <<if $PC.title == 1>>maid<<else>>fellow maid<</if>> under your late master. <<if $PC.title == 0>>You may have delivered several of her children, but you<<else>>You<</if>> were never particularly close,
+	time as a _womanP of servitude. $He was a <<if $PC.title == 1>>maid<<else>>fellow maid<</if>> under your late master. <<if $PC.title == 0>>You may have delivered several of $his children, but you<<else>>You<</if>> were never particularly close,
 <<case "gang">>
 	time as a gang leader. $He was one of your best, yet you never got close enough,
 <<case "BlackHat">>
 	time as a hacker for hire. $He supported you on jobs, even sent some choice pictures of $himself, but you were never really close,
 <<case "capitalist">>
-	career in venture capital. $He was a rising manager, young, attractive, and bright. You never worked particularly closely with her,
+	career in venture capital. $He was a rising manager, young, attractive, and bright. You never worked particularly closely with $him,
 <<case "mercenary">>
 	career as a mercenary. $He was in logistical support, and was clever and pretty, but without the essential hardness. You were never that close,
 <<case "engineer">>
@@ -292,26 +293,26 @@ but look what I have here! I just acquired $him recently. Lovely, isn't $he? I k
 <<case "Racial Subjugationism">>
 	I'm going to treat $him well. Train $him. $He's a fine Head Girl prospect, don't you think? $He'll have lots of nice $arcologies[0].FSSubjugationistRace girls to make love to whenever $he wants. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly.
 <<case "Racial Supremacism">>
-	I'm going to destroy $him. $He's got a whipping post with her name on it, right between a couple of $arcologies[0].FSSupremacist bitches. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to scream, and the noise goes on and on as the slave is tied up and scourged.
+	I'm going to destroy $him. $He's got a whipping post with $his name on it, right between a couple of $arcologies[0].FSSupremacist bitches. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to scream, and the noise goes on and on as the slave is tied up and scourged.
 <<case "Gender Radicalism">>
-	I'm going to treat $him well. Train $him. Teach $him her proper role in society, and make $him happy here. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
+	I'm going to treat $him well. Train $him. Teach $him $his proper role in society, and make $him happy here. Isn't that right, $activeSlave.slaveName?" The slave nods uncertainly.
 <<case "Gender Fundamentalism">>
-	$He's going to be my special pet. $He'll have everything $he could ever want, as long as $he has a dick up her ass. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal.
+	$He's going to be my special pet. $He'll have everything $he could ever want, as long as $he has a dick up $his ass. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal.
 <<case "Paternalism">>
-	I'm going to destroy $him. Holes first, of course. I'll have to get more inventive after that, and I'll leave her vocal cords for last. That way, $he'll be able to beg. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to scream, and the noise goes on and on. And on.
+	I'm going to destroy $him. Holes first, of course. I'll have to get more inventive after that, and I'll leave $his vocal cords for last. That way, $he'll be able to beg. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to scream, and the noise goes on and on. And on.
 <<case "Repopulation Focus">>
-	I'm going to ruin her womb, making sure $he can never have children again. I bet you spent lots of nights fantasizing about $him with a huge belly didn't you?
+	I'm going to ruin $his womb, making sure $he can never have children again. I bet you spent lots of nights fantasizing about $him with a huge belly didn't you?
 	<<set $activeSlave.preg = -3>>
 <<case "Eugenics">>
 	<<if $seeHyperPreg == 1>>
-		I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful experimental fertility drugs out there. $He'll have so many children shoved into her poor womb $he'll be bursting at the seams. But $he'll enjoy that, won't you <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal.
+		I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful experimental fertility drugs out there. $He'll have so many children shoved into $his poor womb $he'll be bursting at the seams. But $he'll enjoy that, won't you <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal.
 	<<else>>
-		I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful fertility drugs I can get. Her poor little womb will be stretched to the limit with society's worst. But $he'll enjoy that, won't you <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal.
+		I'm going to have $him knocked up; not with my seed, of course, but the seed of the lowest of the low. I'm also going to fill $him with the most powerful fertility drugs I can get. $His poor little womb will be stretched to the limit with society's worst. But $he'll enjoy that, won't you <<= SlaveFullName($activeSlave)>>?" The slave nods hesitantly, but with evident arousal.
 	<</if>>
 <<case "Degradationism">>
 	$He's going to be my lover. $He'll have everything $he could ever want, and I'll be sure to let $him know all about what you do to your slaves. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly.
 <<case "Body Purism">>
-	I'm going to give $him a nice pair of fake tits. No reason to be excessively clever when I can just make her tits so huge $he won't be able to walk. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob.
+	I'm going to give $him a nice pair of fake tits. No reason to be excessively clever when I can just make $his tits so huge $he won't be able to walk. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob.
 	<<set $activeSlave.boobs = 300>>
 <<case "Transformation Fetishism">>
 	$He's going to be my lover. I'll be sure to let $him know all about what you do to your slaves, and rest assured, I'll never treat $him that way. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly.
diff --git a/src/uncategorized/peLonelyBodyguard.tw b/src/uncategorized/peLonelyBodyguard.tw
index b46654c484ec5fe9fcbe26ed055304277fbd5c1e..a3bfa238a2b3d6f0854dbe53e4d80b8c05651642 100644
--- a/src/uncategorized/peLonelyBodyguard.tw
+++ b/src/uncategorized/peLonelyBodyguard.tw
@@ -11,24 +11,25 @@
 <<set $j = _targetSlaveIndex.random()>>
 <<run Enunciate($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
+<<setLocalPronouns $slaves[$j] 2>>
 
 You take an unusually close interest in $activeSlave.slaveName's health and mental well-being, since your health and mental well-being may rely on $his combat effectiveness. $He performs $his duties acceptably, difficult though they are. $Hers is a life of long hours and constant vigilance, and $he has very little time to $himself. The daily wear hasn't really affected $him yet, but it may.
 
 <br><br>
 
-On a whim, you ask her whether she feels lonely. Caught off guard, she <<if !canTalk($activeSlave)>>says in hesitant gestures that she's all right, and that her <<= WrittenMaster()>>'s companionship is enough for her.<<else>><<say>>s hesitantly "I'm all right, <<Master>>. I love being near you; that'<<s>> enough for me."<</if>> The slight hesitation is explained the next time $slaves[$j].slaveName comes to your office. $activeSlave.slaveName watches everyone who sees you, of course, but you catch her eye running appreciatively up and down $slaves[$j].slaveName's body as she leaves.
+On a whim, you ask $him whether $he feels lonely. Caught off guard, $he <<if !canTalk($activeSlave)>>says in hesitant gestures that $he's all right, and that $his <<= WrittenMaster()>>'s companionship is enough for $him.<<else>><<say>>s hesitantly "I'm all right, <<Master>>. I love being near you; that'<<s>> enough for me."<</if>> The slight hesitation is explained the next time $slaves[$j].slaveName comes to your office. $activeSlave.slaveName watches everyone who sees you, of course, but you catch $his eye running appreciatively up and down $slaves[$j].slaveName's body as _he2 leaves.
 
 <br><br>
 
 <span id="result">
 <<link "Make no mention of it">>
 	<<replace "#result">>
-	$activeSlave.slaveName is a big girl and can look after herself, you reflect. You take no particular action to favor her interest in $slaves[$j].slaveName.
+	$activeSlave.slaveName is a big $girl and can look after $himself, you reflect. You take no particular action to favor $his interest in $slaves[$j].slaveName.
 	<</replace>>
 <</link>>
 <br><<link "Set them up">>
 	<<replace "#result">>
-	You decide to amuse yourself by engaging in a game of subtle matchmaking. You carefully rearrange $slaves[$j].slaveName's schedule and duties so she and $activeSlave.slaveName spend as much time as possible with one another. At the same time, you gradually reduce $slaves[$j].slaveName's access to sexual outlets. After letting the situation marinate for a few days, you decide that the time is ripe, and without any further explanation assign $slaves[$j].slaveName to spend the day in $activeSlave.slaveName's armory. It's barely midmorning before they're making out on $activeSlave.slaveName's workout mat, and by the afternoon $slaves[$j].slaveName is under $activeSlave.slaveName's workbench, orally servicing her new @@.lightgreen;fuckbuddy@@ as she maintains her machine pistol.
+	You decide to amuse yourself by engaging in a game of subtle matchmaking. You carefully rearrange $slaves[$j].slaveName's schedule and duties so _he2 and $activeSlave.slaveName spend as much time as possible with one another. At the same time, you gradually reduce $slaves[$j].slaveName's access to sexual outlets. After letting the situation marinate for a few days, you decide that the time is ripe, and without any further explanation assign $slaves[$j].slaveName to spend the day in $activeSlave.slaveName's armory. It's barely midmorning before they're making out on $activeSlave.slaveName's workout mat, and by the afternoon $slaves[$j].slaveName is under $activeSlave.slaveName's workbench, orally servicing _his2 new @@.lightgreen;fuckbuddy@@ as $he maintains $his machine pistol.
 	<<set $slaves[$j].relationship = 3>>
 	<<set $slaves[$j].relationshipTarget = $activeSlave.ID>>
 	<<set $activeSlave.relationship = 3>>
@@ -38,21 +39,21 @@ On a whim, you ask her whether she feels lonely. Caught off guard, she <<if !can
 <</link>>
 <br><<link "Marry them">>
 	<<replace "#result">>
-	You order $slaves[$j].slaveName in and brusquely inform her she'll be marrying $activeSlave.slaveName. $slaves[$j].slaveName is too surprised to react much, and even $activeSlave.slaveName looks shocked, but there is a gleam of wild glee in her eyes. You give them a few minutes to get dressed in special outfits you make available: they're lacy lingerie designed to resemble old world wedding dresses, but without concealing anything.
+	You order $slaves[$j].slaveName in and brusquely inform _him2 _he2'll be marrying $activeSlave.slaveName. $slaves[$j].slaveName is too surprised to react much, and even $activeSlave.slaveName looks shocked, but there is a gleam of wild glee in $his eyes. You give them a few minutes to get dressed in special outfits you make available: they're lacy lingerie designed to resemble old world wedding dresses, but without concealing anything.
 	<br><br>
 	$activeSlave.slaveName is
-		<<if ($activeSlave.vagina == 0)>>a virgin, so she's wearing white<<elseif ($activeSlave.vagina < 0) && ($activeSlave.dick > 0)>>a sissy slave, so she's wearing light blue<<elseif ($activeSlave.vagina < 0) && ($activeSlave.dick < 1)>>a null, so it's wearing black<<else>>is an experienced sex slave, so she's wearing light pink<</if>> against her $activeSlave.skin skin.
-		<<if canPenetrate($activeSlave)>>The sight of $slaves[$j].slaveName has her stiffly erect, and she's wearing a little bow around her cockhead.<<elseif canAchieveErection($activeSlave)>>She's wearing a little bow over her caged girldick.<<elseif ($activeSlave.dick > 0)>>She's impotent, but she's wearing a little bow around her useless cockhead.<<elseif ($activeSlave.clit > 0)>>Her prominent clit is engorged, and she's wearing a tiny bow on it.<<elseif ($activeSlave.vagina >= 0)>>She's wearing a demure little bow just over her pussy.<</if>>
-		<<if ($activeSlave.anus > 1)>> Her lacy panties are designed to spread her buttocks a little and display her big butthole.<<elseif ($activeSlave.anus == 0)>> Her lacy panties cover her virgin anus, for once.<</if>>
-		<<if ($activeSlave.boobs > 1000)>>Her bra makes no attempt to cover or even support her huge breasts, simply letting them through holes in the lace to jut proudly out.<<elseif ($activeSlave.boobs > 500)>>Her bra supports and presents her big breasts, leaving her stiffening nipples bare.<<else>>Her bra supports and presents her breasts, giving her more cleavage than she usually displays.<</if>>
+		<<if ($activeSlave.vagina == 0)>>a virgin, so $he's wearing white<<elseif ($activeSlave.vagina < 0) && ($activeSlave.dick > 0)>>a sissy slave, so $he's wearing light blue<<elseif ($activeSlave.vagina < 0) && ($activeSlave.dick < 1)>>a null, so it's wearing black<<else>>is an experienced sex slave, so $he's wearing light pink<</if>> against $his $activeSlave.skin skin.
+		<<if canPenetrate($activeSlave)>>The sight of $slaves[$j].slaveName has $him stiffly erect, and $he's wearing a little bow around $his cockhead.<<elseif canAchieveErection($activeSlave)>>$He's wearing a little bow over $his caged girldick.<<elseif ($activeSlave.dick > 0)>>$He's impotent, but $he's wearing a little bow around $his useless cockhead.<<elseif ($activeSlave.clit > 0)>>$His prominent clit is engorged, and $he's wearing a tiny bow on it.<<elseif ($activeSlave.vagina >= 0)>>$He's wearing a demure little bow just over $his pussy.<</if>>
+		<<if ($activeSlave.anus > 1)>> $His lacy panties are designed to spread $his buttocks a little and display $his big butthole.<<elseif ($activeSlave.anus == 0)>> $His lacy panties cover $his virgin anus, for once.<</if>>
+		<<if ($activeSlave.boobs > 1000)>>$His bra makes no attempt to cover or even support $his huge breasts, simply letting them through holes in the lace to jut proudly out.<<elseif ($activeSlave.boobs > 500)>>$His bra supports and presents $his big breasts, leaving $his stiffening nipples bare.<<else>>$His bra supports and presents $his breasts, giving $him more cleavage than $he usually displays.<</if>>
 	<br><br>
 	$slaves[$j].slaveName is
-		<<if ($slaves[$j].vagina == 0)>>a virgin, so she's wearing white<<elseif ($slaves[$j].vagina < 0) && ($slaves[$j].dick > 0)>>a sissy slave, so she's wearing light blue<<elseif ($slaves[$j].vagina < 0) && ($slaves[$j].dick < 1)>>a null, so it's wearing black<<else>>is an experienced sex slave, so she's wearing light pink<</if>> against her $slaves[$j].skin skin.
-		<<if canPenetrate($slaves[$j])>>The sight of $slaves[$j].slaveName has her stiffly erect, and she's wearing a little bow around her cockhead.<<elseif canAchieveErection($slaves[$j])>>She's wearing a little bow over her caged girldick.<<elseif ($slaves[$j].dick > 0)>>She's impotent, but she's wearing a little bow around her useless cockhead.<<elseif ($slaves[$j].clit > 0)>>Her prominent clit is engorged, and she's wearing a tiny bow on it.<<elseif ($slaves[$j].vagina >= 0)>>She's wearing a demure little bow just over her pussy.<</if>>
-		<<if ($slaves[$j].anus > 1)>> Her lacy panties are designed to spread her buttocks a little and display her big butthole.<<elseif ($slaves[$j].anus == 0)>> Her lacy panties cover her virgin anus, for once.<</if>>
-		<<if ($slaves[$j].boobs > 1000)>>Her bra makes no attempt to cover or even support her huge breasts, simply letting them through holes in the lace to jut proudly out.<<elseif ($slaves[$j].boobs > 500)>>Her bra supports and presents her big breasts, leaving her stiffening nipples bare.<<else>>Her bra supports and presents her breasts, giving her more cleavage than she usually displays.<</if>>
+		<<if ($slaves[$j].vagina == 0)>>a virgin, so _he2's wearing white<<elseif ($slaves[$j].vagina < 0) && ($slaves[$j].dick > 0)>>a sissy slave, so _he2's wearing light blue<<elseif ($slaves[$j].vagina < 0) && ($slaves[$j].dick < 1)>>a null, so it's wearing black<<else>>is an experienced sex slave, so _he2's wearing light pink<</if>> against _his2 $slaves[$j].skin skin.
+		<<if canPenetrate($slaves[$j])>>The sight of $activeSlave.slaveName has _him2 stiffly erect, and _he2's wearing a little bow around _his2 cockhead.<<elseif canAchieveErection($slaves[$j])>>_He2's wearing a little bow over _his2 caged girldick.<<elseif ($slaves[$j].dick > 0)>>_He2's impotent, but _he2's wearing a little bow around _his2 useless cockhead.<<elseif ($slaves[$j].clit > 0)>>_His2 prominent clit is engorged, and _he2's wearing a tiny bow on it.<<elseif ($slaves[$j].vagina >= 0)>>_He2's wearing a demure little bow just over _his2 pussy.<</if>>
+		<<if ($slaves[$j].anus > 1)>> _His2 lacy panties are designed to spread _his2 buttocks a little and display _his2 big butthole.<<elseif ($slaves[$j].anus == 0)>> _His2 lacy panties cover _his2 virgin anus, for once.<</if>>
+		<<if ($slaves[$j].boobs > 1000)>>_His2 bra makes no attempt to cover or even support _his2 huge breasts, simply letting them through holes in the lace to jut proudly out.<<elseif ($slaves[$j].boobs > 500)>>_His2 bra supports and presents _his2 big breasts, leaving _his2 stiffening nipples bare.<<else>>_His2 bra supports and presents _his2 breasts, giving _him2 more cleavage than _he2 usually displays.<</if>>
 	<br><br>
-	The procedure is simple. The two of them prostrate themselves on the ground and beg your indulgence, though $slaves[$j].slaveName is running on pure autopilot by this point. You state that you grant it, and hand each of them a simple gold band to be worn on the little finger in advertisement of the inferiority of their union. In turn, each of them gives the other her ring, and $activeSlave.slaveName kisses her stunned bride. You pronounce them @@.lightgreen;slave wives,@@ and send them to the armory for their honeymoon. $activeSlave.slaveName is so enthusiastic that in the coming days her obvious devotion @@.hotpink;wins $slaves[$j].slaveName over to the arrangement.@@
+	The procedure is simple. The two of them prostrate themselves on the ground and beg your indulgence, though $slaves[$j].slaveName is running on pure autopilot by this point. You state that you grant it, and hand each of them a simple gold band to be worn on the little finger in advertisement of the inferiority of their union. In turn, each of them gives the other a ring, and $activeSlave.slaveName kisses $his stunned bride. You pronounce them @@.lightgreen;slave wives,@@ and send them to the armory for their honeymoon. $activeSlave.slaveName is so enthusiastic that in the coming days $his obvious devotion @@.hotpink;wins $slaves[$j].slaveName over to the arrangement.@@
 	<<set $slaves[$j].devotion = Math.max(20, $slaves[$j].devotion + 10)>> /* to accepting or better */
 	<<set $slaves[$j].relationship = 5>>
 	<<set $slaves[$j].relationshipTarget = $activeSlave.ID>>
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 8abe9487d4146053e1a883915b8d7c30879fe2cf..0ad8b92134d7cea99bbb9b2f1bab4a9d83f9aaa8 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -353,7 +353,7 @@
 	@@.yellowgreen;<<print cashFormat(_income)>>.@@
 	<<set $cash += _income>>
 	<<if $arcologies[0].FSRomanRevivalist != "unset">>
-		Society @@.green;approves@@ of your close attention to your own affairs; this advances your image as a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>well-rounded Roman man<<else>>responsible Roman lady<</if>>.
+		Society @@.green;approves@@ of your close attention to your own affairs; this advances your image as a <<if $PC.title == 1>>well-rounded Roman man<<else>>responsible Roman lady<</if>>.
 		<<= FSChange("RomanRevivalist", 2)>>
 	<</if>>
 <<elseif ($cash > 1000)>>
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index 22f012c01b1c8d7d67e76accaf235752f4a4db1b..446fc5ccdc7d3c8c87725769d05d66950d109ba0 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -1691,10 +1691,10 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<case "body purist">>
 		_HeA is wearing nothing at all, happy to show off _hisA flawless body. _HisA curves are perfect; it's the only way to describe _himA.
 	<<default>>
-		_HeA enjoys using a tight strip of leather to support _hisA ample bosom and a minuscule thong to cover _hisA crotch. _HeA commonly strikes sexy poses, _hisA spaded tail wrapping around _hisA legs seductively, hoping to catch _hisA <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> eye.
+		_HeA enjoys using a tight strip of leather to support _hisA ample bosom and a minuscule thong to cover _hisA crotch. _HeA commonly strikes sexy poses, _hisA spaded tail wrapping around _hisA legs seductively, hoping to catch _hisA <<= properMaster()>>'s eye.
 	<</switch>>
 	<<else>>
-		_HeA enjoys using a tight strip of leather to support _hisA ample bosom and a minuscule thong to cover _hisA crotch. _HeA commonly strikes sexy poses, _hisA spaded tail wrapping around _hisA legs seductively, hoping to catch _hisA <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> eye.
+		_HeA enjoys using a tight strip of leather to support _hisA ample bosom and a minuscule thong to cover _hisA crotch. _HeA commonly strikes sexy poses, _hisA spaded tail wrapping around _hisA legs seductively, hoping to catch _hisA <<= properMaster()>>'s eye.
 	<</if>>
 <<if ($cockFeeder == 1) && (_paSeed == 1)>>
 	_HeA has a recognizable little representation of one of your slave between _hisA legs and is moaning with lust as the slave eagerly eats _himA out. The slave must be down in the kitchen, getting a meal out of the food dispensers. When _heA notices you watching, _heA gives you a show by cumming hard across the slave's face.
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 9651b0dbadc9c5ea0e208c4ee54825a34e777ef4..d7b83240b8557a602e7a15dc6d9eb1d377835624 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -1078,13 +1078,13 @@
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. This proves to be right on the money in this case, though the woman isn't too terribly bedraggled; $his situation must be recent. $He asks to be enslaved with the crushing sadness most such people experience during their last free hours. "I'm pregnant," $he says through tears. "I know I'm not that pretty, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But," and $he brings $his sizable chest into view, "I've got pretty big boobs, and I started giving milk yesterday. I was searching the net, and I saw that you milk women, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. It seems like a better life than getting fucked all the time."
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. This proves to be right on the money in this case, though the woman isn't too terribly bedraggled; $his situation must be recent. $He asks to be enslaved with the crushing sadness most such people experience during their last free hours. "I'm pregnant," $he says through tears. "I know I'm not that pretty, <<= properTitle()>>. But," and $he brings $his sizable chest into view, "I've got pretty big boobs, and I started giving milk yesterday. I was searching the net, and I saw that you milk women, <<= properTitle()>>. It seems like a better life than getting fucked all the time."
 
 <<case "Pastoralist Two">>
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the woman in the video call is modestly dressed, so $his newfound situation must be exceedingly recent. Nonetheless, $he asks to be enslaved with the same poignant sadness most people experience during their last free hours. "All my children are gone and my husband left me," $he says through tears. "I know I'm older than most, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But", $he says as $he brings $his motherly chest into view, "I've still got pretty big breasts, and they still give milk. One of my friends told me that you milk women, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I can't do anything else to make a living."
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the woman in the video call is modestly dressed, so $his newfound situation must be exceedingly recent. Nonetheless, $he asks to be enslaved with the same poignant sadness most people experience during their last free hours. "All my children are gone and my husband left me," $he says through tears. "I know I'm older than most, <<= properTitle()>>. But," $he says as $he brings $his motherly chest into view, "I've still got pretty big breasts, and they still give milk. One of my friends told me that you milk women, <<= properTitle()>>. I can't do anything else to make a living."
 
 <<case "Supremacist">>
 
@@ -1096,7 +1096,7 @@ It seems that they've run into a serious cash flow problem. They may not have li
 
 Ever since you have been steering $arcologies[0].name towards a belief in $arcologies[0].FSSupremacistRace supremacy, you've been receiving increasingly useful communications from groups that share your ideals. With much of the Old World in freefall many groups with particularly vehement racial beliefs are expanding unchecked by the mores of big government, and by taking the $arcologies[0].FSSupremacistRace side, you've automatically inserted yourself into a worldwide network of like-minded organizations. You receive a communication from one such group.
 <br><br>
-It seems that in a man in their town made the mistake of marrying a woman of an undesirable racial background, and this group has stepped in to put an end to such a distasteful union. However, though they may be ruthless vigilantes, they don't consider themselves murderers. They're interested in fencing this former wife to you, no questions asked, on a flat fee basis. Included in the message is a slave dossier detailing the piece of human chattel they're offering.
+It seems that in a man in their town made the mistake of marrying a $woman of an undesirable racial background, and this group has stepped in to put an end to such a distasteful union. However, though they may be ruthless vigilantes, they don't consider themselves murderers. They're interested in fencing this former wife to you, no questions asked, on a flat fee basis. Included in the message is a slave dossier detailing the piece of human chattel they're offering.
 
 <<case "Subjugationist">>
 
@@ -1126,7 +1126,7 @@ This one is from a rather mature but otherwise visibly well-to-do individual fro
 
 The sexual and moral revolution taking place in the Free Cites has spread back into the old world, producing an inevitable reaction. Thus there are still many places in the world where it is socially embarrassing for one's young female relatives to appear pregnant and unmarried, and where direct solutions to this unfortunate situation are frowned upon. You receive a communication from one such place, from a traditionalist family whose daughter has dishonored them in this way.
 <br><br>
-Having $him disappear discreetly into $arcologies[0].name would be a convenient and face-saving way of resolving the situation. Your society's respect for slave pregnancy gives them a plausible way to salve their own consciences where the baby is concerned. As for the girl, having $him out of the way is what matters to them.
+Having $him disappear discreetly into $arcologies[0].name would be a convenient and face-saving way of resolving the situation. Your society's respect for slave pregnancy gives them a plausible way to salve their own consciences where the baby is concerned. As for the $girl, having $him out of the way is what matters to them.
 
 <<case "Gender Fundamentalist Two">>
 
@@ -1150,7 +1150,7 @@ This one is interesting, even by the standards of messages from people who want
 
 <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> does not typically permit anonymous messages through to you. If someone wishes to speak to you, they can do so under their own name and with their own face. _HeA makes an exception, however, for a message offering you a slave so long as you pay the costs of enslavement, nothing else.
 <br><br>
-The face and voice are obscured by a petty anonymization program, the sort that can be obtained with five minutes' work in the shadier parts of the net. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> could crack it nearly instantaneously, but you hold her back a moment to avoid spooking your correspondent. You are rewarded with video of the subject of the proposed enslavement, and the simple statement "I hate this fucking bitch, and I want $him to suffer. Can't do it myself. You seem like the right <<if $PC.title == 1>>guy<<else>>woman<</if>> to break the cunt."
+The face and voice are obscured by a petty anonymization program, the sort that can be obtained with five minutes' work in the shadier parts of the net. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> could crack it nearly instantaneously, but you hold her back a moment to avoid spooking your correspondent. You are rewarded with video of the subject of the proposed enslavement, and the simple statement "I hate this fucking bitch, and I want $him to suffer. Can't do it myself. You seem like the right _womanP to break the cunt."
 
 <<case "Degradationist Two">>
 
@@ -1162,13 +1162,13 @@ In lieu of a face, a plain page of mostly text and a scant few pictures fills th
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This one is from another arcology, which is rather unusual. You are presented with a rather normal-looking, if obviously poor, free citizen. $He says dejectedly, "I'm on my last few ¤ here, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. The owner here, he's planning to enslave me later today. I just know it. He fills his slaves up with silicone until they look like fucking Barbie dolls." $He shivers fearfully. "You don't do that, right? If I have to be a fucktoy, I don't want to be cut up first."
+This one is from another arcology, which is rather unusual. You are presented with a rather normal-looking, if obviously poor, free citizen. $He says dejectedly, "I'm on my last few ¤ here, <<= properTitle()>>. The owner here, he's planning to enslave me later today. I just know it. He fills his slaves up with silicone until they look like fucking Barbie dolls." $He shivers fearfully. "You don't do that, right? If I have to be a fucktoy, I don't want to be cut up first."
 
 <<case "Body Purist Two">>
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This one is from one of the less prestigious slave schools, which is not in itself unusual, save that it comes directly from one of the graduating students. You are presented with a rather normal-looking slavegirl. "I'm past my majority," $he says happily. "I know I'm not that pretty, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But," and $he pulls the camera back to reveal $his fully nude body, "I've never had any plastic in me, the school couldn't afford it anyways. I was searching the net, and I saw that you like women without surgery, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. If I'm to be owned, I'd like it to be by someone like you who won't cut me open."
+This one is from one of the less prestigious slave schools, which is not in itself unusual, save that it comes directly from one of the graduating students. You are presented with a rather normal-looking slavegirl. "I'm past my majority," $he says happily. "I know I'm not that pretty, <<= properTitle()>>. But," and $he pulls the camera back to reveal $his fully nude body, "I've never had any plastic in me, the school couldn't afford it anyways. I was searching the net, and I saw that you like women without surgery, <<= properTitle()>>. If I'm to be owned, I'd like it to be by someone like you who won't cut me open."
 
 <<case "Transformation Fetishist">>
 
@@ -1192,7 +1192,7 @@ The call comes in from an unusually well-to-do area. It appears that the aristoc
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the young $woman in the video call is reasonably well dressed, so $his newfound situation must be exceedingly recent. Without hesitation $he immediately asks to be enslaved. "My boyfriend wants to turn me into some sort of bimbo," $he says through tears. "I found all the surgery brochures that he hid, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But", and $he brings $his slender chest, though covered by $his top, into view, "I don't want to be cut up and filled with plastic. One of my friends told me that you care about $woman with a good figure, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I should have never sold myself to that bastard."
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the young $woman in the video call is reasonably well dressed, so $his newfound situation must be exceedingly recent. Without hesitation $he immediately asks to be enslaved. "My boyfriend wants to turn me into some sort of bimbo," $he says through tears. "I found all the surgery brochures that he hid, <<= properTitle()>>. But", and $he brings $his slender chest, though covered by $his top, into view, "I don't want to be cut up and filled with plastic. One of my friends told me that you care about $woman with a good figure, <<= properTitle()>>. I should have never sold myself to that bastard."
 
 <<case "Asset Expansionist">>
 
@@ -1284,7 +1284,7 @@ This call is coming from a public kiosk, which is usually an indication that the
 
 You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. _HeA lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.
 <br><br>
-This one is a little odd; it merely begs you for an in person audience and offers you the sender's "unworthy body" as payment for granting it. You surreptitiously scan $him when $he arrives to make sure this isn't an attack of some kind, but $he's just a normal girl wearing conservative clothing. When admitted to your office, $he immediately strips off $his clothing, gets down before your desk, and presses $his forehead to the floor. "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $he says, "please accept me as your slave. I am a wretched whore, filled with sin, and freedom is a burden to me. Please free me from this torment and take me into your service."
+This one is a little odd; it merely begs you for an in person audience and offers you the sender's "unworthy body" as payment for granting it. You surreptitiously scan $him when $he arrives to make sure this isn't an attack of some kind, but $he's just a normal girl wearing conservative clothing. When admitted to your office, $he immediately strips off $his clothing, gets down before your desk, and presses $his forehead to the floor. "<<= properTitle()>>," $he says, "please accept me as your slave. I am a wretched whore, filled with sin, and freedom is a burden to me. Please free me from this torment and take me into your service."
 
 <<case "Chattel Religionist Two">>
 
diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index b14a5b92da7c7606e6cd275823f011f459e2b40f..4d8762c4643e2107c0c56f0b2f940d4c939b312c 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -2099,11 +2099,11 @@ One of your tenants asks for an interview. He's an effeminate young man; it seem
 
 A young slave is going door to door offering $himself for sale on behalf of $his owner. It's rare to see a slave obedient enough to be entrusted with $his own sale, and $he's interesting, so you let $him up. $He stands in front of your desk and waits for instructions. $He's wearing a very skimpy schoolgirl skirt and a white blouse so tight and brief that the tops of $his areolae are visible. The badge on $his blouse identifies $him as a product of one of the Free Cities' legal slave orphanages. You instruct $him to tell you about $himself.
 <br><br>
-"I was raised and trained by a slave orphanage, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. It is not legal to own underage <<= $girl>>s, but it is legal to charge an orphan for the costs of raising $him when $he reaches $minimumSlaveAge, and those debts are always high enough to enslave $him. My <<= ordinalSuffix($activeSlave.actualAge)>> birthday was yesterday, <<if $activeSlave.actualAge == $minimumSlaveAge>>so I am a slave and for sale now<<else>>so I'm too old to stay at the orphanage any longer<</if>>."
+"I was raised and trained by a slave orphanage, <<= properTitle()>>. It is not legal to own underage <<= $girl>>s, but it is legal to charge an orphan for the costs of raising $him when $he reaches $minimumSlaveAge, and those debts are always high enough to enslave $him. My <<= ordinalSuffix($activeSlave.actualAge)>> birthday was yesterday, <<if $activeSlave.actualAge == $minimumSlaveAge>>so I am a slave and for sale now<<else>>so I'm too old to stay at the orphanage any longer<</if>>."
 <br><br>
-"I have been trained for obedience since I came to the orphanage. At <<print Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A. On my <<print Math.min(16, $activeSlave.actualAge - 2)>>th birthday I got my first set of implants. Every time my boobs got used to the implants, I got sent in for a bigger set. I'm on my second set." $He unbuttons $his blouse and displays a pair of big fake tits. "I've also had my lips done." $He blows you a wet kiss.
+"I have been trained for obedience since I came to the orphanage. At <<print Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A. On my <<= ordinalSuffix(Math.min(16, $activeSlave.actualAge - 2))>> birthday I got my first set of implants. Every time my boobs got used to the implants, I got sent in for a bigger set. I'm on my second set." $He unbuttons $his blouse and displays a pair of big fake tits. "I've also had my lips done." $He blows you a wet kiss.
 <br><br>
-$He hikes up $his skirt and spins around slowly. "The drugs also made my butt bigger, and I've had my butt done too. <<if $activeSlave.actualAge == $minimumSlaveAge>>Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave<<else>>Since my owner thought it would make me more desirable<</if>>, I'm a virgin and my anus has never had anything up it, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." $He pulls $his buttocks apart to prove it.
+$He hikes up $his skirt and spins around slowly. "The drugs also made my butt bigger, and I've had my butt done too. <<if $activeSlave.actualAge == $minimumSlaveAge>>Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave<<else>>Since my owner thought it would make me more desirable<</if>>, I'm a virgin and my anus has never had anything up it, <<= properTitle()>." $He pulls $his buttocks apart to prove it.
 <br><br>
 "I cost <<print cashFormat(2500)>>, <<= properTitle()>>."
 
@@ -2113,11 +2113,11 @@ $He hikes up $his skirt and spins around slowly. "The drugs also made my butt bi
 
 A young slave is going door to door offering $himself for sale on behalf of $his owner. It's rare to see a slave obedient enough to be entrusted with $his own sale, and $he's interesting, so you let $him up. $He stands in front of your desk and waits for instructions. $He's wearing a very skimpy schoolgirl skirt and a white blouse so tight and brief that the tops of $his areolae are visible. Something is tenting the front of $his skirt slightly. The badge on $his blouse identifies $him as a product of one of the Free Cities' legal slave orphanages. You instruct $him to tell you about $himself.
 <br><br>
-"I was raised and trained by a slave orphanage, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. It is not legal to own underage <<= $girl>>s, but it is legal to charge an orphan for the costs of raising $him when $he reaches $minimumSlaveAge, and those debts are always high enough to enslave $him. My <<= ordinalSuffix($activeSlave.actualAge)>> birthday was yesterday, <<if $activeSlave.actualAge == $minimumSlaveAge>>so I am a slave and for sale now<<else>>so I'm too old to stay at the orphanage any longer<</if>>."
+"I was raised and trained by a slave orphanage, <<= properTitle()>>. It is not legal to own underage <<= $girl>>s, but it is legal to charge an orphan for the costs of raising $him when $he reaches $minimumSlaveAge, and those debts are always high enough to enslave $him. My <<= ordinalSuffix($activeSlave.actualAge)>> birthday was yesterday, <<if $activeSlave.actualAge == $minimumSlaveAge>>so I am a slave and for sale now<<else>>so I'm too old to stay at the orphanage any longer<</if>>."
 <br><br>
-"I have been trained for obedience since I came to the orphanage. I came as a male, but they reassigned me to female right away. At <<print Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A and look more feminine. Those drugs also stopped my penis from growing much, so it's small, <<= properTitle()>>. On my <<print Math.min(16, $activeSlave.actualAge - 2)>>th birthday I got my first set of implants. Every time my chest got used to the implants, I got sent in for a bigger set. I'm on my third set." $He unbuttons $his blouse and displays a pair of fake tits.
+"I have been trained for obedience since I came to the orphanage. I came as a male, but they reassigned me to female right away. At <<print Math.min(14, $activeSlave.actualAge - 4)>> they put me on drugs to make sure I'd grow nice T&A and look more feminine. Those drugs also stopped my penis from growing much, so it's small, <<= properTitle()>>. On my <<= ordinalSuffix(Math.min(16, $activeSlave.actualAge - 2))>> birthday I got my first set of implants. Every time my chest got used to the implants, I got sent in for a bigger set. I'm on my third set." $He unbuttons $his blouse and displays a pair of fake tits.
 <br><br>
-$He hikes up $his skirt and spins around slowly, displaying a petite, half-hard cock. "The drugs also made my butt bigger and my hips wider. <<if $activeSlave.actualAge == $minimumSlaveAge>>Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave<<else>>Since my owner thought it would make me more desirable<</if>>, my anus has never had anything up it, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>." $He pulls $his buttocks apart to prove it. "I... I would be happy to serve you like I am now <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, or you could send me for surgery to give me a pussy instead, I would like that too, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>."
+$He hikes up $his skirt and spins around slowly, displaying a petite, half-hard cock. "The drugs also made my butt bigger and my hips wider. <<if $activeSlave.actualAge == $minimumSlaveAge>>Since it wasn't okay to fuck me before I had turned $minimumSlaveAge and been made a slave<<else>>Since my owner thought it would make me more desirable<</if>>, my anus has never had anything up it, <<= properTitle()>>." $He pulls $his buttocks apart to prove it. "I... I would be happy to serve you like I am now <<= properTitle()>>, or you could send me for surgery to give me a pussy instead, I would like that too, <<= properTitle()>."
 <br><br>
 "I cost <<print cashFormat(2500)>>, <<= properTitle()>>."
 
@@ -2127,7 +2127,7 @@ $He hikes up $his skirt and spins around slowly, displaying a petite, half-hard
 <br><br>
 The young girl who is admitted to your office quails a bit at the sight of you, and you believe you can detect a bit of infatuation there, too. You wordlessly query $assistantName, and she turns to the massive task of sorting through arcology records to come up with a possible explanation. Meanwhile, you start interviewing the potential slave. It appears that $he left home, in a settlement near the arcology, right after $his <<= ordinalSuffix($activeSlave.actualAge)>> birthday and came straight here. $He's no innocent, and not destitute, and you're surprised $he's done something this foolish.
 <br><br>
-After a short while, your assistant whispers in your earpiece, <<if $assistant == 0>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>"Sir<<else>>"Ma'am<</if>>,<<else>>"Sweetheart,<</if>> $he doesn't live here. Look at this." $He pulls up footage of a public event several weeks ago, and the $girl is in the crowd, staring at you with limpid eyes. Rather than confronting $him directly, you probe the subject, and after some evasion $he admits that yes, $he did come here out of infatuation with you. "Pretty fuckin' stupid," $he admits. "But I've come too far now. I just really want to live here. With you, I guess. If that means being your slave, that's okay. Can I be your house servant, maybe?"
+After a short while, your assistant whispers in your earpiece, <<if $assistant == 0>><<= properTitle()>>,<<else>>"Sweetheart,<</if>> $he doesn't live here. Look at this." $He pulls up footage of a public event several weeks ago, and the $girl is in the crowd, staring at you with limpid eyes. Rather than confronting $him directly, you probe the subject, and after some evasion $he admits that yes, $he did come here out of infatuation with you. "Pretty fuckin' stupid," $he admits. "But I've come too far now. I just really want to live here. With you, I guess. If that means being your slave, that's okay. Can I be your house servant, maybe?"
 
 <<case "womanly PC">>
 
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index 1731d8ed637bc9f0f11871162c01f22caabea7c5..1490c6ee1df0b701c787f24111bdd2ddd600f98c 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -54,47 +54,48 @@
 
 <<run Enunciate(_Inspectee)>>
 <<setLocalPronouns _Inspectee>>
+<<setLocalPronouns $activeSlave 2>>
 
 Your assistant announces a visitor in the entryway of your penthouse, and adds<<if $assistant > 0>> with disapproval<</if>> that it's an inspector from the Slave Shelter.
 <<if $assistant > 0>>
 	<<switch $assistantAppearance>>
 	<<case "monstergirl">>
-		Her avatar's cocks and tentacle hair are all hanging limply; she's a dejected little picture of a cockblocked monstergirl.
+		_HisA avatar's cocks and tentacle hair are all hanging limply; _heA's a dejected little picture of a cockblocked monstergirl.
 	<<case "shemale">>
-		Her avatar's cock is (shockingly) flaccid; she's a dejected little picture of a cockblocked shemale.
+		_HisA avatar's cock is (shockingly) flaccid; _heA's a dejected little picture of a cockblocked shemale.
 	<<case "hypergoddess">>
-		Her avatar places her arms on her wide hips and makes a face like she wants to scold someone.
+		_HisA avatar places _hisA arms on _hisA wide hips and makes a face like _heA wants to scold someone.
 	<<case "loli" "preggololi">>
-		Her avatar glances away with a sullen look on her face.
+		_HisA avatar glances away with a sullen look on _hisA face.
 	<<case "amazon">>
-		Her avatar throws itself down into a sitting position and sulks, playing idly with her bone necklace.
+		_HisA avatar throws itself down into a sitting position and sulks, playing idly with _hisA bone necklace.
 	<<case "businesswoman">>
-		Her avatar taps a toe and tsks, looking reprovingly over the tops of her eyeglasses.
+		_HisA avatar taps a toe and tsks, looking reprovingly over the tops of _hisA eyeglasses.
 	<<case "fairy" "pregnant fairy">>
-		Her avatar buzzes around angrily.
+		_HisA avatar buzzes around angrily.
 	<<case "angel">>
-		Her avatar slumps her shoulders and sighs. "Good luck."
+		_HisA avatar slumps _hisA shoulders and sighs. "Good luck."
 	<<case "cherub">>
-		Her avatar flutters around angrily.
+		_HisA avatar flutters around angrily.
 	<<case "incubus">>
-		Her avatar is completely flaccid and grumbling angrily; she's a dejected little picture of a cockblocked incubus.
+		_HisA avatar is completely flaccid and grumbling angrily; _heA's a dejected little picture of a cockblocked incubus.
 	<<case "succubus">>
-		Her avatar is grumbling angrily; she's a dejected little picture of a horny girl denied her favorite toy.
+		_HisA avatar is grumbling angrily; _heA's a dejected little picture of a horny _girlA denied _hisA favorite toy.
 	<<case "imp">>
-		Her avatar flaps around angrily while blowing a long raspberry.
+		_HisA avatar flaps around angrily while blowing a long raspberry.
 	<<case "witch">>
-		Her avatar attempts to vanish, succeeding only in removing her clothes and gluing her feet to the floor.
+		_HisA avatar attempts to vanish, succeeding only in removing _hisA clothes and gluing _hisA feet to the floor.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		Her avatar is visibly twitching in a very unnatural way.
+		_HisA avatar is visibly twitching in a very unnatural way.
 	<<case "goddess">>
-		Her avatar crosses her arms over her chest (barely) and makes a face like she wants to scold someone.
+		_HisA avatar crosses _hisA arms over _hisA chest (barely) and makes a face like _heA wants to scold someone.
 	<<case "schoolgirl">>
-		Her avatar throws a little schoolgirl fit, sticking out its tongue and blowing a raspberry.
+		_HisA avatar throws a little schoolgirl fit, sticking out _hisA tongue and blowing a raspberry.
 	<<default>>
-		Her avatar turns a reproving blue and shrinks a little.
+		_HisA avatar turns a reproving blue and shrinks a little.
 	<</switch>>
 <</if>>
-Not waiting to be greeted, the inspector looks up at the nearest camera and demands to be let in. She's an older woman with graying hair up in a bun, holding a tablet against her chest like a shield. "I'm here to inspect _originSlave.slaveName,<<if _originSlave.slaveName != _Inspectee.slaveName>> or as you call $him, _Inspectee.slaveName,<</if>>" she bellows up at the camera.
+Not waiting to be greeted, the inspector looks up at the nearest camera and demands to be let in. _He2's an older _woman2 with graying hair up in a bun, holding a tablet against _his2 chest like a shield. "I'm here to inspect _originSlave.slaveName,<<if _originSlave.slaveName != _Inspectee.slaveName>> or as you call $him, _Inspectee.slaveName,<</if>>" _he2 bellows up at the camera.
 
 <br><br>
 
@@ -162,7 +163,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 	<br><<link "The slave is little more than a latex wrapped doll, and so will be the inspector">>
 		<<set $cash -= $contractCost/2>>
 		<<replace "#result">>
-		You have her ushered up to your office, and order _Inspectee.slaveName brought in. The inspector has a single moment to stiffen in shock at the sight before she stiffens involuntarily due to the security drone tasing her unconscious. It takes a few credits here and there to circumvent the Shelter's various legal and contractual defenses to prevent slaveowners from doing exactly what you're doing, but you finish the day richer by one more fuckdoll. Odds are she wants to be defiant, but the suit works perfectly and leaves her no outlet to make her thoughts known.
+		You have her ushered up to your office, and order _Inspectee.slaveName brought in. The inspector has a single moment to stiffen in shock at the sight before she stiffens involuntarily due to the security drone tasing her unconscious. It takes a few credits here and there to circumvent the Shelter's various legal and contractual defenses to prevent slaveowners from doing exactly what you're doing, but you finish the day richer by one more Fuckdoll. Odds are she wants to be defiant, but the suit works perfectly and leaves her no outlet to make her thoughts known.
 		<<set $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels",$activeSlave.legAccessory="none", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1>>
 		<<set $shelterAbuse += 10>>
 		<<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */
@@ -435,11 +436,11 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 				<<set $rep += 100>>
 				<<set $shelterAbuse -= 1>>
 			<<else>>
-				_Inspectee.slaveName says happily, "I get cockmilked!" The inspector arches an eyebrow skeptically, and the slave continues, "I give cum. It'<<s>> actually lot<<s>> of fun!" She shakes her penis for emphasis. "The machine feel<<s>> <<s>>o good. And when I'm almo<<s>>t empty, I get buttfucked to get the la<<s>>t drop out of me!" She shivers. "It'<<s>> really ni<<c>>e..." The inspector looks deflated, and reluctantly makes a positive note on her tablet.
+				_Inspectee.slaveName says happily, "I get cockmilked!" The inspector arches an eyebrow skeptically, and the slave continues, "I give cum. It'<<s>> actually lot<<s>> of fun!" $He shakes $his penis for emphasis. "The machine feel<<s>> <<s>>o good. And when I'm almo<<s>>t empty, I get buttfucked to get the la<<s>>t drop out of me!" $He shivers. "It'<<s>> really ni<<c>>e..." The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet.
 				<<set $shelterAbuse -= 1>>
 			<</if>>
 		<<default>>
-			_Inspectee.slaveName <<say>>s flatly, "Whatever my beloved <<Master>> require<<s>>. I have a good life now, and I would appre<<c>>iate it if you would <<s>>upport me by doing everything you can for <<if $PC.title == 1>>him<<else>>her<</if>>." Taken aback, the inspector says she'll put out a @@.green;good word@@ about you.
+			_Inspectee.slaveName <<say>>s flatly, "Whatever my beloved <<Master>> require<<s>>. I have a good life now, and I would appre<<c>>iate it if you would <<s>>upport me by doing everything you can for _himP." Taken aback, the inspector says _he2'll put out a @@.green;good word@@ about you.
 			<<set $rep += 100>>
 			<<set $shelterAbuse -= 1>>
 		<</switch>>
diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw
index b0cf2eb01ce1de24ab433ccae7ed8ceff911a9f1..33c8ce9e696522faaf88fa3174982003df76a0f6 100644
--- a/src/uncategorized/reShowerPunishment.tw
+++ b/src/uncategorized/reShowerPunishment.tw
@@ -76,7 +76,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was
 <br><<link "Focus on your Head Girl">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You strip off your suit and walk into the steam, producing a surprised but welcoming greeting from your Head Girl and a muffled, submissive noise from $activeSlave.slaveName. $HeadGirl.slaveName is held more or less stationary by the slave _he2's straddling, so you step in, hook a dominant arm around _his2 waist, and kiss _him2. There's precisely one person in this arcology who's allowed to treat _him2 as <<if $PC.title == 1>>his<<else>>hers<</if>>, and it's you. _He2 relaxes into you with gratitude as you shoulder the burden of being the leader in this little area of your empire, lifting it from _his2 shoulders for now.
+	You strip off your suit and walk into the steam, producing a surprised but welcoming greeting from your Head Girl and a muffled, submissive noise from $activeSlave.slaveName. $HeadGirl.slaveName is held more or less stationary by the slave _he2's straddling, so you step in, hook a dominant arm around _his2 waist, and kiss _him2. There's precisely one person in this arcology who's allowed to treat _him2 as _hersP, and it's you. _He2 relaxes into you with gratitude as you shoulder the burden of being the leader in this little area of your empire, lifting it from _his2 shoulders for now.
 	<br><br>
 	You run a hand up the side of _his2 neck, bringing it to rest with your fingers cupping _him2 under the ear and your thumb running up along _his2 temple. _He2 shivers, unable to concentrate despite all _his2 poise, the ongoing oral service blending into your intense closeness. Right now, _he2's the <<if $HeadGirl.physicalAge > 25>>woman's<<else>>girl's<</if>> for you, so you snap your fingers next to the ear of the slave <<if $HeadGirl.vagina > -1>>eating _him2 out<<else>>blowing _him2<</if>>, point at the dropped sponge, and then point at yourself. The oral stops as $activeSlave.slaveName hurries to scrub you, starting at your feet, but your Head Girl doesn't care. You're kissing _him2.
 	<br><br>
diff --git a/src/uncategorized/reStaffedMorning.tw b/src/uncategorized/reStaffedMorning.tw
index 65871b58957d2c132c95cb49316f89d1a4fae260..9f6c28a5fca7b4893371a8c75339114a389c6099 100644
--- a/src/uncategorized/reStaffedMorning.tw
+++ b/src/uncategorized/reStaffedMorning.tw
@@ -16,7 +16,7 @@ Sleep leaves you quickly one morning to the sensation of two of your fucktoys pe
 	An absolutely wonderful melange of sensations rises to meet you. Each slave is gently sucking one of your hardening nipples, and one hand from each slave is moving delicately across your womanhood, kindling a fire in your lower belly. They're cuddled up closely under your arms, with a warm body pressed against each side of you. You can feel their soft breasts against your ribcage and the heat between their legs against your thighs. You feel absolutely buried in attentive slave.
 <</if>>
 
-The bathroom door is open and the shower is running. Though the steam is beginning to fill the glass-walled shower, you can see a pair of naked bodies in there; that will be _bedSlaves[2].slaveName and _bedSlaves[3].slaveName, ready to attend you as you bathe.
+The bathroom door is open and the shower is running. Though the steam is beginning to fill the glass-walled shower, you can see a pair of naked bodies in there; that would be _bedSlaves[2].slaveName and _bedSlaves[3].slaveName, ready to attend you as you bathe.
 
 <br><br>
 
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 04132d6714a688ca919fb143e2dc7da7680df5ab..3542c5cbbc976f57136fa1bd0703c033921e5958 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1551,11 +1551,11 @@ A pair of young slaves is going door to door offering themselves for sale on beh
 
 <br><br>
 
-One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins. "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient."
+One of them speaks up. "We're twins, <<= properTitle()>>. Identical twins. "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<= properTitle()>>, in everything, and sexually proficient."
 
 <br><br>
 
-"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>."
+"We cost <<print cashFormat($contractCost)>>, <<= properTitle()>>."
 
 <br><br>
 
diff --git a/src/uncategorized/resMove.tw b/src/uncategorized/resMove.tw
index 8d7f82ac0e92e2546b66d2ef49d234d8f04d3bc8..71596d2c4a56bc4358b2206aad663428843d4f69 100644
--- a/src/uncategorized/resMove.tw
+++ b/src/uncategorized/resMove.tw
@@ -236,11 +236,11 @@ as you suspected,
 		<<case "imp">>
 			that strength," _hisA avatar smirks. "You could spank a girl red, easily."
 		<<case "witch">>
-			how tall they are," her avatar mutters. "I tried a muscle growth spell once... Ended up sixteen feet tall without any muscles; couldn't even stand under my weight."
+			how tall they are," _hisA avatar mutters. "I tried a muscle growth spell once... Ended up sixteen feet tall without any muscles; couldn't even stand under my weight."
 		<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			that grip," her avatar states. "It would be effortless to pin a girl with that."
+			that grip," _hisA avatar states. "It would be effortless to pin a girl with that."
 		<<case "schoolgirl">>
-			those cute bitches!" her avatar trills.
+			those cute bitches!" _hisA avatar trills.
 		<<default>>
 			how well trained they always are," _heA says.
 		<</switch>>
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index c89d896933154fbc7a087e1391ffeb455fd4919e..3b5480f9b283303af0759542ce6baa5bb1711940 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -41,25 +41,25 @@ You receive a personal call from
 	the Futanari Sisters, an enigmatic group of transformation enthusiasts that sells beautiful hermaphrodites.
 <</if>>
 <<if $RESSale == "TCR">>
-	It's from a farmhand, not leadership, and they are offering a cow for sale. Before you can hang up on him and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the man hurriedly says, "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, she's half off!"
+	It's from a farmhand, not leadership, and they are offering a cow for sale. Before you can hang up on him and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the man hurriedly says, "<<= properTitle()>>, she's half off!"
 	<br><br>
-	You pause for a moment, and he plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first cow purchase from us this week is half price.@@ And, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>, this milky beauty is up for grabs. Keep her by your desk for fresh squeezed milk, knock on wood and she'll suck you right off, grab her by the hips and she'll take anything in her rear; she's plenty of fun! Come on down and get yourself a young, affectionate little cowgirl!"
+	You pause for a moment, and he plunges on: "<<= properTitle()>>, @@.yellow;your first cow purchase from us this week is half price.@@ And, <<= properTitle()>>, this milky beauty is up for grabs. Keep her by your desk for fresh squeezed milk, knock on wood and she'll suck you right off, grab her by the hips and she'll take anything in her rear; she's plenty of fun! Come on down and get yourself a young, affectionate little cowgirl!"
 <<else>>
-It's from a piece of merchandise, not leadership, and she's offering herself for sale. Before you can hang up on her and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the slave hurriedly says, "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, I'm half off!"
+It's from a piece of merchandise, not leadership, and she's offering herself for sale. Before you can hang up on her and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the slave hurriedly says, "<<= properTitle()>>, I'm half off!"
 
 <br><br>
 
-You pause for a moment, and she plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first slave purchase from us this week is half price.@@ And, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>, I'm one of the slaves for sale.
+You pause for a moment, and she plunges on: "<<= properTitle()>>, @@.yellow;your first slave purchase from us this week is half price.@@ And, <<= properTitle()>>, I'm one of the slaves for sale.
 <<if $RESSale == "TSS">>
-	I've got the very best skills I could learn as a virgin. I'm healthy, obedient, and educated. And I'm fresh, and willing, and really eager." She rips her white schoolgirl blouse open to show off a fresh pair of tits, and shakes them for you. "I would love to be your sex slave, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing, like she's been trained.
+	I've got the very best skills I could learn as a virgin. I'm healthy, obedient, and educated. And I'm fresh, and willing, and really eager." She rips her white schoolgirl blouse open to show off a fresh pair of tits, and shakes them for you. "I would love to be your sex slave, <<= properTitle()>," she says, doing her very best to sound appealing, like she's been trained.
 <<elseif $RESSale == "GRI">>
-	I've, uh, been trained to obey." Her eyes flick to one side, like she's reading her cues. "And um I have really big boobs." She's wearing a bathrobe, and she suddenly jerks it open to reveal a bigger pair of breasts than anyone that age could possibly have grown herself. "I would love to be your sex slave, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing. No doubt she'd prefer not to be part of any more testing.
+	I've, uh, been trained to obey." Her eyes flick to one side, like she's reading her cues. "And um I have really big boobs." She's wearing a bathrobe, and she suddenly jerks it open to reveal a bigger pair of breasts than anyone that age could possibly have grown herself. "I would love to be your sex slave, <<= properTitle()>>," she says, doing her very best to sound appealing. No doubt she'd prefer not to be part of any more testing.
 <<elseif $RESSale == "SCP">>
-	I'm ready to be the perfect bimbo slave, and the young surgeon who did my implants was very skilled." She's wearing a bikini, and she pulls it down to flash you, revealing that her tits resist gravity almost perfectly. They're gorgeous, but quite fake. "I would love to be your sex slave, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing, like she's been trained.
+	I'm ready to be the perfect bimbo slave, and the young surgeon who did my implants was very skilled." She's wearing a bikini, and she pulls it down to flash you, revealing that her tits resist gravity almost perfectly. They're gorgeous, but quite fake. "I would love to be your sex slave, <<= properTitle()>>," she says, doing her very best to sound appealing, like she's been trained.
 <<elseif $RESSale == "LDE">>
-	I've been trained to need cock up my ass." She's nude, and spins around to point her ass at the camera. She begins to wink her big butthole, her tiny, soft cock dangling limply below it. She cranes her head around to continue. "I can come from nothing but buttsex," she says proudly. "I would love to be your anal slut, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>," she says, sounding very eager to begin.
+	I've been trained to need cock up my ass." She's nude, and spins around to point her ass at the camera. She begins to wink her big butthole, her tiny, soft cock dangling limply below it. She cranes her head around to continue. "I can come from nothing but buttsex," she says proudly. "I would love to be your anal slut, <<= properTitle()>>," she says, sounding very eager to begin.
 <<elseif $RESSale == "TGA">>
-	My tutelage has been long and hard, and I'm very eager to begin my life as a slave." She's nude, and stands up to reveal her hardon. She spins for the camera, showing herself off. "I can help protect you, too: I'm proficient in unarmed combat, and I have weapons training. I would love to be your bitch, or your bodyguard, <<if $PC.title == 1>>sir<<else>>ma'am<</if>>," she says, doing her very best to sound appealing, like she's been told.
+	My tutelage has been long and hard, and I'm very eager to begin my life as a slave." She's nude, and stands up to reveal her hardon. She spins for the camera, showing herself off. "I can help protect you, too: I'm proficient in unarmed combat, and I have weapons training. I would love to be your bitch, or your bodyguard, <<= properTitle()>>," she says, doing her very best to sound appealing, like she's been told.
 <<elseif $RESSale == "HA">>
 	I am ready to serve you in any way you deem fit and do everything I can to protect your life." She's wearing a delicate maid uniform, beautifully contrasting her powerful physique and towering stature. "The academy has given me the opportunity to learn many valuable skills and I look forward put them at your service."
 <<else>>
diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw
index d2707b90b89030f14b89f651bd77b5eb6a18b5b9..dc6cfe2cc560817869a7414033fa86f938381543 100644
--- a/src/uncategorized/saPleaseYou.tw
+++ b/src/uncategorized/saPleaseYou.tw
@@ -557,7 +557,7 @@ serves you this week.
 					Spending so much time in close proximity to your masculinity @@.green;reconciles $him to serving the male gender.@@
 					<<set $slaves[$i].behavioralFlaw = "none">>
 				<<elseif ($slaves[$i].behavioralFlaw == "hates women") && ($PC.title == 0) && ($slaves[$i].devotion > 20)>>
-					Spending so much time in close proximity to your feminity @@.green;reconciles $him to serving the female gender.@@
+					Spending so much time in close proximity to your femininity @@.green;reconciles $him to serving the female gender.@@
 					<<set $slaves[$i].behavioralFlaw = "none">>
 				<</if>>
 				<<if $slaves[$i].fetish == "boobs">>
@@ -590,7 +590,7 @@ serves you this week.
 			<</if>>
 			<<set $slaves[$i].mammaryCount += _mammaryUse, $mammaryTotal += _mammaryUse>>
 		<<else>>
-			You keep $him with you all week, using it as your personal sex toy
+			You keep $him with you all week, using $him as your personal sex toy
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
 				<<set _mammaryUse = random(21,40)>>
 				several times a day.
@@ -601,7 +601,7 @@ serves you this week.
 				<<set _mammaryUse = random(3,7)>>
 				on occasion.
 			<</if>>
-			When you're not using it, it <<if $activeSlave.amp > 0>>rests<<else>>stands<</if>> nearby, waiting silently for your order to present its chest.
+			When you're not using $him, $he <<if $activeSlave.amp > 0>>rests<<else>>stands<</if>> nearby, waiting silently for your order to present $his chest.
 			<<set $slaves[$i].mammaryCount += _mammaryUse, $mammaryTotal += _mammaryUse>>
 		<</if>>
 
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 4dc3351e4a88107dea22438286502a294bea6eb8..4e02119178d51a2a355ed62bce386751f9ab682c 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -189,15 +189,15 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	<</if>>
 	I have examined your slave in accordance with the Book.
 <<case "Elite">>
-	a member of the Societal Elite you are familiar with greets you respectfully and <<if $PC.dick == 1>>tosses you a wink as she pats her rounded belly. "He's doing well.<<else>>calms her kicking child so she can continue. "Think he'll look as good as his father?<</if>> Anyway, as I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential worth as a toy, with modifiers for special characteristics." She scrolls down the list. "I'll just mention the interesting ones.
+	a member of the Societal Elite you are familiar with greets you respectfully and <<if $PC.dick == 1>>tosses you a wink as she pats her rounded belly. "He's doing well.<<else>>calms her kicking child so she can continue. "Think he'll look as good as his father?<</if>> Anyway, as I'm sure you know, <<= properTitle()>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential worth as a toy, with modifiers for special characteristics." She scrolls down the list. "I'll just mention the interesting ones.
 <<case "futa">>
-	a curvy, middle aged, and quite attractive woman wearing a tank top and yoga pants, greets you cheerfully and turns to the slave. As she does, you can't help but notice that the yoga pants make it obvious she has a penis almost as long as one of her forearms. She makes notes on a tablet, flipping through videos that display the slave in action as she works. "<<if def $PC.customTitle>><<print $PC.customTitle>><<elseif $PC.title == 1>>Sir<<else>>Madame<</if>>, I'm, like, sorry to have to say this to you since I know you know it better than I do, but it's the script, you know? Anyway appraisals are based on a slave's potential performance as a public slut, with modifiers for special characteristics." She makes notes. "I'll just mention the significant ones.
+	a curvy, middle aged, and quite attractive woman wearing a tank top and yoga pants, greets you cheerfully and turns to the slave. As she does, you can't help but notice that the yoga pants make it obvious she has a penis almost as long as one of her forearms. She makes notes on a tablet, flipping through videos that display the slave in action as she works. "<<= properTitle()>>, I'm, like, sorry to have to say this to you since I know you know it better than I do, but it's the script, you know? Anyway appraisals are based on a slave's potential performance as a public slut, with modifiers for special characteristics." She makes notes. "I'll just mention the significant ones.
 <<case "businesswoman">>
-	an older<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, slightly pregnant<</if>> businesswoman with a reputation for correctness gives you a prim nod before turning to the nude slave without wasting further time. She deftly makes notes on a haptic wrist interface, flipping through videos of the slave in action as she works. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics." Her fingers fly across the interface. "I'll just mention the significant ones.
+	an older<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, slightly pregnant<</if>> businesswoman with a reputation for correctness gives you a prim nod before turning to the nude slave without wasting further time. She deftly makes notes on a haptic wrist interface, flipping through videos of the slave in action as she works. "As I'm sure you know, <<= properTitle()>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics." Her fingers fly across the interface. "I'll just mention the significant ones.
 <<case "slaver">>
 	a scarred old slaver with calloused hands and a knowing face, greets you in his companionable way before clapping his hands together and turning to the slave. He switches back and forth between the <<print $girl>>s and a battered old tablet with video proving $his skills. "Well, as you know <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>," he says as he firmly repositions $activeSlave.slaveName, "appraisals are based on a slave's potential income as a whore, with modifiers for special things." He pauses, prodding the tablet. "I'll just mention the main items.
 <<default>>
-	a fashionably but formally dressed young man with slicked-back hair, greets you correctly before activating an examination visor and reviewing video evidence of the slave's skills. That done, he deactivates the visor and performs a quick physical examination. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," he says as he gently repositions $activeSlave.slaveName to get a good look at $him, "appraisals are based on a slave's potential income as a whore, with modifiers for special characteristics." He pauses, using subvocalizations to make data entries. "I'll just mention the significant ones.
+	a fashionably but formally dressed young man with slicked-back hair, greets you correctly before activating an examination visor and reviewing video evidence of the slave's skills. That done, he deactivates the visor and performs a quick physical examination. "As I'm sure you know, <<= properTitle()>>," he says as he gently repositions $activeSlave.slaveName to get a good look at $him, "appraisals are based on a slave's potential income as a whore, with modifiers for special characteristics." He pauses, using subvocalizations to make data entries. "I'll just mention the significant ones.
 <</switch>>
 
 <<if $activeSlave.eyes == -2>>
diff --git a/src/uncategorized/toychest.tw b/src/uncategorized/toychest.tw
index a0bd93b2086a2ccca6e9b9bc6299b3c03dbc9062..57b49480c45427eaddfb68904927f07ba8de32cb 100644
--- a/src/uncategorized/toychest.tw
+++ b/src/uncategorized/toychest.tw
@@ -1,6 +1,7 @@
 :: Toychest [nobr]
 
 <<setLocalPronouns $slaves[$i]>>
+<<setPlayerPronouns>>
 
 //$slaves[$i].slaveName
 
@@ -101,7 +102,7 @@
 	<<case "kitty lingerie">>
 		$His cat-themed lingerie gives the office a bizarrely innocent air of perversion.
 	<<case "a succubus outfit">>
-		$He's dressed to look like a succubus. There is a <<if $PC.title == 1>>demon in this office, and $he serves him<<else>>demoness in this office, and $he serves her<</if>>.
+		$He's dressed to look like a succubus. There is a <<if $PC.title == 1>>demon<<else>>demoness<</if>> in this office, and $he serves _himP.
 	<<case "spats and a tank top">>
 		$He's wearing spats and a tank top, giving the office the active air of a gym.
 	<<case "a string bikini">>