fix flavor bars
This commit is contained in:
@@ -1187,7 +1187,9 @@ handle_merged_rt := {
|
||||
handle_action_rt := {
|
||||
"<use-if-bumped>To " + to + ", " + to_lower(input) + "</use-if-bumped><otherwise>" + input + "</otherwise>"
|
||||
}
|
||||
|
||||
handle_action_rt_single := {
|
||||
"<use-if-bumped>" + prefix + " " + to_lower(input) + "</use-if-bumped><otherwise>" + input + "</otherwise>"
|
||||
}
|
||||
############################################################## Complex reminder texts
|
||||
self_pro_check := match@(match:"You ha(ve|s) <kw-A><nospellcheck>protection")
|
||||
protection_code := {
|
||||
@@ -3756,7 +3758,16 @@ loyalty_textbox_background_image :=
|
||||
|
||||
############################################################## Separators
|
||||
separator_enable_level := { false }
|
||||
separator_default := { if set.use_flavor_bar then "flavor bar" else "none" }
|
||||
separator_default := {
|
||||
if set.use_flavor_bar then (
|
||||
if set.default_flavor_bar == "thin bar"
|
||||
then "grey bar"
|
||||
else if set.default_flavor_bar == "thick bar"
|
||||
then "flavor bar"
|
||||
else set.default_flavor_bar
|
||||
)
|
||||
else "none"
|
||||
}
|
||||
|
||||
flavor_bar_left := { face_coordinates_map(input).left }
|
||||
flavor_bar_top :=
|
||||
|
||||
Reference in New Issue
Block a user