diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 26cc3cf523e7fae9259b3c57cb4cdd3a465976a7..8c390277e44e98af1e86df7455873aea7eea55e1 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1792,7 +1792,7 @@ App.SlaveAssignment.pleaseYou = (function() { r.push(`Being tasked with servicing a lusty pregnant ${playerPronouns.woman} <span class="lightcoral">strengthens ${his} pregnancy fetish.</span>`); slave.fetishStrength += 4; } - } else if (fetishChangeChance(slave) > jsRandom(0, 100) && (V.PC.preg >= 20 || (V.PC.preg >= 16 && V.PC.career === "escort"))) { + } else if (fetishChange > jsRandom(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>`); slave.fetish = "pregnancy"; slave.fetishKnown = 1;