mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Updated failing SorinLordOfInnistradTest (ability text seems has been changed)
This commit is contained in:
parent
e6eb8c1848
commit
e8f82fd728
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ public class SorinLordOfInnistradTest extends CardTestPlayerBase {
|
||||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Sejiri Merfolk");
|
addCard(Constants.Zone.BATTLEFIELD, playerA, "Sejiri Merfolk");
|
||||||
|
|
||||||
addCounters(1, Constants.PhaseStep.UPKEEP, playerA, "Sorin, Lord of Innistrad", CounterType.LOYALTY, 1);
|
addCounters(1, Constants.PhaseStep.UPKEEP, playerA, "Sorin, Lord of Innistrad", CounterType.LOYALTY, 1);
|
||||||
activateAbility(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with \"[creature you control get +1/+0. ]\". ");
|
activateAbility(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with ");
|
||||||
activateAbility(3, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with \"[creature you control get +1/+0. ]\". ");
|
activateAbility(3, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with ");
|
||||||
setStopAt(3, Constants.PhaseStep.BEGIN_COMBAT);
|
setStopAt(3, Constants.PhaseStep.BEGIN_COMBAT);
|
||||||
execute();
|
execute();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue