v0.3.2: fixed an inconsistency in fury's description

This commit is contained in:
Evan Debenham 2015-11-01 23:39:19 -05:00
parent 45546c0d0d
commit 22a34cc9b7

View File

@ -57,6 +57,6 @@ public class Fury extends Buff {
"\n" +
"A great rage burns within you, increasing the damage you deal with physical attacks by 50%. \n" +
"\n" +
"This rage will last as long as you are injured below 40% health.\n";
"This rage will last as long as you are injured below 50% health.\n";
}
}