forked from External/mage
fix Nettle Guard
This commit is contained in:
parent
ef7c2fcb28
commit
555bb7441b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public final class NettleGuard extends CardImpl {
|
|||
|
||||
// Valiant -- Whenever Nettle Guard becomes the target of a spell or ability you control for the first time each turn, it gets +0/+2 until end of turn.
|
||||
this.addAbility(new ValiantTriggeredAbility(new BoostSourceEffect(
|
||||
0, 1, Duration.EndOfTurn, "it"
|
||||
0, 2, Duration.EndOfTurn, "it"
|
||||
)));
|
||||
|
||||
// {1}, Sacrifice Nettle Guard: Destroy target artifact or enchantment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue