Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
2.11: slightly nerfed whip's min damage
Browse files Browse the repository at this point in the history
  • Loading branch information
TrashboxBobylev committed Sep 12, 2022
1 parent 6515984 commit 616fa48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public int proc(Char attacker, Char defender, int damage) {

@Override
public int min(int lvl) {
return tier+lvl;
return tier+lvl/2;
}

@Override
Expand Down

0 comments on commit 616fa48

Please sign in to comment.