mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
[mad-ai] Fixed not using combat and post combat main phases.
This commit is contained in:
parent
27420f784c
commit
97a83998eb
4 changed files with 7 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue