mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 07:42:25 +02:00
[Misc] Changed Daily Run Seed Override to string | null
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
0a7b2d6996
commit
47edf80106
@ -47,7 +47,7 @@ class DefaultOverrides {
|
|||||||
// -----------------
|
// -----------------
|
||||||
/** a specific seed (default: a random string of 24 characters) */
|
/** a specific seed (default: a random string of 24 characters) */
|
||||||
readonly SEED_OVERRIDE: string = "";
|
readonly SEED_OVERRIDE: string = "";
|
||||||
readonly DAILY_RUN_SEED_OVERRIDE: string = "";
|
readonly DAILY_RUN_SEED_OVERRIDE: string | null = null;
|
||||||
readonly WEATHER_OVERRIDE: WeatherType = WeatherType.NONE;
|
readonly WEATHER_OVERRIDE: WeatherType = WeatherType.NONE;
|
||||||
/**
|
/**
|
||||||
* If `null`, ignore this override.
|
* If `null`, ignore this override.
|
||||||
|
Loading…
Reference in New Issue
Block a user