fixed Vivien Reid's second ability cost

This commit is contained in:
Evan Kranzler 2018-06-26 19:51:41 -04:00
parent 127e70a799
commit aea831aeff

View file

@ -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);