diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw
index a982751c35b203c68bd1f496b650b5fcd2b4dd40..e5813e041319df9c89601fef04e69c7e1182c13b 100644
--- a/src/uncategorized/arcade.tw
+++ b/src/uncategorized/arcade.tw
@@ -97,7 +97,7 @@ $arcadeNameCaps
 <br>
 <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
 <<if $arcadeUpgradeInjectors == 1>>
-	It has been upgraded with aphrodisiac injection systems and electroshock applicators. If the aphrodisiacs fail to force an orgasm from an inmate, she is shocked to tighten her holes regardless.
+	It has been upgraded with aphrodisiac injection systems and electroshock applicators. If the aphrodisiacs fail to force an orgasm from an inmate, they are shocked to tighten their holes regardless.
 <<elseif $arcadeUpgradeCollectors == 1>>
 	It has been retrofitted to milk lactating slaves<<if $seeDicks != 0>> and cockmilk slaves capable of ejaculating<</if>>, though less efficiently than a dedicated facility.
 <<else>>
diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw
index a182ef9c6918dfaa667ecd22e94c3a3d7a92ae8b..4203f1edbca40cc5a8bae708ff5e68ea451e2e77 100644
--- a/src/uncategorized/brothel.tw
+++ b/src/uncategorized/brothel.tw
@@ -164,11 +164,12 @@ $brothelNameCaps
 [[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
 
 <<if $Madam != 0>>
+	<<setLocalPronouns $Madam>>
 	<br>
 	<<if $MadamIgnoresFlaws != 1>>
-		$Madam.slaveName will attempt to fix flaws in whores serving under her. [[Ignore flaws|Brothel][$MadamIgnoresFlaws = 1]]
+		$Madam.slaveName will attempt to fix flaws in whores serving under $him. [[Ignore flaws|Brothel][$MadamIgnoresFlaws = 1]]
 	<<else>>
-		$Madam.slaveName has been instructed to ignore flaws in the whores serving under her. [[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]]
+		$Madam.slaveName has been instructed to ignore flaws in the whores serving under $him. [[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]]
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw
index 74072d25e591c9c9599484e66971fae7dbb83306..1d3de43a18868e83da593e367ad869bcb17907ac 100644
--- a/src/uncategorized/schoolroom.tw
+++ b/src/uncategorized/schoolroom.tw
@@ -65,7 +65,8 @@ $schoolroomNameCaps is well-equipped, with wallscreens to display lessons. These
 <<elseif $schoolroomSlaves > 0>>
 	$schoolroomNameCaps is sparsely populated, the few students repeating their lessons out loud to drill the instruction home. One girl is maintaining an uncomfortable position in the corner as punishment for poor work.
 <<elseif $Schoolteacher != 0>>
-	$Schoolteacher.slaveName is alone in $schoolroomName, and has nothing to do but work on her lesson plans.
+	<<setLocalPronouns $Schoolteacher>>
+	$Schoolteacher.slaveName is alone in $schoolroomName, and has nothing to do but work on $his lesson plans.
 <<else>>
 	None of your slaves are learning in $schoolroomName.
 	[[Decommission the schoolroom|Main][$schoolroom = 0, $schoolroomUpgradeSkills = 0, $schoolroomUpgradeLanguage = 0, $schoolroomUpgradeRemedial = 0, $schoolroomDecoration = "standard"]]
diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw
index 4d158c7aeab713b4f019d8425ec05ed2a6b7c3c3..3b59bcf5c2e2d6567c100b630597a0c54e8a9d89 100644
--- a/src/uncategorized/servantsQuarters.tw
+++ b/src/uncategorized/servantsQuarters.tw
@@ -104,14 +104,15 @@ $servantsQuartersNameCaps
 
 <br><br>
 <<if $Stewardess != 0>>
+	<<setLocalPronouns $Stewardess>>
 	<<set $Flag = 2>>
 	<<include "Slave Summary">>
 	<<if canAchieveErection($Stewardess) && $Stewardess.pubertyXY == 1>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $stewardessImpregnates == 1>>
-			Keeping the maids pregnant is part of her job. [[Order her to stop impregnating|Servants' Quarters][$stewardessImpregnates = 0]]
+			Keeping the maids pregnant is part of $his job. [["Order " + $him + " to stop impregnating"|Servants' Quarters][$stewardessImpregnates = 0]]
 		<<elseif $seePreg != 0>>
-			She could be directed to keep the maids pregnant herself. [[Order her to impregnate|Servants' Quarters][$stewardessImpregnates = 1]]
+			$He could be directed to keep the maids pregnant herself. [["Order " + $him + " to impregnate"|Servants' Quarters][$stewardessImpregnates = 1]]
 		<</if>>
 	<</if>>
 <<else>>
diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw
index 53d72b5ec081414cc85d3141ef41e3661fad8f99..0ec95ce6c529086178334035ebbef8779196fbd4 100644
--- a/src/uncategorized/spa.tw
+++ b/src/uncategorized/spa.tw
@@ -65,7 +65,8 @@ $spaNameCaps
 <<elseif $spaSlaves > 0>>
 	It's sparsely populated; though the few slaves here have little company they like having the water to themselves.
 <<elseif $Attendant != 0>>
-	$Attendant.slaveName is alone here, and has nothing to do but keep the place (and her own soft, wet body) spotlessly clean.
+	<<setLocalPronouns $Attendant>>
+	$Attendant.slaveName is alone here, and has nothing to do but keep the place (and $his own soft, wet body) spotlessly clean.
 <<else>>
 	It's empty and quiet. [[Decommission the Spa|Main][$spa = 0, $spaDecoration = "standard", $spaUpgrade = 0, $spaFix = 0]]
 <</if>>
@@ -99,19 +100,20 @@ $spaNameCaps
 <</if>>
 
 <<if $Attendant != 0>>
+<<setLocalPronouns $Attendant>>
 <br>
 <<if $spaFix == 2>>
-	$Attendant.slaveName is focusing only on the health and wellness of the slaves under her care, obeying your orders to avoid attempting to right mental flaws.
-	[[Order her to only fix mindbroken slaves|Spa][$spaFix = 1]] |
-	[[Let her tend as she sees fit|Spa][$spaFix = 0]]
+	$Attendant.slaveName is focusing only on the health and wellness of the slaves under $his care, obeying your orders to avoid attempting to right mental flaws.
+	[["Order " + $him + " to only fix mindbroken slaves"|Spa][$spaFix = 1]] |
+	[["Let " + $him + " tend as she sees fit"|Spa][$spaFix = 0]]
 <<elseif $spaFix == 1>>
-	$Attendant.slaveName is focusing on the health and wellness of the slaves under her care, as well as trying to bring mindbroken slaves back, while ignoring any mental hangups a slave may have.
-	[[Order her to not fix flaws|Spa][$spaFix = 2]] |
-	[[Let her tend as she sees fit|Spa][$spaFix = 0]]
+	$Attendant.slaveName is focusing on the health and wellness of the slaves under $his care, as well as trying to bring mindbroken slaves back, while ignoring any mental hang-ups a slave may have.
+	[["Order " + $him + " to not fix flaws"|Spa][$spaFix = 2]] |
+	[["Let " + $him + " tend as she sees fit"|Spa][$spaFix = 0]]
 <<else>>
-	$Attendant.slaveName is not following any special orders and is tending to your slaves as she sees fit.
-	[[Order her to not fix any flaws|Spa][$spaFix = 2]] |
-	[[Order her to only fix mindbroken slaves|Spa][$spaFix = 1]]
+	$Attendant.slaveName is not following any special orders and is tending to your slaves as $he sees fit.
+	[["Order " + $him + " to not fix any flaws"|Spa][$spaFix = 2]] |
+	[["Order " + $him + " to only fix mindbroken slaves"|Spa][$spaFix = 1]]
 <</if>>
 <</if>>