mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
PlayerImpl fix
This commit is contained in:
parent
76537b0c66
commit
4b2a9cd203
8 changed files with 53 additions and 35 deletions
|
|
@ -32,7 +32,7 @@ public class PlayGameTest extends MageTestBase {
|
|||
game.loadCards(deck.getCards(), player.getId());
|
||||
|
||||
Player player2 = createPlayer("computer2", "Computer - mad");
|
||||
Deck deck2 = Deck.load(Sets.loadDeck("UW Control.dck"));
|
||||
Deck deck2 = Deck.load(Sets.loadDeck("RB Aggro.dck"));
|
||||
if (deck2.getCards().size() < 40) {
|
||||
throw new IllegalArgumentException("Couldn't load deck, deck side=" + deck2.getCards().size());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue