From 1126dea98619c60cf553feaa9e8d63def6b8b035 Mon Sep 17 00:00:00 2001 From: damocleas Date: Tue, 29 Oct 2024 13:56:28 -0600 Subject: [PATCH] Move comment to what is custom about Bouncy Bubble --- src/data/move.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index b0dc774f919..a90b5d247ff 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -9497,8 +9497,8 @@ export function initMoves() { .attr(FlinchAttr), new AttackMove(Moves.PIKA_PAPOW, Type.ELECTRIC, MoveCategory.SPECIAL, -1, -1, 20, -1, 0, 7) .attr(FriendshipPowerAttr), - new AttackMove(Moves.BOUNCY_BUBBLE, Type.WATER, MoveCategory.SPECIAL, 60, 100, 20, -1, 0, 7) // Custom - .attr(HitHealAttr) + new AttackMove(Moves.BOUNCY_BUBBLE, Type.WATER, MoveCategory.SPECIAL, 60, 100, 20, -1, 0, 7) + .attr(HitHealAttr) // Custom .triageMove() .target(MoveTarget.ALL_NEAR_ENEMIES), new AttackMove(Moves.BUZZY_BUZZ, Type.ELECTRIC, MoveCategory.SPECIAL, 60, 100, 20, 100, 0, 7)