diff --git a/src/endWeek/economics/personalNotes.js b/src/endWeek/economics/personalNotes.js
index 9701d061fb6606dc44d34b772c28d1e8219cac5d..f066bba907a7a2c4a074fb4ecd2229da2e20caab 100644
--- a/src/endWeek/economics/personalNotes.js
+++ b/src/endWeek/economics/personalNotes.js
@@ -256,11 +256,9 @@ App.EndWeek.personalNotes = function() {
 							}
 						}
 					}
-					if (sagCheck) {
-						if (V.PC.boobShape !== "saggy" && V.PC.preg > random(V.PC.pregData.normalBirth / 1.25, V.PC.pregData.normalBirth * 2.5) && (V.PC.breastMesh !== 1) && (V.PC.drugs !== "sag-B-gone")) {
-							r.push(`${His} <span class="orange">breasts become saggy</span> in the last stages of ${his} pregnancy as ${his} body undergoes changes in anticipation of the forthcoming birth.`);
-							V.PC.boobShape = "saggy";
-						}
+					if (V.PC.boobShape !== "saggy" && V.PC.preg > random(V.PC.pregData.normalBirth / 1.25, V.PC.pregData.normalBirth * 2.5) && (V.PC.breastMesh !== 1) && (V.PC.drugs !== "sag-B-gone")) {
+						r.push(`Your <span class="orange">breasts become saggy</span> in the last stages of  pregnancy as your body undergoes changes in anticipation of the forthcoming birth.`);
+						V.PC.boobShape = "saggy";
 					}
 				}
 				/*