mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-19 07:20:57 +00:00
reset overrides.ts
This commit is contained in:
parent
2395451b18
commit
ab6a19168a
@ -31,12 +31,7 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
const overrides = {
|
||||
STARTING_WAVE_OVERRIDE: 199,
|
||||
STARTING_BIOME_OVERRIDE: Biome.END,
|
||||
OPP_LEVEL_OVERRIDE: 1,
|
||||
STARTING_LEVEL_OVERRIDE: 999,
|
||||
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
||||
const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
||||
|
||||
/**
|
||||
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}
|
||||
|
Loading…
x
Reference in New Issue
Block a user