mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 08:59:29 +02:00
Reverted overrides changse
This commit is contained in:
parent
7900e45b94
commit
768fb7036a
@ -44,9 +44,7 @@ import { Variant } from "#sprites/variant";
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
const overrides = {
|
||||
MOVESET_OVERRIDE: [MoveId.FUTURE_SIGHT, MoveId.WISH, MoveId.DOOM_DESIRE, MoveId.AGILITY],
|
||||
} 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