diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js
index c7c0ba7403f24862bcb4465b4a128956e9096a39..6a627cac402a63320063d5c1488b1c558244048a 100644
--- a/src/endWeek/saServeThePublic.js
+++ b/src/endWeek/saServeThePublic.js
@@ -664,7 +664,7 @@ window.saServeThePublic = (function saServeThePublic() {
 				r += ` The public fetishizes body mods and considers ${hers} interesting.`;
 			}
 		} else if (arcology.FSBodyPurist > 20 || arcology.FSPaternalist > 20) {
-			if (V.modScore > 7) {
+			if (V.modScore <= 7) {
 				r += ` The public disapproves of body mods and is pleased that ${he}'s unspoiled in that regard.`;
 			} else {
 				r += ` The public disapproves of body mods and considers ${hers} unappealing.`;
diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js
index 4b3c8559f1d6bd99564900c796669c0a74139e58..860d441b6d39b59cf4a5fc619ab8b7a3628d73f5 100644
--- a/src/endWeek/saWhore.js
+++ b/src/endWeek/saWhore.js
@@ -820,15 +820,15 @@ window.saWhore = (function saWhore() {
 
 		if (arcology.FSTransformationFetishist > 20 || arcology.FSDegradationist > 20) {
 			if ((V.modScore > 15) || (V.piercingScore > 8 && V.tatScore > 5)) {
-				r += ` Many customers fetishizes body mods and considers ${hers} fascinating.`;
+				r += ` Many customers fetishize body mods and considers ${hers} fascinating.`;
 			} else if (V.modScore > 7) {
-				r += ` Many customers fetishizes body mods and considers ${hers} interesting.`;
+				r += ` Many customers fetishize body mods and considers ${hers} interesting.`;
 			}
 		} else if (arcology.FSBodyPurist > 20 || arcology.FSPaternalist > 20) {
-			if (V.modScore > 7) {
-				r += ` Many customers disapproves of body mods and is pleased that ${he}'s unspoiled in that regard.`;
+			if (V.modScore <= 7) {
+				r += ` Many customers disapprove of body mods and are pleased that ${he}'s unspoiled in that regard.`;
 			} else {
-				r += ` Many customers disapproves of body mods and considers ${hers} unappealing.`;
+				r += ` Many customers disapprove of body mods and consider ${hers} unappealing.`;
 			}
 		} else {
 			if ((V.modScore > 15) || (V.piercingScore > 8 && V.tatScore > 5)) {