From d8f0b6c315d24e42b922016f331c999d704c47c4 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 19 Mar 2021 13:50:57 -0700
Subject: [PATCH] Sanity check fixes

---
 src/endWeek/saClothes.js                  | 2 +-
 src/events/RETS/reCockmilkInterception.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/endWeek/saClothes.js b/src/endWeek/saClothes.js
index b3be9a9d6dc..264f98be307 100644
--- a/src/endWeek/saClothes.js
+++ b/src/endWeek/saClothes.js
@@ -249,7 +249,7 @@ App.SlaveAssignment.clothes = (function() {
 								slave.devotion += 1;
 							}
 						} else if (slave.devotion < -20) {
-							r.push(`${His} nakedness is a constant reminder that there is <span class="gold">nowhere to hide</span> from <span class="hotpink">your gaze</span>, or ${his} assignments.`);
+							r.push(`${His} nakedness is a constant reminder that there is <span class="gold">nowhere to hide</span> from <span class="hotpink">your gaze,</span> or ${his} assignments.`);
 							slave.devotion += 1;
 							slave.trust -= 1;
 						}
diff --git a/src/events/RETS/reCockmilkInterception.js b/src/events/RETS/reCockmilkInterception.js
index be42ef54e6a..c2a7ddc062e 100644
--- a/src/events/RETS/reCockmilkInterception.js
+++ b/src/events/RETS/reCockmilkInterception.js
@@ -211,7 +211,7 @@ App.Events.RETSCockmilkInterception = class RETSCockmilkInterception extends App
 			if (subSlave.dick < 3) {
 				t.push(`${He}'s giving ${slave.slaveName} limited options to further stimulate the poorly-endowed slave. ${He}'s using one hand to stroke the soft, precum-slick skin below ${subSlave.slaveName}'s anus.`);
 			} else if (subSlave.dick > 8) {
-				t.push(`${He} has has one hand wrapped around the gigantic soft python of flesh between ${subSlave.slaveName}'s legs, and is squeezing it rhythmically from its base up to where its head enters ${his} wet lips.`);
+				t.push(`${He} has one hand wrapped around the gigantic soft python of flesh between ${subSlave.slaveName}'s legs, and is squeezing it rhythmically from its base up to where its head enters ${his} wet lips.`);
 			} else if (!canAchieveErection(subSlave)) {
 				t.push(`Since ${slave.slaveName} can't jack off a soft shaft, ${he}'s using one hand to stroke the soft, precum-slick skin below ${subSlave.slaveName}'s anus.`);
 			} else {
-- 
GitLab