2,875
edits
(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 | ||
edits