From d2435dce4f504a99f593fa2de50aa531901a0c81 Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Wed, 3 Nov 2021 09:03:23 +0000
Subject: [PATCH] Long butt tweaks

---
 src/player/desc/pLongButt.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/player/desc/pLongButt.js b/src/player/desc/pLongButt.js
index f5a2ba00bf9..b93ccd45fba 100644
--- a/src/player/desc/pLongButt.js
+++ b/src/player/desc/pLongButt.js
@@ -131,9 +131,9 @@ App.Desc.Player.butt = function(PC = V.PC) {
 		} else if (PC.butt <= 10) {
 			r.push(`an <span class="orange">immense rear end`);
 			if (implantRatio >= 0.90) {
-				r.push(`</span> that's quite obviously a pair of ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants. No matter your position, it looks like someone shoved a pair of beachballs in your buttcheeks. Getting dressed, and having you clothing survive is has become a challenge, while fitting into spaces narrower than yourself a dream.`);
+				r.push(`</span> that's quite obviously a pair of ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants. No matter your position, it looks like someone shoved a pair of beachballs in your buttcheeks. Getting dressed, and having your clothing survive, has become a challenge; fitting into spaces narrower than yourself, a dream.`);
 			} else if (implantRatio >= 0.75) {
-				r.push(r.pop() + `;</span> with your ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants, it juts out, artificially enticing, no matter your position. You clothing is in constant risk of tearing from its sheer size, and the notion of squeezing between anything narrower than yourself has been reduced to a dream.`);
+				r.push(r.pop() + `;</span> with your ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants, it juts out, artificially enticing, no matter your position. Your clothing is in constant risk of tearing from its sheer size, and the notion of squeezing between anything narrower than yourself has been reduced to a dream.`);
 			} else if (implantRatio >= 0.50) {
 				r.push(r.pop() + `;</span> with how firm and curvaceous it is, it's pretty obvious there's a pair of ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants buried beneath that abundant flesh. It's impossible to properly fit into your clothing without spilling out or overflowing it, and a challenge to squeeze through anything narrower than yourself.`);
 			} else if (implantRatio >= 0.25) {
@@ -231,7 +231,7 @@ App.Desc.Player.butt = function(PC = V.PC) {
 					r.push(`It takes a lot of effort to not be forced into a sitting position with it, so you're most comfortable just letting it rest on something when you have the chance.`);
 				}
 			} else {
-				r.push(`But that's too be expected since you require an extra-wide wheelchair to get anywhere.`);
+				r.push(`But that's to be expected since you require an extra-wide wheelchair to get anywhere.`);
 			}
 			r.push(buttAccessibility());
 		} else if (PC.butt > 6 && canWalk(PC)) {
-- 
GitLab