mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Fix "highlighted (targeted)" being used in damage meter
This commit is contained in:
@@ -4267,7 +4267,7 @@ function config.init_default()
|
||||
|
||||
|
||||
orientation = "Vertical", -- "Vertical" or "Horizontal"
|
||||
highlighted_bar = "None",
|
||||
highlight = "Top Damage",
|
||||
damage_bar_relative_to = "Top Damage", -- "total damage" or "top damage"
|
||||
my_damage_bar_location = "Last", -- "normal" or "first" or "last"
|
||||
total_damage_location = "First",
|
||||
|
||||
@@ -268,7 +268,7 @@ language.default_language = {
|
||||
|
||||
dynamically_positioned = "Dynamically Positioned",
|
||||
statically_positioned = "Statically Positioned",
|
||||
highlighted = "Highlighted (targeted)",
|
||||
highlighted_targeted = "Highlighted (targeted)",
|
||||
|
||||
include = "Include",
|
||||
monster_name = "Monster Name",
|
||||
@@ -485,7 +485,9 @@ language.default_language = {
|
||||
duplicate = "Duplicate",
|
||||
delete = "Delete",
|
||||
new = "New",
|
||||
reset = "Reset"
|
||||
reset = "Reset",
|
||||
|
||||
highlighted = "Highlighted"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user