fixed Winota, Joiner of Forces text

This commit is contained in:
Evan Kranzler 2020-04-23 20:46:15 -04:00
parent cdb615acba
commit d80a00bf5d

View file

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