Add files via upload

This commit is contained in:
GreenComfyTea
2022-01-17 22:54:05 +02:00
committed by GitHub
parent 8f4bc84e23
commit 1dd37d6cbe

View File

@@ -345,7 +345,6 @@ function dps_meter()
local dealt_damage_percent = player_total_damage / missing_monster_hp
local dealt_damage_bar_width = width * dealt_damage_percent
local rest_bar_width = width - dealt_damage_bar_width
local damage_text = string.format("%d/%d\t", player_total_damage, missing_monster_hp);
local damage_percent_text = string.format("%5.1f%%", 100 * dealt_damage_percent);