forked from External/mage
[FIN] fix Ragnarok, Divine Deliverance not being a meld card
This commit is contained in:
parent
94e579543c
commit
2f266f6f07
2 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ import mage.abilities.common.DiesSourceTriggeredAbility;
|
|||
import mage.abilities.effects.common.DestroyTargetEffect;
|
||||
import mage.abilities.effects.common.ReturnFromGraveyardToBattlefieldTargetEffect;
|
||||
import mage.abilities.keyword.*;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.cards.MeldCard;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
import mage.constants.SuperType;
|
||||
|
|
@ -23,7 +23,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class RagnarokDivineDeliverance extends CardImpl {
|
||||
public final class RagnarokDivineDeliverance extends MeldCard {
|
||||
|
||||
private static final FilterCard filter = new FilterPermanentCard("nonlegendary permanent card from your graveyard");
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
protected Rarity rarity;
|
||||
protected Class<? extends Card> secondSideCardClazz;
|
||||
protected Class<? extends Card> meldsWithClazz;
|
||||
protected Class<? extends Card> meldsToClazz;
|
||||
protected Class<? extends MeldCard> meldsToClazz;
|
||||
protected Card meldsToCard;
|
||||
protected Card secondSideCard;
|
||||
protected boolean nightCard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue