mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
- Fixed text for Inniaz, the Gale Force.
This commit is contained in:
parent
9ad11e653a
commit
8e5b72b8c7
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ import mage.players.Player;
|
|||
import mage.players.PlayerList;
|
||||
import mage.target.TargetPermanent;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
@ -36,7 +35,7 @@ public final class InniazTheGaleForce extends CardImpl {
|
|||
private static final FilterCreaturePermanent filter
|
||||
= new FilterCreaturePermanent("Attacking creatures with flying");
|
||||
private static final FilterCreaturePermanent filter2
|
||||
= new FilterCreaturePermanent("three or more creatures you control with flying");
|
||||
= new FilterCreaturePermanent("creatures you control with flying");
|
||||
|
||||
static {
|
||||
filter.add(AttackingPredicate.instance);
|
||||
|
|
Loading…
Reference in a new issue