* Some Aftermath fixes.

This commit is contained in:
LevelX2 2017-07-29 20:13:48 +02:00
parent 0ef94a588c
commit 6530b404c8
2 changed files with 81 additions and 3 deletions

View file

@ -46,6 +46,10 @@ public class DuskDawnTest extends CardTestPlayerBase {
@Test
public void testCastDawnFromGraveyard() {
// Dusk
// Destroy all creatures with power 3 or greater.
// Dawn
// Return all creature cards with power less than or equal to 2 from your graveyard to your hand.
addCard(Zone.GRAVEYARD, playerA, "Dusk // Dawn");
addCard(Zone.BATTLEFIELD, playerA, "Plains", 5);
addCard(Zone.GRAVEYARD, playerA, "Devoted Hero");
@ -85,5 +89,4 @@ public class DuskDawnTest extends CardTestPlayerBase {
assertGraveyardCount(playerA, "Devoted Hero", 1);
}
}