diff --git a/src/uncategorized/brothelReport.js b/src/uncategorized/brothelReport.js index 57334c8866e05c5dda8fa12d61cacc3d27f9f4ff..79f09c3ed4e53e2a749d32ce37d82ccfd079c87c 100644 --- a/src/uncategorized/brothelReport.js +++ b/src/uncategorized/brothelReport.js @@ -136,20 +136,21 @@ globalThis.brothelReport = function() { if (slave.prestigeDesc === "$He is a famed Free Cities whore, and commands top prices.") { r.push(`${He} makes sure to promote ${slave.slaveName}, the famed whore, in order to capitalize on ${his2} popularity.`); } else if (slave.prestigeDesc === "$He is a famed Free Cities slut, and can please anyone.") { - r.push(`${He} makes sure to promote${slave.slaveName}, the famed entertainer, in order to capitalize on ${his2} popularity.`); + r.push(`${He} makes sure to promote ${slave.slaveName}, the famed entertainer, in order to capitalize on ${his2} popularity.`); } else if (slave.prestigeDesc === "$He is remembered for winning best in show as a dairy cow.") { if (V.arcologies[0].FSPhysicalIdealist !== "unset") { if ((slave.muscles > 60) && (slave.weight < 30) && (slave.lactation > 0) && ((slave.boobs - slave.boobsImplant) > 6000)) { - r.push(`${He} shows off how even a cow like${slave.slaveName} can achieve physical perfection.`); + r.push(`${He} shows off how even a cow like ${slave.slaveName} can achieve physical perfection.`); } else { - r.push(`A`); if (slave.muscles < 30) { - r.push(`n unmuscled,`); + r.push(`An unmuscled,`); + } else { + r.push(`A`); } if (slave.weight > 30) { - r.push(` fat,`); + r.push(`fat,`); } - r.push(` 'prestigious' `); + r.push(`'prestigious'`); if (slave.lactation > 0) { r.push(`cow`); } else if (((slave.boobs - slave.boobsImplant) > 6000)) { @@ -157,13 +158,13 @@ globalThis.brothelReport = function() { } else { r.push(`slave`); } - r.push(` like${slave.slaveName} is woefully out of fashion, so ${S.Madam.slaveName} tries to draw attention away from ${him2}.`); + r.push(`like ${slave.slaveName} is woefully out of fashion, so ${S.Madam.slaveName} tries to draw attention away from ${him2}.`); } } else { if ((slave.lactation > 0) && ((slave.boobs - slave.boobsImplant) > 6000)) { - r.push(`${He} makes sure to massage${slave.slaveName}'s huge breasts to get the milk flowing before enticing clients to suckle and play with ${him2}.`); + r.push(`${He} makes sure to massage ${slave.slaveName}'s huge breasts to get the milk flowing before enticing clients to suckle and play with ${him2}.`); } else { - r.push(`${He} would like to show off${slave.slaveName}'s huge udders, but ${slave.slaveName} `); + r.push(`${He} would like to show off ${slave.slaveName}'s huge udders, but ${slave.slaveName} `); if (slave.lactation === 0) { r.push(`isn't producing milk anymore`); } else { @@ -176,15 +177,15 @@ globalThis.brothelReport = function() { if (V.arcologies[0].FSGenderFundamentalist !== "unset") { /* this needs review - doesn't fit right. An XY slave would be expected to be masculine. */ if ((slave.balls === 0) && (slave.dick === 0) && (slave.vagina > -1)) { - r.push(`${He} uses${slave.slaveName}} as an example of how even a huge-balled freak like ${him2} can be restored to proper femininity.`); + r.push(`${He} uses ${slave.slaveName}} as an example of how even a huge-balled freak like ${him2} can be restored to proper femininity.`); } else { - r.push(`${He} tries to hide${slave.slaveName}}, 'her' body being notorious for its defiance of conventional femininity.`); + r.push(`${He} tries to hide ${slave.slaveName}}, 'her' body being notorious for its defiance of conventional femininity.`); } } else { if (((slave.balls > 5) && (slave.dick !== 0)) || ((slave.balls > 4) && (slave.dick !== 0) && (slave.prostate > 1))) { - r.push(`${He} shows off${slave.slaveName}}'s copious loads by putting a condom over ${his2} dick and teasing ${him2} till ${he2} bursts it. The show draws multiple clients that want to play with ${his2} oversized junk and messy orgasms.`); + r.push(`${He} shows off ${slave.slaveName}}'s copious loads by putting a condom over ${his2} dick and teasing ${him2} till ${he2} bursts it. The show draws multiple clients that want to play with ${his2} oversized junk and messy orgasms.`); } else { - r.push(`${He} would love to show off${slave.slaveName}}'s copious loads, but slave.slaveName`); + r.push(`${He} would love to show off ${slave.slaveName}}'s copious loads, but slave.slaveName`); if (slave.dick === 0) { r.push(` doesn't have a dick`); } else if (slave.balls === 0) { @@ -197,11 +198,11 @@ globalThis.brothelReport = function() { } } else if (slave.prestigeDesc === "${He} is remembered for winning best in show as a breeder.") { if (slave.bellyPreg >= 5000) { - r.push(`${He} makes sure${slave.slaveName}}'s growing pregnancy is well taken care of, even if it means driving away potential customers away when the mother-to-be needs a rest.`); + r.push(`${He} makes sure ${slave.slaveName}}'s growing pregnancy is well taken care of, even if it means driving away potential customers away when the mother-to-be needs a rest.`); } else if (canGetPregnant(slave)) { - r.push(`${He} makes sure to play off${slave.slaveName}}'s fame and fertility by enticing potential customers to be the one to claim ${his2} womb by filling it with their child.`); + r.push(`${He} makes sure to play off ${slave.slaveName}}'s fame and fertility by enticing potential customers to be the one to claim ${his2} womb by filling it with their child.`); } else { - r.push(`${He} would love to play off of${slave.slaveName}}'s fame and fertility, but unfortunately ${he2} `); + r.push(`${He} would love to play off of ${slave.slaveName}}'s fame and fertility, but unfortunately ${he2} `); if (slave.pregKnown === 1 && slave.bellyPreg < 1500) { r.push(`is already pregnant and not far enough along to show it`); } else if (slave.pregKnown === 1 && slave.bellyPreg < 5000) {