adds new sounds (the not stupid version) (#6307)

This commit is contained in:
alsoandanswer
2019-05-06 05:51:08 +08:00
committed by Werner
parent 64451cdb60
commit 1bab746d17
315 changed files with 718 additions and 164 deletions

View File

@@ -185,7 +185,7 @@
if(istype(W, /obj/item/weapon/melee/energy/blade))
W:spark_system.queue()
playsound(src.loc, 'sound/weapons/blade1.ogg', 50, 1)
playsound(src.loc, 'sound/weapons/blade.ogg', 50, 1)
playsound(src.loc, "sparks", 50, 1)
user.visible_message("<span class='danger'>\The [src] was sliced apart by [user]!</span>")
break_to_parts()