Module:Param Parse: Difference between revisions
no edit summary
InvalidCards (talk | contribs) (Is this bad code? Probably. Do I care too much? Not really) |
InvalidCards (talk | contribs) No edit summary |
||
Line 318:
function parse.difficulty_func(val)
if val == 0 then
return "☆☆☆☆☆"
end
if val == 1 then
return "★☆☆☆☆"
|