fix some missed indicators
This commit is contained in:
@@ -28,7 +28,7 @@ init script:
|
||||
# Should hybrids have a grey name?
|
||||
mask_hybrid_with_land := { styling.grey_hybrid_name }
|
||||
|
||||
template_prefix := [card: "" card2: "" card3: "e" stamp: "" identity: "/magic-identity-new.mse-include/"]
|
||||
template_prefix := [card: "" card2: "" card3: "e" stamp: "" identity: "/magic-modules.mse-include/indicators/"]
|
||||
template_suffix := [card: "card.jpg" card2: "card2.jpg" card3: "card.jpg" stamp: "stamp.jpg" identity: "identity.png"]
|
||||
template := { template_prefix[type] + input + template_suffix[type] }
|
||||
land_template := { template_prefix[type] + "c" + template_suffix[type] }
|
||||
@@ -249,7 +249,7 @@ card style:
|
||||
z index: 2
|
||||
render style: image
|
||||
visible: { has_identity() }
|
||||
image: { card_identity() }
|
||||
image: { module_identity() }
|
||||
type:
|
||||
left: { if has_identity() then "53" else "33" }
|
||||
top: { if has_four_abilities() then 261 else 296 }
|
||||
|
||||
Reference in New Issue
Block a user