mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix Shadow of the Goblin
This commit is contained in:
parent
39a8945589
commit
8ac800b08b
2 changed files with 5 additions and 6 deletions
|
|
@ -61,7 +61,7 @@ public class ShadowOfTheGoblinTest extends CardTestPlayerBase {
|
|||
addCard(Zone.HAND, playerA, "Mountain");
|
||||
addCard(Zone.HAND, playerA, partyThrasher);
|
||||
|
||||
setChoice(playerA, false); // shadow trigger
|
||||
setChoice(playerA, "Mountain"); // shadow trigger
|
||||
waitStackResolved(1, PhaseStep.PRECOMBAT_MAIN);
|
||||
|
||||
playLand(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mountain");
|
||||
|
|
@ -120,4 +120,4 @@ public class ShadowOfTheGoblinTest extends CardTestPlayerBase {
|
|||
|
||||
assertLife(playerB, 20 - 1 - 1); // land + spell from library
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue