mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-26 05:18:06 -08:00
Fix ailment sorting for small monsters
This commit is contained in:
@@ -1644,7 +1644,7 @@ function customization_menu.draw()
|
||||
if imgui.tree_node(language.current_language.customization_menu.sorting) then
|
||||
changed, customization_menu.small_monster_UI_ailments_sorting_type_index = imgui.combo(language.current_language.customization_menu.type,
|
||||
customization_menu.small_monster_UI_ailments_sorting_type_index,
|
||||
customization_menu.ailments_sorting_types);
|
||||
customization_menu.displayed_ailments_sorting_types);
|
||||
config_changed = config_changed or changed;
|
||||
small_monster_UI_changed = small_monster_UI_changed or changed;
|
||||
if changed then
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"rage": "憤怒值:",
|
||||
"silver": "銀冠",
|
||||
"stamina": "耐力:",
|
||||
"total_buildup": "Total Buildup",
|
||||
"total_damage": "總傷害"
|
||||
},
|
||||
"ailments": {
|
||||
|
||||
Reference in New Issue
Block a user