v2.0.0: fixed combo strike always taking 0 turns
This commit is contained in:
+1
@@ -102,6 +102,7 @@ public class Sai extends MeleeWeapon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Invisibility.dispel();
|
Invisibility.dispel();
|
||||||
|
hero.spendAndNext(hero.attackDelay());
|
||||||
if (recentHits >= 2 && hit){
|
if (recentHits >= 2 && hit){
|
||||||
Sample.INSTANCE.play(Assets.Sounds.HIT_STRONG);
|
Sample.INSTANCE.play(Assets.Sounds.HIT_STRONG);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user