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


module Base
{

    item 12gDrum
    {
        CanStack	=	FALSE,
        Weight		=	0.3,
        Type		=	Normal,
        DisplayName	=	12g Drum Magazine,
	DisplayCategory	=	GunMag,
        Icon		=	12gDrum,
        MaxAmmo 	=	20,
        AmmoType 	=	Base.ShotgunShells,
        StaticModel 	=	GunMagazine,
	GunType		=	Multi_Gun,
    }
}