Module:Items/SourceTables: Difference between revisions

m
no edit summary
(_getItemSources: Support Cartography & Archaeology sources)
mNo edit summary
Line 679: Line 679:
end
end
if not Shared.tableIsEmpty(gamemodeText) then
if not Shared.tableIsEmpty(gamemodeText) then
subText = subText .. '(' .. table.concat(gamemodeText, ', ') .. ' only)'
subText = subText .. ' (' .. table.concat(gamemodeText, ', ') .. ' only)'
end
end
end
end