diff --git a/Mage.Sets/src/mage/cards/n/NettleGuard.java b/Mage.Sets/src/mage/cards/n/NettleGuard.java index ab2b962c7f6..5525bcede50 100644 --- a/Mage.Sets/src/mage/cards/n/NettleGuard.java +++ b/Mage.Sets/src/mage/cards/n/NettleGuard.java @@ -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.