Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
getExpansionIcon: Implemented ItA expansion icon
m (Updated currency links)
(getExpansionIcon: Implemented ItA expansion icon)
Line 940: Line 940:
end
end


-- Prework to have function call available for when DLC releases.
-- Remove comments and uncomment line below when the image is available.
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=''})
return nil
end
end


Line 953: Line 950:
elseif ns == 'melvorAoD' then
elseif ns == 'melvorAoD' then
return p.AoD()..' '
return p.AoD()..' '
elseif ns == 'melvorItA' then
return p.ItA()..' '
else
else
return ''
return ''