From 3fb0d2110dfa72172d2c8519040cd357e68ffa60 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 20 Dec 2019 21:54:49 -0800
Subject: [PATCH] Disgust fix applies to public sluts in addition to whores.

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

diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js
index a7f4a84e5da..78822bd5615 100644
--- a/src/endWeek/saServeThePublic.js
+++ b/src/endWeek/saServeThePublic.js
@@ -1025,7 +1025,7 @@ window.saServeThePublic = (function saServeThePublic() {
 				}
 			} else if (slave.attrXY <= 85) {
 				if (slave.attrXX <= 15) {
-					r += ` ${His} sexual disgust with men makes ${him} a poor slut.`;
+					r += ` ${His} sexual disgust with women makes ${him} a poor slut.`;
 				} else if (slave.attrXX <= 85) {
 					r += ` ${His} indifference to men and women makes ${him} a poor slut.`;
 				} else if (slave.attrXX <= 95) {
-- 
GitLab