Skip to content
Snippets Groups Projects
Commit f70c5579 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

belly typo

parent 15df67ce
No related branches found
No related tags found
No related merge requests found
...@@ -11864,11 +11864,11 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { ...@@ -11864,11 +11864,11 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
case "a slutty nurse outfit": case "a slutty nurse outfit":
if (slave.belly >= 1000000) { if (slave.belly >= 1000000) {
if (isBellyFluidLargest) { 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) { } 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 { } 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) { } else if (slave.belly >= 750000) {
if (isBellyFluidLargest) { if (isBellyFluidLargest) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment