Content deleted Content added
m sync to live module |
test |
||
Line 651:
else
if m.showBox[m.phase] then
if p.
else
color_index = 2 + (col.show3rd or 0)
end
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[color_index]}
or p.teamBoxNormal
else
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[m.phase + (col.show3rd or 0)]}
or p.teamBoxNormal
end
local f = {phase = m.phase, bold = m.bold.win(m.phase)}
teamBox(args[step + nodeArgs.team[m.phase]], m.r, f)
|