Change fall damage to use combat system
This commit is contained in:
parent
9666b03ea3
commit
90d73f0587
2 changed files with 2 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue