From e4e387588c042487d6807e71d92f65de8ef8f4b9 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 5 Jan 2019 18:54:23 -0500
Subject: [PATCH] missed local pronoun setter

---
 src/uncategorized/main.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 3014cb666fa..e5981aad54c 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -575,6 +575,7 @@ Filter by assignment: |
 
 <<if (def _BG) && ($slaves[_BG].assignment == "guard you") && ($useSlaveSummaryOverviewTab != 1)>>
 	<<set $i = _BG>>
+	<<setLocalPronouns $slaves[$i]>>
 	<<set _GO = "idiot ball">>
 	<br><<include "Use Guard">>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;[["Use "+$his+" mouth"|FLips][$activeSlave = $slaves[_BG], $nextButton = _j, $nextLink = _k, $returnTo = _l]]
-- 
GitLab