DIFF

LeatherStorageVest_Natural.c

/*
class LeatherStorageVest_Natural : Clothing
{
	override bool IsClothing()
	{
		return true;
	}
}
*/