No edit summary |
No edit summary |
||
Line 24:
end
if (val > 0 and (silver > 0 or gold > 0)) then
else▼
output = output .. val .. ' [[File:Copper coin.png|link=]]'
▲ else
output = val .. ' [[File:Copper coin.png|link=]]'
end
return output
|
edits