4,951
edits
Falterfire (talk | contribs) (Moved getItemShopTable to Module:Shop and tinkered with things to reflect that.) |
Falterfire (talk | contribs) (Shop in Source list now uses the icon) |
||
Line 502: | Line 502: | ||
local shopSources = Shop.getItemSourceArray(item.id) | local shopSources = Shop.getItemSourceArray(item.id) | ||
if Shared.tableCount(shopSources) > 0 then | if Shared.tableCount(shopSources) > 0 then | ||
table.insert(lineArray, ' | table.insert(lineArray, Icons.Icon({'Shop'})) | ||
end | end | ||