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
|
|
@ -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