From d9349137de5c1cac76c544eabac5dda8d1c4088b Mon Sep 17 00:00:00 2001 From: Slayer55555 Date: Tue, 7 Oct 2025 06:18:40 -0700 Subject: [PATCH] Update src/services/worldStateService.ts --- src/services/worldStateService.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 8f2b9ac2..c7c04fbc 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -1565,14 +1565,15 @@ export const getWorldState = (buildLabel?: string): IWorldState => { worldState.VoidTraders.push(vt); fullyStockBaro(vt); } - const voidCorruptionWeeks = config.worldState?.voidCorruption ?? 0; + const voidCorruptionWeeks = config.worldState?.voidCorruption ?? 0; if (voidCorruptionWeeks > 0) { worldState.Alerts = [ ...worldState.Alerts, ...voidCorruptionAlerts.slice(0, voidCorruptionWeeks) ]; } + const isFebruary = date.getUTCMonth() == 1; if (config.worldState?.starDaysOverride ?? isFebruary) { worldState.Goals.push({