mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix Alistair The Brigadier filter. (#11665)
This commit is contained in:
parent
85c17c786f
commit
027bda9c04
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class AlistairTheBrigadier extends CardImpl {
|
||||||
private static final FilterPermanent filter2 = new FilterControlledPermanent("historic permanents you control");
|
private static final FilterPermanent filter2 = new FilterControlledPermanent("historic permanents you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(HistoricPredicate.instance);
|
filter2.add(HistoricPredicate.instance);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final DynamicValue xValue = new PermanentsOnBattlefieldCount(filter2, null);
|
private static final DynamicValue xValue = new PermanentsOnBattlefieldCount(filter2, null);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue