From 5940b5977366ff93fe4d67dc172c361a14744511 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 26 Oct 2020 22:44:23 -0400
Subject: [PATCH] space

---
 src/endWeek/persBusiness.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/persBusiness.js b/src/endWeek/persBusiness.js
index c42866c1aa5..0b16a98b334 100644
--- a/src/endWeek/persBusiness.js
+++ b/src/endWeek/persBusiness.js
@@ -398,7 +398,7 @@ App.EndWeek.personalBusiness = function() {
 				break;
 			case "chinese law":
 				_income += random(2000, 3000);
-				({ he, him } = getPronouns(S.HeadGirl));
+				({he, him} = getPronouns(S.HeadGirl));
 				r.push(`This time, you have a good idea that will also make use of your Head Girl. You coax ${him} into thinking ${he} should accept bribes for the time being, making up a good reason on the spot, and ${he} ends up bringing back <span class="yellowgreen">${cashFormat(_income)}</span> from all the bribes people gave for ${him} to turn the other way.`);
 				break;
 			case "chinese":
-- 
GitLab