Skip to content

Commit

Permalink
Further softify scythe slicing, increase priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Anarchid committed Sep 1, 2014
1 parent 53c8f44 commit 8cb850a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gamedata/sounds.lua
Expand Up @@ -34,8 +34,9 @@ local Sounds = {
file = "sounds/weapon/blade/blade_swing.wav",
pitchMod = 0.1,
gainMod = 0.1,
pitch = 0.9,
gain = 1,
pitch = 0.8,
gain = 0.9,
priority = 1,
},
BladeHit = {
file = "sounds/weapon/blade/blade_hit.wav",
Expand Down

0 comments on commit 8cb850a

Please sign in to comment.