From ecdd65eb38bbe7052efe404d5b90bee63342417b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 7 Jun 2019 16:41:03 -0400
Subject: [PATCH] possible fix

---
 src/uncategorized/slaveAssignmentsReport.tw | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw
index 716adaa057b..11699931175 100644
--- a/src/uncategorized/slaveAssignmentsReport.tw
+++ b/src/uncategorized/slaveAssignmentsReport.tw
@@ -290,15 +290,15 @@ $NPCMarketShareLC = Math.trunc(($NPCSexSupply.lowerClass * 1000) / ($NPCSexSuppl
 	<</if>>
 <<case "be the DJ">>
 	<<if $unDJ == 1>>
-		''__@@.pink;$DJ.slaveName@@__'' can't speak @@.yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$slaves[$i].slaveName@@__'' can't speak @@.yellow;and cannot serve as your DJ any more.@@<br>
 	<<elseif $unDJ == 2>>
-		''__@@.pink;$DJ.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your DJ any longer@@.<br>
+		''__@@.pink;$slaves[$i].slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your DJ any longer@@.<br>
 	<<elseif $unDJ == 3>>
-		''__@@.pink;$DJ.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$slaves[$i].slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your DJ any more.@@<br>
 	<<elseif $unDJ == 4>>
-		''__@@.pink;$DJ.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$slaves[$i].slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your DJ any more.@@<br>
 	<<elseif $unDJ == 5>>
-		''__@@.pink;$DJ.slaveName@@__'' can no longer hear @@.yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$slaves[$i].slaveName@@__'' can no longer hear @@.yellow;and cannot serve as your DJ any more.@@<br>
 	<</if>>
 	<<if $DJ == 0>>
 		<<= removeJob($slaves[$i], "be the DJ")>>
-- 
GitLab