* Gravespawn Sovereign - Fixed tool tip rule text.

This commit is contained in:
LevelX2 2016-11-20 09:23:21 +01:00
parent 7d60d884c3
commit 72f2382199

View file

@ -51,7 +51,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
*/ */
public class GravespawnSovereign extends CardImpl { public class GravespawnSovereign extends CardImpl {
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("untapped Vampires you control"); private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("untapped Zombies you control");
static { static {
filter.add(new SubtypePredicate("Zombie")); filter.add(new SubtypePredicate("Zombie"));