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


module Base
{

    item 45DSClip
    {
        CanStack	=	FALSE,
        Weight		=	0.1,
        Type		=	Normal,
        DisplayName	=	45-ACP Dbl-Stack Magazine,
	DisplayCategory	=	GunMag,
        Icon		=	45DSMag,
        MaxAmmo 	=	13,
        AmmoType	=	Base.Bullets45,
        StaticModel	=	GunMagazine,
	GunType		=	Multi_Gun,
    }
}