From a9e51019d4358071ea7a6b0cdb5a44fff816a087 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 16 Jul 2020 19:28:37 -0400
Subject: [PATCH] fix bio perfected

---
 src/uncategorized/pBioreactorPerfected.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/pBioreactorPerfected.tw b/src/uncategorized/pBioreactorPerfected.tw
index 046f7673266..6400df20ac5 100644
--- a/src/uncategorized/pBioreactorPerfected.tw
+++ b/src/uncategorized/pBioreactorPerfected.tw
@@ -236,7 +236,7 @@ You stop and consider the cow, from $his titanic breasts to $his <<if ($activeSl
 		As a bioreactor, she might gross <<print cashFormatColor(_cashX)>> and cost just <<print cashFormatColor(-100)>>, bringing in <<print cashFormatColor(_cashX - 100)>>
 	</p>
 	<div class="indent">
-		$His current task is to <<print $activeSlave.assignment>><<if $assignmentRecords[$slaves[$i].ID]>>, and before that to <<print $assignmentRecords[$slaves[$i].ID]>><</if>>.
+		$His current task is to <<print $activeSlave.assignment>><<if $assignmentRecords[$activeSlave.ID]>>, and before that to <<print $assignmentRecords[$activeSlave.ID]>><</if>>.
 	</div>
 	<<SlaveExpenses $activeSlave>>
 </div>
-- 
GitLab