DivvyCr / Balatro-Preview

Simulate the score you will get on the selected cards!
GNU General Public License v3.0
45 stars 5 forks source link

Fix crash on card rank parity check #19

Closed erijohnt closed 7 months ago

erijohnt commented 7 months ago

The card object wasn't being properly passed to the parity checking function, causing the game to crash when simulating scoring for Even Steven and Odd Todd.

Should fix #18. (Works on my machine.)

DivvyCr commented 7 months ago

Fixed in da295c058e86911b653d978cc8c19e365586f7df Sorry, noticed the PR after I fixed and committed it. Should've merged this.