diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js
index de66684232b55cea3da242f7ad77f94efdb74bda..705ec1cc46a8953a87ef9bb590480627c911ff2f 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.`);