From ec8031fee16fb239eb26d673c1c6a112db09dc56 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 27 Apr 2019 16:13:27 -0400
Subject: [PATCH] fix

---
 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 860d441b6d3..d9729133642 100644
--- a/src/endWeek/saWhore.js
+++ b/src/endWeek/saWhore.js
@@ -820,9 +820,9 @@ window.saWhore = (function saWhore() {
 
 		if (arcology.FSTransformationFetishist > 20 || arcology.FSDegradationist > 20) {
 			if ((V.modScore > 15) || (V.piercingScore > 8 && V.tatScore > 5)) {
-				r += ` Many customers fetishize body mods and considers ${hers} fascinating.`;
+				r += ` Many customers fetishize body mods and consider ${hers} fascinating.`;
 			} else if (V.modScore > 7) {
-				r += ` Many customers fetishize body mods and considers ${hers} interesting.`;
+				r += ` Many customers fetishize body mods and consider ${hers} interesting.`;
 			}
 		} else if (arcology.FSBodyPurist > 20 || arcology.FSPaternalist > 20) {
 			if (V.modScore <= 7) {
-- 
GitLab