From 4f3b24e57b184d232c28083d8df0248d201e33bb Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 1 May 2021 12:34:09 -0400 Subject: [PATCH] more dixes --- js/003-data/policiesData.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index fef71cf2e2e..9be3fb38e0d 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -1136,7 +1136,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); }, + get requirements() { return (V.seeDicks !== 0 && V.seeDicks !== 100); }, note: `Will affect citizens' appreciation of futas` }, { @@ -1154,7 +1154,6 @@ 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.seeDicks !== 0); }, note: `Will affect slaves' attractiveness to citizens` }, { -- GitLab