From 9a05d49cb8436cef9a2af40b344d586af8895326 Mon Sep 17 00:00:00 2001 From: Blank_Alt <> Date: Sun, 10 Jan 2021 10:17:11 +1300 Subject: [PATCH] fixSCP --- js/003-data/policiesData.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index 752e67af581..850be7db3e9 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -612,7 +612,6 @@ App.Data.Policies.Selection = { title: "St. Claver Preparatory 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.", - enable: -1, get requirements() { return (V.SCP.schoolProsperity < 10 && V.SCP.schoolPresent === 1); }, get note() { return `Will cost ${cashFormat(1000)} weekly to maintain; does not cost reputation to start`; }, }, -- GitLab