From 9cae9922027a7e1de819e4bdd7fd1809efb0aee5 Mon Sep 17 00:00:00 2001 From: ezsh <ezsh.junk@gmail.com> Date: Sun, 20 Jan 2019 17:12:29 +0100 Subject: [PATCH] Fix cashX() invocation syntax --- 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 fa98c10c18c..0a5d17ef3a3 100644 --- a/src/SecExp/seeUnit.tw +++ b/src/SecExp/seeUnit.tw @@ -441,7 +441,7 @@ <br> <<link "Attach trained medics to the unit" "seeUnit">> <<set $mercUnits[$targetIndex].medics = 1>> - <<run cashX(forceNeg($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 5000), "securityExpansion")>> + <<run cashX(forceNeg(($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 5000), "securityExpansion")>> <</link>> Attach a small squad of trained medics to the unit. <br>//Costs <<print cashFormat(($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 5000)>> and will decrease the number of casualties suffered during battle.// -- GitLab