diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index fd1b2b681c5e5e4eee2def624caae4b0d3239bcd..c6c5413c84662f0f8d5fe0afaa74e98e9a7cd17b 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -156,10 +156,10 @@
 
 	<<if (_DL+$brothelSlavesGettingHelp < 10)>>
 		<<set $i = _FLs>> /* apply following SA passages to facility leader */
-		<<setLocalPronouns _slave>>
+		<<setLocalPronouns $slaves[$i]>>
 		<<set _oldCash = $cash>>
 		<<if $showEWD != 0>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<= App.SlaveAssignment.whore(_slave)>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<= App.SlaveAssignment.whore($slaves[$i])>>
 		<<else>>
 			<<run App.SlaveAssignment.whore($slaves[$i])>>
 		<</if>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 33af59b1cc4516c5495954a7c4930042b8bb452b..5180a98b77c7f45498752185bc35b9a6f2f33f24 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -806,7 +806,7 @@
 							<</if>>
 						<<elseif ($slaves[$i].behavioralFlaw == "liberated")>>
 							<<if ($slaves[$i].fetish == "masochist")>>
-								$His subconscious need to be abused has@@.green;converted $his liberated philosophy into an ability to advocate for slavery.@@
+								$His subconscious need to be abused has @@.green;converted $his liberated philosophy into an ability to advocate for slavery.@@
 								<<run SoftenBehavioralFlaw($slaves[$i])>>
 							<</if>>
 						<</if>>