v0.3.1: fixed an error with the description of the combo buff
This commit is contained in:
parent
c5252a5045
commit
4f226a409d
|
@ -76,6 +76,6 @@ public class Combo extends Buff {
|
||||||
"failing to land a hit quickly enough will reset the combo.\n" +
|
"failing to land a hit quickly enough will reset the combo.\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
(count <= 2 ? "Your combo has not built up enough to give you bonus damage yet." :
|
(count <= 2 ? "Your combo has not built up enough to give you bonus damage yet." :
|
||||||
"Your combo is currently giving you " + ((count - 2) / 5f) + " % bonus damage.");
|
"Your combo is currently giving you " + ((count - 2) * 20f) + " % bonus damage.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user