mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue