mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
- Fixed a few typo's.
This commit is contained in:
parent
871f45123a
commit
c7ef9631a0
1 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ public class SigardaHostOfHeronsTest extends CardTestPlayerBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testUseWithMercilessExcutioner() {
|
public void testUseWithMercilessExecutioner() {
|
||||||
/** I put a merciless executioner in play as part
|
/** I put a merciless executioner in play as part
|
||||||
of the resolution of Tempt With Immortality. An opponent who put
|
of the resolution of Tempt With Immortality. An opponent who put
|
||||||
Sigarda, Host of Herons into play from Tempt With Immortality,
|
Sigarda, Host of Herons into play from Tempt With Immortality,
|
||||||
|
|
@ -91,9 +91,9 @@ public class SigardaHostOfHeronsTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.GRAVEYARD, playerB, "Merciless Executioner");
|
addCard(Zone.GRAVEYARD, playerB, "Merciless Executioner");
|
||||||
addCard(Zone.HAND, playerB, "Tempt with Immortality");
|
addCard(Zone.HAND, playerB, "Tempt with Immortality");
|
||||||
|
|
||||||
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Temp With Immortality");
|
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Tempt With Immortality");
|
||||||
setChoice(playerA, "Sigarda, Host of Herons");
|
setChoice(playerA, "Sigarda, Host of Herons");
|
||||||
setChoice(playerB, "Merciless Excutioner");
|
setChoice(playerB, "Merciless Executioner");
|
||||||
|
|
||||||
setStopAt(2, PhaseStep.POSTCOMBAT_MAIN);
|
setStopAt(2, PhaseStep.POSTCOMBAT_MAIN);
|
||||||
execute();
|
execute();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue