fix: unset LibraryPersonalTarget after completing it
All checks were successful
Build / build (pull_request) Successful in 1m40s
Build / build (push) Successful in 1m10s

This commit is contained in:
Sainan 2025-04-29 11:51:36 +02:00
parent ab9cc685eb
commit 9cdf70a688

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;