From 5d1c091a472fd20b5537a454eeafa94fff147046 Mon Sep 17 00:00:00 2001 From: Fredrik Ljungdahl Date: Mon, 29 Apr 2024 22:02:00 +0200 Subject: [PATCH] Fix challenge 2 reward description --- src/Challenges.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Challenges.ts b/src/Challenges.ts index 0f306e5ca..220c98c7f 100644 --- a/src/Challenges.ts +++ b/src/Challenges.ts @@ -166,6 +166,7 @@ export const challengeDisplay = (i: number, changefocus = true) => { } case 2: { current1 = current2 = format(5 * CalcECC('transcend', player.challengecompletions[2])) + current3 = format(0.25 * CalcECC('transcend', player.challengecompletions[2]), 2, true) break } case 3: {