JeffVi / DX-Tarots

A Balatro mod that adds Deluxe consumables!
GNU General Public License v3.0
5 stars 6 forks source link

Fix rare crash when rolling shop #4

Closed Ardub23 closed 3 months ago

Ardub23 commented 3 months ago

Possibly due to use in conjunction with another mod (Betmma Vouchers?), rolling the shop could sometimes crash the game by indexing a nil value. Adding a failsafe to get_pack() to stop it from returning nil seems to prevent this.