From 834180d8c440685c883c75876b777d084725f46d Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 11 Aug 2020 07:32:09 -0400
Subject: [PATCH] revert re-tail

---
 src/npc/descriptions/belly/belly.js        | 8 ++++----
 src/npc/descriptions/belly/bellyImplant.js | 2 +-
 src/npc/descriptions/boobs/boobs.js        | 2 +-
 src/npc/interaction/fDance.tw              | 2 +-
 src/player/desc/playerBoobs.js             | 2 +-
 src/player/desc/playerCrotch.js            | 4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index ffff633c15d..c042dd0985e 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -11863,14 +11863,14 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
 					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
-						r.push(`${slave.slaveName}'s fabulous silken ball gown has been re-tailored to expose ${his} monolithic, ${slave.inflationType}-filled belly while still maintaining its beauty.`);
+						r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic, ${slave.inflationType}-filled belly while still maintaining its beauty.`);
 					} else if (slave.bellyImplant > 0) {
-						r.push(`${slave.slaveName}'s fabulous silken ball gown has been re-tailored to expose ${his} monolithic, implant-filled belly while still maintaining its beauty.`);
+						r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic, implant-filled belly while still maintaining its beauty.`);
 					} else {
-						r.push(`${slave.slaveName}'s fabulous silken ball gown has been re-tailored to expose ${his} monolithic pregnant belly while still maintaining its beauty.`);
+						r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} monolithic pregnant belly while still maintaining its beauty.`);
 					}
 				} else if (slave.bellyPreg >= 600000) {
-					r.push(`${slave.slaveName}'s fabulous silken ball gown has been re-tailored to expose ${his} titanic bulging pregnant belly while still maintaining its beauty.`);
+					r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} titanic bulging pregnant belly while still maintaining its beauty.`);
 				} else if (slave.bellyPreg >= 300000) {
 					r.push(`${slave.slaveName}'s fabulous silken ball gown, while tailored, strains to contain ${his} massive pregnant belly.`);
 				} else if (slave.weight > 190) {
diff --git a/src/npc/descriptions/belly/bellyImplant.js b/src/npc/descriptions/belly/bellyImplant.js
index 296add92d0b..c8accff6cd2 100644
--- a/src/npc/descriptions/belly/bellyImplant.js
+++ b/src/npc/descriptions/belly/bellyImplant.js
@@ -422,7 +422,7 @@ App.Desc.bellyImplant = function(slave, {market, eventDescription} = {}) {
 							r.push(`${slave.slaveName}'s beautiful halter top dress has been torn open by ${his} titanic implant-filled belly. ${His} immense stomach hangs out the whole it made.`);
 							break;
 						case "a ball gown":
-							r.push(`${slave.slaveName}'s fabulous silken ball gown has been re-tailored to expose ${his} titanic implant-filled belly while still maintaining its beauty.`);
+							r.push(`${slave.slaveName}'s fabulous silken ball gown has been retailored to expose ${his} titanic implant-filled belly while still maintaining its beauty.`);
 							break;
 						case "slutty jewelry":
 							r.push(`${slave.slaveName}'s bangles include a long thin chain that looks ready to snap as in encircles ${his} titanic implant-filled belly.`);
diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js
index 2f776ae7599..d9b43df9ce5 100644
--- a/src/npc/descriptions/boobs/boobs.js
+++ b/src/npc/descriptions/boobs/boobs.js
@@ -863,7 +863,7 @@ App.Desc.boobs = function() {
 			case "attractive lingerie for a pregnant woman":
 				r += `${slave.slaveName}'s `;
 				if (slave.boobs > 12000) {
-					r += `top has been re-tailored to fit ${his} enormous bust. The ample breast flesh almost completely consumes ${his} silken lingerie. ${His} silken vest is barely visible behind ${his} massive tits.`;
+					r += `top has been retailored to fit ${his} enormous bust. The ample breast flesh almost completely consumes ${his} silken lingerie. ${His} silken vest is barely visible behind ${his} massive tits.`;
 				} else if (slave.boobs > 4000) {
 					r += `${adjNoun} dwarf ${his} tiny top. It barely manages to cover ${his} nipples. ${His} silken vest is parted to either side of ${his} breasts.`;
 				} else if (slave.boobs > 800) {
diff --git a/src/npc/interaction/fDance.tw b/src/npc/interaction/fDance.tw
index 352a27fd038..d53bee36474 100644
--- a/src/npc/interaction/fDance.tw
+++ b/src/npc/interaction/fDance.tw
@@ -1201,7 +1201,7 @@ It's not over yet, though. You tell your slave that it's time to incorporate som
 			<<case "attractive lingerie for a pregnant woman">>
 				<<= getSlave($AS).slaveName>>'s
 				<<if getSlave($AS).boobs > 12000>>
-					top has been re-tailored to fit $his enormous bust. The ample breast flesh almost completely consumes $his silken lingerie. $His silken vest is barely visible behind $his massive tits.
+					top has been retailored to fit $his enormous bust. The ample breast flesh almost completely consumes $his silken lingerie. $His silken vest is barely visible behind $his massive tits.
 				<<elseif getSlave($AS).boobs > 4000>>
 					gigantic tits dwarf $his tiny top. It barely manages to cover $his nipples. $His silken vest is parted to either side of $his breasts.
 				<<elseif getSlave($AS).boobs > 800>>
diff --git a/src/player/desc/playerBoobs.js b/src/player/desc/playerBoobs.js
index 12a23c52174..a9d95077f8e 100644
--- a/src/player/desc/playerBoobs.js
+++ b/src/player/desc/playerBoobs.js
@@ -161,7 +161,7 @@ App.Desc.Player.boobs = function() {
 			}
 		} else {
 			if (V.PC.boobs >= 1400) {
-				r.push(`You've gotten your top re-tailored to fit your huge bust.`);
+				r.push(`You've gotten your top retailored to fit your huge bust.`);
 			} else if (V.PC.boobs >= 1200) {
 				r.push(`Your top strains against your big breasts`);
 				if (V.PC.markings === "freckles") {
diff --git a/src/player/desc/playerCrotch.js b/src/player/desc/playerCrotch.js
index 08a1e4052b9..f208a2a2a55 100644
--- a/src/player/desc/playerCrotch.js
+++ b/src/player/desc/playerCrotch.js
@@ -143,7 +143,7 @@ App.Desc.Player.crotch = function() {
 			if (V.PC.balls >= 30) {
 				r.push(`You've pretty much given up on suit pants because of your monstrous balls, but you've replaced them with a custom kilt tailored to match the rest of your business attire. People would wonder why you're wearing such old fashioned clothes if your ridiculous bulge didn't make it obvious.`);
 			} else if (V.PC.balls >= 14) {
-				r.push(`You've had to get your suit pants re-tailored again to fit your enormous balls. It is obvious that the bulge in your pants is not your`);
+				r.push(`You've had to get your suit pants retailored again to fit your enormous balls. It is obvious that the bulge in your pants is not your`);
 				if (V.PC.preg >= 28) {
 					r.push(`penis; you've had several people rush to your aid under the mistaken belief that`);
 					if (V.PC.pregType > 1) {
@@ -156,7 +156,7 @@ App.Desc.Player.crotch = function() {
 					r.push(`penis.`);
 				}
 			} else if (V.PC.balls >= 9) {
-				r.push(`You've had to get your suit pants re-tailored to fit your huge balls. It gives you a striking figure, though.`);
+				r.push(`You've had to get your suit pants retailored to fit your huge balls. It gives you a striking figure, though.`);
 			} else if (V.PC.balls >= 5) {
 				r.push(`Your suit pants bulge more than ever with your big balls.`);
 			}
-- 
GitLab