From 6682d5166265d735aa9bedbd546f1e2ebcfe0e03 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 25 Feb 2019 22:26:43 -0500
Subject: [PATCH] fixed saAgent

---
 slave variables documentation - Pregmod.txt | 2 ++
 src/uncategorized/slaveAssignmentsReport.tw | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index f7b1006b2eb..c0df1367f61 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -653,6 +653,7 @@ slave's assignment
 		"be confined in the cellblock"
 		"be confined in the arcade"
 		"get treatment in the clinic"
+		"live with your agent"
 		"live with your Head Girl"
 
 	Leadership positions:
@@ -662,6 +663,7 @@ slave's assignment
 		"be the Milkmaid"
 		"be the Farmer"
 		"be the DJ"
+		"be your agent"
 		"be your Concubine"
 		"be the Madam"
 		"be the Schoolteacher"
diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw
index 64ed2bc21dc..8b541aa9da6 100644
--- a/src/uncategorized/slaveAssignmentsReport.tw
+++ b/src/uncategorized/slaveAssignmentsReport.tw
@@ -454,7 +454,8 @@
 	<</if>>
 <</if>>
 
-<<if $slaves[$i].assignment == "be your Agent" || $slaves[$i].assignment == "live with your agent">>
+<<if $slaves[$i].assignment == "be your agent" || $slaves[$i].assignment == "live with your agent">>
+	test
 	<<include "SA agent">>
 <</if>>
 
-- 
GitLab