v0.3.5: buffed fury damage

This commit is contained in:
Evan Debenham 2016-04-25 20:05:57 -04:00
parent 2a71adb3b0
commit f4899c06fa

View File

@ -214,7 +214,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
dmg = Math.round(dmg*2.5f);
break;
case FURY:
dmg = Math.round(dmg*0.4f);
dmg = Math.round(dmg*0.6f);
break;
}