Module:UnlockChalDate: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 12: Line 12:


local function getColor(life, ult)
local function getColor(life, ult)
     return (life == 10 and ult == "y" and 'style="background:#823434;" | ') or
     if life == 10 and ult == "y" then
          color[arg]
        return 'style="background:#823434;" | '
    end
    return color[life]
end  
end  


1,505

edits

Navigation menu