Skip to content

Commit

Permalink
revert override change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhyperbit committed Aug 19, 2024
1 parent cff0601 commit 1e082eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { type ModifierOverride } from "./modifier/modifier-type";
const overrides = {
EGG_IMMEDIATE_HATCH_OVERRIDE: true,
/*EGG_FREE_GACHA_PULLS_OVERRIDE: true*/
EGG_GACHA_PULL_COUNT_OVERRIDE: 2000
/*EGG_GACHA_PULL_COUNT_OVERRIDE: 2000*/

} satisfies Partial<InstanceType<typeof DefaultOverrides>>;

Expand Down

0 comments on commit 1e082eb

Please sign in to comment.