From 7b92da1895a1ba1358a3159ee5e3e8a1afcf5d56 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 20 Dec 2024 12:20:57 -0500 Subject: [PATCH] v3.0.0: fixes ascended form lasting for 100 turns instead of 10 --- .../actors/hero/abilities/cleric/AscendedForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/cleric/AscendedForm.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/cleric/AscendedForm.java index 4fb3178fd..d159a6c03 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/cleric/AscendedForm.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/cleric/AscendedForm.java @@ -77,7 +77,7 @@ public class AscendedForm extends ArmorAbility { type = buffType.POSITIVE; } - public static float DURATION = 100f; + public static float DURATION = 10f; @Override public int icon() {