From 1c48d999f6ab1565e5f2fcd373e5cd6a70186280 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:45:31 -0500 Subject: [PATCH] fix full art land stam --- data/magic-m15-full-art-basic-land-symbol.mse-style/style | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/magic-m15-full-art-basic-land-symbol.mse-style/style b/data/magic-m15-full-art-basic-land-symbol.mse-style/style index edcf59b18..487cd29bc 100644 --- a/data/magic-m15-full-art-basic-land-symbol.mse-style/style +++ b/data/magic-m15-full-art-basic-land-symbol.mse-style/style @@ -137,9 +137,6 @@ init script: 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_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/separators/card_fields include file: /magic-modules.mse-include/stamps/card_fields -include file: /magic-modules.mse-include/stamps/stamp_back card style: ############################# Background stuff