diff -r 4fbe2d18df9c -r 89930daecaab share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Sat Feb 10 12:01:00 2018 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Sat Feb 10 12:44:40 2018 +0100 @@ -162,6 +162,7 @@ {amMortar, 1*costFactor}, {amDrill, 3*costFactor}, {amSnowball, 3*costFactor}, + {amDuck, 2*costFactor}, {amGrenade, 2*costFactor}, {amClusterBomb, 3*costFactor}, @@ -176,6 +177,7 @@ --{amSineGun, 6*costFactor}, {amFlamethrower, 4*costFactor}, {amIceGun, 15*costFactor}, + {amMinigun, 13*costFactor}, {amFirePunch, 3*costFactor}, {amWhip, 1*costFactor}, @@ -199,8 +201,6 @@ {amKnife, 2*costFactor}, {amBirdy, 7*costFactor}, - - {amDuck, 2*costFactor} } -- UTILITY CRATES --