Minor wording change to hydromorph guardian

This commit is contained in:
Edward Gao 2015-08-13 01:19:53 -07:00
parent 30342fe5a0
commit 5c6d56a306

View file

@ -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}");