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