mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
...
This commit is contained in:
parent
99728d7f81
commit
b1958d9761
28 changed files with 383 additions and 53 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue