mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Liliana, Heretical Healer - Fixed that the Zombie token was not created if Liliana was exiled by her effect.
This commit is contained in:
parent
1ee75e3e94
commit
d38910b81b
3 changed files with 40 additions and 11 deletions
|
|
@ -87,6 +87,9 @@ public class TransformTest extends CardTestPlayerBase {
|
|||
assertPermanentCount(playerA, "Liliana, Heretical Healer", 0);
|
||||
assertPermanentCount(playerA, "Liliana, Defiant Necromancer", 1);
|
||||
assertCounterCount("Liliana, Defiant Necromancer", CounterType.LOYALTY, 3);
|
||||
|
||||
assertPermanentCount(playerA, "Zombie", 1);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue