mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- 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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user