From 337d8064179b23acbe96396d1a68a88a8b0bab17 Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Wed, 13 Dec 2017 04:14:42 +1300
Subject: [PATCH] Got the escapee.

---
 src/pregmod/SecForceEX/SpecialForceUpgradeTree.tw | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pregmod/SecForceEX/SpecialForceUpgradeTree.tw b/src/pregmod/SecForceEX/SpecialForceUpgradeTree.tw
index d7bbfda6168..a0265b29fe1 100644
--- a/src/pregmod/SecForceEX/SpecialForceUpgradeTree.tw
+++ b/src/pregmod/SecForceEX/SpecialForceUpgradeTree.tw
@@ -56,7 +56,6 @@
 <<elseif $terrain == "oceanic" || $terrain == "marine">>
 	<<set _NavalYard = $securityForceAircraftCarrier+$securityForceSubmarine+$securityForceHeavyAmphibiousTransport>>
 	<<set $SFO = _Barracks+_Armoury+_StimulantLab+_Garage+_Hangar+_DroneBay+_LaunchBayO+_NavalYard+_FacilitySupport>>
-	<<set $UpgradeOptions = _Barracks+_Armoury+_StimulantLab+_Garage+_Hangar+_DroneBay+_LaunchBayO+_NavalYard+_FacilitySupport>>
 	<<set _max = _BarracksMax+_ArmouryMax+_StimulantLabMax+_GarageMax+_HangarMax+_DroneBayMax+_LaunchBayOMax+_FacilitySupportMax>>
 	<<set $SFNO = 0>>
 <</if>>
-- 
GitLab