forked from External/mage
* 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:
parent
3c80a915fa
commit
e3750ad335
3 changed files with 3 additions and 10 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue