mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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…
Reference in a new issue