4,951
edits
Falterfire (talk | contribs) (Changed formatting for multiple bonuses on the same modifier for astrology) |
Falterfire (talk | contribs) (Nevermind, the first pass was better) |
||
Line 735: | Line 735: | ||
local outArray = {} | local outArray = {} | ||
for i, group in ipairs(allMods) do | for i, group in ipairs(allMods) do | ||
local groupTxt = | local groupTxt = table.concat(group, ' & ') | ||
table.insert(outArray, groupTxt) | table.insert(outArray, groupTxt) | ||
end | end |