v3.1.0: fixed ascended form shield detaching at 0 (oops =S)

This commit is contained in:
Evan Debenham
2025-03-28 12:30:40 -04:00
parent 8e519303c5
commit 0534c3a8dd
@@ -76,7 +76,7 @@ public class AscendedForm extends ArmorAbility {
{ {
type = buffType.POSITIVE; type = buffType.POSITIVE;
detachesAtZero = true; detachesAtZero = false;
} }
public static float DURATION = 10f; public static float DURATION = 10f;