diff --git a/src/overrides.ts b/src/overrides.ts index 6541a094720..48c118b55bc 100644 --- a/src/overrides.ts +++ b/src/overrides.ts @@ -29,11 +29,7 @@ import { type ModifierOverride } from "./modifier/modifier-type"; * } * ``` */ -const overrides = { - EGG_IMMEDIATE_HATCH_OVERRIDE: true, - EGG_FREE_GACHA_PULLS_OVERRIDE: true, - FREE_CANDY_UPGRADE_OVERRIDE: true -} satisfies Partial>; +const overrides = {} satisfies Partial>; /** * If you need to add Overrides values for local testing do that inside {@linkcode overrides}