diff --git a/src/controllers/api/giveStartingGear.ts b/src/controllers/api/giveStartingGear.ts index 14aff5f36..03e44dbbf 100644 --- a/src/controllers/api/giveStartingGear.ts +++ b/src/controllers/api/giveStartingGear.ts @@ -44,9 +44,10 @@ export const giveStartingGearController: RequestHandler = async (req, res) => { } } + // Give the Arsenal Segment which is given after the Awakening. (MissionInventoryUpdate doesnt get called so we can't do it there) await addKeyChainItems(inventory, { KeyChain: "/Lotus/Types/Keys/VorsPrize/VorsPrizeQuestKeyChain", - ChainStage: 0 + ChainStage: 0 // /Lotus/Types/Keys/VorsPrize/MissionOne }); addConsumables(inventory, [{ ItemCount: 1, ItemType: "/Lotus/Types/Restoratives/LisetAutoHack" }]); diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index e27df725f..ef2e826ae 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -914,10 +914,10 @@ export interface IQuestKeyClient extends Omit