mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix test failure
This commit is contained in:
parent
0b5144d0d2
commit
3281f214ab
1 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ public class CloudshiftTest extends CardTestPlayerBase {
|
|||
|
||||
attack(3, playerA, "Silvercoat Lion");
|
||||
|
||||
activateAbility(3, PhaseStep.END_COMBAT, playerA, "Remove a charge counter from {this}: Choose one —<br>&bull Equipped creature gets");
|
||||
activateAbility(3, PhaseStep.END_COMBAT, playerA, "Remove a charge counter from {this}: Choose one —<br>&bull Equipped creature gets");
|
||||
setModeChoice(playerA, "1");
|
||||
castSpell(3, PhaseStep.END_COMBAT, playerA, "Cloudshift", "Silvercoat Lion", "Remove a charge counter from");
|
||||
|
||||
|
|
@ -215,7 +215,7 @@ public class CloudshiftTest extends CardTestPlayerBase {
|
|||
|
||||
attack(3, playerA, "Silvercoat Lion");
|
||||
|
||||
activateAbility(4, PhaseStep.DRAW, playerA, "Remove a charge counter from {this}: Choose one —<br>&bull Equipped creature gets");
|
||||
activateAbility(4, PhaseStep.DRAW, playerA, "Remove a charge counter from {this}: Choose one —<br>&bull Equipped creature gets");
|
||||
setModeChoice(playerA, "1");
|
||||
castSpell(4, PhaseStep.PRECOMBAT_MAIN, playerB, "Flickerwisp");
|
||||
addTarget(playerB, "Silvercoat Lion");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue