diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 898114cde29cbdfbab8fd722d0a4d5c407b92995..702d1d9322e8ff4e6a91b13e02546e8f402e37da 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -319,7 +319,8 @@ App.Data.resetOnNGPlus = {
 
 		oralAppeal: 0,
 		vaginalAppeal: 0,
-		analAppeal: 0
+		analAppeal: 0,
+		sexualOpeness: 0
 	},
 
 	FCTV: {},
diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index 92d2b51baad6e5f0086c86793f7584a2c1765015..3187767968a592b10205cc55a8bfa4d1c126a5b5 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -502,6 +502,7 @@ App.Data.Policies.Selection = {
 				title: "Raiding Mercenaries",
 				text: "you will allow your mercenaries to occasionally conduct a raid directly for your benefit.",
 				activatedText: "you are allowing your mercenaries to occasionally raid for your direct benefit.",
+				requirements: function() { return (V.mercenaries > 0); },
 				get note() { return `Will cost ${cashFormat(policies.cost())} weekly to maintain`; }
 			}
 		],
diff --git a/src/descriptions/arcologyDescription.js b/src/descriptions/arcologyDescription.js
index 30cb6d83f4dfce59f2eff8366488abc4f206935f..0809894ba522ba0d14ddaf74d86794c46eda09e9 100644
--- a/src/descriptions/arcologyDescription.js
+++ b/src/descriptions/arcologyDescription.js
@@ -812,7 +812,7 @@ App.Desc.playerArcology = function(lastElement) {
 		if (A.FSGenderRadicalistDecoration === 100) {
 			buffer.push(`Every single one of the slaves is female by virtue of her fuckable asshole.`);
 		} else if (A.FSGenderFundamentalistSMR === 1) {
-			buffer.push(`Almost every citizen is an upstanding man, while the slave population is almost completely female.`);
+			buffer.push(`Almost every prominent citizen is an upstanding man, while the slave population is almost completely female.`);
 		}
 		if (A.FSEgyptianRevivalistLaw === 1) {
 			buffer.push(`Close relationships between citizens and slaves, especially slave siblings, are common.`);
diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 02f32d7e9052ca5c6e9ed9b799fc9d46826e4c74..e965a3ea34493b0b04c59941461dbaba8150e567 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -1175,7 +1175,7 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>>
 <br><<if $arcologies[0].FSSupremacistLawME == 1>>The citizenry is entirely $arcologies[0].FSSupremacistRace.<</if>>
 <<if $arcologies[0].FSRomanRevivalistLaw == 1>>The citizens take pride in their martial duties, preferring to wear utilitarian clothing even when off duty.<</if>>
 <<if $arcologies[0].FSGenderRadicalistDecoration == 100>>Every single one of the slaves is female by virtue of her fuckable asshole.
-<<elseif $arcologies[0].FSGenderFundamentalistSMR == 1>>Almost every citizen is an upstanding man, while the slave population is almost completely female.<</if>>
+<<elseif $arcologies[0].FSGenderFundamentalistSMR == 1>>Almost every prominent citizen is an upstanding man, while the slave population is almost completely female.<</if>>
 <<if $arcologies[0].FSEgyptianRevivalistLaw == 1>>Close relationships between citizens and slaves, especially slave siblings, are common.<<elseif $arcologies[0].FSEgyptianRevivalistIncestPolicy == 1>>Close relationships between citizens, slaves and siblings are common.<</if>>
 <<if $arcologies[0].FSSubjugationistLawME == 1>><<= capFirstChar($arcologies[0].FSSubjugationistRace)>> subhumans form a majority of the slaves.<</if>>
 <<if $arcologies[0].FSChattelReligionistLaw == 1>>The slave population as a whole is unusually accepting of its station.<</if>>