mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Shallow Grave - Fixed that the delayed triggered ability did also effect the target if it changed zone meanwhile (fixes #1262).
This commit is contained in:
parent
7639f1bc6d
commit
63e25cf132
3 changed files with 58 additions and 52 deletions
|
|
@ -69,8 +69,8 @@ public class PersistTest extends CardTestPlayerBase {
|
|||
// Persist
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Safehold Elite");
|
||||
|
||||
// Exile target card from a graveyard. You gain 3 life.
|
||||
addCard(Zone.HAND, playerB, "Lightning Bolt", 1);
|
||||
// Exile target card from a graveyard. You gain 3 life.
|
||||
addCard(Zone.HAND, playerB, "Shadowfeed", 1);
|
||||
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Swamp", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue