From 05e1cadc654db4bc8afeafa48159812974a4b0e9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 5 Jan 2021 01:10:36 -0500 Subject: [PATCH] revert --- src/endWeek/saPleaseYou.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 26cc3cf523e..8c390277e44 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; -- GitLab