From faf9b4cd25d3e52d757ff96b681aac42254711e0 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:39:08 -0700 Subject: [PATCH] chore: undo overrides commit (whops) --- src/overrides.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/overrides.ts b/src/overrides.ts index d9ff88224a9..35ca299721b 100644 --- a/src/overrides.ts +++ b/src/overrides.ts @@ -30,10 +30,7 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier"; * } * ``` */ -const overrides = { - OPP_MOVESET_OVERRIDE: Moves.THUNDER_WAVE, - MOVESET_OVERRIDE: [Moves.REFRESH] -} satisfies Partial>; +const overrides = {} satisfies Partial>; /** * If you need to add Overrides values for local testing do that inside {@linkcode overrides}