mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update ScalebanesElite.java
lowercase
This commit is contained in:
parent
d26ac643ad
commit
207f700a01
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import mage.filter.predicate.mageobject.ColorPredicate;
|
|||
*/
|
||||
public class ScalebanesElite extends CardImpl {
|
||||
|
||||
private static final FilterCard filter = new FilterCard("Black");
|
||||
private static final FilterCard filter = new FilterCard("black");
|
||||
static {
|
||||
filter.add(new ColorPredicate(ObjectColor.BLACK));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue