mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Knight of the Last Breath activated ability
This commit is contained in:
parent
68ef6d32c8
commit
fb174cd93f
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ public final class KnightOfTheLastBreath extends CardImpl {
|
||||||
new CreateTokenEffect(new WhiteBlackSpiritToken()), new GenericManaCost(3)
|
new CreateTokenEffect(new WhiteBlackSpiritToken()), new GenericManaCost(3)
|
||||||
);
|
);
|
||||||
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(filter)));
|
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(filter)));
|
||||||
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Afterlife 3
|
// Afterlife 3
|
||||||
this.addAbility(new AfterlifeAbility(3));
|
this.addAbility(new AfterlifeAbility(3));
|
||||||
|
|
Loading…
Reference in a new issue