mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 15:09:02 -06:00
Merge pull request #70 from Kirby703/patch-12
fix duplicate cool at 2000
This commit is contained in:
commit
9d365f61a7
@ -283,7 +283,7 @@ function Marathon2020Game:sectionPassed(old_level, new_level)
|
||||
)
|
||||
else
|
||||
return (
|
||||
(new_level < 2001 and math.floor(old_level / 100) < math.floor(new_level / 100)) or
|
||||
(new_level < 2000 and math.floor(old_level / 100) < math.floor(new_level / 100)) or
|
||||
(new_level >= 2020)
|
||||
)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user