From bdf0ac722b5ec05c930ae43c1888a20d6ebd430c Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:43:26 -0700 Subject: [PATCH] feat: give lotus eaters quest at completion of whispers in the walls (#1760) Closes #1758 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1760 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- static/fixed_responses/questCompletionRewards.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/fixed_responses/questCompletionRewards.json b/static/fixed_responses/questCompletionRewards.json index 71fb423e..1e584e72 100644 --- a/static/fixed_responses/questCompletionRewards.json +++ b/static/fixed_responses/questCompletionRewards.json @@ -11,5 +11,11 @@ "ItemType": "/Lotus/Types/Keys/RailJackBuildQuest/RailjackBuildQuestEmailItem", "ItemCount": 1 } + ], + "/Lotus/Types/Keys/EntratiLab/EntratiQuestKeyChain": [ + { + "ItemType": "/Lotus/Types/Keys/1999PrologueQuest/1999PrologueQuestKeyChain", + "ItemCount": 1 + } ] }