mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Redesigned handling of various art for cards.
This commit is contained in:
parent
96738632d1
commit
4b2e6a8bc0
15 changed files with 82 additions and 49 deletions
|
|
@ -114,6 +114,7 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
this.expansionSetCode = card.getExpansionSetCode();
|
||||
this.rarity = card.getRarity();
|
||||
this.cardNumber = card.getCardNumber();
|
||||
this.usesVariousArt = card.getUsesVariousArt();
|
||||
|
||||
canTransform = card.canTransform();
|
||||
if (canTransform) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue