mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Vivien of the Arkbow's second ability
This commit is contained in:
parent
ca21f32009
commit
c4b274d666
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public final class VivienOfTheArkbow extends CardImpl {
|
||||||
ability = new LoyaltyAbility(new DamageWithPowerTargetEffect(), -3);
|
ability = new LoyaltyAbility(new DamageWithPowerTargetEffect(), -3);
|
||||||
ability.addTarget(new TargetControlledCreaturePermanent());
|
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||||
ability.addTarget(new TargetCreaturePermanent(filter));
|
ability.addTarget(new TargetCreaturePermanent(filter));
|
||||||
|
this.addAbility(ability);
|
||||||
|
|
||||||
// −9: Creatures you control get +4/+4 and gain trample until end of turn.
|
// −9: Creatures you control get +4/+4 and gain trample until end of turn.
|
||||||
ability = new LoyaltyAbility(
|
ability = new LoyaltyAbility(
|
||||||
|
|
Loading…
Reference in a new issue