mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix error
This commit is contained in:
parent
97c64fab09
commit
a6f75f1eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue