mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed another test failure
This commit is contained in:
parent
0590243d6d
commit
64625654f4
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ public class CursesTest extends CardTestPlayerBase {
|
|||
addTarget(playerB, "Curse of Death's Hold");
|
||||
|
||||
// {2}{G/U}{G/U}: Put the top two cards of your library into your graveyard, then return a nonland card of an opponent's choice from your graveyard to your hand.
|
||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}{G/U}{G/U}: Put the top two cards");
|
||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}{G/U}{G/U}: Mill two cards");
|
||||
castSpell(3, PhaseStep.POSTCOMBAT_MAIN, playerA, "Curse of Death's Hold", playerB);
|
||||
|
||||
setStopAt(3, PhaseStep.END_TURN);
|
||||
|
|
Loading…
Reference in a new issue