From b9f24de5f069113e81117c7a18aa7b038c6a765e Mon Sep 17 00:00:00 2001 From: Anu <anulithic@gmail.com> Date: Thu, 6 Oct 2022 16:59:16 -0700 Subject: [PATCH] -laden --- src/endWeek/saPleaseYou.js | 2 +- src/events/RE/rePregInventorFCTV.js | 2 +- src/npc/generate/newSlaveIntro.js | 14 +++++++------- src/player/pcSurgeryDegradation.js | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 625b7775ff1..dacb600e06a 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1790,7 +1790,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { slave.fetishStrength += 4; } } else if (fetishChange > random(0, 100) && (V.PC.preg >= 20 || (V.PC.preg >= 16 && V.PC.career === "escort"))) { - r.push(`At first ${he} found the prospect of being used by ${his} increasingly pregnant ${getWrittenTitle(slave)} a turn off, but being so close to your gravid form serves to be more erotic than ${he} anticipated. Soon ${he} finds ${himself} aroused less from the prospect of sex and more <span class="lightcoral">the chance to be near your child laden belly.</span>`); + r.push(`At first ${he} found the prospect of being used by ${his} increasingly pregnant ${getWrittenTitle(slave)} a turn off, but being so close to your gravid form serves to be more erotic than ${he} anticipated. Soon ${he} finds ${himself} aroused less from the prospect of sex and more <span class="lightcoral">the chance to be near your child-laden belly.</span>`); slave.fetish = "pregnancy"; slave.fetishKnown = 1; slave.fetishStrength = 10; diff --git a/src/events/RE/rePregInventorFCTV.js b/src/events/RE/rePregInventorFCTV.js index 57ce2aacfec..a67c83807e4 100644 --- a/src/events/RE/rePregInventorFCTV.js +++ b/src/events/RE/rePregInventorFCTV.js @@ -522,7 +522,7 @@ App.Events.rePregInventorFCTV = class rePregInventorFCTV extends App.Events.Base } else if (hasAnyArms(slave)) { r.push(`Your slave signs that this was the best method ${he} could think of to keep ${himself} pretty for you, given ${his} size, then starts moaning as a grinning Millie seems to have started enacting her revenge.`); } else { - r.push(`Your slave's speaker explains that this was the best method the broodmother could think of to keep ${himself} pretty for you, given ${his} size. The baby laden breeder starts moaning in the middle of ${his} assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.`); + r.push(`Your slave's speaker explains that this was the best method the broodmother could think of to keep ${himself} pretty for you, given ${his} size. The baby-laden breeder starts moaning in the middle of ${his} assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.`); } r.push(`Millie has turned her body sideways and snaked an arm between`); if (slave.boobs >= 20000) { diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index 55109ccd0bb..429740e4590 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -3654,27 +3654,27 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = if (PC.boobsImplant > 0) { r.push(`fake,`); } - r.push(`milk laden breasts.`); + r.push(`milk-laden breasts.`); } else if (PC.boobs >= 1200) { r.push(`huge,`); if (PC.boobsImplant > 0) { r.push(`fake,`); } - r.push(`milk laden breasts.`); + r.push(`milk-laden breasts.`); } else if (PC.boobs >= 1000) { r.push(`large,`); if (PC.boobsImplant > 0) { r.push(`fake,`); } - r.push(`milk laden breasts.`); + r.push(`milk-laden breasts.`); } else if (PC.boobs >= 800) { - r.push(`big, milk laden breasts.`); + r.push(`big, milk-laden breasts.`); } else if (PC.boobs >= 650) { - r.push(`milk laden breasts.`); + r.push(`milk-laden breasts.`); } else if (PC.boobs >= 500) { - r.push(`small, milk laden breasts.`); + r.push(`small, milk-laden breasts.`); } else if (PC.boobs >= 300) { - r.push(`tiny, milk laden breasts.`); + r.push(`tiny, milk-laden breasts.`); } else { r.push(`milk swollen chest.`); } diff --git a/src/player/pcSurgeryDegradation.js b/src/player/pcSurgeryDegradation.js index 68000e8d82b..80042311c95 100644 --- a/src/player/pcSurgeryDegradation.js +++ b/src/player/pcSurgeryDegradation.js @@ -147,7 +147,7 @@ App.UI.PCSurgeryDegradation = function(surgeryType) { } r.push(`Either way, this is a good thing. Your breasts work."`); } - r.push(`You can't help but moan under your building arousal as ${heU} massages and teases your implant laden breasts. "Enjoying yourself are we? Let me finish you off." ${HeU} sneaks a hand down to your`); + r.push(`You can't help but moan under your building arousal as ${heU} massages and teases your implant-laden breasts. "Enjoying yourself are we? Let me finish you off." ${HeU} sneaks a hand down to your`); if (V.PC.dick !== 0) { r.push(`stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.`); } else { -- GitLab