forked from External/mage
Merge branch 'magefree/master'
This commit is contained in:
commit
ac6a289275
95 changed files with 2166 additions and 145 deletions
|
|
@ -120,6 +120,7 @@ public class PermanentCard extends PermanentImpl {
|
|||
this.cardType.addAll(card.getCardType());
|
||||
this.color = card.getColor(null).copy();
|
||||
this.frameColor = card.getFrameColor(null).copy();
|
||||
this.frameStyle = card.getFrameStyle();
|
||||
this.manaCost = card.getManaCost().copy();
|
||||
if (card instanceof PermanentCard) {
|
||||
this.maxLevelCounters = ((PermanentCard) card).maxLevelCounters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue