mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fix #9563
This commit is contained in:
parent
17f6ca6b22
commit
be05626321
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class BelakorTheDarkMaster extends CardImpl {
|
|||
private static final FilterPermanent filter2 = new FilterControlledPermanent(SubType.DEMON, "another Demon");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
filter2.add(AnotherPredicate.instance);
|
||||
}
|
||||
|
||||
public BelakorTheDarkMaster(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
Loading…
Reference in a new issue