v3.3.2: fixed unintended debug commit setting starting monk energy at 10

This commit is contained in:
Evan Debenham
2025-12-31 13:04:01 -05:00
parent 021291cb6d
commit e227830d3b

View File

@@ -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;