sniper_rifles: Trim and convert shot sound to mono (#657)

This commit is contained in:
ANAND 2020-06-10 21:27:25 +05:30 committed by GitHub
parent 907461216a
commit fb9de06828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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.