Add image number support for command objects (#10774)

This commit is contained in:
PurpleCrowbar 2023-08-10 00:47:32 +01:00 committed by GitHub
parent 08bf721790
commit d9a23d505a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 1 deletions

View file

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