fixed filter on slipstream Eel

This commit is contained in:
markedagain 2015-07-10 08:53:53 -04:00
parent 39c9674f87
commit 37b4948b54

View file

@ -61,7 +61,7 @@ public class SlipstreamEel extends CardImpl {
this.toughness = new MageInt(6); this.toughness = new MageInt(6);
// Slipstream Eel can't attack unless defending player controls an Island. // Slipstream Eel can't attack unless defending player controls an Island.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantAttackUnlessDefenderControllsPermanent(new FilterLandPermanent(filter)))); this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantAttackUnlessDefenderControllsPermanent(filter)));
// Cycling {1}{U} // Cycling {1}{U}
this.addAbility(new CyclingAbility(new ManaCostsImpl("{1}{U}"))); this.addAbility(new CyclingAbility(new ManaCostsImpl("{1}{U}")));
} }