some more changes to modal DFC implementation

This commit is contained in:
Evan Kranzler 2020-09-03 14:06:11 -04:00
parent f188cb948d
commit 42e38a4e8a
12 changed files with 34 additions and 33 deletions

View file

@ -59,6 +59,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
protected boolean usesVariousArt = false;
protected boolean splitCard;
protected boolean morphCard;
protected boolean modalDFC;
protected List<UUID> attachments = new ArrayList<>();