285
edits
Falterfire (talk | contribs) (Swapping over to Auron's v0.21 test version) |
ByteFoolish (talk | contribs) 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 |
edits