diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 8cd365505712bcd97aa9077ee546b2002a13dc4b..ba652e1f96ace73033227939ba1038958046b381 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1226,7 +1226,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 <<if isFertile($activeSlave) && $PC.dick == 1 && $activeSlave.ballType == "human">>
 	| <<link "Impregnate $him">>
 	<<replace "#introResult">>
-		You perform a careful medical examination to verify fertility, and then <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>lay the obedient $desc across your desk<<else>>restrain the resistant $desc in your office with $his ass in the air<</if>> and gently slide your hard cock <<if $activeSlave.mpreg == 1>>up $his butt<<elseif $activeSlave.vagina >= 0>>inside $his womanhood<<else>>inside $him<</if>>. You take $him with care, enjoying $his body <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>and doing your best to give $him pleasure, too<<else>>without hurting $him<</if>>. You empty your balls inside $him, thrusting in as far as you can go as you climax. When $he feels the hot liquid jet into $him,
+		You perform a careful medical examination to verify fertility, and then <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>lay the obedient $desc across your desk<<else>>restrain the resistant $desc in your office with $his ass in the air<</if>> and gently slide your hard cock <<if $activeSlave.mpreg == 1>>up $his butt<<else>>inside $his womanhood<</if>>. You take $him with care, enjoying $his body <<if ($activeSlave.devotion > 20) || ($activeSlave.trust < -20)>>and doing your best to give $him pleasure, too<<else>>without hurting $him<</if>>. You empty your balls inside $him, thrusting in as far as you can go as you climax. When $he feels the hot liquid jet into $him,
 		<<if $activeSlave.devotion > 20>>
 			<<if $activeSlave.fetish == "pregnancy">>
 				<<if $activeSlave.fetishKnown == 0>>
diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw
index e5e74d065a78ccb517a7c04f31120c33328df7e0..55e7d86c39e651fe6a3b1c05ef039c57a188c999 100644
--- a/src/uncategorized/schoolroomReport.tw
+++ b/src/uncategorized/schoolroomReport.tw
@@ -44,60 +44,61 @@
 	<</if>>
 	<<set $Schoolteacher = $slaves[_FLs]>>
 	<<setLocalPronouns $Schoolteacher>>
-	&nbsp;&nbsp;&nbsp;&nbsp;$Schoolteacher.slaveName is serving as your Schoolteacher.<<if $Schoolteacher.relationship == -3 && $Schoolteacher.devotion > 50>> As your loving wife, she tries her best to teach her pupils how to please you.<</if>>
+	&nbsp;&nbsp;&nbsp;&nbsp;$Schoolteacher.slaveName is serving as your Schoolteacher.<<if $Schoolteacher.relationship == -3 && $Schoolteacher.devotion > 50>> As your loving wife, $he tries $his best to teach $his pupils how to please you.<</if>>
 	<<if (_FLsFetish == 1)>>
-		She's allowed and even expected to use her students for her own sexual gratification, and in their own way her students are complicit, offering sexual favors for an easier time in the classroom. Before long, she's running a hungry eye over the tits and asses of new trainees; she is now @@.lightcoral;more dominant.@@
+		$He's allowed and even expected to use $his students for $his own sexual gratification, and in their own way $his students are complicit, offering sexual favors for an easier time in the classroom. Before long, $he's running a hungry eye over the tits and asses of new trainees; $he is now @@.lightcoral;more dominant.@@
 	<<elseif (_FLsFetish == 2)>>
-		Every new student in class is a new target for her personal educational attention. @@.lightsalmon;She becomes more dominant.@@
+		Every new student in class is a new target for $his personal educational attention. @@.lightsalmon;$He becomes more dominant.@@
 	<</if>>
 	<<if setup.schoolteacherCareers.includes($Schoolteacher.career)>>
-		She has experience with students and learning from her life before she was a slave, making her more effective.
+		$He has experience with students and learning from $his life before $he was a slave, making $him more effective.
 		<<set _idleBonus++>>
 	<<elseif $Schoolteacher.skillTE >= $masteredXP>>
-		She has experience with students and learning from working for you, making her more effective.
+		$He has experience with students and learning from working for you, making $him more effective.
 		<<set _idleBonus++>>
 	<<else>>
 		<<set $slaves[_FLs].skillTE += random(1,Math.ceil(($Schoolteacher.intelligence+$Schoolteacher.intelligenceImplant)/15) + 8)>>
 	<</if>>
 	<<if ($Schoolteacher.visualAge > 35)>>
-		Her age earns her the respect of her students.
+		$His age earns $him the respect of $his students.
 		<<set _idleBonus++>>
 	<</if>>
 	<<if ($Schoolteacher.intelligence > 15)>>
-		She's intelligent enough to be a good teacher.
+		$He's intelligent enough to be a good teacher.
 		<<set _idleBonus++>>
 	<</if>>
 	<<if ($Schoolteacher.intelligenceImplant >= 15)>>
-		Since she's educated herself, she understands her students.
+		Since $he's educated $himself, $he understands $his students.
 		<<set _idleBonus++>>
 	<</if>>
 	<<if ($Schoolteacher.face > 40)>>
-		Her students want to be just like their beautiful teacher.
+		$His students want to be just like their beautiful teacher.
 		<<set _idleBonus++>>
 	<</if>>
 	<<for _dI = 0; _dI < _DL; _dI++>>
 		<<set $i = $slaveIndices[$SchlRiIDs[_dI]]>>
+		<<setLocalPronouns $slaves[$i] 2>>
 		<<if $Schoolteacher.rivalryTarget == $slaves[$i].ID>>
-			Ever since her <<print rivalryTerm($Schoolteacher)>>, was enrolled, she began stalking the classroom carrying a large paddle, much to $slaves[$i].slaveName's terror.
+			Ever since $his <<print rivalryTerm($Schoolteacher)>>, was enrolled, $he began stalking the classroom carrying a large paddle, much to $slaves[$i].slaveName's terror.
 			<<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>>
 			<<if random(1,100) > 35>>
 				<<set $Schoolteacher.rivalry++, $slaves[_FLs].rivalry++, $slaves[$i].rivalry++>>
 			<</if>>
 		<<elseif $Schoolteacher.relationshipTarget == $slaves[$i].ID>>
-			She dedicates most of her attention to her <<print relationshipTerm($Schoolteacher)>>, $slaves[$i].slaveName, making sure she understands that day's lesson.
+			$He dedicates most of $his attention to $his <<print relationshipTerm($Schoolteacher)>>, $slaves[$i].slaveName, making sure _he2 understands that day's lesson.
 			<<set $slaves[$i].devotion += 2, $slaves[$i].trust += 2>>
 		<<elseif $familyTesting == 1 && areRelated($Schoolteacher, $slaves[$i]) > 0>>
-			She makes sure to spend extra time teaching her <<print relativeTerm($Schoolteacher.ID,$slaves[$i].ID)>>, $slaves[$i].slaveName.
+			$He makes sure to spend extra time teaching $his <<print relativeTerm($Schoolteacher.ID,$slaves[$i].ID)>>, $slaves[$i].slaveName.
 			<<set $slaves[$i].trust++>>
 		<<elseif $Schoolteacher.relationTarget == $slaves[$i].ID && $familyTesting == 0>>
-			She makes sure to spend extra time teaching her $slaves[$i].relation, $slaves[$i].slaveName.
+			$He makes sure to spend extra time teaching $his $slaves[$i].relation, $slaves[$i].slaveName.
 			<<set $slaves[$i].trust++>>
 		<</if>>
 	<</for>>
 	<<if (_DL < $schoolroom)>>
 		<<set _seed = random(1,10)+(($schoolroom-_DL)*(random(150,170)+(_idleBonus*10)))>>
 		<<run cashX(_seed, "school", $Schoolteacher)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough students to occupy all of her time, $schoolroomName takes in citizens' slaves on a contract basis and she teaches them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since $he doesn't have enough students to occupy all of $his time, $schoolroomName takes in citizens' slaves on a contract basis and $he teaches them too, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@
 	<</if>>
 	<<if (_DL > 0)>><br><br><</if>>
 <</if>>
@@ -187,18 +188,19 @@
 		<br><br>
 		/* 000-250-006 */
 		<<if $seeImages && $seeReportImages>>
-		<div class="imageRef tinyImg">
-			<<SlaveArt $slaves[$i] 0 0>>
-		</div>
+			<div class="imageRef tinyImg">
+				<<SlaveArt $slaves[$i] 0 0>>
+			</div>
 		<</if>>
 		/* 000-250-006 */
+		<<setLocalPronouns $slaves[$i]>>
 		''__@@.pink;$slaves[$i].slaveName@@__''
 		<<if $slaves[$i].choosesOwnAssignment == 2>>
 			<<include "SA chooses own job">>
 		<<else>>
 			is studying in $schoolroomName.
 		<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA take classes">>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<include "SA take classes">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>