Merge pull request #5983 from tsirides/master

Made some BUG Fixes on Knight Cards
This commit is contained in:
Evan Kranzler 2019-09-16 09:39:21 -04:00 committed by GitHub
commit 3007936549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,4 +42,4 @@ public final class InspiringVeteran extends CardImpl {
public InspiringVeteran copy() {
return new InspiringVeteran(this);
}
}
}

View file

@ -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) {