Corrected error when handling colorless permanents on "Any type among [...] permanents"

Also changed comment on AnyColorLandsProduce for clarity
This commit is contained in:
Count Andromalius 2018-03-17 11:35:50 -03:00
parent 17db6f5345
commit 86443d7cd4
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) {