From d923e13cb4fa2a53360a858d5198fad70fd120ed Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 29 Jan 2019 19:29:00 -0500
Subject: [PATCH] removed excess ) breaking a link

---
 src/SecExp/seeUnit.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SecExp/seeUnit.tw b/src/SecExp/seeUnit.tw
index dce90b6036d..c9d4090bd08 100644
--- a/src/SecExp/seeUnit.tw
+++ b/src/SecExp/seeUnit.tw
@@ -28,7 +28,7 @@
 		<br>
 		<<link "Refine the drone network with $SF.Lower assistance" "seeUnit">>
 		<<set $secBots.maxTroops += 10>>
-			<<run cashX(forceNeg(5000 + 10 * $secBotsUpgradeCost * $secBots.equip)), "securityExpansion")>>
+			<<run cashX(forceNeg(5000 + 10 * $secBotsUpgradeCost * $secBots.equip), "securityExpansion")>>
 		<</link>>
 		Utilize the technological developments made by $SF.Lower to further improve the control matrix of the security drones.
 		<br>//Costs <<print cashFormat(5000 + 10 * $secBotsUpgradeCost * $secBots.equip)>> and will increase the max by 10//
-- 
GitLab