diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 8ba014c97ab58bc7f43ebc14d512ff5e6267f333..9e544123b389ba8e6d3aa4bc8e1678b24732c54c 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -30765,7 +30765,7 @@ window.Firebase = function() {
 		if (V.terrain === "oceanic") garage += ` for inter-arcology travel`;}
 	if (S.Firebase >= 2) barracks = `A barracks has been constructed near the armory, allowing soldiers a quieter place to sleep and store their personal spoils.`, drone = `, as well as a facility for the storage, maintenance, and deployment of armed combat drones.`;
 	if (S.Firebase >= 3) appear = `has become more permanent.`, barracks = `A command center has been constructed near the barracks and armory, allowing for additional support personnel.`;
-	if (S.Firebase >= 4) hangar = `Hangar space for storing and repairing aircraft has has been converted from unused space on the other side of the garage.`;
+	if (S.Firebase >= 4) hangar = `Hangar space for storing and repairing aircraft has been converted from unused space on the other side of the garage.`;
 	if (S.Firebase >= 5) {
 		appear = `is nearing the appearance of a military base.`, launch = `The rest of the firebase has been designated for special projects.`, artillery = `Artillery batteries are set around the base of the arcology.`;
 		if (V.terrain === "oceanic" || V.terrain === "marine") launch += ` A Naval Yard has been constructed in the waters near the arcology.`;}
diff --git a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw
index 745aa833e236ce626bcaf4251f2b4f80793f6bfe..ce3f062ab0d6228451dd28dcb83428d97eec89d5 100644
--- a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw
+++ b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw
@@ -8,7 +8,7 @@
 <</if>>
 
 <<if $customEvalCode>>
-	<<if $customEvalCode.charAt(0) != "(">>
+	<<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */
 		<<set $customEvalCode = "(" + $customEvalCode + ")">>	
 	<</if>>
 	<<if typeof eval($customEvalCode) === "function">>
diff --git a/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw b/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw
index 19a9987a726c9f844b9c79470971a7cfc6e034d9..86030bf4e5a2820b5b834148a92c81ddc570e289 100644
--- a/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw
+++ b/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Continue", $nextLink = "Manage Arcology">>
 
 <<if $customEvalCode>>
-	<<if $customEvalCode.charAt(0) != "(">>
+	<<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */
 		<<set $customEvalCode = "(" + $customEvalCode + ")">>	
 	<</if>>
 	<<if typeof eval($customEvalCode) === "function">>
diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
index 2c4f5ed6e4eb59bbea9b151a48d39ebe1871c9ac..a31408fbd3b0ad0657834d8b60cf95285387eeb1 100644
--- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
+++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
@@ -8,7 +8,7 @@
 <</if>>
 
 <<if $customEvalCode>>
-	<<if $customEvalCode.charAt(0) != "(">>
+	<<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */
 		<<set $customEvalCode = "(" + $customEvalCode + ")">>	
 	<</if>>
 	<<if typeof eval($customEvalCode) === "function">>
diff --git a/src/pregmod/SecForceEX/JS.js b/src/pregmod/SecForceEX/JS.js
index 68a7c265c0adcb0d3290a7a6c406f3520d45fb8c..28ddef9246cd6120e5f5170c41773b628cb04715 100644
--- a/src/pregmod/SecForceEX/JS.js
+++ b/src/pregmod/SecForceEX/JS.js
@@ -80,7 +80,7 @@ window.Firebase = function() {
 		if (V.terrain === "oceanic") garage += ` for inter-arcology travel`;}
 	if (S.Firebase >= 2) barracks = `A barracks has been constructed near the armory, allowing soldiers a quieter place to sleep and store their personal spoils.`, drone = `, as well as a facility for the storage, maintenance, and deployment of armed combat drones.`;
 	if (S.Firebase >= 3) appear = `has become more permanent.`, barracks = `A command center has been constructed near the barracks and armory, allowing for additional support personnel.`;
-	if (S.Firebase >= 4) hangar = `Hangar space for storing and repairing aircraft has has been converted from unused space on the other side of the garage.`;
+	if (S.Firebase >= 4) hangar = `Hangar space for storing and repairing aircraft has been converted from unused space on the other side of the garage.`;
 	if (S.Firebase >= 5) {
 		appear = `is nearing the appearance of a military base.`, launch = `The rest of the firebase has been designated for special projects.`, artillery = `Artillery batteries are set around the base of the arcology.`;
 		if (V.terrain === "oceanic" || V.terrain === "marine") launch += ` A Naval Yard has been constructed in the waters near the arcology.`;}
diff --git a/src/pregmod/SecForceEX/Upgrades.tw b/src/pregmod/SecForceEX/Upgrades.tw
index f1b5a49979a6d405cc193de328b264d3ed105bc8..2f362621e0d892d1a4767f2988c3e8ac22f7c213 100644
--- a/src/pregmod/SecForceEX/Upgrades.tw
+++ b/src/pregmod/SecForceEX/Upgrades.tw
@@ -120,7 +120,7 @@
 	
 				<<if $cash >= _cTV>>
 	
-					<<link "Upgrade Transport Vehicle Fleet">><<set $SF.U = 1, $SFUnit.TV++, $cash -= _cAV)>><<goto "Firebase">><</link>>
+					<<link "Upgrade Transport Vehicle Fleet">><<set $SF.U = 1, $SFUnit.TV++, $cash -= _cTV>><<goto "Firebase">><</link>>
 	
 				<<else>>//Cannot afford to upgrade Transport Vehicle Fleet.//<</if>>
 	
diff --git a/src/uncategorized/seRaidingAssault.tw b/src/uncategorized/seRaidingAssault.tw
index c4a01255cce4de8bb25d991a435c20235e31aaff..853a8476a8c6380dc6f990399dd26eedbbdc263f 100644
--- a/src/uncategorized/seRaidingAssault.tw
+++ b/src/uncategorized/seRaidingAssault.tw
@@ -5,7 +5,7 @@ You make your selection and direct your $mercenariesTitle to attack the target.
 <<set _MercCaptureL = -4,_MercCaptureU = 4>>
 <<set _raidescapeL = 1,_raidescapeU = 3>>
 
-<<if $SF.Toggle && $SF.Active >= 1
+<<if $SF.Toggle && $SF.Active >= 1>>
  <<if $SFUnit.Satellite >= 1 && $SatLaunched > 0>>
 		<<set _MercCaptureL += 1,_MercCaptureU +1>>
 		<<set _raidescapeL -= 1,_raidescapeU -= 1>>
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index aa8ddda322d4c4d09cf6f051f27184cb9a4186d6..d575b8ad993a1efaa2d32511e59089e31d5ac490 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -654,7 +654,7 @@
 	<<textarea "_customEvalCode" "">>
 	<<link "Run Custom Function">>
 		<<if _customEvalCode>>
-			<<if _customEvalCode.charAt(0) != "(">>
+			<<if _customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */
 				<<set _customEvalCode = "(" + _customEvalCode + ")">>	
 			<</if>>
 			<<if typeof eval(_customEvalCode) === "function">>