Merge pull request #70 from Kirby703/patch-12

fix duplicate cool at 2000
pull/71/head
Ishaan Bhardwaj 2023-07-09 15:44:04 -04:00 committed by GitHub
commit 9d365f61a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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