mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +00:00
* Gravespawn Sovereign - Fixed tool tip rule text.
This commit is contained in:
parent
7d60d884c3
commit
72f2382199
1 changed files with 4 additions and 4 deletions
|
@ -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"));
|
||||||
|
|
Loading…
Reference in a new issue