diff --git a/src/controllers/custom/completeAllMissionsController.ts b/src/controllers/custom/completeAllMissionsController.ts index b15d3010..9eb3981a 100644 --- a/src/controllers/custom/completeAllMissionsController.ts +++ b/src/controllers/custom/completeAllMissionsController.ts @@ -35,6 +35,7 @@ export const completeAllMissionsController: RequestHandler = async (req, res) => await handleStoreItemAcquisition(reward.StoreItem, inventory, reward.ItemCount, undefined, true); } addString(inventory.NodeIntrosCompleted, "TeshinHardModeUnlocked"); + addString(inventory.NodeIntrosCompleted, "CetusInvasionNodeIntro"); addString(inventory.NodeIntrosCompleted, "CetusSyndicate_IntroJob"); let syndicate = inventory.Affiliations.find(x => x.Tag == "CetusSyndicate"); if (!syndicate) {