This commit is contained in:
BetaSteward 2010-05-02 14:50:58 +00:00
parent 99728d7f81
commit b1958d9761
28 changed files with 383 additions and 53 deletions

View file

@ -66,7 +66,6 @@ public class PermanentCard extends PermanentImpl {
this.cardType = copy.getCardType();
this.color = copy.getColor();
this.manaCost = copy.getManaCost();
// this.loyalty = copy.getLoyalty();
this.power = copy.getPower();
this.toughness = copy.getToughness();
this.subtype = copy.getSubtype();