diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js
index ba43021aa0c6578b42c582d637ebef457d6aa90e..ee3e6c6540e24fa721f3da5119bc17d889fa2513 100644
--- a/src/SpecialForce/SpecialForce.js
+++ b/src/SpecialForce/SpecialForce.js
@@ -15,7 +15,6 @@ App.SF.Init = function() {
 	V.SF.Regs = V.SF.Regs || "strict";
 	V.SF.Caps = V.SF.Caps || "The Special Force";
 	V.SF.Lower = V.SF.Lower || "the special force";
-	App.SF.AAR(0);
 
 	if (V.SF.Squad === undefined) V.SF.Squad = {};
 	V.SF.Squad.Troops = V.SF.Squad.Troops || 40;
@@ -56,7 +55,7 @@ App.SF.Init = function() {
 	V.SF.MercCon.TotalMercs = V.SF.MercCon.TotalMercs || 0;
 
 	V.SF.FS.Tension = V.SF.FS.Tension || -1;
-
+	App.SF.AAR(0);
 	// V.arcologies[0].SFRaid = 1; V.arcologies[0].SFRaidTarget = -1;
 	/* if (typeof V.SF.Facility === "undefined") {
 		V.SF.Facility = {
@@ -2260,13 +2259,13 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 App.SF.AAR = function(endWeekCall = 1) {
 	const V = State.variables,
 		T = State.temporary,
-		S = V.SF.Squad;
-	const target = 50000,
+		S = V.SF.Squad,
+		target = 50000,
 		baseLine = 5000;
 	let profit = 0,
 		upkeep = 0,
-		income = 0;
-	let r = ``;
+		income = 0,
+		r = ``;
 	if (V.SF.FS.Tension > 100 && endWeekCall > 0) {
 		if (V.SF.FS.BadOutcome === undefined) {
 			App.SF.fsIntegration('BadOutcome');