From 15b5d76717c337522fa5246b79286344c190b51d Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 29 Oct 2020 00:20:50 -0400 Subject: [PATCH] clean up the sag --- src/endWeek/economics/personalNotes.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/endWeek/economics/personalNotes.js b/src/endWeek/economics/personalNotes.js index 9701d061fb6..f066bba907a 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"; } } /* -- GitLab