Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Re equilibrated the gazme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackoutburst committed Jul 25, 2021
1 parent f9f3d96 commit d72fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/blackout/aow/utils/WarriorUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ private static Warrior archer(NPC warrior, Holo lifeBar) {
}

private static Warrior berserk(NPC warrior, Holo lifeBar) {
return new Warrior(warrior, lifeBar, 400, 50, 300, 20, 280, WarriorType.Berserk);
return new Warrior(warrior, lifeBar, 400, 50, 300, 20, 150, WarriorType.Berserk);
}
}

0 comments on commit d72fdaf

Please sign in to comment.