Module:MoneyMakingGuide: Difference between revisions

From Melvor Idle
m (Remove bolding of profit margin row)
(Allow "None" to appear when no skills are entered.)
Line 174: Line 174:
end
end
-- Return nil if there is no experience earned.
-- Lets the parent table know to enter 'None' instead
if #skills == 0 then
        return nil
    end
return skills
return skills
end
end