Skip to content

Commit

Permalink
overrides changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhyperbit committed Aug 19, 2024
1 parent e0f572a commit cff0601
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ import { type ModifierOverride } from "./modifier/modifier-type";
* }
* ```
*/
const overrides = {EGG_IMMEDIATE_HATCH_OVERRIDE: true} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
const overrides = {
EGG_IMMEDIATE_HATCH_OVERRIDE: true,
/*EGG_FREE_GACHA_PULLS_OVERRIDE: true*/
EGG_GACHA_PULL_COUNT_OVERRIDE: 2000

} satisfies Partial<InstanceType<typeof DefaultOverrides>>;

/**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}
Expand Down

0 comments on commit cff0601

Please sign in to comment.