diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index 10cd6c76a9c17a578214b594bcf940244500d3fc..fef71cf2e2e81f1a0973cef7879bbd0aa52fb524 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -1978,7 +1978,7 @@ App.Data.Policies.Selection = {
 				titleClass: "lime",
 				get text() { return `will force anyone not of the ${V.arcologies[0].FSSupremacistRace} race to emigrate or accept enslavement, and make sex with non-${V.arcologies[0].FSSupremacistRace} people such an expectation that the appetite for all such slaves will increase slightly.`; },
 				get activatedText() { return `by law, anyone not of the ${V.arcologies[0].FSSupremacistRace} race in your arcology is a slave`; },
-				get requirements() { return (V.seeDicks !== 0 && V.arcologies[0].FSSupremacist >= 40); },
+				get requirements() { return (V.arcologies[0].FSSupremacist >= 40); },
 				onImplementation: function() {
 					V.FSSupLawTrigger = 1;
 					checkPolicyGameover();