4,951
edits
(Add overrides for new v1.1 potions) |
Falterfire (talk | contribs) (Added TotH function) |
||
Line 540: | Line 540: | ||
function p.RC(amt, maxamt) | function p.RC(amt, maxamt) | ||
return p._Currency('Raid_Coins.svg', 'Currency#Raid Coins', amt, maxamt) | return p._Currency('Raid_Coins.svg', 'Currency#Raid Coins', amt, maxamt) | ||
end | |||
--Adding a shortcut function for this | |||
function p.TotH() | |||
return p.Icon({'Throne of the Herald Expansion', ext='svg', notext=true, img='TotH'}) | |||
end | end | ||
return p | return p |