mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed filter on slipstream Eel
This commit is contained in:
parent
39c9674f87
commit
37b4948b54
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class SlipstreamEel extends CardImpl {
|
|||
this.toughness = new MageInt(6);
|
||||
|
||||
// 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}
|
||||
this.addAbility(new CyclingAbility(new ManaCostsImpl("{1}{U}")));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue