- little text fix.

This commit is contained in:
Jeff 2019-04-01 11:48:33 -05:00
parent be9d0f8008
commit 8fea509ed7
2 changed files with 8 additions and 8 deletions

View file

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