Skip to content

Commit

Permalink
whoops, broke that earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
EFHIII committed Feb 28, 2024
1 parent 38d089d commit 2917096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,8 @@ function calculator() {
let possibleJokers = [Object.keys(playfieldJokers)];
if(optimizeJokers) {
possibleJokers = permutations(Object.keys(playfieldJokers));
}
if(optimizeCards) {
for(let i = 1; i < 6; i++) {
let nextChosen = choose(cards, i);
if(nextChosen.length > 0) {
Expand Down

0 comments on commit 2917096

Please sign in to comment.