mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Minor wording change to hydromorph guardian
This commit is contained in:
parent
30342fe5a0
commit
5c6d56a306
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
|
|
Loading…
Reference in a new issue