3.0.7
Bug fix for Card Symbol on DFCs Bug fix for Amass rt Bug fixes for "this type" capitalization Bug fixes for CARDNAME on planes Adds THIS atom that gets the opposite value as CARDNAME Adds Custom Border automization
This commit is contained in:
@@ -66,7 +66,17 @@ init script:
|
||||
alt_text_script := {
|
||||
combined_editor(field1:card.rule_text, separator1:"<line>\n</line>", field2:card.rule_text_2)
|
||||
}
|
||||
card_name_for_face := { "" }
|
||||
card_name_for_face := {
|
||||
if (set.CARDNAME_replacement == "card's type" xor reverse)
|
||||
then (
|
||||
ty := to_lower(cardname_type(card["type"]))
|
||||
if ty == "" then "this"
|
||||
else "this " + ty
|
||||
)
|
||||
else if set.CARDNAME_replacement == "card's alias" and card["alias"] != ""
|
||||
then card["alias"]
|
||||
else card["name"]
|
||||
}@(reverse:false)
|
||||
|
||||
is_loaded := { card_style.text.layout.separator[0] or else 0 > 0 }
|
||||
top_box_height := {
|
||||
|
||||
Reference in New Issue
Block a user