Improved sword parry sounds.

I made the sound myself, by modifying the tray hit sound. A better sound file by an actual audio person may be incoming soon. It's uh. The one I made is alright. Improving on punchmiss.ogg isn't hard.
This commit is contained in:
Geeves
2019-11-02 12:37:44 +02:00
committed by Erki
parent 1ab17fbaef
commit 12c6adbea0
3 changed files with 5 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
if(default_parry_check(user, attacker, damage_source) && prob(parry_chance * parry_bonus))
user.visible_message("<span class='danger'>\The [user] parries [attack_text] with \the [src]!</span>")
playsound(user.loc, 'sound/weapons/punchmiss.ogg', 50, 1)
playsound(user.loc, 'sound/weapons/bladeparry.ogg', 50, 1)
return 1
return 0