mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 20:38:03 -08:00
Dangos: Add Dango Insurance Defense Up, Dango Hunter and Dango Connector
This commit is contained in:
@@ -75,7 +75,7 @@ function this.draw(buff, buff_UI, position_on_screen, opacity_scale)
|
||||
|
||||
local buff_name = buff.name;
|
||||
if cached_config.name_label.include.skill_level and buff.level > 1 then
|
||||
buff_name = string.format("%s %d", buff_name, buff.level);
|
||||
buff_name = string.format("%s %s%d", buff_name, language.current_language.UI.lv, buff.level);
|
||||
end
|
||||
|
||||
drawing.draw_label(buff_UI.name_label, position_on_screen, opacity_scale, buff_name);
|
||||
|
||||
Reference in New Issue
Block a user