freeslot("SKINCOLOR_KIWI", "SKINCOLOR_PUREBLACK")
skincolors[SKINCOLOR_KIWI] = {
	name = "Kiwi",
	ramp = {81, 73, 188, 189, 100, 101, 102, 103, 126, 143, 127, 138, 139, 139, 253, 254},
	invcolor = SKINCOLOR_SANDY,
	invshade = 6, 
	chatcolor = V_PERIDOTMAP,
	accessible = true
}

//Used in La Revolucion

skincolors[SKINCOLOR_PUREBLACK] = {
	name = "Pure Black",
	ramp = {31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31},
	invcolor = SKINCOLOR_WHITE,
	invshade = 0, 
	chatcolor = V_WHITEMAP,
	accessible = false
}
//Thanks to Icezer for helping me put this together <3 <3 <3