fix some missed indicators

This commit is contained in:
cajun
2024-09-18 23:18:07 -05:00
parent 95849ce8b0
commit 5527523f53
6 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ init script:
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-modues.mse-include/indicators/"]
template_suffix := [card: "card.jpg" pt: "pt.png", stamp: "stamp.jpg" identity: "identity.png"]
template := { template_prefix[type] + input + template_suffix[type] }
land_template := { template_prefix[type] + (if input == "a" then "c" else input) + "l" + template_suffix[type] }
@@ -268,7 +268,7 @@ card style:
z index: 2
render style: image
visible: { has_identity() }
image: { card_identity() }
image: { module_identity() }
type:
left: { if has_identity() then "52" else "32" }
top: 296