mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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)
|
||||
);
|
||||
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(filter)));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Afterlife 3
|
||||
this.addAbility(new AfterlifeAbility(3));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue