Anonymous

Module:Navboxes: Difference between revisions

From Melvor Idle
Add abyssal bars
m (Fix prayer icon display on subcategory)
(Add abyssal bars)
Line 493: Line 493:
-- Also compile a list of ores used to create these bars, used to filter out non-bar ores later
-- Also compile a list of ores used to create these bars, used to filter out non-bar ores later
for i, recipe in ipairs(SkillData.Smithing.recipes) do
for i, recipe in ipairs(SkillData.Smithing.recipes) do
if recipe.categoryID == 'melvorD:Bars' then
if Shared.contains({'melvorD:Bars','melvorItA:AbyssalBars'}, recipe.categoryID) then
local item = Items.getItemByID(recipe.productID)
local item = Items.getItemByID(recipe.productID)
if item ~= nil then
if item ~= nil then
203

edits