Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
no edit summary
(Correctly added abyss depths this time)
No edit summary
Line 1,218: Line 1,218:
function p.ItA()
function p.ItA()
return p.Icon({'Into the Abyss Expansion', notext=true, img='ItA', alt=''})
return p.Icon({'Into the Abyss Expansion', notext=true, img='ItA', alt=''})
end
-- Function to retrieve the DLC id used for sorting columns that contain a DLC icon.
-- Passthrough from shared so that caller doesn't have to include Shared Module
function p.getExpansionID(id)
return Shared.getLocalID(id)
end
end


2,874

edits