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

(Obelisk) Calculate if hand is the most played poker hand #10

Closed nh6574 closed 1 month ago

nh6574 commented 1 month ago

Obelisk now displays what the most played poker hand is alongside the multiplier. Because of the display's limited size, if more than one hand is tied for the most played it only displays one of them.

This could be solved by calculating if the current hand is any of the most played hand and just displaying when the multiplier would reset.

nh6574 commented 1 month ago

Done in f6b5e035271f075c8adbd30def4cf1d4b927526c. Now it shows X1 when Obelisk would be reset by the selected hand. It doesn't display the most played hand anymore.