From f0826369e4ea7dadf2ebc4102a455f4a7f30ef44 Mon Sep 17 00:00:00 2001 From: Anu <anulithic@gmail.com> Date: Wed, 19 Oct 2022 23:46:48 -0700 Subject: [PATCH] Misc hyphenation --- src/endWeek/saHormonesEffects.js | 2 +- src/events/nonRandom/rival/pHostageAcquisition.js | 2 +- src/npc/interaction/fFeelings.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/endWeek/saHormonesEffects.js b/src/endWeek/saHormonesEffects.js index 55077381d9c..b2894623bce 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 884ac491685..107e777b166 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 311c56cd6fc..ec3dd338966 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.`)}`); } -- GitLab