v3.1.0: fixed ascended form shield detaching at 0 (oops =S)
This commit is contained in:
@@ -76,7 +76,7 @@ public class AscendedForm extends ArmorAbility {
|
||||
{
|
||||
type = buffType.POSITIVE;
|
||||
|
||||
detachesAtZero = true;
|
||||
detachesAtZero = false;
|
||||
}
|
||||
|
||||
public static float DURATION = 10f;
|
||||
|
||||
Reference in New Issue
Block a user