mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
* Form of the Dragon - Fixed tooltip text.
This commit is contained in:
parent
8a50dacc9f
commit
e2c8b8f583
2 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ import mage.target.common.TargetCreatureOrPlayer;
|
|||
*/
|
||||
public class FormOfTheDragon extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Creatures without flying");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creatures without flying");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.not(new AbilityPredicate(FlyingAbility.class)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue