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


module Base
{

    item M1Clip
    {
        CanStack	=	FALSE,
        Weight		=	0.1,
        Type		=	Normal,
        DisplayName	=	M1 Garand Enbloc,
	DisplayCategory	= 	GunMag,
        Icon		=	M1GarandClip,
        MaxAmmo 	=	8,
        AmmoType 	=	Base.3006Bullets,
        StaticModel 	=	GunMagazine,
	GunType		=	M1,
    }
}