moved
This commit is contained in:
parent
be9dec0107
commit
31ed3540f5
@ -20,11 +20,6 @@ export const giveStartingGearController: RequestHandler = async (req, res) => {
|
||||
|
||||
const dataJSON = getJSONfromString<IStartingGearClient>(String(req.body));
|
||||
|
||||
await addKeyChainItems(inventory, {
|
||||
KeyChain: "/Lotus/Types/Keys/VorsPrize/VorsPrizeQuestKeyChain",
|
||||
ChainStage: 0
|
||||
});
|
||||
|
||||
for (const key of Object.keys(dataJSON) as Array<keyof IStartingGearClient>) {
|
||||
switch (key) {
|
||||
// This is the only gear we receive as the rest will come from future quests
|
||||
@ -49,6 +44,11 @@ export const giveStartingGearController: RequestHandler = async (req, res) => {
|
||||
}
|
||||
}
|
||||
|
||||
await addKeyChainItems(inventory, {
|
||||
KeyChain: "/Lotus/Types/Keys/VorsPrize/VorsPrizeQuestKeyChain",
|
||||
ChainStage: 0
|
||||
});
|
||||
|
||||
addConsumables(inventory, [{ ItemCount: 1, ItemType: "/Lotus/Types/Restoratives/LisetAutoHack" }]);
|
||||
if (!config.unlockAllFlavourItems) {
|
||||
inventory.FlavourItems.push([
|
||||
|
Loading…
x
Reference in New Issue
Block a user