forked from External/mage
fixed Kraul Harpooner text
This commit is contained in:
parent
336ff7516d
commit
a2f30079bb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import mage.target.TargetPermanent;
|
|||
*/
|
||||
public final class KraulHarpooner extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterCreaturePermanent("creature without flying you don't control");
|
||||
private static final FilterPermanent filter = new FilterCreaturePermanent("creature with flying you don't control");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(TargetController.NOT_YOU));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue