forked from External/mage
Add image number support for command objects (#10774)
This commit is contained in:
parent
08bf721790
commit
d9a23d505a
5 changed files with 24 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ public class CardView extends SimpleCardView {
|
|||
this.frameStyle = FrameStyle.M15_NORMAL;
|
||||
this.expansionSetCode = emblem.getExpansionSetCode();
|
||||
this.cardNumber = "";
|
||||
this.imageNumber = 0;
|
||||
this.imageNumber = emblem.getImageNumber();
|
||||
this.rarity = Rarity.COMMON;
|
||||
|
||||
this.playableStats = emblem.playableStats.copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue