From 45415a87bb43b5782120e09c8d66b4470586a980 Mon Sep 17 00:00:00 2001 From: Vance Ehrlich Date: Thu, 23 May 2024 00:37:23 -0400 Subject: [PATCH] Disable tera-blast to prevent its use while there is not an animation (#1270) * Disable tera-blast to prevent its use while there is not an animation * Update TERA_BLAST to be unimplemented rather than partial --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index ea5fa00647e..8285bd006c9 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -7260,7 +7260,7 @@ export function initMoves() { End Unused */ new AttackMove(Moves.TERA_BLAST, Type.NORMAL, MoveCategory.SPECIAL, 80, 100, 10, -1, 0, 9) .attr(TeraBlastCategoryAttr) - .partial(), + .unimplemented(), new SelfStatusMove(Moves.SILK_TRAP, Type.BUG, -1, 10, -1, 4, 9) .attr(ProtectAttr, BattlerTagType.SILK_TRAP), new AttackMove(Moves.AXE_KICK, Type.FIGHTING, MoveCategory.PHYSICAL, 120, 90, 10, 30, 0, 9)