mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
reset overrides
This commit is contained in:
parent
f88e7b99a7
commit
368119784a
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user