brine / mtg-octgn

MTG game definition for OCTGN3 source code
The Unlicense
32 stars 20 forks source link

Re-designed the libraryBottomAllShuffle action. #133

Closed Wirox closed 3 years ago

Wirox commented 3 years ago

Previously when using the libraryBottomAllShuffle action, cards were moved one-by-one in a random order, and this order was visible. With these changes, library is first moved to Planes/Schemes, then chosen cards are moved to library and shuffled, and then the cards from Planes/Schemes are put back on top of library. This circumvents the aforementioned problem.

Wirox commented 3 years ago

Closing because Brine already implemented an alternative re-design in dfb60cd.