Change fall damage to use combat system

This commit is contained in:
LoneWolfHT 2020-10-13 08:51:53 -07:00
parent 9666b03ea3
commit 90d73f0587
2 changed files with 2 additions and 11 deletions

View file

@ -136,7 +136,7 @@ ctf.register_on_killedplayer(function(victim, killer, stack, tool_caps)
if tool_caps.damage_groups.combat_log then
victim = victim .. " (Combat Log)"
elseif tool_caps.damage_groups.suicide then
victim = victim .. " (Suicide)"
victim = victim .. " (Suicide?)"
end
ctf_events.post("kill_" .. type, killer, victim)