Compare commits

..

No commits in common. "9d365f61a7f44263c99dc9ece68bda5c358cbcf5" and "788aa11470c00a6ebf68056f81ab36f91bf6b144" have entirely different histories.

View File

@ -283,7 +283,7 @@ function Marathon2020Game:sectionPassed(old_level, new_level)
) )
else else
return ( return (
(new_level < 2000 and math.floor(old_level / 100) < math.floor(new_level / 100)) or (new_level < 2001 and math.floor(old_level / 100) < math.floor(new_level / 100)) or
(new_level >= 2020) (new_level >= 2020)
) )
end end