From 56e41ecf7ae86b91b95f4a0558d48612b89d8a27 Mon Sep 17 00:00:00 2001
From: MrBreaddd <mrbreadsuper@hotmail.com>
Date: Sun, 14 Jul 2024 22:22:58 +0000
Subject: [PATCH] typo: arcade endWeek

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

diff --git a/src/endWeek/saDevotion.js b/src/endWeek/saDevotion.js
index 095e858f67d..eb3a1096e8c 100644
--- a/src/endWeek/saDevotion.js
+++ b/src/endWeek/saDevotion.js
@@ -66,7 +66,7 @@ App.SlaveAssignment.devotion = function saDevotion(slave) {
 			r.push(`${His} self hatred <span class="trust dec">cannot eliminate the growing fear</span> engendered by ${his} remaining spark of self-preservation.`);
 			slave.trust -= 5;
 		} else if (slave.trust > 50) {
-			r.push(`${He} still hopes you'll ${him} out of ${his} suit so ${he} can be your good slave again, but <span class="trust dec">fear and doubt creep in</span> by the minute. And there are a lot of them.`);
+			r.push(`${He} still hopes you'll let ${him} out of ${his} suit so ${he} can be your good slave again, but <span class="trust dec">fear and doubt creep in</span> by the minute. And there are a lot of them.`);
 		} else {
 			r.push(`With little to do but`);
 			if (slave.fuckdoll <= 60) {
-- 
GitLab