From 1f1c243415cdc58d9049f9dc176f4f897da88869 Mon Sep 17 00:00:00 2001 From: Madmadness65 Date: Fri, 17 May 2024 15:37:34 -0500 Subject: [PATCH] Revert "Fix sparkly swirl cure status (#1051)" This reverts commit 6bcf4e008a77026a47a22605c482b1045a4243a0. --- src/data/move.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index 8814aa745bf..99ef179ad30 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -6483,8 +6483,7 @@ export function initMoves() { new AttackMove(Moves.FREEZY_FROST, Type.ICE, MoveCategory.SPECIAL, 100, 90, 10, -1, 0, 7) .attr(ResetStatsAttr), new AttackMove(Moves.SPARKLY_SWIRL, Type.FAIRY, MoveCategory.SPECIAL, 120, 85, 5, -1, 0, 7) - .attr(PartyStatusCureAttr, null, Abilities.NONE) - .target(MoveTarget.PARTY), + .attr(PartyStatusCureAttr, null, Abilities.NONE), new AttackMove(Moves.VEEVEE_VOLLEY, Type.NORMAL, MoveCategory.PHYSICAL, -1, -1, 20, -1, 0, 7) .attr(FriendshipPowerAttr), new AttackMove(Moves.DOUBLE_IRON_BASH, Type.STEEL, MoveCategory.PHYSICAL, 60, 100, 5, 30, 0, 7)