DONT push overrides changes

This commit is contained in:
Dean 2025-04-01 23:11:00 -07:00
parent 2a73582cf1
commit d59e575370

View File

@ -41,9 +41,7 @@ import { WeatherType } from "#enums/weather-type";
* } * }
* ``` * ```
*/ */
const overrides = { const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
ABILITY_OVERRIDE: Abilities.TRUANT
} 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}