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
c6ca107a87
commit
a0d6d528ae
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue