mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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 {
|
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) {
|
public ScalebanesElite(UUID ownerId) {
|
||||||
super(ownerId, 135, "Scalebane's Elite", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{W}");
|
super(ownerId, 135, "Scalebane's Elite", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{G}{W}");
|
||||||
|
|
Loading…
Reference in a new issue