diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index cef69be7..ab0391a6 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -34,6 +34,7 @@ export const inventoryController: RequestHandler = async (request, response) => } inventory.DailyFocus = 250000 + inventory.PlayerLevel * 5000; inventory.GiftsRemaining = Math.max(8, inventory.PlayerLevel); + inventory.TradesRemaining = inventory.PlayerLevel; inventory.LibraryAvailableDailyTaskInfo = createLibraryDailyTask();