Skip to content

Commit

Permalink
tweak2
Browse files Browse the repository at this point in the history
  • Loading branch information
Northmoc committed Nov 26, 2024
1 parent fb3c238 commit 4612729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,7 @@ public static int xCount(Card c, final String s, final CardTraitBase ctb) {
}

if (sq[0].startsWith("YouRolledThisTurn")) {
int n = Integer.parseInt(sq[0].substring(17));
int n = calculateAmount(c, sq[0].substring(17), ctb);
return doXMath(Collections.frequency(player.getDiceRollsThisTurn(), n), expr, c, ctb);
}

Expand Down

0 comments on commit 4612729

Please sign in to comment.