mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Merge pull request #8121 from spjspj/master
Add in decreasing rectangle spiral for paper original dual lands
This commit is contained in:
commit
cd22dfd4cc
7 changed files with 158 additions and 44 deletions
|
|
@ -43,7 +43,11 @@ public enum FrameStyle {
|
|||
/**
|
||||
* Arena New Player Experience full art lands
|
||||
*/
|
||||
ANA_FULL_ART_BASIC(BorderType.M15, true);
|
||||
ANA_FULL_ART_BASIC(BorderType.M15, true),
|
||||
/**
|
||||
* Original Dual lands (box pattern in the text box)
|
||||
*/
|
||||
LEA_ORIGINAL_DUAL_LAND_ART_BASIC(BorderType.M15, false);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue