Fix duplicate move queue

This commit is contained in:
innerthunder 2024-10-09 15:21:41 -07:00
parent b67bcc9217
commit 434662da98

View File

@ -35,7 +35,6 @@ export class MoveChargePhase extends PokemonPhase {
new MoveChargeAnim(move.chargeAnim, move.id, user).play(this.scene, false, () => {
move.showChargeText(user, target);
user.getMoveQueue().push({ move: move.id, targets: [ target?.getBattlerIndex() ]});
applyMoveChargeAttrs(MoveEffectAttr, user, target, move).then(() => {
user.addTag(BattlerTagType.CHARGING, 1, move.id, user.id);