From 80e53d3631e3bf8c087dca3f8ab0118dc02c8ebd Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 14 Mar 2024 18:28:47 +0000 Subject: [PATCH] Update saPleaseYou.js --- src/endWeek/saPleaseYou.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index de66684232b..705ec1cc46a 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -2281,7 +2281,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { r.push(`Unfortunately, you wanted more from ${him} than ${his} body could give, rendering ${excessSex > 20 ? " a lot" : "some"} of your attempts to entice ${him} ineffective.`); } } - } else if (PC.preg > PC.pregData.normalBirth * .66 && V.PC.pregMood === 1) { + } else if (V.PC.preg > V.PC.pregData.normalBirth * .66 && V.PC.pregMood === 1) { r.push(`${He} spends the week`); if (slave.trust < -20) { r.push(`cautiously fucking you in the missionary position. It takes a gentle touch to let ${him} know it's safe to get hard, but after that ${he} knows what to do.`); @@ -2412,7 +2412,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { r.push(`Unfortunately for you, you wanted more from ${him} than ${his} body could give; ${excessSex > 20 ? "far more than you'd like," : "every so often"} you discover that ${he} can't get hard for you. You reassure ${him} that ${he}'s not in trouble and that you can wait for next time as long as ${he} spends a moment cuddling with you.`); } } - } else if (PC.preg > PC.pregData.normalBirth * .66 && V.PC.pregMood === 2) { + } else if (V.PC.preg > V.PC.pregData.normalBirth * .66 && V.PC.pregMood === 2) { r.push(`${He} spends the week`); if (slave.trust < -20) { r.push(`in fear under your gravid bulk as you forcibly ride ${his} dick in a futile attempt to cool your raging hormones.`); -- GitLab