mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
* 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:
parent
40c434f5df
commit
9c773ba3cb
3 changed files with 15 additions and 17 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue