mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +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 = {
|
||||
STARTER_SPECIES_OVERRIDE: SpeciesId.TYPHLOSION,
|
||||
MOVESET_OVERRIDE: [MoveId.EXPLOSION],
|
||||
} 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