diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw
index 716adaa057be4dbeca2f447098e52fa25d41a305..1169993117554ad09eaf32e0170a2c647f337196 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")>>