mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
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…
Reference in a new issue