mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Update FreewindFalcon.java
This commit is contained in:
parent
bce7b6bfcc
commit
df9a84a7f9
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@ import mage.filter.predicate.mageobject.ColorPredicate;
|
|||
*/
|
||||
public class FreewindFalcon extends CardImpl {
|
||||
|
||||
static final FilterCard filter = new FilterCard("red");
|
||||
private static final FilterCard filter = new FilterCard("Red");
|
||||
static {
|
||||
filter.add(new ColorPredicate(ObjectColor.RED));
|
||||
}
|
||||
|
||||
public FreewindFalcon(UUID ownerId) {
|
||||
super(ownerId, 105, "Freewind Falcon", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
|
|
Loading…
Reference in a new issue