Fix kill_assist percentage

This commit is contained in:
LoneWolfHT 2021-02-09 12:10:35 -08:00
parent 17278e22a4
commit 4e3844bd00

View file

@ -38,7 +38,7 @@ function kill_assist.reward_assists(victim, killer, reward)
local color = "0x00FFFF" local color = "0x00FFFF"
if name ~= killer then if name ~= killer then
standard = 0.5 standard = 0.3
help_percent = math.min(help_percent, 0.75) help_percent = math.min(help_percent, 0.75)
else else
help_percent = math.min(help_percent, 1) help_percent = math.min(help_percent, 1)