freeslot("SKINCOLOR_DAGGER", "SKINCOLOR_DAGGERFIX")

skincolors[SKINCOLOR_DAGGER] = {
name = "Dagger", -- Name of the custom color (no spaces or else it doesn't work :( )
ramp = {0,48,210,33,34,204,205,184,184,185,185,186,186,187,29,31}, -- Ordered lightest to darkest, 16 colors
invcolor = SKINCOLOR_ROBIN, -- the inverted color
invshade = 4, -- The shade of the inverted color used for goalposts i think
chatcolor = V_REDMAP, -- Chat color constant, see https://www.wiki.srb2.org/wiki/Video_flags#Color
accessible = true} -- Weather you can select the color or not


skincolors[SKINCOLOR_DAGGERFIX] = { 
--Made for Duffy's speedlines to fix the contrast a little...
name = "Daggerfix", -- Name of the custom color (no spaces or else it doesn't work :( )
ramp = {48,210,33,33,204,205,34,184,185,185,186,186,187,29,31,31}, -- Ordered lightest to darkest, 16 colors
invcolor = SKINCOLOR_ROBIN, -- the inverted color
invshade = 4, -- The shade of the inverted color used for goalposts i think
chatcolor = V_REDMAP, -- Chat color constant, see https://www.wiki.srb2.org/wiki/Video_flags#Color
accessible = false} -- Weather you can select the color or not

