Dangos: Add Dango Insurance Defense Up, Dango Hunter and Dango Connector

This commit is contained in:
GreenComfyTea
2023-09-03 15:53:11 +03:00
parent 8fb02699cc
commit 5f609a588a
9 changed files with 101 additions and 8 deletions

View File

@@ -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);