mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Update FreewindFalcon.java
lowercase
This commit is contained in:
parent
19b29c3982
commit
d26ac643ad
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ import mage.filter.predicate.mageobject.ColorPredicate;
|
||||||
*/
|
*/
|
||||||
public class FreewindFalcon extends CardImpl {
|
public class FreewindFalcon extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCard filter = new FilterCard("Red");
|
private static final FilterCard filter = new FilterCard("red");
|
||||||
static {
|
static {
|
||||||
filter.add(new ColorPredicate(ObjectColor.RED));
|
filter.add(new ColorPredicate(ObjectColor.RED));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue