Rework melee damage (#878)

This commit is contained in:
savilli 2021-09-03 17:22:20 +03:00 committed by GitHub
parent f06eca30f0
commit 84dc7da461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 45 additions and 66 deletions

View file

@ -120,7 +120,7 @@ function ctf_events.update_all()
end
end
ctf.register_on_killedplayer(function(victim, killer, stack, tool_caps)
ctf.register_on_killedplayer(function(victim, killer, tool_caps)
local victim_color = ctf_colors.get_color(ctf.player(victim))
local killer_color = ctf_colors.get_color(ctf.player(killer))