diff --git a/src/endWeek/saHormonesEffects.js b/src/endWeek/saHormonesEffects.js index 55077381d9c84584b31eaf89057571b0e464260c..b2894623bce139dea361153c53d97beaeeb832e9 100644 --- a/src/endWeek/saHormonesEffects.js +++ b/src/endWeek/saHormonesEffects.js @@ -980,7 +980,7 @@ App.SlaveAssignment.hormonesEffects = function saHormonesEffects(slave) { if (slave.devotion > 20) { if ((slave.boobs < 800 && slave.butt < 3) || (slave.faceShape === "masculine") || (slave.shoulders > slave.hips) || (slave.balls > 4)) { if (slave.career === "a Futanari Sister") { - r.push(`${He} wishes ${he} were more feminine, but isn't unhappy to be off hormones, since ${he} likes being a stiff dicked futa.`); + r.push(`${He} wishes ${he} were more feminine, but isn't unhappy to be off hormones, since ${he} likes being a stiff-dicked futa.`); } else if (slave.fetish === "buttslut" && slave.fetishStrength > 60 && slave.fetishKnown === 1) { r.push(`${He} wishes ${he} were more feminine, but ${he} loves getting fucked in the butt so much that it doesn't much bother ${him}.`); } else if (slave.fetish === "sadist" && slave.fetishStrength > 60 && slave.fetishKnown === 1) { diff --git a/src/events/nonRandom/rival/pHostageAcquisition.js b/src/events/nonRandom/rival/pHostageAcquisition.js index 884ac491685ee5b5edfd7e69cbdec721b673552e..107e777b166d5786e0687dd26c290cf43231a1d5 100644 --- a/src/events/nonRandom/rival/pHostageAcquisition.js +++ b/src/events/nonRandom/rival/pHostageAcquisition.js @@ -818,7 +818,7 @@ App.Events.pHostageAcquisition = class pHostageAcquisition extends App.Events.Ba r.push(`While ${he} looks the same as you remember, ${he} certainly doesn't think the same anymore.`); } else if (V.rival.duration <= 15) { r.push(`Upon seeing you, ${V.hostage.slaveName} shifts ${his} weight back and forth, unsure of what to make of you. As you step forward, ${he} hesitatingly approaches. Once ${he} is close enough ${he} pleads`); - r.push(Spoken(V.hostage, `"Please don't turn me into a big boobed freak..."`)); + r.push(Spoken(V.hostage, `"Please don't turn me into a big-boobed freak..."`)); r.push(`While ${he} looks the same as you remember, ${he} certainly doesn't think the same anymore.`); } else if (V.rival.duration <= 20) { r.push(`Upon seeing you, ${V.hostage.slaveName} shifts ${his} weight back and forth, unsure of what to make of you. As you step forward, ${he} quickly steps back. After several steps, ${he} screams`); diff --git a/src/npc/interaction/fFeelings.js b/src/npc/interaction/fFeelings.js index 311c56cd6fc8c77665daef0ba4c9d8fca04a93af..ec3dd338966add214b51b2981b6427b24ef812bb 100644 --- a/src/npc/interaction/fFeelings.js +++ b/src/npc/interaction/fFeelings.js @@ -2195,9 +2195,9 @@ App.Interact.fFeelings = function(slave) { } else if (slave.belly >= 1500 && V.arcologies[0].FSRepopulationFocus !== "unset" && V.propOutcome === 0 && slave.breedingMark === 0) { text.push(`${Spoken(slave, `I know I'm an ugly fat slut. I wish my belly wasn't so big.`)}`); } else if (slave.butt > 3) { - text.push(`${Spoken(slave, `I know I'm an ugly, fat assed slut. I wish it was smaller.`)}`); + text.push(`${Spoken(slave, `I know I'm an ugly, fat-assed slut. I wish it was smaller.`)}`); } else if (slave.boobs > 500) { - text.push(`${Spoken(slave, `I know I'm an ugly, big boobed slut. I wish my chest was smaller.`)}`); + text.push(`${Spoken(slave, `I know I'm an ugly, big-boobed slut. I wish my chest was smaller.`)}`); } else { text.push(`${Spoken(slave, `It's nice, living in a place where I don't need big boobs to be pretty.`)}`); }