Change sniper kill texture
This commit is contained in:
parent
d9771108e5
commit
fe37a08a83
3 changed files with 4 additions and 2 deletions
|
@ -129,6 +129,8 @@ ctf.register_on_killedplayer(function(victim, killer, stack, tool_caps)
|
|||
type = "rocket"
|
||||
elseif tool_caps.damage_groups.ranged then
|
||||
type = "bullet"
|
||||
elseif tool_caps.damage_groups.sniper then
|
||||
type = "sniper"
|
||||
end
|
||||
|
||||
if tool_caps.damage_groups.combat_log then
|
||||
|
|
BIN
mods/ctf/ctf_events/textures/ctf_events_kill_sniper.png
Normal file
BIN
mods/ctf/ctf_events/textures/ctf_events_kill_sniper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 683 B |
Loading…
Add table
Add a link
Reference in a new issue