From b9a1b58dd80d8216c3ac95955b4d3ee822f4c76b Mon Sep 17 00:00:00 2001 From: efhiii Date: Thu, 14 Mar 2024 09:36:08 -0700 Subject: [PATCH] fix #19 --- balatro-sim.js | 2 +- breakdown.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/balatro-sim.js b/balatro-sim.js index eed1416..a4e37d8 100644 --- a/balatro-sim.js +++ b/balatro-sim.js @@ -289,7 +289,7 @@ class Hand { if(joker[JOKER_DISABLED]) return; if(joker[EDITION] === FOIL) { - this.chips += 30; + this.chips += 50; } else if(joker[EDITION] === HOLOGRAPHIC) { this.mult = bigAdd(10, this.mult); diff --git a/breakdown.js b/breakdown.js index 5c2ab10..c4e29b7 100644 --- a/breakdown.js +++ b/breakdown.js @@ -319,7 +319,7 @@ class Hand { if(joker[JOKER_DISABLED]) return; if(joker[EDITION] === FOIL) { - this.chips += 30; + this.chips += 50; if(this.bd) this.breakdownPlusChips([joker], 30, true); } else if(joker[EDITION] === HOLOGRAPHIC) {