4,951
edits
Falterfire (talk | contribs) (Added p.getModifiersText which should replace duplicated code in a few places.) |
Falterfire (talk | contribs) (Fixed a thing) |
||
Line 294: | Line 294: | ||
function p.getModifiersText(modifiers, doColor) | function p.getModifiersText(modifiers, doColor) | ||
if modifiers == nil or | if modifiers == nil or Shared.tableCount(modifiers) == 0 then | ||
return '' | return '' | ||
end | end |