From 1dffcf979fafc73485b9ebd01c0b1f915577ee12 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 8 Jul 2025 00:29:16 -0700 Subject: [PATCH] feat: send tennokai email after WitW quest completion (#2433) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2433 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- src/services/questService.ts | 2 +- static/fixed_responses/questCompletionRewards.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/services/questService.ts b/src/services/questService.ts index 550bad2f..c34cae6b 100644 --- a/src/services/questService.ts +++ b/src/services/questService.ts @@ -236,7 +236,7 @@ const handleQuestCompletion = async ( setupKahlSyndicate(inventory); } - // Whispers in the Walls is unlocked once The New + Heart of Deimos are completed. + // Whispers in the Walls is unlocked once The New War + Heart of Deimos are completed. if ( doesQuestCompletionFinishSet(inventory, questKey, [ "/Lotus/Types/Keys/NewWarQuest/NewWarQuestKeyChain", diff --git a/static/fixed_responses/questCompletionRewards.json b/static/fixed_responses/questCompletionRewards.json index 1e584e72..8a04e2aa 100644 --- a/static/fixed_responses/questCompletionRewards.json +++ b/static/fixed_responses/questCompletionRewards.json @@ -16,6 +16,10 @@ { "ItemType": "/Lotus/Types/Keys/1999PrologueQuest/1999PrologueQuestKeyChain", "ItemCount": 1 + }, + { + "ItemType": "/Lotus/Types/Items/EmailItems/TennokaiEmailItem", + "ItemCount": 1 } ] }