fixes to auto custom border

This commit is contained in:
cajun
2025-04-12 20:02:56 -05:00
parent 416e179601
commit b3ee2c72ed
5 changed files with 5 additions and 5 deletions

View File

@@ -285,7 +285,7 @@ init script:
}
is_nyx := {
chosen(styling.frames, choice:"nyx")
or (lang_setting("is_enchantment")(card.super_type) and set.auto_nyx)
or (lang_setting("is_enchantment")(card.super_type) and set.auto_nyx and not auto_custom_border())
}
is_leveler := {
chosen(styling.frames, choice:"leveler")