removed sneaky test overrides

This commit is contained in:
Luc 2024-04-23 20:15:50 -04:00
parent 4966531e3c
commit 25a48beac4

View File

@ -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.SUPERSWEET_SYRUP;
export const MOVE_OVERRIDE = Moves.NONE;
export const ABILITY_OVERRIDE = Abilities.CURIOUS_MEDICINE;
export const MOVE_OVERRIDE = Moves.COTTON_GUARD;
export const OPP_SPECIES_OVERRIDE = 0;
export const OPP_ABILITY_OVERRIDE = Abilities.NONE;
export const OPP_MOVE_OVERRIDE = Moves.NONE;