--- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Mon Jul 15 12:27:02 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Mon Jul 15 13:13:14 2019 +0200
@@ -154,6 +154,7 @@
{amMortar, 1*costFactor},
{amDrill, 3*costFactor},
{amSnowball, 3*costFactor},
+ {amKnife, 2*costFactor},
{amGrenade, 2*costFactor},
{amClusterBomb, 3*costFactor},
@@ -166,7 +167,6 @@
{amDEagle, 2*costFactor},
{amSniperRifle, 3*costFactor},
--{amSineGun, 6*costFactor},
- {amFlamethrower, 4*costFactor},
{amIceGun, 15*costFactor},
{amMinigun, 13*costFactor},
@@ -188,7 +188,7 @@
{amPickHammer, 2*costFactor},
{amBlowTorch, 4*costFactor},
- {amKnife, 2*costFactor},
+ {amFlamethrower, 4*costFactor},
{amBirdy, 7*costFactor},
}