mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:19:02 -06:00
Compare commits
No commits in common. "9d365f61a7f44263c99dc9ece68bda5c358cbcf5" and "788aa11470c00a6ebf68056f81ab36f91bf6b144" have entirely different histories.
9d365f61a7
...
788aa11470
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user