mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fixed a test failure
This commit is contained in:
parent
402733d6e7
commit
eda562fcda
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public class PhantasmalImageTest extends CardTestPlayerBase {
|
|||
|
||||
attack(4, playerB, "Steel Hellkite");
|
||||
|
||||
activateAbility(4, PhaseStep.POSTCOMBAT_MAIN, playerB, "{X}: Destroy each nonland permanent with mana value X whose controller was dealt combat damage by {this} this turn. Activate this ability only once each turn.");
|
||||
activateAbility(4, PhaseStep.POSTCOMBAT_MAIN, playerB, "{X}:");
|
||||
setChoice(playerB, "X=0");
|
||||
|
||||
setStopAt(4, PhaseStep.END_TURN);
|
||||
|
|
Loading…
Reference in a new issue