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

clean

parent f232e276
No related branches found
No related tags found
No related merge requests found
...@@ -172,19 +172,19 @@ globalThis.brothelReport = function() { ...@@ -172,19 +172,19 @@ globalThis.brothelReport = function() {
} }
} }
} }
} else if (slave.prestigeDesc === "${He} is remembered for winning best in show as a cockmilker.") { } else if (slave.prestigeDesc === "$He is remembered for winning best in show as a cockmilker.") {
if (V.arcologies[0].FSGenderFundamentalist !== "unset") { if (V.arcologies[0].FSGenderFundamentalist !== "unset") {
/* this needs review - doesn't fit right. An XY slave would be expected to be masculine. */ /* 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)) { 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 { } 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 { } else {
if (((slave.balls > 5) && (slave.dick !== 0)) || ((slave.balls > 4) && (slave.dick !== 0) && (slave.prostate > 1))) { 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 { } else {
r.push(`${He} would love to show off ${slave.slaveName}}'s copious loads, but`); r.push(`${He} would love to show off ${slave.slaveName}'s copious loads, but`);
if (slave.dick === 0) { if (slave.dick === 0) {
r.push(`${slave.slaveName} doesn't have a dick.`); r.push(`${slave.slaveName} doesn't have a dick.`);
} else if (slave.balls === 0) { } else if (slave.balls === 0) {
...@@ -196,11 +196,11 @@ globalThis.brothelReport = function() { ...@@ -196,11 +196,11 @@ globalThis.brothelReport = function() {
} }
} else if (slave.prestigeDesc === "${He} is remembered for winning best in show as a breeder.") { } else if (slave.prestigeDesc === "${He} is remembered for winning best in show as a breeder.") {
if (slave.bellyPreg >= 5000) { 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)) { } 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 { } 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) { if (slave.pregKnown === 1 && slave.bellyPreg < 1500) {
r.push(`is already pregnant and not far enough along to show it.`); r.push(`is already pregnant and not far enough along to show it.`);
} else if (slave.pregKnown === 1 && slave.bellyPreg < 5000) { } else if (slave.pregKnown === 1 && slave.bellyPreg < 5000) {
......
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