feat: send tennokai email after WitW quest completion (#2433)
All checks were successful
Build / build (push) Successful in 54s
Build Docker image / docker-amd64 (push) Successful in 51s
Build Docker image / docker-arm64 (push) Successful in 55s

Reviewed-on: #2433
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:
Sainan 2025-07-08 00:29:16 -07:00 committed by Sainan
parent c86bba017b
commit 1dffcf979f
2 changed files with 5 additions and 1 deletions

View File

@ -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",

View File

@ -16,6 +16,10 @@
{
"ItemType": "/Lotus/Types/Keys/1999PrologueQuest/1999PrologueQuestKeyChain",
"ItemCount": 1
},
{
"ItemType": "/Lotus/Types/Items/EmailItems/TennokaiEmailItem",
"ItemCount": 1
}
]
}