Skip to content

Commit

Permalink
Fix challenge 2 reward description
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrIQ committed Apr 29, 2024
1 parent e64b05d commit 5d1c091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5d1c091

Please sign in to comment.