diff --git a/src/SecExp/seeUnit.tw b/src/SecExp/seeUnit.tw
index 4482a5eb0c0d9a3a7884a5fe879968cc90804b4a..fa98c10c18ce6212a68c86dafd7f51c3ceb2d203 100644
--- a/src/SecExp/seeUnit.tw
+++ b/src/SecExp/seeUnit.tw
@@ -397,7 +397,7 @@
 		<br>
 		<<link "Improve weaponry and equipment" "seeUnit">>
 			<<set $mercUnits[$targetIndex].equip += 1>>
-			<<run cashX(forceNeg($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 1000), "securityExpansion")>>
+			<<run cashX(forceNeg(($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 1000), "securityExpansion")>>
 		<</link>>
 		Invest in better equipment for your soldiers to increase their battle effectiveness.
 		<br>//Costs <<print cashFormat(($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 1000)>> and will increase attack and defense value of the unit by 15% for every upgrade.//