Merge branch 'magefree/master'

This commit is contained in:
Samuel Sandeen 2016-09-08 19:12:19 -04:00
commit ac6a289275
95 changed files with 2166 additions and 145 deletions

View file

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