Skip to content
Snippets Groups Projects
Commit e4ebeeaa authored by kopareigns's avatar kopareigns
Browse files

Fix

parent 16bfd1d2
No related branches found
No related tags found
1 merge request!6810Fix
......@@ -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++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment