mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
* Exile and return to battlefield - fixed that some cards can return commander from command zone but they shouldn't (example: Cloudshift, Conjurer's Closet, see #5151, #5278);
This commit is contained in:
parent
589866c6a6
commit
06b6e482a0
56 changed files with 243 additions and 386 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package org.mage.test.cards.abilities.keywords;
|
||||
|
||||
import mage.constants.PhaseStep;
|
||||
|
|
@ -8,7 +7,6 @@ import org.junit.Test;
|
|||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class EvolveTest extends CardTestPlayerBase {
|
||||
|
|
@ -166,9 +164,12 @@ public class EvolveTest extends CardTestPlayerBase {
|
|||
addCard(Zone.HAND, playerB, "Sudden Disappearance", 2);
|
||||
|
||||
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Sudden Disappearance", playerA);
|
||||
setChoice(playerA, "Evolve"); // two triggers
|
||||
|
||||
setStrictChooseMode(true);
|
||||
setStopAt(3, PhaseStep.PRECOMBAT_MAIN);
|
||||
execute();
|
||||
assertAllCommandsUsed();
|
||||
|
||||
assertLife(playerA, 20);
|
||||
assertLife(playerB, 20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue