mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixed Vivien Reid's second ability cost
This commit is contained in:
parent
127e70a799
commit
aea831aeff
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public final class VivienReid extends CardImpl {
|
|||
));
|
||||
|
||||
// -3: Destroy target artifact, enchantment, or creature with flying.
|
||||
Ability ability = new LoyaltyAbility(new DestroyTargetEffect());
|
||||
Ability ability = new LoyaltyAbility(new DestroyTargetEffect(), -3);
|
||||
ability.addTarget(new TargetPermanent(filter2));
|
||||
this.addAbility(ability);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue