From 555bb7441b7699dcde001a67725af207ebe3b2c6 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sat, 13 Jul 2024 00:03:45 -0400 Subject: [PATCH] fix Nettle Guard --- Mage.Sets/src/mage/cards/n/NettleGuard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.