From af9ad3dbcca154035f53e0563ead4ca03c006cee Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Tue, 22 Jun 2021 00:02:55 +0000
Subject: [PATCH] Proofreading

---
 src/npc/interaction/forceFeeding.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/interaction/forceFeeding.js b/src/npc/interaction/forceFeeding.js
index 4e893c14d50..c8f01a25d64 100644
--- a/src/npc/interaction/forceFeeding.js
+++ b/src/npc/interaction/forceFeeding.js
@@ -431,7 +431,7 @@ App.Interact.forceFeeding = function(slave) {
 		} else if (slave.devotion < -20) {
 			r.push(`tormenting ${his} gurgling belly until you tire of ${his} sobbing and send ${him} on ${his} way.`);
 		} else if (slave.fetish === "submissive" && slave.devotion <= 20) {
-			r.push(`toying with ${his} belly until you tire of moaning and send ${him} on ${his} way.`);
+			r.push(`toying with ${his} belly until you tire of ${his} moaning and send ${him} on ${his} way.`);
 		} else if (slave.behavioralFlaw === "gluttonous" && slave.devotion <= 20) {
 			r.push(`massaging ${his} stuffed belly until you tire of ${him} and send ${him} on ${his} way.`);
 		} else if (slave.devotion <= 20) {
@@ -604,7 +604,7 @@ App.Interact.forceFeeding = function(slave) {
 					if (V.PC.balls >= 30) {
 						r.push(`and ${he}'s forced out all your cum,`);
 					}
-					r.push(`you settle down beside ${him} and rest your head against ${his} belly; it almost feels like a water-filled pillow, albeit a little noisy. You and ${slave.slaveName} doze off together for a much needed nap. You don't get much rest; ${his} stomach's constant groaning and burbling keeping you up, so you send ${him} on ${his} way. ${He} blows you one last kiss and eagerly looks forward to next time.`);
+					r.push(`you settle down beside ${him} and rest your head against ${his} belly; it almost feels like a water-filled pillow, albeit a little noisy. You and ${slave.slaveName} doze off together for a much needed nap. You don't get much rest; ${his} stomach's constant groaning and burbling keeps you up, so you send ${him} on ${his} way. ${He} blows you one last kiss and eagerly looks forward to next time.`);
 					if (_sexType === "vaginal") {
 						r.push(VCheck.Vaginal(slave, 2));
 					} else {
-- 
GitLab