- Sideboarding: Attempt at fixing interaction of sideboarding with the mulligan in rounds 2 and 3 (experimental, might not actually do the trick).

This commit is contained in:
Agetian
2012-12-15 19:44:30 +00:00
parent cc4daa513c
commit 8dda6a7f5b

View File

@@ -211,8 +211,6 @@ public class GameNew {
}
for (Card c : newDeck) {
c.setOwner(player);
if (c.isFlipCard() && c.isFlipped()) {
c.changeToState(CardCharacteristicName.Original);
c.setFlipStaus(false);
@@ -235,6 +233,7 @@ public class GameNew {
c.setFoil(iFoil);
}
c.setOwner(player);
library.add(c);
}
}