forked from OpenWF/SpaceNinjaServer
chore: skip cetus intro job with complete all missions (#2677)
Closes #2647 Reviewed-on: OpenWF/SpaceNinjaServer#2677 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
9e73fc7fb1
commit
9c232bfc1f
@ -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, "CetusSyndicate_IntroJob");
|
||||
await inventory.save();
|
||||
res.end();
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user