Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
Remove unused MasteryReq function
(Remove unused SkillReq function)
(Remove unused MasteryReq function)
Line 1,194: Line 1,194:


     return tostring(result)
     return tostring(result)
end
function p.MasteryReq(frame)
local args = frame.args ~= nil and frame.args or frame
local itemName = args[1]
local level = tonumber(args[2])
local showText = args.showText ~= nil and args.showText ~= '' and args.showText ~= 'false'
return p._MasteryReq(itemName, level, showText)
end
end


2,874

edits