Removed overrides changes

This commit is contained in:
Wlowscha 2025-09-07 09:48:30 +02:00
parent e6745127c6
commit ac45dd1507
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -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}