diff --git a/src/facilities/nursery/nurseryWidgets.js b/src/facilities/nursery/nurseryWidgets.js index 77b51dcf7f79ea425228d66592f8d7aa673ab88b..2b876ec6aafa7c50d8d778396814aae765077b03 100644 --- a/src/facilities/nursery/nurseryWidgets.js +++ b/src/facilities/nursery/nurseryWidgets.js @@ -18116,10 +18116,10 @@ App.Facilities.Nursery.nurseryReport = function nurseryReport() { } let FLsFetish = 0; - + /* if (Matron.fetishStrength <= 95) { if (Matron.fetish !== "caring") { - if (fetishChangeChance(Matron > jsRandom(0, 100))) { + if (fetishChangeChance(Matron) > jsRandom(0, 100)) { FLsFetish = 1, Matron.fetishKnown = 1, Matron.fetish = "caring"; } } else if (!Matron.fetishKnown) { @@ -18128,7 +18128,7 @@ App.Facilities.Nursery.nurseryReport = function nurseryReport() { FLsFetish = 2, Matron.fetishStrength += 4; } } - + */ if (Matron.fetish === "none" || Matron.fetish === "caring") { devBonus++; }