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

Add Egg's sell value to its description #1

Closed OppositeWolf770 closed 1 month ago

OppositeWolf770 commented 1 month ago

A simple addition that adds Egg's sell value to its description.

image

nh6574 commented 1 month ago

Thank you! Great idea!! Just one thing: this can be done easier without needing to keep track of the sell value separately by referencing the sell cost directly on the object like this

create_display_text_object({ ref_table = self, ref_value = "sell_cost", colour = G.C.GOLD })

Can you modify that so I can merge?

OppositeWolf770 commented 1 month ago

Done!

nh6574 commented 1 month ago

Thank you!