mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Some minor changes.
This commit is contained in:
parent
f7924a6d92
commit
7ce1e6de19
3 changed files with 12 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue