From 84bdacb7b647d65203535fb1db5e416c5dd9f717 Mon Sep 17 00:00:00 2001 From: geeilhan <107366005+geeilhan@users.noreply.github.com> Date: Fri, 7 Feb 2025 20:55:36 +0100 Subject: [PATCH] removed .partial() --- src/data/move.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index edd3cc52003..aab22c12cc6 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -6782,7 +6782,7 @@ const invalidMetronomeMoves: Moves[] = [ Moves.SNATCH, Moves.SNORE, Moves.SNOWSCAPE, - Moves.SPECTRAL_THIEF, + Moves.F, Moves.SPICY_EXTRACT, Moves.SPIKY_SHIELD, Moves.SPIRIT_BREAK, @@ -10406,8 +10406,7 @@ export function initMoves() { .attr(RechargeAttr), new AttackMove(Moves.SPECTRAL_THIEF, Type.GHOST, MoveCategory.PHYSICAL, 90, 100, 10, -1, 0, 7) .attr(SpectralThiefAttr) - .ignoresSubstitute() - .partial(), // Does not steal stats + .ignoresSubstitute(), new AttackMove(Moves.SUNSTEEL_STRIKE, Type.STEEL, MoveCategory.PHYSICAL, 100, 100, 5, -1, 0, 7) .ignoresAbilities(), new AttackMove(Moves.MOONGEIST_BEAM, Type.GHOST, MoveCategory.SPECIAL, 100, 100, 5, -1, 0, 7)