Module:maimai Difficulty: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Jack980517 No edit summary |
imported>Jack980517 No edit summary |
||
Line 55: | Line 55: | ||
end | end | ||
end | end | ||
if #included_ranges == 1 then -- first range special case | if #included_ranges == 1 and VerToNum({"maimai", args[1]}) <= 2 then -- first range special case | ||
result = result .. "and " .. ranges_text[included_ranges[1]] .. "." | result = result .. "and " .. ranges_text[included_ranges[1]] .. "." | ||
-- print(result) | -- print(result) |