module HEV
{
    model HEVOrange_Ground
    {
        mesh = WorldItems/Clothing/HEVSuit_Ground,
		texture = clothes/hevsuits/hevorange,
        scale = 1,
    }
	
    model HEVTan_Ground
    {
        mesh = WorldItems/Clothing/HEVSuit_Ground,
		texture = clothes/hevsuits/hevtan,
        scale = 1,
    }
	
    model HEVRed_Ground
    {
        mesh = WorldItems/Clothing/HEVSuit_Ground,
		texture = clothes/hevsuits/hevred,
        scale = 1,
    }
}
