sniper_rifles: Trim and convert shot sound to mono (#657)
This commit is contained in:
parent
907461216a
commit
fb9de06828
3 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ sniper_rifles.register_rifle("sniper_rifles:rifle_762", {
|
|||
range = 300,
|
||||
step = 30,
|
||||
tool_caps = { full_punch_interval = 1.5, damage_groups = { fleshy = 12 } },
|
||||
sounds = { shot = "sniper_rifles_rifle" },
|
||||
sounds = { shot = "sniper_rifles_shot" },
|
||||
particle = "shooter_bullet.png",
|
||||
groups = {
|
||||
snappy = 2, fleshy = 1, oddly_breakable_by_hand = 1
|
||||
|
@ -26,7 +26,7 @@ sniper_rifles.register_rifle("sniper_rifles:rifle_magnum", {
|
|||
range = 400,
|
||||
step = 30,
|
||||
tool_caps = { full_punch_interval = 2, damage_groups = { fleshy = 16 } },
|
||||
sounds = { shot = "sniper_rifles_rifle" },
|
||||
sounds = { shot = "sniper_rifles_shot" },
|
||||
particle = "shooter_bullet.png",
|
||||
groups = {
|
||||
snappy = 1, fleshy = 1, oddly_breakable_by_hand = 1
|
||||
|
|
Binary file not shown.
BIN
mods/pvp/sniper_rifles/sounds/sniper_rifles_shot.ogg
Normal file
BIN
mods/pvp/sniper_rifles/sounds/sniper_rifles_shot.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue