module Base
{

    item M82Clip
    {
        CanStack	=	FALSE,
        Weight		=	0.2,
        Type		=	Normal,
        DisplayName	=	50-BMG Magazine,
	DisplayCategory	= 	GunMag,
        Icon		=	M82Mag,
        MaxAmmo		=	10,
        AmmoType	=	Base.50BMGBullets,
        StaticModel	=	GunMagazine,
	GunType		=	Multi_Gun,
    }
}