From 1e8d740b887d3d0dc0422a3143b23331ee893b96 Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 23 Feb 2025 05:04:08 +0100 Subject: [PATCH] don't need to set rerolls for an unrolled riven --- src/controllers/api/completeRandomModChallengeController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/api/completeRandomModChallengeController.ts b/src/controllers/api/completeRandomModChallengeController.ts index 60c77b3c..c2578eb7 100644 --- a/src/controllers/api/completeRandomModChallengeController.ts +++ b/src/controllers/api/completeRandomModChallengeController.ts @@ -36,7 +36,6 @@ export const completeRandomModChallengeController: RequestHandler = async (req, lim: 0, lvl: 0, lvlReq: getRandomInt(8, 16), - rerolls: 0, pol: getRandomElement(["AP_ATTACK", "AP_DEFENSE", "AP_TACTIC"]), buffs: [], curses: []