mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
images: improved full art images in some sets (#13935)
* AKR FULL_ART * DFT FULL_ART * FIN FULL_ART * P08 FULL_ART * PANA FULL_ART * PF19 FULL_ART * PF20 FULL_ART * PL22 FULL_ART * PRM FULL_ART * USG RETRO * Add UGL_FULL_ART_BASIC to isRetroFrame * SPM FULL_ART
This commit is contained in:
parent
82e08b244a
commit
37fb493de1
12 changed files with 69 additions and 72 deletions
|
|
@ -145,7 +145,8 @@ public abstract class ExpansionSet implements Serializable {
|
|||
return this.graphicInfo != null
|
||||
&& this.graphicInfo.getFrameStyle() != null
|
||||
&& (this.graphicInfo.getFrameStyle() == FrameStyle.RETRO
|
||||
|| this.graphicInfo.getFrameStyle() == FrameStyle.LEA_ORIGINAL_DUAL_LAND_ART_BASIC);
|
||||
|| this.graphicInfo.getFrameStyle() == FrameStyle.LEA_ORIGINAL_DUAL_LAND_ART_BASIC
|
||||
|| this.graphicInfo.getFrameStyle() == FrameStyle.UGL_FULL_ART_BASIC);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue