mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 14:02:18 +02:00
Revert overrides.ts
This commit is contained in:
parent
77f6befb70
commit
4d66324442
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user