This commit is contained in:
cajun
2025-01-11 17:55:21 -06:00
parent 5433ae39b8
commit 797a2920fd
6 changed files with 56 additions and 2 deletions

View File

@@ -483,3 +483,4 @@ use_hybrid_v_mana := { use_v_mana() and chosen(set.mana_symbol_options, choice:"
v_mana_name := {if not use_v_mana() then "" else replace(set.custom_mana_symbol_name, match:"(.+/|\\.png)", replace:"")}
v_mana_loc := {if not use_v_mana() then "" else replace(set.custom_mana_symbol_name, match:"{v_mana_name()}\\.png", replace:"")}
v_mana_num := {max(to_number(set.number_hybrid_variants),0) or else -1}
symbol_font_small_color := { "black" }