fix full art land stam
This commit is contained in:
@@ -137,9 +137,6 @@ init script:
|
|||||||
|
|
||||||
is_unsorted := { styling.remove_from_autocount }
|
is_unsorted := { styling.remove_from_autocount }
|
||||||
|
|
||||||
is_stamped := { card.card_stamp != "none" and (contains(styling.holofoil_stamps, match: "yes") or (styling.holofoil_stamps == "only rares and mythics" and is_rare()))}
|
|
||||||
is_foil_stamped := { styling.holofoil_stamps == "yes, all foil" or is_rare() }
|
|
||||||
|
|
||||||
is_aliased := { card.alias != "" }
|
is_aliased := { card.alias != "" }
|
||||||
|
|
||||||
is_crowned := { styling.legend_crown == "yes" or (styling.legend_crown == "if legendary" and contains(card.super_type, match:"Legendary")) }
|
is_crowned := { styling.legend_crown == "yes" or (styling.legend_crown == "if legendary" and contains(card.super_type, match:"Legendary")) }
|
||||||
@@ -410,7 +407,6 @@ include file: /magic-modules.mse-include/corners/card_fields
|
|||||||
include file: /magic-modules.mse-include/information/card_fields
|
include file: /magic-modules.mse-include/information/card_fields
|
||||||
include file: /magic-modules.mse-include/separators/card_fields
|
include file: /magic-modules.mse-include/separators/card_fields
|
||||||
include file: /magic-modules.mse-include/stamps/card_fields
|
include file: /magic-modules.mse-include/stamps/card_fields
|
||||||
include file: /magic-modules.mse-include/stamps/stamp_back
|
|
||||||
|
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user