v2.0.1: fixed animation timing errors with shield battery

This commit is contained in:
Evan Debenham
2023-03-28 13:02:25 -04:00
parent df8b4326d0
commit b3865463a2

View File

@@ -587,7 +587,7 @@ public abstract class Wand extends Item {
Sample.INSTANCE.play(Assets.Sounds.CHARGEUP);
ScrollOfRecharging.charge(curUser);
updateQuickslot();
curUser.spend(Actor.TICK);
curUser.spendAndNext(Actor.TICK);
return;
}
GLog.i( Messages.get(Wand.class, "self_target") );