More actions
m get_slot_color initial |
m get_slot_color prefix hex with # |
||
Line 120: | Line 120: | ||
return "'slot' " .. slot .. " is not in slot_category_to_color map" | return "'slot' " .. slot .. " is not in slot_category_to_color map" | ||
end | end | ||
return color | return "#" .. color | ||
end | end | ||
return p | return p |