module CL_clothingHorse {
	
	item openClotheshorse
	{ 
		DisplayCategory = Furniture,
		Weight 		= 5,
		ItemType = base:moveable,
		WorldObjectSprite =	clothesHorse_0,
		Icon 		= CH,
	}

	item closedClotheshorse
	{ 
		DisplayCategory = Furniture,
		Weight 		= 1,
		ItemType = base:normal,
		WorldStaticModel = CL_clothingHorse.CL_CH,
		Icon 		= CH_folded,
	}
}