Module:Items/SourceTables: Difference between revisions

m
Fix Alt Magic source for ItemBox
(Swapping over to Auron's v0.21 test version)
m (Fix Alt Magic source for ItemBox)
Line 525: Line 525:


   --Bars and some other stuff can also be acquired via Alt. Magic
   --Bars and some other stuff can also be acquired via Alt. Magic
   if type == 'Bar' or Shared.contains(AltMagicProducts, item.name) then
   if item.type == 'Bar' or Shared.contains(Items.AltMagicProducts, item.name) then
     table.insert(lineArray, Icons.Icon({"Alt. Magic", type='skill'}))
     table.insert(lineArray, Icons.Icon({"Alt. Magic", type='skill'}))
   end
   end
285

edits