Anonymous

Module:Skills/Archaeology: Difference between revisions

From Melvor Idle
Fix currency function calls
(Update for v1.3)
(Fix currency function calls)
Line 234: Line 234:
local equipment = nil
local equipment = nil
if reward.gp ~= nil then
if reward.gp ~= nil then
table.insert(rewardTable, Icons.GP(reward.gp))
table.insert(rewardTable, Icons._Currency('melvorD:GP', reward.gp))
end
end
if reward.items ~= nil then
if reward.items ~= nil then