From 001e9ea890eee362208bbb0475f980fe3132826c Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 10 Jan 2020 21:26:04 -0800
Subject: [PATCH] Update saWhore.js

---
 src/endWeek/saWhore.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js
index c7b3f6b99a2..3eaf0e63bbb 100644
--- a/src/endWeek/saWhore.js
+++ b/src/endWeek/saWhore.js
@@ -257,11 +257,11 @@ window.saWhore = (function saWhore() {
 			} else {
 				customers2 = "ERROR";
 			}
-			r += ` can attract the ${customers2}, but they already had plenty slaves to fuck so ${he} `;
+			r += ` can attract the ${customers2}, but they already had plenty of other slaves to fuck so ${he} `;
 		}
 		r += ` attracted ${beauty} ${customers} members of the public (${Math.trunc(beauty / 7)} a day)`;
 		if (slave.maxWhoreClass > slave.effectiveWhoreClass) {
-			` instead`;	// TODO: unassigned string here - intentional?
+			r += ` instead`;
 		}
 		if (beauty > 160) {
 			r += `, so many that `;
-- 
GitLab