mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 21:42:41 +00:00
CALNG (#7255)
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user