Module:Items/SourceTables: Difference between revisions

m
typo fixing
(Added brute force grabbing of Stardust & Golden Stardust for the item sources list)
m (typo fixing)
Line 472: Line 472:
   --(Just a brute force for now because only two items and I'm lazy)
   --(Just a brute force for now because only two items and I'm lazy)
   if item.name == 'Stardust' or item.name == 'Golden Stardust' then
   if item.name == 'Stardust' or item.name == 'Golden Stardust' then
   table.insert(lineArray, Icons.Icon({"Astrology", type="Skill"}))
   table.insert(lineArray, Icons.Icon({"Astrology", type="skill"}))
   end
   end