mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Added set Tempest Remastered and reprints. Added Pit Trap. Updated latest Game Day, FNM, Buy-a-box, WMCQ, and Release promos.
This commit is contained in:
parent
2b2db2df6c
commit
0fbe4303ae
8 changed files with 833 additions and 400 deletions
|
|
@ -80,12 +80,12 @@ public class DryadMilitantTest extends CardTestPlayerBase {
|
|||
|
||||
/**
|
||||
* Tests if Dryad Militant dies by damage spell, the
|
||||
* spell don't gets exiled
|
||||
* spell don't get exiled
|
||||
*/
|
||||
@Test
|
||||
public void testDiesByDestroy() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 1);
|
||||
addCard(Zone.HAND, playerA, "Terminate");
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Dryad Militant");
|
||||
|
||||
|
|
@ -95,7 +95,8 @@ public class DryadMilitantTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertLife(playerB, 20);
|
||||
|
||||
|
||||
assertHandCount(playerA, "Terminate", 0);
|
||||
assertGraveyardCount(playerB, "Terminate", 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue