Toggle menu
505
2.3K
828
21.8K
Deadlock Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Utilities: Difference between revisions

From Deadlock Wiki
Sur (talk | contribs)
m get_slot_color initial
Sur (talk | contribs)
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