You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no event triggered when a pile becomes empty so the only way to do this would be to track every card movement. That is doable as movement is already tracked for the Undo command, but I'm not sure what scenarios would be caught by it that aren't caught already.
As for reshuffling while drawing cards, the code is currently setup to reshuffle when a player tries to draw a card and there are no cards left in their deck, or if the deck runs out while flipping. The only time it shouldn't reshuffle under the current system is if the last card you draw is the last card of your deck. I think it'd make sense to switch that to match the flip approach, where if the last card you flip (or in this case draw) is the last card of your deck, it reshuffles immediately.
Other than that, are there any scenarios the deck should reshuffle under where it currently does not?
Discord request to reshuffle more often.
Ideally every time the deck is empty (maybe there's an event for that?), at the least when doing Draw X.
The text was updated successfully, but these errors were encountered: