* Some minor changes.

This commit is contained in:
LevelX2 2015-03-01 17:22:39 +01:00
parent f7924a6d92
commit 7ce1e6de19
3 changed files with 12 additions and 2 deletions

View file

@ -192,6 +192,9 @@ public class CursesTest extends CardTestPlayerBase {
@Test
public void testCurseOfMisfortune1() {
removeAllCardsFromLibrary(playerA);
// At the beginning of your upkeep, you may search your library for a Curse card that doesn't have the same name as a
// Curse attached to enchanted player, put it onto the battlefield attached to that player, then shuffle your library.
addCard(Zone.LIBRARY, playerA, "Curse of Misfortunes", 2);
addCard(Zone.HAND, playerA, "Curse of Misfortunes");
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 5);