mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
so now ya tell me it wasn't a bug! adjusted test. fixed #2053
This commit is contained in:
parent
23eb555f59
commit
f39fab01eb
1 changed files with 7 additions and 1 deletions
|
|
@ -125,6 +125,12 @@ public class LeylineOfTheVoidTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
"Leyline of the Void’s second ability doesn’t affect token permanents that would be put into an opponent’s graveyard from the battlefield.
|
||||||
|
They’ll be put into that graveyard as normal (causing any applicable triggered abilities to trigger), then they’ll cease to exist."
|
||||||
|
http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=107682
|
||||||
|
|
||||||
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testMorbidAbilityWithAwakeningZoneTokens() {
|
public void testMorbidAbilityWithAwakeningZoneTokens() {
|
||||||
// At the beginning of your upkeep, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield.
|
// At the beginning of your upkeep, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield.
|
||||||
|
|
@ -145,7 +151,7 @@ public class LeylineOfTheVoidTest extends CardTestPlayerBase {
|
||||||
|
|
||||||
assertPermanentCount(playerA, "Eldrazi Spawn", 0);
|
assertPermanentCount(playerA, "Eldrazi Spawn", 0);
|
||||||
assertExileCount(playerB, 0);
|
assertExileCount(playerB, 0);
|
||||||
assertHandCount(playerB, 0);
|
assertHandCount(playerB, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue