diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index ebcb2e6fe07d217059f1b4930541811cff9e91c7..cfffe3322a2c2d1c0703772d3078d8a95f39cdd1 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -359,7 +359,7 @@ App.Data.Policies.Selection = { text: "you will covertly sell information on troubled potential immigrants to your arcology to their old world enemies.", activatedText: "you are covertly selling information on troubled potential immigrants to your arcology.", enable: -1, - get note() { return `Will produce roughly ¤${cashFormat(1000)} weekly, and slow growth of the citizen population`; } + get note() { return `Will produce roughly ${cashFormat(1000)} weekly, and slow growth of the citizen population`; } } ], "policies.immigrationRep": [ @@ -382,7 +382,7 @@ App.Data.Policies.Selection = { title: "Enslavement Kickbacks", text: "you will take kickbacks in return for turning a blind eye to enslavement of poor citizens.", activatedText: "you are taking kickbacks in return for turning a blind eye to enslavement of poor citizens.", - get note() { return `Will produce roughly ¤${cashFormat(1000)} weekly, and reduce the population of citizens`; } + get note() { return `Will produce roughly ${cashFormat(1000)} weekly, and reduce the population of citizens`; } }, { title: "Poor Citizen Relief",