mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-27 09:49:30 +02:00
chore: undo overrides commit (whops)
This commit is contained in:
parent
e53a3faeee
commit
faf9b4cd25
@ -30,10 +30,7 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
const overrides = {
|
const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
||||||
OPP_MOVESET_OVERRIDE: Moves.THUNDER_WAVE,
|
|
||||||
MOVESET_OVERRIDE: [Moves.REFRESH]
|
|
||||||
} 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}
|
||||||
|
Loading…
Reference in New Issue
Block a user