v0.3.5: bugfixes
This commit is contained in:
@@ -217,7 +217,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
|
||||
dmg = Math.round(dmg*2.5f);
|
||||
break;
|
||||
case FURY:
|
||||
dmg = Math.round(dmg*.4f);
|
||||
dmg = Math.round(dmg*0.4f);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user