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


module Base
{

    item 223ExtClip
    {
        CanStack	=	FALSE,
        Weight		=	0.2,
        Type		=	Normal,
        DisplayName	=	223-REM Ext Magazine,
	DisplayCategory	=	GunMag,
        Icon		=	223ExtMag,
        MaxAmmo 	=	20,
        AmmoType 	=	Base.223Bullets,
        StaticModel 	=	GunMagazine,
	GunType		=	Multi_Gun,
    }
}