- Shuffle the zones after the initVariantZones call.

This commit is contained in:
Agetian
2017-08-17 12:37:54 +00:00
parent 0679d9a30f
commit e85d6bebd0

View File

@@ -248,10 +248,12 @@ public class Match {
if (myDeck.has(DeckSection.Sideboard)) {
preparePlayerLibrary(player, ZoneType.Sideboard, myDeck.get(DeckSection.Sideboard), psc.useRandomFoil(), generator);
}
player.shuffle(null);
player.initVariantsZones(psc);
player.shuffle(null);
if (isFirstGame) {
Collection<? extends PaperCard> cardsComplained = player.getController().complainCardsCantPlayWell(myDeck);
if (null != cardsComplained) {