diff --git a/src/facilities/penthouse/penthousePassage.js b/src/facilities/penthouse/penthousePassage.js index ca5a5666e87c9c11d1c7d0225b3f0416a88bb870..7095e9bf390d60c9843df14077abf5bfa58f929e 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")); }