mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Removed overrides changes
This commit is contained in:
parent
e6745127c6
commit
ac45dd1507
@ -44,11 +44,7 @@ import { Variant } from "#sprites/variant";
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
const overrides = {
|
||||
MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType.SHADY_VITAMIN_DEALER,
|
||||
MYSTERY_ENCOUNTER_RATE_OVERRIDE: 255,
|
||||
STARTING_WAVE_OVERRIDE: 32,
|
||||
} 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