* Vesuvan Shapeshifter - Fixed that copying creatures with morph and a turn face up trigger did not work correctly (fixes #2864).

This commit is contained in:
LevelX2 2017-05-28 11:01:04 +02:00
parent 40c434f5df
commit 9c773ba3cb
3 changed files with 15 additions and 17 deletions

View file

@ -764,9 +764,9 @@ public class MorphTest extends CardTestPlayerBase {
castSpell(2, PhaseStep.PRECOMBAT_MAIN, playerB, "Vesuvan Shapeshifter");
setChoice(playerB, "Yes");
setChoice(playerB, "Brine Elemental");
activateAbility(2, PhaseStep.POSTCOMBAT_MAIN, playerB, "{1}{U}: Turn this face-down permanent");
setChoice(playerB, "Brine Elemental");
setStopAt(2, PhaseStep.END_TURN);