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

(Multiple Jokers) Default counter on reload #7

Open nh6574 opened 1 month ago

nh6574 commented 1 month 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.