mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
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…
Reference in a new issue