Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Regarding DIFF_MODIFIER dictionary values (Difficulty modifiers) #1

Open
b-adiguzel44 opened this issue Jan 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@b-adiguzel44
Copy link
Owner

DIFF_MODIFIER = { 0: 1.50, 1: 1.20, 2: 1.0, 3: 0.20, 4: 0.10 }

The key '3' and the key '4' must change their values with each other.
It has to be like this :
DIFF_MODIFIER = { 0: 1.50, 1: 1.20, 2: 1.0, 3: 0.10, 4: 0.20 }

@b-adiguzel44 b-adiguzel44 added the bug Something isn't working label Jan 19, 2022
@Pattis77
Copy link

I'm having the same issue, would appreciate a fix ASAP, thanks!

@b-adiguzel44
Copy link
Owner Author

Later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants