fix: Shrine Defense node not showing up despite unlocking all missions via cheat (#3027)
All checks were successful
Build / build (push) Successful in 1m12s
Build Docker image / docker (push) Successful in 2m49s

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:
2025-11-14 01:50:33 -08:00
committed by Sainan
parent 90ffd8948b
commit 711eb7ac47

View File

@@ -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) {