Fix filter on Balthier and Fran

This commit is contained in:
Grath 2025-08-28 13:22:05 -04:00
parent 31ef208f34
commit d3957259ac

View file

@ -36,7 +36,7 @@ public final class BalthierAndFran extends CardImpl {
= new FilterCreaturePermanent(SubType.VEHICLE, "a Vehicle crewed by {this} this turn"); = new FilterCreaturePermanent(SubType.VEHICLE, "a Vehicle crewed by {this} this turn");
static { static {
filter.add(BalthierAndFranPredicate.instance); filter2.add(BalthierAndFranPredicate.instance);
} }
public BalthierAndFran(UUID ownerId, CardSetInfo setInfo) { public BalthierAndFran(UUID ownerId, CardSetInfo setInfo) {