From 55ac03d984f88fc509e47b9888210cf831d2745f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 14 Jan 2021 13:00:59 -0500 Subject: [PATCH] Change advanced preg monitoring value to 1 --- src/facilities/penthouse/penthousePassage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/penthouse/penthousePassage.js b/src/facilities/penthouse/penthousePassage.js index ca5a5666e87..7095e9bf390 100644 --- a/src/facilities/penthouse/penthousePassage.js +++ b/src/facilities/penthouse/penthousePassage.js @@ -320,7 +320,7 @@ App.UI.managePenthouse = function() { if (V.seePreg === 1) { if (V.pregnancyMonitoringUpgrade === 0) { if (V.rep > 10000) { - r.push(makeLink("Upgrade the pregnancy monitoring systems", () => { V.pregnancyMonitoringUpgrade = 3; }, 30000)); + r.push(makeLink("Upgrade the pregnancy monitoring systems", () => { V.pregnancyMonitoringUpgrade = 1; }, 30000)); } else { r.push(App.UI.DOM.makeElement("span", "You lack the reputation to purchase improved pregnancy monitoring systems.", "note")); } -- GitLab