Update src/services/worldStateService.ts
Some checks failed
Build / build (pull_request) Failing after 27s
Some checks failed
Build / build (pull_request) Failing after 27s
This commit is contained in:
parent
88a765cda0
commit
34d0ec5067
@ -1566,7 +1566,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
||||
fullyStockBaro(vt);
|
||||
}
|
||||
if (config.worldState?.voidCorruption) {
|
||||
worldState.Alerts.push(...voidCorruptionAlerts.map(alert => structuredClone<IAlert>(alert)));
|
||||
worldState.Alerts.push(...voidCorruptionAlerts);
|
||||
}
|
||||
const isFebruary = date.getUTCMonth() == 1;
|
||||
if (config.worldState?.starDaysOverride ?? isFebruary) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user