XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

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>

1dffcf97
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -1
Modified src/services/questService.ts +1 -1
@@ -236,7 +236,7 @@ const handleQuestCompletion = async (
236 236 setupKahlSyndicate(inventory);
237 237 }
238 238
239 // Whispers in the Walls is unlocked once The New + Heart of Deimos are completed.
239 // Whispers in the Walls is unlocked once The New War + Heart of Deimos are completed.
240 240 if (
241 241 doesQuestCompletionFinishSet(inventory, questKey, [
242 242 "/Lotus/Types/Keys/NewWarQuest/NewWarQuestKeyChain",
Modified static/fixed_responses/questCompletionRewards.json +4 -0
@@ -16,6 +16,10 @@
16 16 {
17 17 "ItemType": "/Lotus/Types/Keys/1999PrologueQuest/1999PrologueQuestKeyChain",
18 18 "ItemCount": 1
19 },
20 {
21 "ItemType": "/Lotus/Types/Items/EmailItems/TennokaiEmailItem",
22 "ItemCount": 1
19 23 }
20 24 ]
21 25 }