Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
Remove deprecated functions that directly use GP/SC/GC
No edit summary
(Remove deprecated functions that directly use GP/SC/GC)
Line 1,177: Line 1,177:
return tostring(html)
return tostring(html)
end
function p.GP(amt, maxamt)
return p._Currency('melvorD:GP', amt, maxamt)
end
function p.SC(amt, maxamt)
return p._Currency('melvorD:SlayerCoins', amt, maxamt)
end
function p.RC(amt, maxamt)
return p._Currency('melvorD:RaidCoins', amt, maxamt)
end
end


2,874

edits