diff --git a/devNotes/legacy files/walkPast.txt b/devNotes/legacy files/walkPast.txt index e99a5c15e39836a8766e0e548075b4191f374f72..c880e54e5835223df697acac63b68efcce52ee5a 100644 --- a/devNotes/legacy files/walkPast.txt +++ b/devNotes/legacy files/walkPast.txt @@ -1503,7 +1503,7 @@ <<case "attractive lingerie for a pregnant woman">> $His massive gut is gently framed by $his silken vest. <<case "a maternity dress">> - $His once-loose dress bulges with $his massive gut. + $His once loose dress bulges with $his massive gut. <<default>> $His massive bare jiggling gut catches your eye. <</switch>> @@ -2409,7 +2409,7 @@ <<case "attractive lingerie for a pregnant woman">> $His massive gut is gently framed by $his silken vest. <<case "a maternity dress">> - $His once-loose dress bulges with $his massive gut. + $His once loose dress bulges with $his massive gut. <<default>> $His massive bare jiggling gut catches your eye. <</switch>> @@ -2932,7 +2932,7 @@ <<case "attractive lingerie for a pregnant woman">> $His massive gut is gently framed by $his silken vest. <<case "a maternity dress">> - $His once-loose dress bulges with $his massive gut. + $His once loose dress bulges with $his massive gut. <<default>> $His massive bare jiggling gut catches your eye. <</switch>> diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 9295cd2ef6ea208476b0f4cc179a1dd75f52fffc..ec64bf325cb5e8b117a91ab34948e80d6621100a 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -3268,7 +3268,7 @@ globalThis.walkPast = (function() { t += `${His} massive gut is gently framed by ${his} silken vest.`; break; case "a maternity dress": - t += `${His} once-loose dress bulges with ${his} massive gut.`; + t += `${His} once loose dress bulges with ${his} massive gut.`; break; case "a courtesan dress": t += `${His} massive gut jiggles beneath the thin cloth as ${he} moves.`; @@ -4962,7 +4962,7 @@ globalThis.walkPast = (function() { t += `${His} massive gut is gently framed by ${his} silken vest.`; break; case "a maternity dress": - t += `${His} once-loose dress bulges with ${his} massive gut.`; + t += `${His} once loose dress bulges with ${his} massive gut.`; break; case "a courtesan dress": t += `${His} massive gut jiggles beneath the thin cloth as ${he} moves.`; @@ -6424,7 +6424,7 @@ globalThis.walkPast = (function() { t += `${His} massive gut is gently framed by ${his} silken vest.`; break; case "a maternity dress": - t += `${His} once-loose dress bulges with ${his} massive gut.`; + t += `${His} once loose dress bulges with ${his} massive gut.`; break; case "a courtesan dress": t += `${His} massive gut jiggles beneath the thin cloth as ${he} moves.`; diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index 65d49f808839380d7659a9a804dfaf8672f5ee55..750e7a0489313d50e35ee34e3b362e18dee278ed 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -13233,33 +13233,33 @@ App.Desc.belly = function(slave, descType = DescType.NORMAL) { if (isBellyFluidLargest) { r.push(`${slave.slaveName}'s monolithic, ${slave.inflationType}-filled belly is so large that ${his} dress, despite being designed to flatter pregnancies, is inadequate to contain it due to sheer size. The dress bunches up as it rests atop ${his} belly.`); } else if (slave.bellyImplant > 0) { - r.push(`${slave.slaveName}'s monolithic, implant-filled belly stretches ${his} once-loose dress to its limit. It is specially tailored to be modest yet draw attention to sizeable middles, but ${he} has managed to render it inadequate; ${he} can't actually manage to pull it all the way over ${his} sheer mass. The dress often ends up bunched atop ${his} belly unless someone is kind enough to lend a pair of hands to tug it down the rest of the way.`); + r.push(`${slave.slaveName}'s monolithic, implant-filled belly stretches ${his} once loose dress to its limit. It is specially tailored to be modest yet draw attention to sizeable middles, but ${he} has managed to render it inadequate; ${he} can't actually manage to pull it all the way over ${his} sheer mass. The dress often ends up bunched atop ${his} belly unless someone is kind enough to lend a pair of hands to tug it down the rest of the way.`); } else { - r.push(`${slave.slaveName}'s monolithic pregnant belly stretches ${his} once-loose dress to its limit. It is specially tailored to be modest yet flatter pregnancies, but ${he} has managed to render it inadequate; ${he} can't actually manage to pull it all the way over ${his} sheer gravidity. The dress often ends up bunched atop ${his} belly unless someone is kind enough to lend a pair of hands to tug it down the rest of the way.`); + r.push(`${slave.slaveName}'s monolithic pregnant belly stretches ${his} once loose dress to its limit. It is specially tailored to be modest yet flatter pregnancies, but ${he} has managed to render it inadequate; ${he} can't actually manage to pull it all the way over ${his} sheer gravidity. The dress often ends up bunched atop ${his} belly unless someone is kind enough to lend a pair of hands to tug it down the rest of the way.`); } } else if (slave.belly >= 600000) { if (isBellyFluidLargest) { // TODO: write me } else if (slave.bellyImplant > 0) { - r.push(`${slave.slaveName}'s titanic implant-filled belly stretches ${his} once-loose dress into a more form fitting attire. It is specially tailored to be modest yet draw attention to ${his} abnormaly large middle.`); + r.push(`${slave.slaveName}'s titanic implant-filled belly stretches ${his} once loose dress into a more form fitting attire. It is specially tailored to be modest yet draw attention to ${his} abnormaly large middle.`); } else { - r.push(`${slave.slaveName}'s titanic pregnant belly stretches ${his} once-loose dress into a more form fitting attire, showing off ${his} protruding navel and the many bulges of life filling ${him}. Even at ${his} abnormal size, its special tailoring allows it to retain its modesty.`); + r.push(`${slave.slaveName}'s titanic pregnant belly stretches ${his} once loose dress into a more form fitting attire, showing off ${his} protruding navel and the many bulges of life filling ${him}. Even at ${his} abnormal size, its special tailoring allows it to retain its modesty.`); } } else if (slave.belly >= 450000) { if (isBellyFluidLargest) { // TODO: write me } else if (slave.bellyImplant > 0) { - r.push(`${slave.slaveName}'s gigantic implant-filled belly completely fills ${his} once-loose dress. It is specially tailored to be modest yet draw attention to ${his} abnormaly large middle.`); + r.push(`${slave.slaveName}'s gigantic implant-filled belly completely fills ${his} once loose dress. It is specially tailored to be modest yet draw attention to ${his} abnormaly large middle.`); } else { - r.push(`${slave.slaveName}'s gigantic pregnant belly completely fills ${his} once-loose dress. It is specially tailored to be modest yet draw attention to ${his} abnormal pregnancy.`); + r.push(`${slave.slaveName}'s gigantic pregnant belly completely fills ${his} once loose dress. It is specially tailored to be modest yet draw attention to ${his} abnormal pregnancy.`); } } else if (slave.belly >= 300000) { if (isBellyFluidLargest) { // TODO: write me } else if (slave.bellyImplant > 0) { - r.push(`${slave.slaveName}'s massive implant-filled belly fills ${his} once-loose dress. It is specially tailored to be modest yet draw attention to ${his} spectacular middle.`); + r.push(`${slave.slaveName}'s massive implant-filled belly fills ${his} once loose dress. It is specially tailored to be modest yet draw attention to ${his} spectacular middle.`); } else { - r.push(`${slave.slaveName}'s massive pregnant belly fills ${his} once-loose dress. It is specially tailored to be modest yet draw attention to ${his} spectacular pregnancy.`); + r.push(`${slave.slaveName}'s massive pregnant belly fills ${his} once loose dress. It is specially tailored to be modest yet draw attention to ${his} spectacular pregnancy.`); } } else if (slave.belly >= 120000) { if (isBellyFluidLargest) {