forked from External/mage
FIXED a bug where Worthy Knight was only creating tokens if the spell was a human spell.
This commit is contained in:
parent
7d05f8a1d8
commit
29faab73d1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public final class WorthyKnight extends CardImpl {
|
|||
private static final FilterSpell filter = new FilterSpell("a Knight spell");
|
||||
|
||||
static {
|
||||
filter.add(new SubtypePredicate(SubType.HUMAN));
|
||||
filter.add(new SubtypePredicate(SubType.KNIGHT));
|
||||
}
|
||||
|
||||
public WorthyKnight(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue