mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
small fix
This commit is contained in:
parent
90d51013ad
commit
60c8d7254b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public final class VaultbornTyrant extends CardImpl {
|
|||
filter2.add(TokenPredicate.FALSE);
|
||||
}
|
||||
|
||||
private static final Condition condition = new SourceMatchesFilterCondition(filter2)
|
||||
private static final Condition condition = new SourceMatchesFilterCondition(filter2);
|
||||
|
||||
public VaultbornTyrant(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{G}{G}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue