fix error

This commit is contained in:
theelk801 2025-07-17 09:06:28 -04:00
parent 97c64fab09
commit a6f75f1eb5

View file

@ -30,7 +30,7 @@ public final class SecludedStarforge extends CardImpl {
private static final FilterControlledPermanent filter = new FilterControlledArtifactPermanent("untapped artifacts you control"); private static final FilterControlledPermanent filter = new FilterControlledArtifactPermanent("untapped artifacts you control");
static { static {
filter.add(TappedPredicate.UNTAPPED) filter.add(TappedPredicate.UNTAPPED);
} }
public SecludedStarforge(UUID ownerId, CardSetInfo setInfo) { public SecludedStarforge(UUID ownerId, CardSetInfo setInfo) {