freeslot(
"SKINCOLOR_SLIMYBLUE",
"SKINCOLOR_SUPERROSY"
)

//Based on Someone on The Gaming Den's sendcolors! (Modified by Zdrmonster though)
skincolors[SKINCOLOR_SLIMYBLUE] = {
	name = "Slimy Blue",
	ramp = {144,145,146,147,148,149,150,150,150,150,150,149,172,172,173,173},
	invcolor = 86,
	invshade = 11,
	chatcolor = V_BLUEMAP,
	accessible = true
}

skincolors[SKINCOLOR_SUPERROSY] = {
	name = "Super Rosy",
	ramp = {252,200,200,201,201,202,202,203,203,204,204,205,205,206,206,207},
	invcolor = SKINCOLOR_AQUA,
	invshade = 1,
	chatcolor = V_ROSYMAP,
	accessible = true
}

/*
skincolors[SKINCOLOR_SUPERSLIMYBLUE] = {
	name = "Super SBlue",
	ramp = {144,145,146,147,148,149,150,150,150,150,150,149,172,172,173,173},
	invcolor = 86,
	invshade = 11,
	chatcolor = V_BLUEMAP,
	accessible = true
}
*/