mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
* Mirari - Fixed that the triggering spell was not copied (fixes #6338).
This commit is contained in:
parent
a75d08283f
commit
5c65ee31d9
4 changed files with 5 additions and 14 deletions
|
|
@ -48,7 +48,6 @@ public class SpelltwineTest extends CardTestPlayerBase {
|
|||
* after this, failing to be in the stack box or resolve all.
|
||||
*/
|
||||
@Test
|
||||
@Ignore // TODO: test is wrong -- mirari exile cards and must cast their copies, on copies cast mirari triggers again (two times).
|
||||
public void testCopyCardsMirari() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Island", 9);
|
||||
// Exile target instant or sorcery card from your graveyard and target instant or sorcery card from an opponent's graveyard.
|
||||
|
|
@ -69,10 +68,8 @@ public class SpelltwineTest extends CardTestPlayerBase {
|
|||
|
||||
// cast spellwin
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Spelltwine");
|
||||
addTarget(playerA, "Impulse"); // target 1 to excile
|
||||
addTarget(playerA, "Blasphemous Act"); // target 2 to excile
|
||||
|
||||
|
||||
addTarget(playerA, "Impulse"); // target 1 to exile
|
||||
addTarget(playerA, "Blasphemous Act"); // target 2 to exile
|
||||
|
||||
setChoice(playerA, "Yes"); // pay {3} and copy spell
|
||||
setChoice(playerA, "Yes"); // Change targets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue