mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Glade Gnarr triggers on blue spells, not black
This commit is contained in:
parent
8051d1a86a
commit
7985728eb7
1 changed files with 2 additions and 2 deletions
|
@ -71,10 +71,10 @@ public class GladeGnarr extends CardImpl {
|
||||||
|
|
||||||
class GladeGnarrTriggeredAbility extends TriggeredAbilityImpl {
|
class GladeGnarrTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
|
|
||||||
private static final FilterCard filter = new FilterCard("a black spell");
|
private static final FilterCard filter = new FilterCard("a blue spell");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(new ColorPredicate(ObjectColor.BLACK));
|
filter.add(new ColorPredicate(ObjectColor.BLUE));
|
||||||
}
|
}
|
||||||
|
|
||||||
public GladeGnarrTriggeredAbility() {
|
public GladeGnarrTriggeredAbility() {
|
||||||
|
|
Loading…
Reference in a new issue