From 2e54ea3d115d622c2b3f2440a8cd0d6662a9631c Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 28 Oct 2020 21:10:49 -0400
Subject: [PATCH] remove pronoun for brothel too, derp

---
 src/uncategorized/brothelReport.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/uncategorized/brothelReport.js b/src/uncategorized/brothelReport.js
index 39dd10c08a5..ef817dbf556 100644
--- a/src/uncategorized/brothelReport.js
+++ b/src/uncategorized/brothelReport.js
@@ -62,7 +62,6 @@ globalThis.brothelReport = function() {
 		} = getPronouns(S.Madam));
 		const slave = S.Madam;
 		V.i = V.slaveIndices[slave.ID];
-		App.Utils.setLocalPronouns(slave); // need this for the includes
 		/* apply following SA passages to facility leader */
 
 		r = [];
-- 
GitLab