forked from External/mage
Merge pull request #5983 from tsirides/master
Made some BUG Fixes on Knight Cards
This commit is contained in:
commit
3007936549
2 changed files with 2 additions and 2 deletions
|
|
@ -42,4 +42,4 @@ public final class InspiringVeteran extends CardImpl {
|
|||
public InspiringVeteran copy() {
|
||||
return new InspiringVeteran(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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