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:
@@ -267,8 +267,9 @@ init script:
|
||||
is_vehicle := {chosen(styling.other_options, choice:"vehicle")}
|
||||
is_pinned := {chosen(styling.other_options, choice:"pride pinlines")}
|
||||
is_custom_border := {
|
||||
chosen(styling.other_options, choice:"custom border")
|
||||
and contains(styling.custom_border_source, match:".png")
|
||||
if chosen(styling.other_options, choice:"custom border")
|
||||
then has_png(styling.custom_border_source)
|
||||
else auto_custom_border()
|
||||
}
|
||||
custom_border_blend := { color_background(type:"custom_border", base_hybrid:card_hybrid) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user