From b4cde10422adbb577112f8f37c22f16ed176490f Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Tue, 29 Dec 2020 00:05:09 -0500
Subject: [PATCH] keep to keeps

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

diff --git a/src/endWeek/saClothes.js b/src/endWeek/saClothes.js
index e2cd5e60178..10a6c665b15 100644
--- a/src/endWeek/saClothes.js
+++ b/src/endWeek/saClothes.js
@@ -241,7 +241,7 @@ App.SlaveAssignment.clothes = (function() {
 							r.push(`The outfit ${he}'s wearing constantly give ${him} little twinges of pain, <span class="hotpink">titillating ${him}.</span>`);
 							slave.devotion += 2;
 						} else if (slave.devotion <= 20 && slave.trust >= -50) {
-							r.push(`The outfit ${he}'s wearing keep ${him} <span class="hotpink">servile</span> and <span class="gold">afraid.</span>`);
+							r.push(`The outfit ${he}'s wearing keeps ${him} <span class="hotpink">servile</span> and <span class="gold">afraid.</span>`);
 							slave.devotion += 1;
 							slave.trust -= 1;
 							if (slave.fetish === "masochist" && slave.fetishKnown === 0) {
-- 
GitLab