mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Shuffle the zones after the initVariantZones call.
This commit is contained in:
@@ -248,10 +248,12 @@ public class Match {
|
|||||||
if (myDeck.has(DeckSection.Sideboard)) {
|
if (myDeck.has(DeckSection.Sideboard)) {
|
||||||
preparePlayerLibrary(player, ZoneType.Sideboard, myDeck.get(DeckSection.Sideboard), psc.useRandomFoil(), generator);
|
preparePlayerLibrary(player, ZoneType.Sideboard, myDeck.get(DeckSection.Sideboard), psc.useRandomFoil(), generator);
|
||||||
}
|
}
|
||||||
player.shuffle(null);
|
|
||||||
|
|
||||||
player.initVariantsZones(psc);
|
player.initVariantsZones(psc);
|
||||||
|
|
||||||
|
player.shuffle(null);
|
||||||
|
|
||||||
|
|
||||||
if (isFirstGame) {
|
if (isFirstGame) {
|
||||||
Collection<? extends PaperCard> cardsComplained = player.getController().complainCardsCantPlayWell(myDeck);
|
Collection<? extends PaperCard> cardsComplained = player.getController().complainCardsCantPlayWell(myDeck);
|
||||||
if (null != cardsComplained) {
|
if (null != cardsComplained) {
|
||||||
|
|||||||
Reference in New Issue
Block a user