mirror of
https://github.com/magefree/mage.git
synced 2026-01-21 18:59:58 -08:00
Test scenario for Earthquake.
This commit is contained in:
parent
ea847e791b
commit
9bd5e95bda
5 changed files with 32 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ public class PlayGameTest extends MageTestBase {
|
|||
game.addPlayer(computerB, deck2);
|
||||
game.loadCards(deck2.getCards(), computerB.getId());
|
||||
|
||||
//parseScenario("scenario4.txt");
|
||||
parseScenario("scenario5.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