diff --git a/src/player/desc/pLongButt.js b/src/player/desc/pLongButt.js index f5a2ba00bf97bbfa29880a3a9084e669098627bf..b93ccd45fba7ca274e51413c0b2f7d63f18d0e2e 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)) {