* Liliana, Heretical Healer - Fixed that the Zombie token was not created if Liliana was exiled by her effect.

This commit is contained in:
LevelX2 2015-07-06 16:49:24 +02:00
parent 1ee75e3e94
commit d38910b81b
3 changed files with 40 additions and 11 deletions

View file

@ -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);
}
}