Merge pull request #4632 from CountAndromalius/master

Corrected "Any TYPE among permanent types" handling
This commit is contained in:
LevelX2 2018-03-18 16:25:47 +01:00 committed by GitHub
commit 03ebdc17d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 9 deletions

View file

@ -58,7 +58,7 @@ public class MoxAmber extends CardImpl {
),
new CardTypePredicate(CardType.PLANESWALKER))
);
this.addAbility(new AnyColorPermanentTypesManaAbility(TargetController.YOU, false, filter));
this.addAbility(new AnyColorPermanentTypesManaAbility(TargetController.YOU, filter));
}
public MoxAmber(final MoxAmber card) {