v3.3.2: fixed unintended debug commit setting starting monk energy at 10
This commit is contained in:
@@ -64,7 +64,7 @@ public class MonkEnergy extends Buff implements ActionIndicator.Action {
|
|||||||
revivePersists = true;
|
revivePersists = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public float energy = 10;
|
public float energy = 0;
|
||||||
public int cooldown; //currently unused, abilities had cooldowns prior to v2.5
|
public int cooldown; //currently unused, abilities had cooldowns prior to v2.5
|
||||||
|
|
||||||
private static final float MAX_COOLDOWN = 5;
|
private static final float MAX_COOLDOWN = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user