mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fixed HideousEndTest.
This commit is contained in:
parent
2d94164a26
commit
5eebdcb3ae
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class HideousEndTest extends CardTestBase {
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Swamp");
|
addCard(Constants.Zone.BATTLEFIELD, playerA, "Swamp");
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Swamp");
|
addCard(Constants.Zone.BATTLEFIELD, playerA, "Swamp");
|
||||||
addCard(Constants.Zone.HAND, playerA, "Hideous End");
|
addCard(Constants.Zone.HAND, playerA, "Hideous End");
|
||||||
addCard(Constants.Zone.HAND, playerB, "Copper Myr");
|
addCard(Constants.Zone.BATTLEFIELD, playerB, "Copper Myr");
|
||||||
|
|
||||||
castSpell(playerA, "Hideous End");
|
castSpell(playerA, "Hideous End");
|
||||||
addFixedTarget(playerA, "Hideous End", "Copper Myr");
|
addFixedTarget(playerA, "Hideous End", "Copper Myr");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue