mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Corrected error when handling colorless permanents on "Any type among [...] permanents"
Also changed comment on AnyColorLandsProduce for clarity
This commit is contained in:
parent
17db6f5345
commit
86443d7cd4
3 changed files with 14 additions and 9 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue