v2.1.0: fixed hand axe heavy blow dealing 0.45x dmg instead of 1.45x
This commit is contained in:
@@ -68,7 +68,7 @@ public class HandAxe extends MeleeWeapon {
|
||||
|
||||
@Override
|
||||
protected void duelistAbility(Hero hero, Integer target) {
|
||||
Mace.heavyBlowAbility(hero, target, 0.45f, this);
|
||||
Mace.heavyBlowAbility(hero, target, 1.45f, this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user