* Fixed Knight of Malice, Knight of Grace that boost only worked if all players had a permanent with the needed color (fixes #4811).

This commit is contained in:
LevelX2 2018-04-20 08:04:49 +02:00
parent 3c80a915fa
commit e3750ad335
3 changed files with 3 additions and 10 deletions

View file

@ -47,6 +47,7 @@ import mage.game.permanent.token.ZombieToken;
*/
public class LilianaTheLastHopeEmblem extends Emblem {
// "At the beginning of your end step, create X 2/2 black Zombie creature tokens, where X is two plus the number of Zombies you control."
public LilianaTheLastHopeEmblem() {
this.setName("Emblem Liliana");
Ability ability = new BeginningOfEndStepTriggeredAbility(Zone.COMMAND, new CreateTokenEffect(new ZombieToken(), new LilianaZombiesCount()),