remove overrides

This commit is contained in:
muscode13 2024-11-21 15:03:31 -06:00
parent 6b62ec49cc
commit 1edbc36b0f

View File

@ -31,12 +31,7 @@ import { WeatherType } from "#enums/weather-type";
* } * }
* ``` * ```
*/ */
const overrides = { const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
BATTLE_TYPE_OVERRIDE: "odd-doubles",
OPP_SPECIES_OVERRIDE: Species.WIMPOD,
OPP_MOVESET_OVERRIDE: Moves.SPLASH,
MOVESET_OVERRIDE: [ Moves.MATCHA_GOTCHA, Moves.QUICK_ATTACK ]
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
/** /**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides} * If you need to add Overrides values for local testing do that inside {@linkcode overrides}