mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[MID] fixed Sigarda, Champion of Light allowing controller to pick any card (fixes #8282)
This commit is contained in:
parent
a2ebbda567
commit
a44f431634
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public final class SigardaChampionOfLight extends CardImpl {
|
|||
private static final FilterCard filter2 = new FilterCreatureCard("Human creature card");
|
||||
|
||||
static {
|
||||
filter.add(SubType.HUMAN.getPredicate());
|
||||
filter2.add(SubType.HUMAN.getPredicate());
|
||||
}
|
||||
|
||||
public SigardaChampionOfLight(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
Loading…
Add table
Reference in a new issue