diff --git a/src/data/move.ts b/src/data/move.ts index 3b96c9072b4..dc34fd80a9f 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -6366,8 +6366,7 @@ export function initMoves() { .attr(ChargeAttr, ChargeAnim.BEAK_BLAST_CHARGING, "started\nheating up its beak!", BattlerTagType.BEAK_BLAST, true, true, -3) .ballBombMove() .makesContact(false) - .attr(RemoveBeakBlastTagArr) - .partial(), + .attr(RemoveBeakBlastTagArr), new AttackMove(Moves.CLANGING_SCALES, Type.DRAGON, MoveCategory.SPECIAL, 110, 100, 5, 100, 0, 7) .attr(StatChangeAttr, BattleStat.DEF, -1, true) .soundBased()