mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
fix for TestSightlessGhoul
This commit is contained in:
parent
4df0201256
commit
563687566c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class TestSightlessGhoul extends CardTestPlayerBase {
|
|||
public void testUndying() {
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Sightless Ghoul");
|
||||
|
||||
addCard(Constants.Zone.HAND, playerB, "Mountain", 8);
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Mountain", 1);
|
||||
addCard(Constants.Zone.HAND, playerB, "Lightning Bolt");
|
||||
|
||||
castSpell(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerB, "Lightning Bolt", "Sightless Ghoul");
|
||||
|
|
Loading…
Reference in a new issue