v2.0.1: fixed animation timing errors with shield battery
This commit is contained in:
@@ -587,7 +587,7 @@ public abstract class Wand extends Item {
|
|||||||
Sample.INSTANCE.play(Assets.Sounds.CHARGEUP);
|
Sample.INSTANCE.play(Assets.Sounds.CHARGEUP);
|
||||||
ScrollOfRecharging.charge(curUser);
|
ScrollOfRecharging.charge(curUser);
|
||||||
updateQuickslot();
|
updateQuickslot();
|
||||||
curUser.spend(Actor.TICK);
|
curUser.spendAndNext(Actor.TICK);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
GLog.i( Messages.get(Wand.class, "self_target") );
|
GLog.i( Messages.get(Wand.class, "self_target") );
|
||||||
|
|||||||
Reference in New Issue
Block a user