spacemandev-git / fvtt-card-support

Adds programmatic deck support to FoundryVTT
MIT License
10 stars 10 forks source link

Bug? - "with Replacement" causes order of deck to not be respected. #63

Open Norc opened 3 years ago

Norc commented 3 years ago

Reset the 54 card deck to its original state, then draw two cards. It's always a joker and a Queen of Spades.

Reset it again, and draw two cards with replacement. The two cards are randomly selected.

This behavior is consistent between deal to players and take card. I can see how it makes sense, because otherwise the same card will always be drawn, but it can be unintended if you want to say deal the same card to all players.