v1.2.0: fixed the gladiator's parry not cancelling invis and time freeze
This commit is contained in:
parent
777a65597c
commit
7ae61ffe77
|
@ -243,6 +243,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
|
||||||
if (move == ComboMove.PARRY){
|
if (move == ComboMove.PARRY){
|
||||||
parryUsed = true;
|
parryUsed = true;
|
||||||
comboTime = 5f;
|
comboTime = 5f;
|
||||||
|
Invisibility.dispel();
|
||||||
Buff.affect(target, ParryTracker.class, Actor.TICK);
|
Buff.affect(target, ParryTracker.class, Actor.TICK);
|
||||||
((Hero)target).spendAndNext(Actor.TICK);
|
((Hero)target).spendAndNext(Actor.TICK);
|
||||||
Dungeon.hero.busy();
|
Dungeon.hero.busy();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user