fixed Winota, Joiner of Forces text

This commit is contained in:
Evan Kranzler 2020-04-20 21:56:34 -04:00
parent c6ca107a87
commit a0d6d528ae

View file

@ -26,7 +26,7 @@ import java.util.UUID;
public final class WinotaJoinerOfForces extends CardImpl {
private static final FilterControlledCreaturePermanent filter
= new FilterControlledCreaturePermanent("non-Human creature you control");
= new FilterControlledCreaturePermanent("a non-Human creature you control");
static {
filter.add(Predicates.not(SubType.HUMAN.getPredicate()));