diff -r ce2e67c5af14 -r efd2e8e217c9 share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Thu Nov 29 01:43:41 2018 +0300 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Thu Nov 29 03:26:35 2018 +0100 @@ -1189,10 +1189,12 @@ if (curWep == amGirder) then cIndex = 1 RedefineSubset() + updateCost() updated = true elseif (curWep == amRubber) then cIndex = 2 RedefineSubset() + updateCost() updated = true elseif (curWep == amCMStructurePlacer) then cIndex = 9 @@ -1537,7 +1539,6 @@ if foundMatch == true then RedefineSubset() - --updateCost() HandleConstructionModeTools() end end