From e6af2d4f12bf8f962b9206b9cbf25c37495895ca Mon Sep 17 00:00:00 2001 From: damocleas Date: Thu, 1 May 2025 19:38:41 -0400 Subject: [PATCH] Update bug-type-superfan-encounter.ts moves --- .../encounters/bug-type-superfan-encounter.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts b/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts index 0b0da5c4092..87b223d5245 100644 --- a/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts +++ b/src/data/mystery-encounters/encounters/bug-type-superfan-encounter.ts @@ -146,7 +146,6 @@ const POOL_4_POKEMON = [Species.GENESECT, Species.SLITHER_WING, Species.BUZZWOLE const PHYSICAL_TUTOR_MOVES = [ Moves.MEGAHORN, - Moves.X_SCISSOR, Moves.ATTACK_ORDER, Moves.BUG_BITE, Moves.FIRST_IMPRESSION, @@ -175,7 +174,6 @@ const MISC_TUTOR_MOVES = [ Moves.HEAL_ORDER, Moves.QUIVER_DANCE, Moves.INFESTATION, - Moves.POUNCE ]; /**