Skip to content

Commit

Permalink
for fun
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Nov 1, 2024
1 parent f4e8be1 commit 0f53225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/allocations.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class Allocations {

} else if (cat.name.includes("Character")) {
//break;
catJurors = this.getEligibleJurors(cat.id, 2.2, fill);
catJurors = this.getEligibleJurors(cat.id, 1.6, fill);
} else {
//break;
catJurors = this.getEligibleJurors(cat.id, low, fill);
Expand Down

0 comments on commit 0f53225

Please sign in to comment.