v2.1.0: fixed action indicator not updating with speedy stealth
This commit is contained in:
@@ -70,6 +70,7 @@ public class Momentum extends Buff implements ActionIndicator.Action {
|
|||||||
if (freerunCooldown == 0 && !freerunning() && target.invisible > 0 && Dungeon.hero.pointsInTalent(Talent.SPEEDY_STEALTH) >= 1){
|
if (freerunCooldown == 0 && !freerunning() && target.invisible > 0 && Dungeon.hero.pointsInTalent(Talent.SPEEDY_STEALTH) >= 1){
|
||||||
momentumStacks = Math.min(momentumStacks + 2, 10);
|
momentumStacks = Math.min(momentumStacks + 2, 10);
|
||||||
movedLastTurn = true;
|
movedLastTurn = true;
|
||||||
|
ActionIndicator.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (freerunTurns > 0){
|
if (freerunTurns > 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user