Revert overrides.ts

This commit is contained in:
Bertie690 2025-06-04 07:30:39 -04:00 committed by GitHub
parent 77f6befb70
commit 4d66324442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,9 +43,7 @@ import { WeatherType } from "#enums/weather-type";
* }
* ```
*/
const overrides = {
MOVESET_OVERRIDE: [Moves.WHIRLWIND, Moves.BATON_PASS, Moves.DRAGON_TAIL, Moves.CIRCLE_THROW]
} satisfies Partial<InstanceType<OverridesType>>;
const overrides = {} satisfies Partial<InstanceType<OverridesType>>;
/**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}