Skip to content

Commit

Permalink
Opps! All 6s
Browse files Browse the repository at this point in the history
  • Loading branch information
EFHIII committed Mar 14, 2024
1 parent 3e97ebc commit c38aa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balatro-sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ class Hand {
this.SmearedJoker = true;
break;
case 65:
this.chanceMultiplier *= 2;
this.chanceMultiplier /= 2;
break;
case 66:
this.FourFingers = true;
Expand Down
2 changes: 1 addition & 1 deletion breakdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ class Hand {
this.SmearedJoker = true;
break;
case 65:
this.chanceMultiplier *= 2;
this.chanceMultiplier /= 2;
break;
case 66:
this.FourFingers = true;
Expand Down

0 comments on commit c38aa61

Please sign in to comment.