Skip to content

Commit

Permalink
chore(core): remove non-applicable todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Jan 13, 2025
1 parent 0aae4b8 commit 5b95035
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ export const JOKER_DEFINITIONS: Record<JokerName, JokerDefinition> = {
'Supernova': {
rarity: 'common',
effect ({ score, state }) {
// TODO: Remove the following by instead incrementing `plays` after determining the played hand.
// Note: This is counting one extra play because the Joker takes *the current played hand* into account for the calculation.
score.multiplier += state.handLevels[state.playedHand].plays + 1
},
},
Expand Down

0 comments on commit 5b95035

Please sign in to comment.