fix: Shrine Defense node not showing up despite unlocking all missions via cheat (#3027)
Reviewed-on: #3027 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit was merged in pull request #3027.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user