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


module Base
{

    item SKSFixedBox
    {
        CanStack	=	FALSE,
        Weight		=	0.15,
        Type		=	Normal,
        DisplayName	=	SKS Fixed Magazine,
	DisplayCategory	= 	FixedMag,
        Icon		=	SKSFixedBox,
        MaxAmmo 	=	10,
        AmmoType 	=	Base.762x39Bullets,
        StaticModel	=	GunMagazine,
	GunType		=	SKS,
    }
}