mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Winota, Joiner of Forces text
This commit is contained in:
parent
cdb615acba
commit
d80a00bf5d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import java.util.UUID;
|
||||||
public final class WinotaJoinerOfForces extends CardImpl {
|
public final class WinotaJoinerOfForces extends CardImpl {
|
||||||
|
|
||||||
private static final FilterControlledCreaturePermanent filter
|
private static final FilterControlledCreaturePermanent filter
|
||||||
= new FilterControlledCreaturePermanent("a non-Human creature you control");
|
= new FilterControlledCreaturePermanent(" non-Human creature you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.not(SubType.HUMAN.getPredicate()));
|
filter.add(Predicates.not(SubType.HUMAN.getPredicate()));
|
||||||
|
|
Loading…
Reference in a new issue