diff --git a/src/SecExp/edicts.tw b/src/SecExp/edicts.tw
index 7c20e4ab86bd4dc155afc0fdc806f0c87f7c7d97..8505010daa1ad935c1e5155ec8c46003fa5f7ba0 100644
--- a/src/SecExp/edicts.tw
+++ b/src/SecExp/edicts.tw
@@ -56,10 +56,10 @@
 		<br>''Troops detachment:'' <<= App.SF.Caps()>> has currently transferred troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--]]
 	<<elseif $SFSupportLevel === 4>>
-		<br>''Full support:''<<= App.SF.Caps()>> is currently providing its full support to the security department, while transferring troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
+		<br>''Full support:'' <<= App.SF.Caps()>> is currently providing its full support to the security department, while transferring troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--]]
 	<<elseif $SFSupportLevel === 5>>
-		<br>''Network assistance:''<<= App.SF.Caps()>> is currently assisting with a local install of its custom network full support and has transferred troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
+		<br>''Network assistance:'' <<= App.SF.Caps()>> is currently assisting with a local install of its custom network full support and has transferred troops to the security department HQ in addition to providing advanced equipment and training to security HQ personnel.
 		[[Repeal|edicts][$SFSupportLevel--]]
 	<</if>>
 <</if>>
diff --git a/src/js/futureSocietyJS.js b/src/js/futureSocietyJS.js
index 77722c33852f3b8804256722d0c02c28ccfba4d2..8f9e1b1d727ba2f02ca2f20f5ba4d7948e0e4ff9 100644
--- a/src/js/futureSocietyJS.js
+++ b/src/js/futureSocietyJS.js
@@ -78,6 +78,11 @@ window.FutureSocieties = (function() {
 				arcology.FSGenderFundamentalistLawBimbo = 0;
 				arcology.FSGenderFundamentalistSMR = 0;
 				break;
+			case "FSSupremacist":
+				arcology[FSLaw] = 0;
+				arcology[FSSMR] = 0;
+				V.noSubhumansInArmy = 0;
+				break;
 			case "FSTransformationFetishist":
 			case "FSAssetExpansionist":
 				arcology[FSSMR] = 0;
@@ -104,6 +109,7 @@ window.FutureSocieties = (function() {
 				arcology[FSLaw] = 0;
 				arcology[FSSMR] = 0;
 				V.universalRulesChildrenBecomeBreeders = 0;
+				V.pregExemption = 0;
 				break;
 			case "FSRestart":
 				arcology[FSLaw] = 0;