From 91bead11b7375add3e711adf40c149e35a2dc92b Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Thu, 10 Jun 2021 03:51:14 +0000
Subject: [PATCH] Update src/events/RESS/permittedMasturbation.js

---
 src/events/RESS/permittedMasturbation.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/RESS/permittedMasturbation.js b/src/events/RESS/permittedMasturbation.js
index 2856943490d..d39518726fe 100644
--- a/src/events/RESS/permittedMasturbation.js
+++ b/src/events/RESS/permittedMasturbation.js
@@ -493,9 +493,9 @@ App.Events.RESSPermittedMasturbation = class RESSPermittedMasturbation extends A
 				} else if (eventSlave.belly >= 450000) {
 					r.push(`it must feel to be so obscenely pregnant that anyone and everyone can see the life distending ${his} struggling body.`);
 				} else if (eventSlave.belly >= 300000) {
-					r.push(`full ${he} would feel if ${he} got anymore pregnant and how hard it would be to do even the most simple of tasks.`);
+					r.push(`full ${he} would feel if ${he} got any more pregnant and how hard it would be to do even the most simple of tasks.`);
 				} else if (eventSlave.belly >= 150000) {
-					r.push(`with a few more babies in ${him}, ${his} obscene womb would each the floor.`);
+					r.push(`with a few more babies in ${him}, ${his} obscene womb would reach the floor.`);
 				} else if (eventSlave.belly >= 100000) {
 					r.push(`obscene it would be if ${he} were swollen with more than a dozen children.`);
 				} else if (eventSlave.belly >= 15000) {
-- 
GitLab