diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index a3bafaea5fa6b6dd2e3697f8ebdbcd8bd67fb856..2f188e07e607dc154e1b09f13d51a7a6d56ddd37 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -1000,7 +1000,13 @@ App.Data.Policies.Selection = {
 				titleClass: "lime",
 				text: "you will do your best to start a fashion for elegant girls with just the right amount of T&A.",
 				activatedText: "you are doing your best to maintain a fashion for elegant girls with just the right amount of T&A.",
-				requirements: function() { return (V.arcologies[0].FSSlimnessEnthusiastLaw === 0 && V.arcologies[0].FSHedonisticDecadenceLaw2 === 0 && V.arcologies[0].FSPhysicalIdealistLaw === 0); },
+				requirements: function() {
+					return (
+						V.arcologies[0].FSSlimnessEnthusiastLaw === 0 &&
+						V.arcologies[0].FSHedonisticDecadenceLaw2 === 0 &&
+						V.arcologies[0].FSPhysicalIdealistLaw === 0
+					);
+				},
 			}
 		],
 		"arcologies[0].FSGenderFundamentalistLawBimbo": [
@@ -1028,7 +1034,13 @@ App.Data.Policies.Selection = {
 				titleClass: "lime",
 				text: "you will do your best to start a fashion for turning slaves into elegant girls with just the right amount of T&A.",
 				activatedText: "you are doing your best to maintain a fashion for turning slaves into elegant girls with just the right amount of T&A.",
-				requirements: function() { return (V.arcologies[0].FSSlimnessEnthusiastLaw === 0 && V.arcologies[0].FSHedonisticDecadenceLaw2 === 0 && V.arcologies[0].FSPhysicalIdealistLaw === 0); },
+				requirements: function() {
+					return (
+						V.arcologies[0].FSSlimnessEnthusiastLaw === 0 &&
+						V.arcologies[0].FSHedonisticDecadenceLaw2 === 0 &&
+						V.arcologies[0].FSPhysicalIdealistLaw === 0
+					);
+				},
 			}
 		],
 		"arcologies[0].FSGenderRadicalistLawFuta": [