v3.0.0: fixes ascended form lasting for 100 turns instead of 10
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ public class AscendedForm extends ArmorAbility {
|
|||||||
type = buffType.POSITIVE;
|
type = buffType.POSITIVE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static float DURATION = 100f;
|
public static float DURATION = 10f;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int icon() {
|
public int icon() {
|
||||||
|
|||||||
Reference in New Issue
Block a user