nh6574 / JokerDisplay

Simple Balatro mod that displays information such as modifiers or relevant hands, ranks or suits underneath Jokers.
GNU General Public License v3.0
2 stars 1 forks source link

(Loyalty Card) Display multiplier correctly #6

Closed nh6574 closed 1 day ago

nh6574 commented 1 month ago

Loyalty Card's "hand remaining" value updates as soon as a hand is played, so that means that the display shows the X4 multiplier when the penultimate hand is played (where it's not actually active) and it shows as inactive when the hand where it should be active is played. This is obviously counterintuitive and should be fixed.

nh6574 commented 1 day ago

There's a bit of flickering in the display because the game updates the hand played count before playing the hand and I check if a hand is being played to display the correct X Mult but eh, it's good enough.