From 019ff331b24cea34f0bae38e334a4e0f1ddcca53 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 22 Apr 2025 21:52:17 +0200 Subject: [PATCH] chore: allow MT_CAPTURE for sorties --- src/services/worldStateService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index e1946f7a..b6fa50d3 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -263,7 +263,6 @@ const pushSortieIfRelevant = (worldState: IWorldState, day: number): void => { sortieFactionToFactionIndexes[sortieBossToFaction[boss]].includes(value.factionIndex!) && value.name.indexOf("Archwing") == -1 && value.missionIndex != 0 && // Exclude MT_ASSASSINATION - value.missionIndex != 5 && // Exclude MT_CAPTURE value.missionIndex != 10 && // Exclude MT_PVP (for relays) value.missionIndex != 21 && // Exclude MT_PURIFY value.missionIndex != 22 && // Exclude MT_ARENA -- 2.47.2