From 162102cb46e080a2a3963e38076f35124d9eadca Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 23 Mar 2024 21:07:56 -0400 Subject: [PATCH] shutup sanitycheck --- 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 f76f28a91aa..fd9b43aa9df 100644 --- a/src/endWeek/saDevotion.js +++ b/src/endWeek/saDevotion.js @@ -887,7 +887,7 @@ App.SlaveAssignment.devotion = function saDevotion(slave) { r.push(r.pop() + ","); r.push(`although you aren't doing it with ${him}, ${he} worships you anyway.`); } else if (slave.devotion <= 20) { - r.push(`<span class="trust inc">${he} is relieved</span> that you haven't choosen ${him} to be your sex toy.`); + r.push(`<span class="trust inc">${he} is relieved</span> that you haven't chosen ${him} to be your sex toy.`); slave.trust++; } else { r.push(`${he} doesn't understand <span class="devotion dec">why you don't let ${him} ${PC.vagina === -1 ? "sodomize" : "fuck"} you</span> too.`); -- GitLab