diff -r 3c6f08af7dac -r c224cd2d32f3 hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Tue Jul 03 22:44:50 2012 +0400 +++ b/hedgewars/uGearsList.pas Wed Jul 04 10:56:42 2012 -0400 @@ -101,6 +101,7 @@ // Define ammo association, if any. gear^.AmmoType:= GearKindAmmoTypeMap[Kind]; gear^.CollisionMask:= $FFFF; +gear^.Power:= 0; if CurrentHedgehog <> nil then gear^.Hedgehog:= CurrentHedgehog;