[mad-ai] Fixed not using combat and post combat main phases.

This commit is contained in:
magenoxx 2011-02-18 00:17:55 +03:00
parent 27420f784c
commit 97a83998eb
4 changed files with 7 additions and 6 deletions

View file

@ -56,7 +56,7 @@ public class PlayGameTest extends MageTestBase {
game.addPlayer(computerB, deck2);
game.loadCards(deck2.getCards(), computerB.getId());
parseScenario("scenario1.txt");
//parseScenario("scenario1.txt");
game.cheat(computerA.getId(), commandsA);
game.cheat(computerA.getId(), libraryCardsA, handCardsA, battlefieldCardsA, graveyardCardsA);
game.cheat(computerB.getId(), commandsB);