share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
changeset 12956 89930daecaab
parent 12955 4fbe2d18df9c
child 12957 08f91e9e3d2c
--- 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 --