/*	These have been replaced to fix... DisplayCategory = GunMag,	ARSENAL[26] */


module Base
{

    item 762Drum
    {
        CanStack	=	FALSE,
        Weight		=	0.4,
        Type		=	Normal,
        DisplayName	=	7.62x39mm Drum Magazine,
	DisplayCategory	=	GunMag,
        Icon		=	762Drum,
        MaxAmmo 	=	75,
        AmmoType 	=	Base.762x39Bullets,
        StaticModel 	=	GunMagazine,
	GunType		=	Multi_Gun,
    }
}