diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index 6f6ee3c203c656c1f5aa3124ac3c1e8190d9e549..f7fd660f52f7d466106f73e2cb2bad69c1200eab 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -1139,7 +1139,14 @@ 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 && V.arcologies[0].FSGenderRadicalist > 20); }, + get requirements() { + return ( + V.seeDicks !== 0 && + V.seeDicks !== 100 && + V.arcologies[0].FSGenderRadicalist > 60 && + V.arcologies[0].FSGenderRadicalistLawFuta === 0 + ); + }, note: `Will affect citizens' appreciation of futas` }, { @@ -1148,7 +1155,13 @@ 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 && V.arcologies[0].FSGenderRadicalist > 20); }, + get requirements() { + return ( + V.seeDicks !== 0 && + V.arcologies[0].FSGenderRadicalist > 60 && + V.arcologies[0].FSGenderRadicalistLawFuta === 0 + ); + }, note: `Will affect slaves' attractiveness to citizens` }, { @@ -1157,7 +1170,14 @@ 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); }, + get requirements() { + return ( + V.seeDicks !== 0 && + V.arcologies[0].FSGenderRadicalist > 60 && + V.arcologies[0].FSSlimnessEnthusiastLaw === 0 && + V.arcologies[0].FSGenderRadicalistLawFuta === 0 + ); + }, note: `Will affect slaves' attractiveness to citizens` }, { @@ -1166,7 +1186,14 @@ 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 && V.arcologies[0].FSGenderRadicalist > 20); }, + get requirements() { + return ( + V.seeDicks !== 0 && + V.arcologies[0].FSGenderRadicalist > 60 && + V.arcologies[0].FSHedonisticDecadenceLaw2 === 0 && + V.arcologies[0].FSGenderRadicalistLawFuta === 0 + ); + }, note: `Will affect slaves' attractiveness to citizens` }, ],