mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
* Myr Superion - Fixed that its mana costs could not be decreased by convoke.
This commit is contained in:
parent
ea0b13c64f
commit
d626b072cd
2 changed files with 7 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ import mage.cards.CardImpl;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.common.FilterCreatureCard;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -43,7 +43,7 @@ import mage.filter.common.FilterCreatureCard;
|
|||
*/
|
||||
public class MyrSuperion extends CardImpl {
|
||||
|
||||
private static FilterCreatureCard filter = new FilterCreatureCard();
|
||||
private static FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
|
||||
public MyrSuperion(UUID ownerId) {
|
||||
super(ownerId, 146, "Myr Superion", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue