Skip to content

Commit

Permalink
remove > 100 + 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonCode committed Mar 13, 2024
1 parent 8eb8bf9 commit fcafd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/level.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_required_score_for_level(level: int) -> int:
+ 1.25 * 1.8 ** (level - 60),
)
else:
return math.ceil(26931190827 + 99999999999 * (level - 100) + 2)
return math.ceil(26931190827 + 99999999999 * (level - 100))


def get_level(score: int) -> int:
Expand Down

0 comments on commit fcafd60

Please sign in to comment.