mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Pit Trap - Fixed tooltip text.
This commit is contained in:
parent
263107abca
commit
de264d309c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ import mage.target.common.TargetAttackingCreature;
|
||||||
*/
|
*/
|
||||||
public class PitTrap extends CardImpl {
|
public class PitTrap extends CardImpl {
|
||||||
|
|
||||||
private static final FilterAttackingCreature filter = new FilterAttackingCreature("creature without flying");
|
private static final FilterAttackingCreature filter = new FilterAttackingCreature("attacking creature without flying");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.not(new AbilityPredicate(FlyingAbility.class)));
|
filter.add(Predicates.not(new AbilityPredicate(FlyingAbility.class)));
|
||||||
|
|
Loading…
Reference in a new issue