feat: syndicateMissionsRepeatable cheat #2090

Merged
Sainan merged 12 commits from :main into main 2025-05-20 02:48:46 -07:00
Showing only changes of commit 92c8940876 - Show all commits

View File

@ -445,7 +445,9 @@ export const addMissionInventoryUpdates = async (
}); });
break; break;
case "SyndicateId": { case "SyndicateId": {
inventory.CompletedSyndicates.push(value); if (!config.syndicateMissionsRepeatable) {
inventory.CompletedSyndicates.push(value);
}
break; break;
} }
case "SortieId": { case "SortieId": {