reset overrides

This commit is contained in:
James Diefenbach 2024-09-07 18:45:19 +10:00
parent f88e7b99a7
commit 368119784a

View File

@ -29,11 +29,7 @@ import { type ModifierOverride } from "./modifier/modifier-type";
* } * }
* ``` * ```
*/ */
const overrides = { const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
EGG_IMMEDIATE_HATCH_OVERRIDE: true,
EGG_FREE_GACHA_PULLS_OVERRIDE: true,
FREE_CANDY_UPGRADE_OVERRIDE: true
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
/** /**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides} * If you need to add Overrides values for local testing do that inside {@linkcode overrides}