mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +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) {
|
for (Card c : newDeck) {
|
||||||
c.setOwner(player);
|
|
||||||
|
|
||||||
if (c.isFlipCard() && c.isFlipped()) {
|
if (c.isFlipCard() && c.isFlipped()) {
|
||||||
c.changeToState(CardCharacteristicName.Original);
|
c.changeToState(CardCharacteristicName.Original);
|
||||||
c.setFlipStaus(false);
|
c.setFlipStaus(false);
|
||||||
@@ -235,6 +233,7 @@ public class GameNew {
|
|||||||
c.setFoil(iFoil);
|
c.setFoil(iFoil);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c.setOwner(player);
|
||||||
library.add(c);
|
library.add(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user