From f70c5579ce9090af9de914ec282d96ea299e639d Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 7 Jan 2021 13:50:44 -0500
Subject: [PATCH] belly typo

---
 src/npc/descriptions/belly/belly.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index 3eae6529f3e..f5d70bcba33 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -11864,11 +11864,11 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 			case "a slutty nurse outfit":
 				if (slave.belly >= 1000000) {
 					if (isBellyFluidLargest) {
-						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An addition ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
+						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An additional ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
 					} else if (slave.bellyImplant > 0) {
-						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An addition ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
+						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An additional ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
 					} else {
-						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen pregnant belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An addition ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
+						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen pregnant belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An additional ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
 					}
 				} else if (slave.belly >= 750000) {
 					if (isBellyFluidLargest) {
-- 
GitLab