From b52058ef40fc62457bc2270044ee945c75465310 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 27 Dec 2022 00:46:50 -0500
Subject: [PATCH] tweak

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

diff --git a/src/endWeek/economics/persBusiness.js b/src/endWeek/economics/persBusiness.js
index ea6545fa510..e33d9be042e 100644
--- a/src/endWeek/economics/persBusiness.js
+++ b/src/endWeek/economics/persBusiness.js
@@ -1380,12 +1380,13 @@ App.EndWeek.personalBusiness = function() {
 				r.push(`a total that will improve as you make a name for yourself, but for now you can have fun without much consequence.`);
 			} else {
 				if (totalIncome <= 500 * clients * (V.rep / 2250)) {
-					r.push(`a rather paltry sum for who you are, that carries a lingering feeling that you might not be as attractive as you think.`);
+					r.push(`a rather paltry sum for who you are, which carries a lingering feeling that you might not be as attractive as you think.`);
 				} else if (totalIncome >= 1000 * clients * (V.rep / 2250)) {
 					r.push(`society must find you attractive as this is quite the haul for the effort.`);
 				} else {
 					r.push(`not a bad sum for the effort.`);
 				}
+				// Add sexual openess policy stuff here
 				r.push(`Doing such lewd things for money <span class="red">tarnishes your reputation.</span>`);
 				repX((V.rep * .6) - V.rep, "personalBusiness");
 				V.enduringRep *= .6;
-- 
GitLab