module SSkins
{

	imports {
		Base
	}

	item Neo
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = Neo,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

	item Morpheus
    {
        DisplayCategory = ZedDmg,
        Type = Clothing,
        ClothingItem = Morpheus,
        BodyLocation = ZedDmg,
        WorldRender = FALSE,
    }

}