fix: unset LibraryPersonalTarget after completing it #1913

Merged
Sainan merged 1 commits from unset-library-target into main 2025-04-29 12:27:47 -07:00

View File

@ -380,6 +380,7 @@ export const addMissionInventoryUpdates = async (
: 10)
) {
progress.Completed = true;
inventory.LibraryPersonalTarget = undefined;
}
logger.debug(`synthesis of ${scan.EnemyType} added to personal target progress`);
synthesisIgnored = false;