From c9e1d5752a3c2e515d1d3b29f0bb82f257a05438 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 23 Apr 2024 20:17:36 -0400 Subject: [PATCH] removed sneaky test overrides x2 --- src/battle-scene.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/battle-scene.ts b/src/battle-scene.ts index 82186ab59bf..a60b040b202 100644 --- a/src/battle-scene.ts +++ b/src/battle-scene.ts @@ -70,8 +70,8 @@ export const STARTING_WAVE_OVERRIDE = 0; export const STARTING_BIOME_OVERRIDE = Biome.TOWN; export const STARTING_MONEY_OVERRIDE = 0; -export const ABILITY_OVERRIDE = Abilities.CURIOUS_MEDICINE; -export const MOVE_OVERRIDE = Moves.COTTON_GUARD; +export const ABILITY_OVERRIDE = Abilities.NONE; +export const MOVE_OVERRIDE = Moves.NONE; export const OPP_SPECIES_OVERRIDE = 0; export const OPP_ABILITY_OVERRIDE = Abilities.NONE; export const OPP_MOVE_OVERRIDE = Moves.NONE;