[FIN] fix Ragnarok, Divine Deliverance not being a meld card

This commit is contained in:
theelk801 2025-05-16 14:00:42 -04:00
parent 94e579543c
commit 2f266f6f07
2 changed files with 3 additions and 3 deletions

View file

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