plasmaster09 / Jester-Bonus-World

A mod for Dicey Dungeons that improves and overhauls Jester's Bonus Round episode. Instead of picking your Finale Card, you now pick your entire deck- and elements of your run like booster packs and item pools are changed based on your deck choice!
0 stars 0 forks source link

e.removefrombattle = true; is wrong #7

Closed ncrecc closed 3 years ago

ncrecc commented 3 years ago

yep, this one's my fault; applies to my items (supervolcano & variants, time lapse). unless dicey code has changed, e.removefrombattle is never reset so setting it to true will cause a card to always be missing. do e.onceperbattle = true; e.usedthisbattle = true;

plasmaster09 commented 3 years ago

alright, fixed