1,505
edits
Mantou1233 (talk | contribs) No edit summary |
Mantou1233 (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
local function getColor(life, ult) | local function getColor(life, ult) | ||
if life == 10 and ult == "y" then | if life == 10 and ult == "y" then | ||
return 'style="background:#823434;" | ' | return 'style="background:#823434; color=white;" | ' | ||
end | end | ||
return color[life] | return color[life] |
edits