diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index 9da792f4b52098110819296a26975d86e13fb338..6f6ee3c203c656c1f5aa3124ac3c1e8190d9e549 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -1102,6 +1102,7 @@ App.Data.Policies.Selection = { titleClass: "lime", text: "you will do your best to remind society that a woman does not need an education to serve her man.", activatedText: "women do not need to be educated to serve their role in society.", + get requirements() { return (V.arcologies[0].FSGenderFundamentalist >= 60); }, } ], "arcologies[0].FSGenderFundamentalistSMR": [ @@ -1138,7 +1139,7 @@ App.Data.Policies.Selection = { text: "you will encourage veneration of slaves with both dicks and pussies.", activatedText: "you are encouraging Gender Radicalism towards veneration of slaves with both dicks and pussies.", enable: 1, - get requirements() { return (V.seeDicks !== 0 && V.seeDicks !== 100); }, + get requirements() { return (V.seeDicks !== 0 && V.seeDicks !== 100 && V.arcologies[0].FSGenderRadicalist > 20); }, note: `Will affect citizens' appreciation of futas` }, { @@ -1147,7 +1148,7 @@ App.Data.Policies.Selection = { text: "you will encourage an appreciation for stiff dicks and swinging balls.", activatedText: "you are encouraging Gender Radicalism towards an appreciation for stiff dicks and swinging balls.", enable: 2, - get requirements() { return (V.seeDicks !== 0); }, + get requirements() { return (V.seeDicks !== 0 && V.arcologies[0].FSGenderRadicalist > 20); }, note: `Will affect slaves' attractiveness to citizens` }, { @@ -1156,6 +1157,7 @@ App.Data.Policies.Selection = { text: "you will encourage an appreciation for broad hips, plush asses, big buttholes, and skilled sphincters.", activatedText: "you are encouraging an appreciation for broad hips, plush asses, big buttholes, and skilled sphincters.", enable: 3, + get requirements() { return (V.arcologies[0].FSGenderRadicalist > 20); }, note: `Will affect slaves' attractiveness to citizens` }, { @@ -1164,7 +1166,7 @@ App.Data.Policies.Selection = { text: "you will encourage an appreciation for cute, flat chested slaves with small male genitals and no vagina.", activatedText: "you are encouraging an appreciation for cute, flat chested slaves with small male genitals and no vagina.", enable: 4, - get requirements() { return (V.seeDicks !== 0); }, + get requirements() { return (V.seeDicks !== 0 && V.arcologies[0].FSGenderRadicalist > 20); }, note: `Will affect slaves' attractiveness to citizens` }, ],