Space-Paca / alchemy-game

GNU General Public License v3.0
7 stars 4 forks source link

Consider grid size for hand+deck filtered recipes #216

Closed bz2 closed 2 years ago

bz2 commented 2 years ago

After using recipes and learning them for the next run, a player can have the right reagents in their hand or deck, but not have a large enough grid until the second act. It's more helpful to hide these uncastables rather than show them in the filtered options.

bz2 commented 2 years ago

I have now successfully run this locally and confirmed it does what I expected, and addressed an issue @rilifon noticed where the tag filtering only happens on tab interaction, not the first (or after level up) display of the book. So, just filter whenever the book toggles to being visible (using the current tag).