mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
one more test fix
This commit is contained in:
parent
a6a9160139
commit
3b125def9c
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ public class VolrathsShapshifterTest extends CardTestPlayerBase {
|
|||
public void testLosingCopy() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Volrath's Shapeshifter", 1);
|
||||
// Codex Shredder - Artifact
|
||||
// {T}: Target player puts the top card of their library into their graveyard.
|
||||
// {T}: Target player mills a card.
|
||||
// {5}, {T}, Sacrifice Codex Shredder: Return target card from your graveyard to your hand.
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Codex Shredder", 1);
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ public class VolrathsShapshifterTest extends CardTestPlayerBase {
|
|||
addCard(Zone.LIBRARY, playerA, "Forest", 1);
|
||||
skipInitShuffling();
|
||||
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{T}: Target player puts the top card of their library into their graveyard.", playerA);
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{T}: Target player mills a card.", playerA);
|
||||
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
setStrictChooseMode(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue