v0.3.5: bugfixes

This commit is contained in:
Evan Debenham
2016-04-19 20:47:35 -04:00
parent e03d523cd1
commit d8d54a4f3f
3 changed files with 11 additions and 4 deletions
@@ -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;
}