b-adiguzel44/Barbarkill

[BUG] Regarding DIFF_MODIFIER dictionary values (Difficulty modifiers)

Opened this issue · 2 comments

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 }

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

Later.