mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge origin/master
This commit is contained in:
commit
948449ee13
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ public class RedElementalBlast extends CardImpl<RedElementalBlast> {
|
||||||
private static final FilterPermanent filterPermanent = new FilterPermanent("blue permanent");
|
private static final FilterPermanent filterPermanent = new FilterPermanent("blue permanent");
|
||||||
private static final FilterSpell filterSpell = new FilterSpell("blue spell");
|
private static final FilterSpell filterSpell = new FilterSpell("blue spell");
|
||||||
static{
|
static{
|
||||||
filterPermanent.add(new ColorPredicate(ObjectColor.RED));
|
filterPermanent.add(new ColorPredicate(ObjectColor.BLUE));
|
||||||
filterSpell.add(new ColorPredicate(ObjectColor.RED));
|
filterSpell.add(new ColorPredicate(ObjectColor.BLUE));
|
||||||
}
|
}
|
||||||
|
|
||||||
public RedElementalBlast(UUID ownerId) {
|
public RedElementalBlast(UUID ownerId) {
|
||||||
|
|
Loading…
Reference in a new issue