From 22a34cc9b7724bf2fcf6e0aabfea979f0b35044f Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 1 Nov 2015 23:39:19 -0500 Subject: [PATCH] v0.3.2: fixed an inconsistency in fury's description --- .../shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java index 71d4dffab..12be55f61 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java @@ -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"; } }