Module:Skills/Gathering: Difference between revisions

Nevermind, the first pass was better
(Changed formatting for multiple bonuses on the same modifier for astrology)
(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 = '<span style="1px solid black;padding:3px">'..table.concat(group, ' &<br/> ')..'</span>'
local groupTxt = table.concat(group, ' & ')
table.insert(outArray, groupTxt)
table.insert(outArray, groupTxt)
end
end