mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Merge branch 'master' of https://github.com/magefree/mage
This commit is contained in:
commit
421709ca2d
2 changed files with 8 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
public final class DreadhordeInvasion extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter
|
||||
= new FilterCreaturePermanent(SubType.ZOMBIE, "a Zombie token you control with power 6 or greater");
|
||||
= new FilterCreaturePermanent(SubType.ZOMBIE, "Zombie token you control with power 6 or greater");
|
||||
|
||||
static {
|
||||
filter.add(new PowerPredicate(ComparisonType.MORE_THAN, 5));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue