Fix kill_assist percentage
This commit is contained in:
parent
17278e22a4
commit
4e3844bd00
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function kill_assist.reward_assists(victim, killer, reward)
|
|||
local color = "0x00FFFF"
|
||||
|
||||
if name ~= killer then
|
||||
standard = 0.5
|
||||
standard = 0.3
|
||||
help_percent = math.min(help_percent, 0.75)
|
||||
else
|
||||
help_percent = math.min(help_percent, 1)
|
||||
|
|
Loading…
Reference in a new issue