nh6574 / JokerDisplay

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

(Multiple Jokers) Default counter on reload #7

Closed nh6574 closed 8 months ago

nh6574 commented 10 months ago

Some jokers display the default information on game reload instead of the current information on the game. For example, Blue Joker displays +0 on reload even if you have cards in the deck.

This could be due to not having the information available during the first display update, and could be fixed by adding another update at a different time.

In the mean time, clicking on a card or any other form of display update fixes this.

nh6574 commented 8 months ago

Fixed with #42