From 5c6d56a306f01ea7bfaf66fd59abd92df56964f2 Mon Sep 17 00:00:00 2001 From: Edward Gao Date: Thu, 13 Aug 2015 01:19:53 -0700 Subject: [PATCH] Minor wording change to hydromorph guardian --- Mage.Sets/src/mage/sets/torment/HydromorphGuardian.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/torment/HydromorphGuardian.java b/Mage.Sets/src/mage/sets/torment/HydromorphGuardian.java index cf3f69e789d..56366bdd597 100644 --- a/Mage.Sets/src/mage/sets/torment/HydromorphGuardian.java +++ b/Mage.Sets/src/mage/sets/torment/HydromorphGuardian.java @@ -56,7 +56,7 @@ import mage.target.TargetObject; */ public class HydromorphGuardian extends CardImpl { - private static FilterSpell filter = new FilterSpell("spell that targets a creature you control"); + private static FilterSpell filter = new FilterSpell("spell that targets one or more creatures you control"); public HydromorphGuardian(UUID ownerId) { super(ownerId, 39, "Hydromorph Guardian", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{U}");