mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Update ScalebanesElite.java
This commit is contained in:
parent
df9a84a7f9
commit
19b29c3982
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@ import mage.filter.predicate.mageobject.ColorPredicate;
|
|||
*/
|
||||
public class ScalebanesElite extends CardImpl {
|
||||
|
||||
static final FilterCard filter = new FilterCard("black");
|
||||
private static final FilterCard filter = new FilterCard("Black");
|
||||
static {
|
||||
filter.add(new ColorPredicate(ObjectColor.BLACK));
|
||||
}
|
||||
|
||||
public ScalebanesElite(UUID ownerId) {
|
||||
super(ownerId, 135, "Scalebane's Elite", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{W}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue