v3.0.0: fixes ascended form lasting for 100 turns instead of 10
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user