mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Myr Superion - Fixed that its mana costs could not be decreased by convoke (fixes #1897).
This commit is contained in:
parent
a6c5e83c51
commit
48035a053e
1 changed files with 2 additions and 2 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.FilterCreaturePermanent;
|
||||
import mage.filter.common.FilterCreatureCard;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -43,7 +43,7 @@ import mage.filter.common.FilterCreaturePermanent;
|
|||
*/
|
||||
public class MyrSuperion extends CardImpl {
|
||||
|
||||
private static FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
private static FilterCreatureCard filter = new FilterCreatureCard();
|
||||
|
||||
public MyrSuperion(UUID ownerId) {
|
||||
super(ownerId, 146, "Myr Superion", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}");
|
||||
|
|
Loading…
Reference in a new issue