Skip to content
Snippets Groups Projects
Commit 531d3c47 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

retirement

fix
parent 9907ee92
No related branches found
No related tags found
No related merge requests found
...@@ -703,6 +703,7 @@ App.Data.Policies.Selection = { ...@@ -703,6 +703,7 @@ App.Data.Policies.Selection = {
}, },
get activatedText() { return `you have set your arcology's standard retirement age for sex slaves at ${V.retirementAge}.`; }, get activatedText() { return `you have set your arcology's standard retirement age for sex slaves at ${V.retirementAge}.`; },
onRepeal: function() { V.retirementAge = 45; }, onRepeal: function() { V.retirementAge = 45; },
requirements: function() { return (V.policies.retirement.physicalAgePolicy === 0); },
note: "Set age before implementing" note: "Set age before implementing"
} }
], ],
...@@ -731,6 +732,7 @@ App.Data.Policies.Selection = { ...@@ -731,6 +732,7 @@ App.Data.Policies.Selection = {
return el; return el;
}, },
get activatedText() { return `you have set your arcology's standard retirement age for sex slaves at physically ${V.retirementAge}. This policy completely supplants former age retirement policies.`; }, get activatedText() { return `you have set your arcology's standard retirement age for sex slaves at physically ${V.retirementAge}. This policy completely supplants former age retirement policies.`; },
onImplementation: function() { V.policies.retirement.customAgePolicy = 0; },
onRepeal: function() { V.retirementAge = 45; }, onRepeal: function() { V.retirementAge = 45; },
note: "Set age before implementing" note: "Set age before implementing"
} }
......
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