mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-21 09:21:21 +01:00
Corrected attack formula
This commit is contained in:
parent
4a53aec8f5
commit
e2a7642bb4
@ -83,7 +83,7 @@ public class AttackResult {
|
||||
}
|
||||
|
||||
public void addRelativeDamage(double coef) {
|
||||
multiplyDamage(Math.max(1, coef));
|
||||
multiplyDamage(Math.max(1, 1 + coef));
|
||||
}
|
||||
|
||||
public AttackResult multiplyDamage(double coef) {
|
||||
|
Loading…
Reference in New Issue
Block a user