diff --git a/data/magic-future-textless.mse-style/style b/data/magic-future-textless.mse-style/style index 9f2ede15..8f1bbfdf 100644 --- a/data/magic-future-textless.mse-style/style +++ b/data/magic-future-textless.mse-style/style @@ -16,9 +16,9 @@ init script: # Should hybrids have a grey name? mask_hybrid_with_land := { styling.grey_hybrid_name } - suffix := [card: "card.png", pt: "pt.png"] - template := { input + suffix[type] } - land_template := { (if input == "a" then "c" else input) + "l" + suffix[type] } + template_suffix := [card: "card.png", pt: "pt.png"] + template := { input + template_suffix[type] } + land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] } color_combination := { # The base hybrid, without the outer frame blended over it base := base_hybrid[shape][color_count]() diff --git a/data/magic-futureshift.mse-style/style b/data/magic-futureshift.mse-style/style index 8e9b0127..bc6c58aa 100644 --- a/data/magic-futureshift.mse-style/style +++ b/data/magic-futureshift.mse-style/style @@ -15,9 +15,9 @@ card dpi: 150 init script: mask_hybrid_with_land := { styling.grey_hybrid_name } - suffix := [card: "card.png", pt: "pt.png", textbox: "textbox.png", typeline: "typeline.png"] - template := { input + suffix[type] } - land_template := { (if input == "a" then "c" else input) + "l" + suffix[type] } + template_suffix := [card: "card.png", pt: "pt.png", textbox: "textbox.png", typeline: "typeline.png"] + template := { input + template_suffix[type] } + land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] } color_combination := { # The base hybrid, without the outer frame blended over it base := base_hybrid[shape][color_count]() diff --git a/data/magic-planeshifted.mse-style/style b/data/magic-planeshifted.mse-style/style index cd3a9413..a9bfbc00 100644 --- a/data/magic-planeshifted.mse-style/style +++ b/data/magic-planeshifted.mse-style/style @@ -15,9 +15,9 @@ init script: # Should hybrids have a grey name? mask_hybrid_with_land := { styling.grey_hybrid_name } - suffix := [card: "card.jpg", pt: "pt.png"] - template := { input + suffix[type] } - land_template := { (if input == "a" then "c" else input) + "l" + suffix[type] } + template_suffix := [card: "card.jpg", pt: "pt.png"] + template := { input + template_suffix[type] } + land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] } # Use the normal tap symbol mana_t := {