From ebc9c7713f5fda0ea5433c50c53279c298c8f7da Mon Sep 17 00:00:00 2001 From: VoltPrime Date: Thu, 6 Nov 2025 04:12:52 -0500 Subject: [PATCH] Give MK1-Braton for old tutorial --- src/controllers/api/giveStartingGearController.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/controllers/api/giveStartingGearController.ts b/src/controllers/api/giveStartingGearController.ts index 895ffec3..6dcba34b 100644 --- a/src/controllers/api/giveStartingGearController.ts +++ b/src/controllers/api/giveStartingGearController.ts @@ -26,6 +26,13 @@ export const giveStartingGearGetController: RequestHandler = async (req, res) => ItemId: { $oid: "0" }, Configs: [] } + ], + LongGuns: [ + { + ItemType: "/Lotus/Weapons/Tenno/Rifle/StartingRifle", + ItemId: { $oid: "0" }, + Configs: [] + } ] }); await inventory.save(); -- 2.49.1