mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Merge pull request #4632 from CountAndromalius/master
Corrected "Any TYPE among permanent types" handling
This commit is contained in:
commit
03ebdc17d8
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