Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Is this bad code? Probably. Do I care too much? Not really)
No edit summary
Line 318: Line 318:


function parse.difficulty_func(val)
function parse.difficulty_func(val)
if val == 0 then
return "☆☆☆☆☆"
end
if val == 1 then
if val == 1 then
return "★☆☆☆☆"
return "★☆☆☆☆"