mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Fixed #6972
This commit is contained in:
parent
f0df880b17
commit
446017b1a4
1 changed files with 5 additions and 4 deletions
|
@ -48,6 +48,7 @@ public final class VivienNaturesAvenger extends CardImpl {
|
|||
ability.addEffect(new GainAbilityTargetEffect(
|
||||
TrampleAbility.getInstance(), Duration.EndOfTurn
|
||||
).setText("and gains trample until end of turn."));
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue