mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-13 02:49:26 +02:00
Revert Accidental Overrides
This commit is contained in:
parent
c4297b51e9
commit
758c7dea8a
@ -44,10 +44,7 @@ import { Variant } from "#sprites/variant";
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
const overrides = {
|
const overrides = {} satisfies Partial<InstanceType<OverridesType>>;
|
||||||
STARTER_SPECIES_OVERRIDE: SpeciesId.TYPHLOSION,
|
|
||||||
MOVESET_OVERRIDE: [MoveId.EXPLOSION],
|
|
||||||
} satisfies Partial<InstanceType<OverridesType>>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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