v3.0.0: fixes ascended form lasting for 100 turns instead of 10

This commit is contained in:
Evan Debenham
2024-12-20 12:20:57 -05:00
parent d2bada29a2
commit 7b92da1895

View File

@@ -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() {