diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index 2f188e07e607dc154e1b09f13d51a7a6d56ddd37..75c472df4532303f28507b57af0f88fa01ac5e9e 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -539,7 +539,7 @@ App.Data.Policies.Selection = { title: "The Slave School subsidy", text: "you will subsidize this school's branch campus in your arcology.", activatedText: "you are subsidizing this school's branch campus in your arcology.", - requirements: function() { return (V.TSS.schoolProsperity < 10 && V.TSS.schoolProsperity < 10); }, + requirements: function() { return (V.TSS.schoolProsperity < 10 && V.TSS.schoolPresent === 1); }, get note() { return `Will cost ${cashFormat(1000)} weekly to maintain; does not cost reputation to start`; }, }, { @@ -555,7 +555,7 @@ App.Data.Policies.Selection = { title: "The Growth Research Institute subsidy", text: "you will subsidize this school's branch campus in your arcology.", activatedText: "you are subsidizing this school's branch campus in your arcology.", - requirements: function() { return (V.GRI.schoolProsperity < 10 && V.GRI.schoolProsperity < 10); }, + requirements: function() { return (V.GRI.schoolProsperity < 10 && V.GRI.schoolPresent === 1); }, get note() { return `Will cost ${cashFormat(1000)} weekly to maintain; does not cost reputation to start`; }, }, {